| /art/tools/checker/common/ |
| D | immutables.py | 16 def __setitem__(self, key, value): argument 19 def __delitem__(self, key): argument 22 def copyWith(self, key, value): argument
|
| /art/cmdline/ |
| D | cmdline_parser_test.cc | 91 const TKey& key) { in IsExpectedKeyValue() 108 const TKey& key) { in IsExpectedDefaultKeyValue() 160 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key)) argument 161 #define EXPECT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedKeyValue(expected, map, key)) argument 162 #define EXPECT_DEFAULT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedDefaultKeyValue(expected… argument 173 #define EXPECT_SINGLE_PARSE_DEFAULT_VALUE(expected, argv, key)\ argument 179 #define _EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 186 #define EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 190 #define EXPECT_SINGLE_PARSE_VALUE(expected, argv, key) \ argument 195 #define EXPECT_SINGLE_PARSE_VALUE_STR(expected, argv, key) \ argument
|
| /art/runtime/base/ |
| D | hash_set.h | 367 iterator Find(const K& key) { in Find() 372 const_iterator Find(const K& key) const { in Find() 377 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 382 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash()
|
| /art/runtime/ |
| D | instrumentation_test.cc | 152 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() 222 const char* key, bool disable_deoptimization) in UndeoptimizeMethod() 237 void DeoptimizeEverything(Thread* self, const char* key, bool enable_deoptimization) in DeoptimizeEverything() 252 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization) in UndeoptimizeEverything() 267 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing() 279 void DisableMethodTracing(Thread* self, const char* key) in DisableMethodTracing()
|
| D | instrumentation.cc | 569 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() 834 void Instrumentation::DisableDeoptimization(const char* key) { in DisableDeoptimization() 864 void Instrumentation::DeoptimizeEverything(const char* key) { in DeoptimizeEverything() 869 void Instrumentation::UndeoptimizeEverything(const char* key) { in UndeoptimizeEverything() 875 void Instrumentation::EnableMethodTracing(const char* key, bool needs_interpreter) { in EnableMethodTracing() 885 void Instrumentation::DisableMethodTracing(const char* key) { in DisableMethodTracing()
|
| D | oat.cc | 430 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, in GetStoreKeyValuePairByIndex() 490 bool OatHeader::KeyHasValue(const char* key, const char* value, size_t value_size) const { in KeyHasValue() argument
|
| D | oat_file.cc | 470 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup() local 1085 StringPiece key(dex_location); in GetOatDexFile() local
|
| /art/tools/ahat/src/ |
| D | Doc.java | 91 void description(DocString key, DocString value); in description()
|
| D | HtmlDoc.java | 159 public void description(DocString key, DocString value) { in description()
|
| /art/compiler/utils/ |
| D | dedupe_set_test.cc | 49 void Destroy(const std::vector<uint8_t>* key) { in Destroy()
|
| D | test_dex_file_builder.h | 56 FieldKey key = { class_descriptor, type, name }; in AddField() local 251 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx() local 333 ProtoKey key = { in CreateProtoKey() local
|
| /art/test/055-enum-performance/src/ |
| D | Main.java | 123 static String basisValueOf(String key) { in basisValueOf()
|
| /art/runtime/arch/ |
| D | instruction_set_features_test.cc | 41 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); local
|
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | Options.java | 213 private static void handleKeyValueOption(String key, String value) { in handleKeyValueOption()
|
| /art/tools/dexfuzz/src/dexfuzz/executors/ |
| D | Device.java | 64 private String checkForEnvVar(Map<String, String> envVars, String key) { in checkForEnvVar() argument
|
| /art/test/099-vmdebug/src/ |
| D | Main.java | 160 long key = Long.valueOf(kv[0]); in checkHistogram() local
|
| /art/compiler/driver/ |
| D | compiler_driver_test.cc | 240 std::string key = ProfileCompilationInfo::GetProfileDexFileKey(dex_file->GetLocation()); in GetProfileCompilationInfo() local
|
| /art/runtime/hprof/ |
| D | hprof.cc | 975 uint64_t key = (static_cast<uint64_t>(heap_tag) << 32) | PointerToLowMemUInt32(obj); in MarkRootObject() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 1500 int32_t key = in CheckSwitchTargets() local
|
| /art/oatdump/ |
| D | oatdump.cc | 421 const char* key; in Dump() local
|