Home
last modified time | relevance | path

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

123

/art/libarttools/include/tools/
Dsystem_properties.h41 std::string Get(const std::string& key, const std::string& default_value) const { in Get()
57 std::string Get(const std::string& key, const std::string& fallback_key, Args... args) const { in Get()
73 std::string GetOrEmpty(const std::string& key, Args... fallback_keys) const { in GetOrEmpty()
79 bool GetBool(const std::string& key, bool default_value) const { in GetBool()
95 bool GetBool(const std::string& key, const std::string& fallback_key, Args... args) const { in GetBool()
101 virtual std::string GetProperty(const std::string& key) const { in GetProperty()
/art/tools/checker/common/
Dimmutables.py17 def __setitem__(self, key, value): argument
20 def __delitem__(self, key): argument
23 def copy_with(self, key, value): argument
/art/adbconnection/
Djdwpargs.cc47 std::string key = w.substr(0, pos); in JdwpArgs() local
54 void JdwpArgs::put(const std::string& key, const std::string& value) { in put()
64 for (const auto& key : keys) { in join() local
Djdwpargs.h40 bool contains(const std::string& key) { return store.find(key) != store.end(); } in contains()
42 std::string& get(const std::string& key) { return store[key]; } in get()
/art/test/922-properties/src/art/
DTest922.java54 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/
Dinterpreter_cache-inl.h26 inline bool InterpreterCache::Get(Thread* self, const void* key, /* out */ size_t* value) { in Get()
36 inline void InterpreterCache::Set(Thread* self, const void* key, size_t value) { in Set()
Dinterpreter_cache.h74 static ALWAYS_INLINE size_t IndexOf(const void* key) { in IndexOf()
/art/runtime/base/
Datomic_pair.h53 IntType key; member
79 uint64_t key = key0 & ~kSeqMask; in AtomicPairLoadAcquire() local
94 uint64_t key = key_ptr->load(std::memory_order_relaxed); in AtomicPairStoreRelease() local
/art/cmdline/
Dcmdline_parser_test.cc97 const TKey& key) { in IsExpectedKeyValue()
114 const TKey& key) { in IsExpectedDefaultKeyValue()
167 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key)) argument
168 #define EXPECT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedKeyValue(expected, map, key)) argument
169 #define EXPECT_DEFAULT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedDefaultKeyValue(expected… argument
180 #define EXPECT_SINGLE_PARSE_DEFAULT_VALUE(expected, argv, key)\ argument
186 #define _EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument
193 #define EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument
197 #define EXPECT_SINGLE_PARSE_VALUE(expected, argv, key) \ argument
202 #define EXPECT_SINGLE_PARSE_VALUE_STR(expected, argv, key) \ argument
/art/libartservice/service/java/com/android/server/art/
DArtJni.java123 public static Void setProperty(@NonNull String key, @NonNull String value) { in setProperty()
169 private static native void setPropertyNative(@NonNull String key, @NonNull String value); in setPropertyNative()
/art/runtime/oat/
Doat.h104 static constexpr bool IsDeterministicField(std::string_view key) { in IsDeterministicField()
113 static constexpr size_t GetNonDeterministicFieldLength(std::string_view key) { in GetNonDeterministicFieldLength()
169 const char* GetStoreValueByKey(const char* key) const { in GetStoreValueByKey()
Djni_stub_hash_map.cc111 size_t JniStubKeyOptimizedHash(const JniStubKey& key) { in JniStubKeyOptimizedHash()
170 size_t JniStubKeyGenericHash(const JniStubKey& key) { in JniStubKeyGenericHash()
Doat.cc394 /*out*/ const char** key, in GetNextStoreKeyValuePair()
442 const char* key; in ComputeChecksum() local
482 bool OatHeader::KeyHasValue(const char* key, const char* value, size_t value_size) const { in KeyHasValue() argument
/art/test/922-properties/
Dproperties.cc58 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jstring key) { in Java_art_Test922_getSystemProperty()
78 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jstring key, jstring value) { in Java_art_Test922_setSystemProperty()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc90 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()
Drelative_patcher_arm_base.cc367 uint32_t ArmBaseRelativePatcher::GetThunkTargetOffset(const ThunkKey& key, uint32_t patch_offset) { in GetThunkTargetOffset()
407 ThunkKey key(static_cast<ThunkType>(-1)); in ProcessPatches() local
537 const ThunkKey& key) { in CalculateMaxNextOffset()
/art/test/687-deopt/src/
DMain.java27 Main key = new Main(); in main() local
/art/tools/
Dart_boot.cc25 static void SetPropertyAndLog(const std::string& key, in SetPropertyAndLog()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc319 ThunkKey key = GetEntrypointCallKey(patch); in PatchEntrypointCall() local
332 ThunkKey key = GetBakerThunkKey(patch); in PatchBakerReadBarrierBranch() local
341 uint32_t Arm64RelativePatcher::MaxPositiveDisplacement(const ThunkKey& key) { in MaxPositiveDisplacement()
351 uint32_t Arm64RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) { in MaxNegativeDisplacement()
/art/test/odsign/test-src/com/android/tests/odsign/
DDeviceState.java175 public void setProperty(String key, String value) throws Exception { in setProperty()
185 public void setPhenotypeFlag(String key, String value) throws Exception { in setPhenotypeFlag()
/art/tools/ahat/src/main/com/android/ahat/
DDoc.java91 void description(DocString key, DocString value); in description()
/art/dex2oat/utils/
Ddedupe_set_test.cc50 void Destroy(const std::vector<uint8_t>* key) { in Destroy()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiff.java200 Key key = Key.keyFor(inst); in instances() local
209 Key key = Key.keyFor(inst); in instances() local
/art/libdexfile/dex/
Dtest_dex_file_builder.h58 FieldKey key = { class_descriptor, type, name }; in AddField() local
264 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx() local
346 ProtoKey key = { in CreateProtoKey() local
/art/runtime/
Dinstrumentation_test.cc190 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs()
278 const char* key, bool disable_deoptimization) in UndeoptimizeMethod()
293 void DeoptimizeEverything(Thread* self, const char* key) in DeoptimizeEverything()
305 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization) in UndeoptimizeEverything()
320 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing()
333 void DisableMethodTracing(Thread* self, const char* key) in DisableMethodTracing()

123