Searched refs:number (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file.cc387 oss << "Unrecognized magic number in " << GetLocation() << ":"
397 oss << "Unrecognized version number in " << GetLocation() << ":"
713 // "line number == -2" is how libcore tells from StackTraceElement.
721 // A method with no line number info should return -1
947 // The line number from the previous positions callback
960 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) { argument
961 if (number == 0) {
964 return StringPrintf("%s" kMultiDexSeparatorString "classes%zu.dex", dex_location, number + 1);
1280 // the number of catch types, and the catches are followed by a
H A Ddex_file.h87 uint32_t string_ids_size_; // number of StringIds
89 uint32_t type_ids_size_; // number of TypeIds, we don't support more than 65535
91 uint32_t proto_ids_size_; // number of ProtoIds, we don't support more than 65535
93 uint32_t field_ids_size_; // number of FieldIds
95 uint32_t method_ids_size_; // number of MethodIds
97 uint32_t class_defs_size_; // number of ClassDefs
451 // Returns the number of string identifiers in the .dex file.
502 // Returns the number of type identifiers in the .dex file.
541 // Returns the number of field identifiers in the .dex file.
581 // Returns the number o
[all...]
/art/test/
H A DAndroid.run-test.mk169 # $(1): the test number

Completed in 1451 milliseconds