HomeSort by relevance Sort by last modified time
    Searched full:type_id (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /hardware/intel/img/psb_video/src/
psb_ws_driver.c 41 psb_alloc(struct _WsbmVNodeFuncs *func, int type_id) {
42 if (type_id == 0) {
48 vNode->base.type_id = 0;
56 node->type_id = 1;
68 if (node->type_id == 0)
78 * a private part when node->type_id == 0 we only care to clear in that
85 if (node->type_id == 0) {
  /external/harfbuzz_ng/src/
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;
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; \
  /external/opencv3/samples/data/
H1to3p.xml 3 <H13 type_id="opencv-matrix">
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 68 : argument( p, rtti::type_id<T>() )
71 : argument( p, rtti::type_id<T>() )
86 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
97 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
rtti.hpp 25 // ************** rtti::type_id ************** //
48 type_id() function in namespace:boost::rtti
56 #define BOOST_RTTI_CASE( type ) if( switch_by_id == ::boost::rtti::type_id<type>() )
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
FieldIdItem.java 44 if (kind == IndexUpdateKind.TYPE_ID && classIdx >= insertedIdx) {
47 if (kind == IndexUpdateKind.TYPE_ID && typeIdx >= insertedIdx) {
ClassDefItem.java 67 if (kind == IndexUpdateKind.TYPE_ID && classIdx >= insertedIdx) {
70 if (kind == IndexUpdateKind.TYPE_ID && superclassIdx >= insertedIdx) {
EncodedAnnotation.java 51 if (kind == IndexUpdateKind.TYPE_ID && typeIdx >= insertedIdx) {
EncodedTypeAddrPair.java 39 if (kind == IndexUpdateKind.TYPE_ID && typeIdx >= insertedIdx) {
MethodIdItem.java 44 if (kind == IndexUpdateKind.TYPE_ID && classIdx >= insertedIdx) {
ProtoIdItem.java 47 if (kind == IndexUpdateKind.TYPE_ID && returnTypeIdx >= insertedIdx) {
TypeItem.java 36 if (kind == IndexUpdateKind.TYPE_ID && typeIdx >= insertedIdx) {
RawDexObject.java 41 TYPE_ID,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
typed_parameter.hpp 44 : cla::parameter( ID, m_arg_factory, rtti::type_id<T>() == rtti::type_id<bool>() )
char_parameter.ipp 35 : basic_naming_policy( rtti::type_id<char_name_policy>() )
named_parameter.ipp 39 : basic_naming_policy( rtti::type_id<string_name_policy>() )
84 if( id.p_type_id == rtti::type_id<char_name_policy>() ) {
  /external/selinux/secilc/docs/
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...]
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 declared.</p></td>
182 <p><code> (and (type_id ...) (type_id ...))</code></p>
183 <p><code> (or (type_id ...) (type_id ...))</code></p
    [all...]
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>
  /art/runtime/
type_lookup_table.cc 85 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); local
86 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_);
99 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); local
100 const DexFile::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_);
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
json_util.py 23 TYPE_ID = "__mr_json_type"
30 json_struct[self.TYPE_ID] = type(o).__name__
45 if JsonEncoder.TYPE_ID not in d:
48 type_name = d.pop(JsonEncoder.TYPE_ID)
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
155 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
235 oth->type_id = oid;
247 *poid = gen->d.otherName->type_id;
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 62 def _get_setting_for_type(self, type_id):
67 type_id: The ID of sensor type.
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/chromium-trace/catapult/third_party/pipeline/pipeline/
util.py 158 TYPE_ID = "__pipeline_json_type"
165 json_struct[self.TYPE_ID] = type(o).__name__
180 if JsonEncoder.TYPE_ID not in d:
183 type_name = d.pop(JsonEncoder.TYPE_ID)

Completed in 436 milliseconds

1 2 3 4 5 6