Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
208 Reference GetAsReference(const void* memory, uint32_t type_id) const { in GetAsReference()
412 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray()
418 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray()
653 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size, in GetBlock()
663 volatile void* GetBlockData(Reference ref, uint32_t type_id, in GetBlockData()
Dpersistent_memory_allocator.cc99 std::atomic<uint32_t> type_id; // Arbitrary number indicating data type. member
602 uint32_t type_id) { in Allocate()
618 uint32_t type_id) { in AllocateImpl()
839 PersistentMemoryAllocator::GetBlock(Reference ref, uint32_t type_id, in GetBlock()
889 uint32_t type_id, in GetBlockData()
Dpersistent_memory_allocator_unittest.cc827 uint32_t type_id; in TEST() local
/external/protobuf/src/google/protobuf/
Dunittest_mset.proto79 required int32 type_id = 2; field
Dextension_set_heavy.cc617 uint32 type_id; in ParseMessageSetItem() local
Dwire_format.cc732 uint32 type_id; in ParseAndMergeMessageSetItem() local
Dwire_format_unittest.cc583 uint32 type_id = message.GetDescriptor()->extension(0)->number(); in TEST() local
/external/libchrome/base/trace_event/
Dheap_profiler_heap_dump_writer.h51 int type_id; member
/external/v8/src/inspector/build/
Dgenerate_protocol_externs.py54 def full_qualified_type_id(domain_name, type_id): argument
/external/scapy/scapy/contrib/
Dhttp2.py1419 type_id = 0 variable in H2DataFrame
1495 type_id = 1 variable in H2HeadersFrame
1643 type_id = 2 variable in H2PriorityFrame
1698 type_id = 3 variable in H2ResetFrame
1738 type_id = 4 variable in H2SettingsFrame
1776 type_id = 5 variable in H2PushPromiseFrame
1851 type_id = 6 variable in H2PingFrame
1882 type_id = 7 variable in H2GoAwayFrame
1897 type_id = 8 variable in H2WindowUpdateFrame
1924 type_id = 9 variable in H2ContinuationFrame
/external/autotest/server/site_tests/firmware_ECThermal/
Dfirmware_ECThermal.py62 def _get_setting_for_type(self, type_id): argument
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp50 uint32_t type_id; member
457 … uint32_t id, uint32_t type_id, bool is_patch, int /*first_location*/) { in collect_interface_block_members()
1036 static bool descriptor_type_match(shader_module const *module, uint32_t type_id, VkDescriptorType d… in descriptor_type_match()
1253 static uint32_t descriptor_type_to_reqs(shader_module const *module, uint32_t type_id) { in descriptor_type_to_reqs()
/external/freetype/src/winfonts/
Dwinfnt.h127 FT_UShort type_id; member
Dwinfnt.c340 FT_UShort type_id, count; in fnt_face_get_dll_font() local
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.cc848 const string& type, const int type_id, in AppendNodeParams()
943 const int id, const string& type, const int type_id, const int padding, in AppendNodeParamsWithIoParams()
/external/boringssl/src/include/openssl/
Dx509v3.h171 ASN1_OBJECT *type_id; member
/external/selinux/checkpolicy/
Dpolicy_define.c1389 static int define_typebounds_helper(char *bounds_id, char *type_id) in define_typebounds_helper()
/external/kernel-headers/original/uapi/linux/
Dethtool.h247 __u32 type_id; member
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c3636 CFTypeID type_id; in CF_CFCopyTypeIDDescription() local