Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dsparse_table_test.cpp28 static const int DATA_SIZE = 4; in TEST() local
/aosp12/system/media/audio_utils/benchmarks/
H A Dintrinsic_benchmark.cpp38 constexpr size_t DATA_SIZE = 1024; in BM_Intrinsic() local
H A Dbiquad_filter_benchmark.cpp28 static constexpr size_t DATA_SIZE = 1024; variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java310 private static final int DATA_SIZE = 32; field in SlideshowPage.SequentialSource