Home
last modified time | relevance | path

Searched defs:key (Results 1 – 20 of 20) sorted by relevance

/art/tools/checker/common/
Dimmutables.py16 def __setitem__(self, key, value): argument
19 def __delitem__(self, key): argument
22 def copyWith(self, key, value): argument
/art/cmdline/
Dcmdline_parser_test.cc91 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/
Dhash_set.h367 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/
Dinstrumentation_test.cc152 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()
Dinstrumentation.cc569 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()
Doat.cc430 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
Doat_file.cc470 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup() local
1085 StringPiece key(dex_location); in GetOatDexFile() local
/art/tools/ahat/src/
DDoc.java91 void description(DocString key, DocString value); in description()
DHtmlDoc.java159 public void description(DocString key, DocString value) { in description()
/art/compiler/utils/
Ddedupe_set_test.cc49 void Destroy(const std::vector<uint8_t>* key) { in Destroy()
Dtest_dex_file_builder.h56 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/
DMain.java123 static String basisValueOf(String key) { in basisValueOf()
/art/runtime/arch/
Dinstruction_set_features_test.cc41 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); local
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java213 private static void handleKeyValueOption(String key, String value) { in handleKeyValueOption()
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java64 private String checkForEnvVar(Map<String, String> envVars, String key) { in checkForEnvVar() argument
/art/test/099-vmdebug/src/
DMain.java160 long key = Long.valueOf(kv[0]); in checkHistogram() local
/art/compiler/driver/
Dcompiler_driver_test.cc240 std::string key = ProfileCompilationInfo::GetProfileDexFileKey(dex_file->GetLocation()); in GetProfileCompilationInfo() local
/art/runtime/hprof/
Dhprof.cc975 uint64_t key = (static_cast<uint64_t>(heap_tag) << 32) | PointerToLowMemUInt32(obj); in MarkRootObject() local
/art/runtime/verifier/
Dmethod_verifier.cc1500 int32_t key = in CheckSwitchTargets() local
/art/oatdump/
Doatdump.cc421 const char* key; in Dump() local