Home
last modified time | relevance | path

Searched defs:new_lines (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dadd_assertPlatformVersionAtLeast.py37 new_lines = dict() variable
/aosp_15_r20/system/libbase/
H A Dlogging_splitters.h136 int new_lines = 0; in CountSizeAndNewLines() local
/aosp_15_r20/external/XNNPACK/scripts/
H A Dsort-filenames.py130 new_lines = sorted(file_lines[x[0]:x[1]+1], key=cmp_to_key(compare_strs)) variable
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp140 int new_lines = 0; in CountSizeAndNewLines() local
/aosp_15_r20/external/webp/src/dec/
H A Dio_dec.c241 int new_lines, WebPRescaler* const wrk) { in Rescale()