Searched refs:line_len (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/android/cpufeatures/
H A Dcpu-features.c385 cpulist_parse(CpuList* list, const char* line, int line_len) argument
388 const char* end = p + line_len;
/prebuilts/ndk/r16/sources/android/cpufeatures/
H A Dcpu-features.c385 cpulist_parse(CpuList* list, const char* line, int line_len) argument
388 const char* end = p + line_len;
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dargparse.py338 line_len = len(prefix) - 1
340 line_len = len(indent) - 1
342 if line_len + 1 + len(part) > text_width:
345 line_len = len(indent) - 1
347 line_len += len(part) + 1
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dargparse.py338 line_len = len(prefix) - 1
340 line_len = len(indent) - 1
342 if line_len + 1 + len(part) > text_width:
345 line_len = len(indent) - 1
347 line_len += len(part) + 1
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py338 line_len = len(prefix) - 1
340 line_len = len(indent) - 1
342 if line_len + 1 + len(part) > text_width:
345 line_len = len(indent) - 1
347 line_len += len(part) + 1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py338 line_len = len(prefix) - 1
340 line_len = len(indent) - 1
342 if line_len + 1 + len(part) > text_width:
345 line_len = len(indent) - 1
347 line_len += len(part) + 1

Completed in 63 milliseconds