Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 25 of 26) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-gobject-structs.cc44 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; \
Dhb-gobject-enums.cc.tmpl51 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/
Dfirmware_ECThermal.py62 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/
Dv3_genn.c67 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()
Dv3_alt.c590 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/
Dcil_constraint_statements.md39 <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 …]
Dcil_type_statements.md11 (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 …]
Dcil_context_statement.md19 (context context_id (user_id role_id type_id levelrange_id)))
46 <td align="left"><p><code>type_id</code></p></td>
Dcil_role_statements.md49 (role role_id type_id)
68 <td align="left"><p><code>type_id</code></p></td>
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py580 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/
Ddecoder.py690 type_id = -1
699 (type_id, pos) = local_DecodeVarint(buffer, pos)
713 if type_id == -1:
718 extension = extensions_by_number.get(type_id)
Dunknown_fields_test.py151 item.type_id = 1545009
Dreflection_test.py1710 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/
Dt033backtracking.g127 | type_id
130 type_id
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt033backtracking.g111 | type_id
114 type_id
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc441 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()
Dextension_set_heavy.cc597 uint32 type_id; in ParseMessageSetItem() local
598 if (!input->ReadVarint32(&type_id)) return false; in ParseMessageSetItem()
599 last_type_id = type_id; in ParseMessageSetItem()
Dwire_format.cc679 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()
Dunittest_mset.proto79 required int32 type_id = 2; field
/external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/
Dfile_input_output_with_xml_yml.markdown219 <R type_id="opencv-matrix">
225 <T type_id="opencv-matrix">
/external/kernel-headers/original/uapi/linux/
Dethtool.h241 __u32 type_id; member
/external/selinux/checkpolicy/
Dpolicy_define.c1298 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/
Dcore_validation.cpp1448 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/
Dcamera_calibration.markdown260 <camera_matrix type_id="opencv-matrix">
267 <distortion_coefficients type_id="opencv-matrix">
/external/boringssl/src/include/openssl/
Dx509v3.h161 ASN1_OBJECT *type_id; member

12