HomeSort by relevance Sort by last modified time
    Searched refs:type_id (Results 26 - 50 of 58) sorted by null

12 3

  /art/runtime/
dex_file_test.cc 298 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx); local
299 ASSERT_TRUE(type_id != NULL);
300 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id), i);
class_linker_test.cc 354 const DexFile::TypeId& type_id = dex->GetTypeId(i); local
355 const char* descriptor = dex->GetTypeDescriptor(type_id);
997 const DexFile::TypeId* type_id = dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id)); local
    [all...]
utils.cc 328 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); local
329 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
    [all...]
dex_file_verifier.cc 80 const DexFile::TypeId& type_id = dex_file_->GetTypeId(type_idx); local
81 uint32_t idx = type_id.descriptor_idx_;
    [all...]
  /external/chromium_org/third_party/protobuf/python/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)
unknown_fields_test.py 142 item.type_id = 1545009
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 491 required int32 type_id = 2;
506 type_id = -1
510 # Technically, type_id and message can appear in any order, so we need
515 (type_id, pos) = local_DecodeVarint(buffer, pos)
529 if type_id == -1:
530 raise _DecodeError('MessageSet item missing type_id.')
534 extension = extensions_by_number.get(type_id)
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_key_bindings_handler.cc 180 GType type_id = g_type_register_static_simple( local
188 g_once_init_leave(&type_id_volatile, type_id);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc 362 raw.item(0).type_id());
365 raw.item(1).type_id());
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
489 // type_id.
500 uint32 type_id = message.GetDescriptor()->extension(0)->number(); local
502 type_id, &coded_output);
    [all...]
wire_format.cc 329 // required int32 type_id = 2;
332 // Once we see a type_id, we'll construct a fake tag for this extension
337 // Once we see a type_id, we'll look up the FieldDescriptor for the
341 // If we see message data before the type_id, we'll append it to this so
351 uint32 type_id; local
352 if (!input->ReadVarint32(&type_id)) return false;
354 type_id, WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
355 field = message_reflection->FindKnownExtensionByNumber(type_id);
358 // We saw some message data before the type_id. Have to parse it
375 // We haven't seen a type_id yet. Append this data to message_data
    [all...]
extension_set_heavy.cc 558 // required int32 type_id = 2;
561 // Once we see a type_id, we'll construct a fake tag for this extension
566 // If we see message data before the type_id, we'll append it to this so
576 uint32 type_id; local
577 if (!input->ReadVarint32(&type_id)) return false;
578 fake_tag = WireFormatLite::MakeTag(type_id,
582 // We saw some message data before the type_id. Have to parse it
599 // We haven't seen a type_id yet. Append this data to message_data.
609 // Already saw type_id, so we can parse this directly.
674 // type_id
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 632 // required int32 type_id = 2;
635 // Once we see a type_id, we'll construct a fake tag for this extension
640 // Once we see a type_id, we'll look up the FieldDescriptor for the
644 // If we see message data before the type_id, we'll append it to this so
657 uint32 type_id; local
658 if (!input->ReadVarint32(&type_id)) return false;
660 type_id, WireFormatLite::WIRETYPE_LENGTH_DELIMITED);
661 field = message_reflection->FindKnownExtensionByNumber(type_id);
664 // We saw some message data before the type_id. Have to parse it
681 // We haven't seen a type_id yet. Append this data to message_data
    [all...]
wire_format_unittest.cc 362 raw.item(0).type_id());
365 raw.item(1).type_id());
366 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
extension_set.cc 950 uint32 type_id; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 207 V.set_parameter( rtti::type_id<unique_id>(), m_value );
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_alt.c 578 * no need to free type_id because it is static
587 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
589 if (!gen->d.otherName->type_id)
  /external/openssl/crypto/x509v3/
v3_alt.c 575 * no need to free type_id because it is static
584 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
586 if (!gen->d.otherName->type_id)
x509v3.h 164 ASN1_OBJECT *type_id; member in struct:otherName_st
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index); local
590 if (type_id == nullptr) {
594 *class_index = dex_file->GetIndexForTypeId(*type_id);
    [all...]
  /art/runtime/mirror/
object_test.cc 277 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId( local
279 ASSERT_TRUE(type_id != NULL);
280 uint32_t type_idx = java_lang_dex_file_->GetIndexForTypeId(*type_id);
class-inl.h 681 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); local
682 return strcmp(dex_file.GetTypeDescriptor(type_id), match) == 0;
class.cc 732 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); local
733 return dex_file.GetTypeDescriptor(type_id);
  /external/checkpolicy/
policy_define.c 1295 static int define_typebounds_helper(char *bounds_id, char *type_id)
1310 if (!is_id_in_scope(SYM_TYPES, type_id)) {
1311 yyerror2("type %s is not within scope", type_id);
1315 type = hashtab_search(policydbp->p_types.table, type_id);
1317 yyerror2("type %s is not declared", type_id);
1331 type_id,
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 161 ASN1_OBJECT *type_id; member in struct:otherName_st

Completed in 1399 milliseconds

12 3