/art/tools/checker/common/ |
D | immutables.py | 17 def __setitem__(self, key, value): argument 20 def __delitem__(self, key): argument 23 def copy_with(self, key, value): argument
|
/art/test/922-properties/src/art/ |
D | Test922.java | 54 String key = generate(allProperties); in doTest() local 92 private static void checkProperty(String key) { in checkProperty() 126 String key = sb.toString(); in generateUnique() local 153 private static native String getSystemProperty(String key); in getSystemProperty() 154 private static native void setSystemProperty(String key, String value); in setSystemProperty()
|
/art/runtime/interpreter/ |
D | interpreter_cache.h | 65 ALWAYS_INLINE bool Get(const void* key, /* out */ size_t* value) { in Get() 75 ALWAYS_INLINE void Set(const void* key, size_t value) { in Set() 87 static ALWAYS_INLINE size_t IndexOf(const void* key) { in IndexOf()
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 98 const TKey& key) { in IsExpectedKeyValue() 115 const TKey& key) { in IsExpectedDefaultKeyValue() 168 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key)) argument 169 #define EXPECT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedKeyValue(expected, map, key)) argument 170 #define EXPECT_DEFAULT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedDefaultKeyValue(expected… argument 181 #define EXPECT_SINGLE_PARSE_DEFAULT_VALUE(expected, argv, key)\ argument 187 #define _EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 194 #define EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 198 #define EXPECT_SINGLE_PARSE_VALUE(expected, argv, key) \ argument 203 #define EXPECT_SINGLE_PARSE_VALUE_STR(expected, argv, key) \ argument
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2.cc | 90 ThunkKey key = GetEntrypointCallKey(patch); in PatchEntrypointCall() local 106 ThunkKey key = GetBakerThunkKey(patch); in PatchBakerReadBarrierBranch() local 119 uint32_t Thumb2RelativePatcher::MaxPositiveDisplacement(const ThunkKey& key) { in MaxPositiveDisplacement() 129 uint32_t Thumb2RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) { in MaxNegativeDisplacement()
|
D | relative_patcher_arm_base.cc | 367 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset() 407 ThunkKey key(static_cast<ThunkType>(-1)); in ProcessPatches() local 536 const ThunkKey& key) { in CalculateMaxNextOffset()
|
/art/test/922-properties/ |
D | properties.cc | 58 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring key) { in Java_art_Test922_getSystemProperty() 78 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring key, jstring value) { in Java_art_Test922_setSystemProperty()
|
/art/test/687-deopt/src/ |
D | Main.java | 27 Main key = new Main(); in main() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64.cc | 313 ThunkKey key = GetEntrypointCallKey(patch); in PatchEntrypointCall() local 326 ThunkKey key = GetBakerThunkKey(patch); in PatchBakerReadBarrierBranch() local 335 uint32_t Arm64RelativePatcher::MaxPositiveDisplacement(const ThunkKey& key) { in MaxPositiveDisplacement() 345 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) { in MaxNegativeDisplacement()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Diff.java | 200 Key key = Key.keyFor(inst); in instances() local 209 Key key = Key.keyFor(inst); in instances() local
|
D | Parser.java | 813 public void put(long key, T value) { in put() 848 public T get(long key) throws HprofFormatException { in get() 861 private int indexOf(long key) { in indexOf() 884 public void put(long key, T value) { in put() 893 public T get(long key) throws HprofFormatException { in get()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Doc.java | 91 void description(DocString key, DocString value); in description()
|
D | HtmlDoc.java | 175 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()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 58 FieldKey key = { class_descriptor, type, name }; in AddField() local 266 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx() local 348 ProtoKey key = { in CreateProtoKey() local
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 238 ThunkMapKey key = GetThunkMapKey(linker_patch); in GetThunkCode() local 259 ThunkMapKey key = GetThunkMapKey(linker_patch); in SetThunkCode() local
|
/art/test/055-enum-performance/src/ |
D | Main.java | 123 static String basisValueOf(String key) { in basisValueOf()
|
/art/runtime/ |
D | instrumentation_test.cc | 194 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() 285 const char* key, bool disable_deoptimization) in UndeoptimizeMethod() 300 void DeoptimizeEverything(Thread* self, const char* key, bool enable_deoptimization) in DeoptimizeEverything() 315 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization) in UndeoptimizeEverything() 330 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing() 342 void DisableMethodTracing(Thread* self, const char* key) in DisableMethodTracing()
|
D | oat.cc | 369 const char** key, in GetStoreKeyValuePairByIndex() 432 bool OatHeader::KeyHasValue(const char* key, const char* value, size_t value_size) const { in KeyHasValue() argument
|
D | instrumentation.cc | 748 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() 1077 void Instrumentation::DisableDeoptimization(const char* key) { in DisableDeoptimization() 1108 void Instrumentation::DeoptimizeEverything(const char* key) { in DeoptimizeEverything() 1113 void Instrumentation::UndeoptimizeEverything(const char* key) { in UndeoptimizeEverything() 1119 void Instrumentation::EnableMethodTracing(const char* key, bool needs_interpreter) { in EnableMethodTracing() 1129 void Instrumentation::DisableMethodTracing(const char* key) { in DisableMethodTracing()
|
/art/libartbase/base/ |
D | hash_set.h | 465 iterator find(const K& key) { in find() 470 const_iterator find(const K& key) const { in find() 475 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 480 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash()
|
/art/tools/ahat/src/main/com/android/ahat/proguard/ |
D | ProguardMap.java | 106 String key = obfuscatedMethodName + clearSignature; in addFrame() local 118 String key = obfuscatedMethodName + clearSignature; in getFrame() local
|
/art/test/testrunner/ |
D | env.py | 53 def get_env(key): argument
|
/art/tools/create_minidebuginfo/ |
D | create_minidebuginfo.cc | 103 std::basic_string_view<uint8_t> key(cie->data(), cie->size()); in WriteMinidebugInfo() local
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Options.java | 215 private static void handleKeyValueOption(String key, String value) { in handleKeyValueOption()
|