Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_layer.cpp60 hw2d_coord_t minsize, maxsize; in setImageDimension() local
64 maxsize = cap.supportedMaxSrcDimension(); in setImageDimension()
67 maxsize = cap.supportedMaxDstDimension(); in setImageDimension()
70 …dth < minsize.hori) || (height < minsize.vert) || (width > maxsize.hori) || (height > maxsize.vert… in setImageDimension()
73 minsize.hori, minsize.vert, maxsize.hori, maxsize.vert); in setImageDimension()
/aosp12/bionic/libc/tzcode/
H A Dstrftime.c138 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, in strftime_l() argument
142 return strftime(s, maxsize, format, t); in strftime_l()
149 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime() argument
156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); in strftime()
173 if (p == s + maxsize) in strftime()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c119 wcsftime(wchar_t *__restrict s, size_t maxsize, in wcsftime() argument
127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn); in wcsftime()
128 if (p == s + maxsize) { in wcsftime()
129 if (maxsize > 0) in wcsftime()
130 s[maxsize - 1] = '\0'; in wcsftime()
/aosp12/frameworks/layoutlib/rename_font/
H A Dbuild_font_single.py127 last_name_id = sys.maxsize
158 last_name_id = sys.maxsize
H A Dbuild_font.py139 last_name_id = sys.maxsize
167 last_name_id = sys.maxsize
/aosp12/system/update_engine/scripts/update_payload/
H A Dapplier.py73 max_length = length if length >= 0 else sys.maxsize
111 max_length = sys.maxsize
177 data_length = sys.maxsize
/aosp12/art/test/utils/python/testgen/
H A Dmixins.py52 @functools.lru_cache(maxsize=None)
/aosp12/system/update_engine/scripts/
H A Dblockdiff.py50 max_length = sys.maxsize
/aosp12/build/make/tools/releasetools/
H A Dsign_target_files_apks516 maxsize = max(
551 print(" signing: %-*s (%s)" % (maxsize, name, key))
572 maxsize, name, container_key))
574 maxsize, name, payload_key))
H A Dsign_target_files_apks.py516 maxsize = max(
551 print(" signing: %-*s (%s)" % (maxsize, name, key))
572 maxsize, name, container_key))
574 maxsize, name, payload_key))
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dsvg_renderer.py34 return hash(string) / float(sys.maxsize)
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp264 uint32_t maxsize = std::numeric_limits<uint32_t>::max()) { in FileExists() argument
268 EXPECT_LT(entry.uncompressed_length, maxsize); in FileExists()
/aosp12/system/extras/pagecache/
H A Dpagecache.py287 stdout_queue = Queue.Queue(maxsize=128)
/aosp12/build/make/core/
H A Ddefinitions.mk2875 maxsize=$$(($(2))); \
2876 if [ "$$total" -gt "$$maxsize" ]; then \
2877 echo "error: $$printname too large ($$total > $$maxsize)"; \
2879 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
2880 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp2032 int maxsize = 0; in proc_get_heaviest() local
2041 if (tasksize > maxsize) { in proc_get_heaviest()
2042 maxsize = tasksize; in proc_get_heaviest()
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py137 dirname = os.path.join(dirname, 'x86_64' if sys.maxsize > 2 ** 32 else 'x86')
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...