Searched refs:small (Results 1 – 25 of 26) sorted by relevance
12
/system/update_engine/payload_generator/ |
D | extent_utils.h | 171 constexpr bool ExtentContains(const Extent& big, const Extent& small) { in ExtentContains() argument 172 return big.start_block() <= small.start_block() && in ExtentContains() 173 small.start_block() + small.num_blocks() <= in ExtentContains()
|
/system/media/audio_utils/tests/ |
D | metadata_tests.cpp | 234 Data small; in TEST() local 237 small[MY_NAME_IS] = "abc"; in TEST() 239 small[MOVE_COUNT] = MoveCount{}; in TEST() 241 big[TABLE] = small; // ONE COPY HERE of the MoveCount (embedded in small). in TEST() 244 big[VECTOR] = std::vector<Datum>{small, small}; in TEST() 245 big[PAIR] = std::make_pair<Datum, Datum>(small, small); in TEST()
|
/system/extras/ext4_utils/ |
D | mke2fs.conf | 23 small = {
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | event.h | 53 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | event.h | 53 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | event.h | 53 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | event.h | 53 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | event.h | 55 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | event.h | 66 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | event.h | 66 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | event.h | 66 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_8/chre/ |
D | event.h | 66 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/legacy/v1_9/chre/ |
D | event.h | 69 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/chre/chre_api/include/chre_api/chre/ |
D | event.h | 70 #error CHRE_MESSAGE_TO_HOST_MAX_SIZE is too small.
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 50 echo "small file" | sudo dd of="${mntdir}"/regular-small status=none
|
/system/logging/liblog/ |
D | README.md | 149 Android system, or if too small of a value is set in /proc/sys/net/unix/max_dgram_qlen. To aid in
|
/system/memory/libmemunreachable/ |
D | README.md | 161 libmemunreachable requires a small interface to the allocator in order to collect information about…
|
/system/update_engine/ |
D | pylintrc | 51 # optimizer, which will apply various small optimizations. For instance, it can
|
D | README.md | 448 client updater. Because the client updater can be fragile at points and small
|
/system/chre/chpp/ |
D | README.md | 11 …ices as necessary. CHPP allows these services to coexist on a single link with very small overhead.
|
/system/extras/simpleperf/doc/ |
D | README.md | 195 2. For C code and a small percentage of C++ code that the compiler is sure will not generate
|
/system/core/fastboot/ |
D | README.md | 407 The first Query packet will only be attempted a small number of times, but
|
/system/chre/pal/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 1617 # documents. This may be useful for small projects and may help to save some 1770 # documents. This may be useful for small projects and may help to save some
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 1617 # documents. This may be useful for small projects and may help to save some 1770 # documents. This may be useful for small projects and may help to save some
|
/system/media/audio_utils/ |
D | Doxyfile | 438 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 1720 # documents. This may be useful for small projects and may help to save some 1881 # documents. This may be useful for small projects and may help to save some
|
12