Home
last modified time | relevance | path

Searched refs:getAt (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/
Dbuild.gradle.kts90 targetFromPreset(presets.getAt("jvm")) in <lambda>()
91 targetFromPreset(presets.getAt("js")) in <lambda>()
92 targetFromPreset(presets.getAt("macosX64")) in <lambda>()
93 targetFromPreset(presets.getAt("iosArm32")) in <lambda>()
94 targetFromPreset(presets.getAt("iosArm64")) in <lambda>()
95 targetFromPreset(presets.getAt("iosX64")) in <lambda>()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBlobCache.cpp137 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt() function in egl::BlobCache
140 bool result = mBlobCache.getAt(index, keyOut, &valueBuf); in getAt()
DMemoryProgramCache.cpp169 bool MemoryProgramCache::getAt(size_t index, in getAt() function in gl::MemoryProgramCache
173 return mBlobCache.getAt(index, hashOut, programOut); in getAt()
DMemoryProgramCache.h41 bool getAt(size_t index,
DBlobCache.h108 ANGLE_NO_DISCARD bool getAt(size_t index,
DSizedMRUCache.h56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt() function
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DFontChain.java24 abstract long getAt(int i); in getAt() method in FontChain
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBlobCache.cpp211 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt() function in egl::BlobCache
214 bool result = mBlobCache.getAt(index, keyOut, &valueBuf); in getAt()
DMemoryProgramCache.cpp195 bool MemoryProgramCache::getAt(size_t index, in getAt() function in gl::MemoryProgramCache
199 return mBlobCache.getAt(index, hashOut, programOut); in getAt()
DMemoryProgramCache.h42 bool getAt(size_t index,
DBlobCache.h116 ANGLE_NO_DISCARD bool getAt(size_t index,
DSizedMRUCache.h56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.h53 getAt(const UChar* source, int32_t srcLen,
Dprscmnts.cpp185 getAt(const UChar* source, int32_t srcLen, in getAt() function
/third_party/icu/icu4c/source/tools/genrb/
Dprscmnts.h53 getAt(const UChar* source, int32_t srcLen,
Dprscmnts.cpp185 getAt(const UChar* source, int32_t srcLen, in getAt() function
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.h53 getAt(const UChar* source, int32_t srcLen,
Dprscmnts.cpp185 getAt(const UChar* source, int32_t srcLen, in getAt() function
/third_party/node/deps/icu-small/source/tools/genrb/
Dprscmnts.h53 getAt(const UChar* source, int32_t srcLen,
Dprscmnts.cpp185 getAt(const UChar* source, int32_t srcLen, in getAt() function
/third_party/flatbuffers/kotlin/benchmark/
Dbuild.gradle.kts94 targetFromPreset(presets.getAt("jvm")) in <lambda>()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java169 byte getAt(int index) { in getAt() method in CollationKeys.SortKeyLevel
754 byte c = cases.getAt(i); in writeSortKeyUpToQuaternary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java179 byte getAt(int index) { in getAt() method in CollationKeys.SortKeyLevel
764 byte c = cases.getAt(i); in writeSortKeyUpToQuaternary()
/third_party/flutter/skia/platform_tools/android/apps/
Dbuild.gradle91 skiaOutDir = project.getProperties().getAt(propName)
/third_party/skia/platform_tools/android/apps/
Dbuild.gradle91 skiaOutDir = project.getProperties().getAt(propName)

12