/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/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), 155 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp() 235 oth->type_id = oid; in GENERAL_NAME_set0_othername() 247 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
D | v3_alt.c | 590 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 592 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/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 | 690 type_id = -1 699 (type_id, pos) = local_DecodeVarint(buffer, pos) 713 if type_id == -1: 718 extension = extensions_by_number.get(type_id)
|
D | unknown_fields_test.py | 151 item.type_id = 1545009
|
D | reflection_test.py | 1710 self.assertEqual(raw.item[0].type_id, 1547769) 2420 item.type_id = 1545008 2428 item.type_id = 1545009 2436 item.type_id = 1545010
|
/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 | 441 raw.item(0).type_id()); in TEST() 444 raw.item(1).type_id()); in TEST() 445 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id()); in TEST() 579 uint32 type_id = message.GetDescriptor()->extension(0)->number(); in TEST() local 581 type_id, &coded_output); in TEST()
|
D | extension_set_heavy.cc | 597 uint32 type_id; in ParseMessageSetItem() local 598 if (!input->ReadVarint32(&type_id)) return false; in ParseMessageSetItem() 599 last_type_id = type_id; in ParseMessageSetItem()
|
D | wire_format.cc | 679 uint32 type_id; in ParseAndMergeMessageSetItem() local 680 if (!input->ReadVarint32(&type_id)) return false; in ParseAndMergeMessageSetItem() 681 last_type_id = type_id; in ParseAndMergeMessageSetItem() 682 field = message_reflection->FindKnownExtensionByNumber(type_id); in ParseAndMergeMessageSetItem()
|
D | unittest_mset.proto | 79 required int32 type_id = 2; field
|
/external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/ |
D | file_input_output_with_xml_yml.markdown | 219 <R type_id="opencv-matrix"> 225 <T type_id="opencv-matrix">
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 241 __u32 type_id; member
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 1298 static int define_typebounds_helper(char *bounds_id, char *type_id) in define_typebounds_helper() argument 1313 if (!is_id_in_scope(SYM_TYPES, type_id)) { in define_typebounds_helper() 1314 yyerror2("type %s is not within scope", type_id); in define_typebounds_helper() 1318 type = hashtab_search(policydbp->p_types.table, type_id); in define_typebounds_helper() 1320 yyerror2("type %s is not declared", type_id); in define_typebounds_helper() 1334 type_id, in define_typebounds_helper()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1448 uint32_t type_id; member 1472 uint32_t id, uint32_t type_id) { in collect_interface_block_members() argument 1474 auto type = get_struct_type(src, src->get_def(type_id), is_array_of_verts); in collect_interface_block_members() 1510 v.type_id = member_type_id; in collect_interface_block_members() 1592 v.type_id = type; in collect_interface_by_location() 1647 v.type_id = insn.word(1); in collect_interface_by_descriptor_slot() 1693 …if (types_match(producer, consumer, a_it->second.type_id, b_it->second.type_id, consumer_arrayed_i… in validate_interface_between_stages() 1699 describe_type(producer, a_it->second.type_id).c_str(), in validate_interface_between_stages() 1700 describe_type(consumer, b_it->second.type_id).c_str())) { in validate_interface_between_stages() 1853 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); in validate_vi_against_vs_inputs() [all …]
|
/external/opencv3/doc/tutorials/calib3d/camera_calibration/ |
D | camera_calibration.markdown | 260 <camera_matrix type_id="opencv-matrix"> 267 <distortion_coefficients type_id="opencv-matrix">
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 161 ASN1_OBJECT *type_id; member
|