Searched defs:max_length (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/update_engine/scripts/ |
H A D | blockdiff.py | 32 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | geometry.cpp | 107 bool Rect::ScaleWithLengthLimit(float factor, float max_length) { in ScaleWithLengthLimit()
|
/aosp12/art/runtime/arch/ |
H A D | memcmp16_test.cc | 49 static void CheckSeparate(size_t max_length, size_t min_length) { in CheckSeparate()
|
/aosp12/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | geometry.cpp | 108 bool Rect::ScaleWithLengthLimit(float factor, float max_length) { in ScaleWithLengthLimit()
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | applier.py | 95 def _ReadExtents(file_obj, extents, block_size, max_length=-1): argument
|
/aosp12/art/runtime/mirror/ |
H A D | string-alloc-inl.h | 184 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size); in Alloc() local
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | ring_buffer.cpp | 343 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read()
|
/aosp12/art/runtime/hprof/ |
H A D | hprof.cc | 456 size_t max_length; in Dump() local 759 bool DumpToFile(size_t overall_size, size_t max_length) in DumpToFile() 810 bool DumpToDdmsDirect(size_t overall_size, size_t max_length, uint32_t chunk_type) in DumpToDdmsDirect()
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | screen_ui.cpp | 65 TextMenu::TextMenu(bool scrollable, size_t max_items, size_t max_length, in TextMenu()
|