Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dallocator_tests.cc27 TEST(AllocatorTest, Allocator) { in TEST() argument
/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp67 enum Allocator { enum
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java1298 public @interface Allocator {}; annotation in ImageDecoder
/frameworks/native/libs/binder/ndk/
Dparcel.cpp429 static bool Allocator(void* stringData, int32_t length, char** buffer) { in Allocator() function