Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/scripts/
H A Dblockdiff.py32 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp107 bool Rect::ScaleWithLengthLimit(float factor, float max_length) { in ScaleWithLengthLimit()
/aosp12/art/runtime/arch/
H A Dmemcmp16_test.cc49 static void CheckSeparate(size_t max_length, size_t min_length) { in CheckSeparate()
/aosp12/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp108 bool Rect::ScaleWithLengthLimit(float factor, float max_length) { in ScaleWithLengthLimit()
/aosp12/system/update_engine/scripts/update_payload/
H A Dapplier.py95 def _ReadExtents(file_obj, extents, block_size, max_length=-1): argument
/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h184 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size); in Alloc() local
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp343 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read()
/aosp12/art/runtime/hprof/
H A Dhprof.cc456 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 Dscreen_ui.cpp65 TextMenu::TextMenu(bool scrollable, size_t max_items, size_t max_length, in TextMenu()