/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 99 const T* GetAsObject(Reference ref, uint32_t type_id) const { in GetAsObject() argument 100 return allocator_->GetAsObject<T>(ref, type_id); in GetAsObject() 223 T* GetAsObject(Reference ref, uint32_t type_id) { in GetAsObject() argument 226 reinterpret_cast<volatile T*>(GetBlockData(ref, type_id, sizeof(T)))); in GetAsObject() 229 const T* GetAsObject(Reference ref, uint32_t type_id) const { in GetAsObject() argument 233 ref, type_id, sizeof(T)))); in GetAsObject() 254 Reference Allocate(size_t size, uint32_t type_id); 312 Reference AllocateImpl(size_t size, uint32_t type_id); 315 const volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, 318 volatile BlockHeader* GetBlock(Reference ref, uint32_t type_id, uint32_t size, in GetBlock() argument [all …]
|
D | persistent_memory_allocator.cc | 87 std::atomic<uint32_t> type_id; // Arbitrary number indicating data type. member 197 *type_return = block->type_id.load(std::memory_order_relaxed); in GetNext() 304 first_block->type_id.load(std::memory_order_relaxed) != 0 || in PersistentMemoryAllocator() 431 return block->type_id.load(std::memory_order_relaxed); in GetType() 444 return block->type_id.compare_exchange_strong(from_type_id, to_type_id); in ChangeType() 449 uint32_t type_id) { in Allocate() argument 450 Reference ref = AllocateImpl(req_size, type_id); in Allocate() 465 uint32_t type_id) { in AllocateImpl() argument 558 block->type_id.load(std::memory_order_relaxed) != 0 || in AllocateImpl() 566 block->type_id.store(type_id, std::memory_order_relaxed); in AllocateImpl() [all …]
|
D | persistent_histogram_allocator.h | 58 T* GetAsObject(PersistentMemoryAllocator::Reference ref, uint32_t type_id) { in GetAsObject() argument 59 return allocator_->GetAsObject<T>(ref, type_id); in GetAsObject() 133 T* GetAsObject(PersistentMemoryAllocator::Reference ref, uint32_t type_id) { in GetAsObject() argument 134 return data_manager_->GetAsObject<T>(ref, type_id); in GetAsObject()
|
/external/v8/src/inspector/build/ |
D | generate_protocol_externs.py | 54 def full_qualified_type_id(domain_name, type_id): argument 55 if type_id.find(".") == -1: 56 return "%s.%s" % (domain_name, type_id) 57 return type_id 89 type_id = full_qualified_type_id(domain_name, param["$ref"]) 90 if type_id in ref_types: 91 return ref_types[type_id] 93 print "Type not found: " + type_id 94 return "!! Type not found: " + type_id 122 type_id = full_qualified_type_id(domain_name, type["id"]) [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-structs.cc | 44 static gsize type_id = 0; \ 45 if (g_once_init_enter (&type_id)) { \ 49 g_once_init_leave (&type_id, id); \ 51 return type_id; \
|
D | hb-gobject-enums.cc.tmpl | 51 static gsize type_id = 0; 53 if (g_once_init_enter (&type_id)) 67 g_once_init_leave (&type_id, id); 70 return type_id;
|
/external/libtextclassifier/common/ |
D | workspace.h | 58 static int type_id; member 62 int TypeId<T>::type_id = GetFreshTypeId(); 74 const int id = TypeId<W>::type_id; in Request() 121 const int id = TypeId<W>::type_id; in Has() 134 const int id = TypeId<W>::type_id; in Get() 143 const int id = TypeId<W>::type_id; in Set()
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
D | firmware_ECThermal.py | 62 def _get_setting_for_type(self, type_id): argument 81 'ectool thermalget %d %d' % (type_id, current_id)) 120 type_id = 0 122 setting = self._get_setting_for_type(type_id) 126 type_id = type_id + 1 127 logging.info("Number of tempearture sensor types: %d", type_id)
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_genn.c | 67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT), 156 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp() 234 oth->type_id = oid; in GENERAL_NAME_set0_othername() 246 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
D | v3_alt.c | 583 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 585 if (!gen->d.otherName->type_id) in do_othername()
|
/external/selinux/secilc/docs/ |
D | cil_constraint_statements.md | 39 <p><code> (op t1 type_id)</code></p> 40 <p><code> (op t2 type_id)</code></p> 49 <p><code> type_id : A single type, typealias or typeattribute identifier.</code></p></td> 128 <p><code> (op t1 type_id)</code></p> 129 <p><code> (op t2 type_id)</code></p> 130 <p><code> (op t3 type_id)</code></p> 140 <p><code> type_id : A single type, typealias or typeattribute identifier.</code></p></td> 201 <p><code> (op t1 type_id)</code></p> 202 <p><code> (op t2 type_id)</code></p> 211 <p><code> type_id : A single type, typealias or typeattribute identifier.</code></p></td> [all …]
|
D | cil_type_statements.md | 11 (type type_id) 26 <td align="left"><p><code>type_id</code></p></td> 79 (typealiasactual typealias_id type_id) 98 <td align="left"><p><code>type_id</code></p></td> 156 (typeattributeset typeattribute_id (type_id ... | expr ...)) 175 <td align="left"><p><code>type_id</code></p></td> 177 <p>Note that there must be at least one <code>type_id</code> or <code>expr</code> parameter declare… 182 <p><code> (and (type_id ...) (type_id ...))</code></p> 183 <p><code> (or (type_id ...) (type_id ...))</code></p> 184 <p><code> (xor (type_id ...) (type_id ...))</code></p> [all …]
|
D | cil_context_statement.md | 19 (context context_id (user_id role_id type_id levelrange_id))) 46 <td align="left"><p><code>type_id</code></p></td>
|
D | cil_role_statements.md | 49 (role role_id type_id) 68 <td align="left"><p><code>type_id</code></p></td>
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_heap_dump_writer.cc | 178 return std::tie(lhs.stack_frame_id, lhs.type_id) < in operator <() 179 std::tie(rhs.stack_frame_id, rhs.type_id); in operator <() 209 entry.type_id = bucket.is_broken_down_by_type_name in AddEntryForBucket() 296 if (entry.type_id != -1) { in Serialize() 298 SStringPrintf(&buffer, "%i", entry.type_id); in Serialize()
|
D | heap_profiler_heap_dump_writer.h | 51 int type_id; member
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | decoder.py | 580 type_id = -1 589 (type_id, pos) = local_DecodeVarint(buffer, pos) 603 if type_id == -1: 608 extension = extensions_by_number.get(type_id)
|
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 669 type_id = -1 678 (type_id, pos) = local_DecodeVarint(buffer, pos) 692 if type_id == -1: 697 extension = extensions_by_number.get(type_id)
|
D | unknown_fields_test.py | 96 item.type_id = 98418603
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t033backtracking.g | 127 | type_id 130 type_id
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t033backtracking.g | 111 | type_id 114 type_id
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_unittest.cc | 445 raw.item(0).type_id()); in TEST() 448 raw.item(1).type_id()); in TEST() 449 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id()); in TEST() 583 uint32 type_id = message.GetDescriptor()->extension(0)->number(); in TEST() local 585 type_id, &coded_output); in TEST()
|
D | extension_set_heavy.cc | 617 uint32 type_id; in ParseMessageSetItem() local 618 if (!input->ReadVarint32(&type_id)) return false; in ParseMessageSetItem() 619 last_type_id = type_id; in ParseMessageSetItem()
|
D | wire_format.cc | 732 uint32 type_id; in ParseAndMergeMessageSetItem() local 733 if (!input->ReadVarint32(&type_id)) return false; in ParseAndMergeMessageSetItem() 734 last_type_id = type_id; in ParseAndMergeMessageSetItem() 735 field = message_reflection->FindKnownExtensionByNumber(type_id); in ParseAndMergeMessageSetItem()
|
D | unittest_mset.proto | 79 required int32 type_id = 2; field
|