Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp33 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldSparse, Small, sparse::R::integer::foo_9);
42 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceOldNotSparse, Small, sparse::R::integer::foo_9);
51 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceSparse, Small, sparse::R::integer::foo_9);
60 BENCHMARK_CAPTURE(BM_SparseEntryGetResourceNotSparse, Small, sparse::R::integer::foo_9);
/frameworks/av/services/minijail/
DAndroid.bp16 // Small library for media.extractor and media.codec sandboxing.
23 // Small library for media.extractor and media.codec sandboxing.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt46 * Small patch to handle trailing slashes in --proto_path flag.
48 * Small patch to fix Python CallMethod().
50 * Small optimizations to Python serialization.
77 * Small patch improving performance of in Python serialization.
DCHANGES.txt106 * Small (breaking) change to the naming of some methods on the support classes
/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp66 mCodeModel = llvm::CodeModel::Small; in CompilerConfig()
220 setCodeModel(llvm::CodeModel::Small); in initializeArch()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp186 config->setCodeModel(llvm::CodeModel::Small); in ConfigCompiler()
/frameworks/base/core/java/android/text/
DHtml.java811 start(mSpannableStringBuilder, new Small()); in handleStartTag()
872 end(mSpannableStringBuilder, Small.class, new RelativeSizeSpan(0.8f)); in handleEndTag()
1270 private static class Small { } class in HtmlToSpannedConverter
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp249 config->setCodeModel(llvm::CodeModel::Small); in ConfigCompiler()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field_unittest.cc60 TEST(RepeatedField, Small) { in TEST() argument
486 TEST(RepeatedPtrField, Small) { in TEST() argument
/frameworks/compile/slang/
Dslang_backend.cpp191 CM = llvm::CodeModel::Small; in CreateCodeGenPasses()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto706 // Details about the User Absent For Small Battery feature.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBTestUtilities.m39 // Small category to easily turn a CString into an NSData.