Home
last modified time | relevance | path

Searched defs:kValue (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/chre/apps/test/chqts/src/shared/
H A Dnano_endian_test.cc75 static constexpr uint32_t kValue = UINT32_C(0x04030201); variable
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp606 int32_t kValue = 12345; in TEST_F() local
619 int32_t kValue = 12345; in TEST_F() local
633 int32_t kValue = 12345; in TEST_F() local
720 int32_t kValue = 12; in TEST_F() local
752 int32_t kValue = 12; in TEST_F() local
/aosp12/art/runtime/
H A Dart_method.h210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda() local
221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting() local
240 static constexpr uint32_t kValue = kAccCompileDontBother | kAccPreCompiled; in IsPreCompiled() local
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp266 const StringPiece16 kValue = u"value"; in TEST_F() local
/aosp12/system/update_engine/common/
H A Dprefs_unittest.cc237 const char kValue[] = "some test value\non 2 lines"; in TEST_F() local
251 const char kValue[] = "test value"; in TEST_F() local
H A Dutils_unittest.cc140 const int kValue = 50; in TEST() local
/aosp12/frameworks/native/libs/binder/ndk/
H A Dibinder.cpp46 static void* kValue = static_cast<void*>(new bool{true}); variable
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp896 const uint8_t kValue = 0xCA; in TEST_F() local
959 const uint8_t kValue = 0xCA; in TEST_F() local
1004 const uint8_t kValue = 0xCA; in TEST_F() local
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp139 static const ab::NoDestructor<std::string> kValue{ in incFsPropertyValue() local
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator