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

1 2

  /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; \
  /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) {
  /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>() )
named_params.hpp 207 V.set_parameter( rtti::type_id<unique_id>(), m_value );
  /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/runtime/cla/
typed_parameter.hpp 44 : cla::parameter( ID, m_arg_factory, rtti::type_id<T>() == rtti::type_id<bool>() )
id_policy.hpp 85 : identification_policy( rtti::type_id<MostDerived>() )
argument_factory.hpp 150 actual_arg.reset( p.p_optional_value && (rtti::type_id<T>() != rtti::type_id<bool>())
  /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_);
dex_file.h 565 uint16_t GetIndexForTypeId(const TypeId& type_id) const {
566 CHECK_GE(&type_id, type_ids_) << GetLocation();
567 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
568 size_t result = &type_id - type_ids_;
575 const TypeId& type_id = GetTypeId(idx); local
576 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
580 const TypeId& type_id = GetTypeId(idx); local
581 return StringDataByIdx(type_id.descriptor_idx_);
585 const char* GetTypeDescriptor(const TypeId& type_id) const {
586 return StringDataByIdx(type_id.descriptor_idx_)
617 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); local
623 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); local
657 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); local
    [all...]
dex_file_test.cc 299 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); local
300 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str));
301 ASSERT_TRUE(type_id != nullptr);
302 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i);
dex_file.cc 526 const TypeId* type_id = FindTypeId(descriptor); local
527 if (type_id != nullptr) {
528 uint16_t type_idx = GetIndexForTypeId(*type_id);
644 const TypeId& type_id = GetTypeId(mid); local
645 const DexFile::StringId& str_id = GetStringId(type_id.descriptor_idx_);
653 return &type_id;
683 const TypeId& type_id = GetTypeId(mid); local
684 if (string_idx > type_id.descriptor_idx_) {
686 } else if (string_idx < type_id.descriptor_idx_) {
689 return &type_id;
770 const DexFile::TypeId* type_id = FindTypeId(descriptor.c_str()); local
    [all...]
  /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)
  /hardware/intel/common/libwsbm/src/
wsbm_driver.h 105 int type_id; member in struct:_ValidateNode
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c 52 vNode->base.type_id = 0;
62 node->type_id = 1;
70 if(node->type_id == 0) {
80 if(node->type_id == 0) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
WsbmWrapper.c 53 vNode->base.type_id = 0;
63 node->type_id = 1;
71 if(node->type_id == 0) {
81 if(node->type_id == 0) {
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 239 byte type_id;
251 type_id = (byte) in.getByte ();
252 if (type_id != DerValue.tag_ObjectId)
255 + " (tag = " + type_id + ")"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h 75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
  /external/nanopb-c/generator/google/protobuf/internal/
decoder.py 564 required int32 type_id = 2;
580 type_id = -1
584 # Technically, type_id and message can appear in any order, so we need
589 (type_id, pos) = local_DecodeVarint(buffer, pos)
603 if type_id == -1:
604 raise _DecodeError('MessageSet item missing type_id.')
608 extension = extensions_by_number.get(type_id)
  /external/protobuf/python/google/protobuf/internal/
decoder.py 674 required int32 type_id = 2;
690 type_id = -1
694 # Technically, type_id and message can appear in any order, so we need
699 (type_id, pos) = local_DecodeVarint(buffer, pos)
713 if type_id == -1:
714 raise _DecodeError('MessageSet item missing type_id.')
718 extension = extensions_by_number.get(type_id)
  /external/protobuf/src/google/protobuf/
wire_format.cc 660 // required int32 type_id = 2;
665 // Once we see a type_id, we'll look up the FieldDescriptor for the
669 // If we see message data before the type_id, we'll append it to this so
679 uint32 type_id; local
680 if (!input->ReadVarint32(&type_id)) return false;
681 last_type_id = type_id;
682 field = message_reflection->FindKnownExtensionByNumber(type_id);
685 // We saw some message data before the type_id. Have to parse it
702 // We haven't seen a type_id yet. Append this data to message_data.
712 // Already saw type_id, so we can parse this directly
    [all...]
wire_format_unittest.cc 441 raw.item(0).type_id());
444 raw.item(1).type_id());
445 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
568 // type_id.
579 uint32 type_id = message.GetDescriptor()->extension(0)->number(); local
581 type_id, &coded_output);
    [all...]
  /art/runtime/mirror/
class.cc 822 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); local
823 return dex_file.GetTypeDescriptor(type_id);
1054 const DexFile::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp)); local
    [all...]

Completed in 2145 milliseconds

1 2