Home
last modified time | relevance | path

Searched defs:line_end (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/cpuinfo/src/linux/
H A Dmultiline.c60 const char* line_end = data_end; in cpuinfo_linux_parse_multiline_file() local
65 const char* line_end; in cpuinfo_linux_parse_multiline_file() local
/aosp_15_r20/external/cronet/net/dns/
H A Dnsswitch_reader.cc58 std::string_view::size_type line_end = text.find('\n'); in SkipRestOfLine() local
82 std::string_view::size_type line_end = text.find('\n'); in FindDatabase() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc283 const char* line_end, HeaderLineDescription* current_header_line) { in CleanUpKeyValueWhitespace()
362 const char* line_end = stream_begin + lines[i - 1].second; in FindColonsAndParseIntoKeyValue() local
478 const char* line_end = stream_begin + header_line.last_char_idx; in ProcessContentLengthLine() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_posix.cc125 const char* line_end, in ParseMapsLine()
318 for (char* line_end = buffer; line_end < read_end; ++line_end) { in PrintStackTraceInternal() local
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Dresultgen.c48 char *line_end = memchr(haystack, '\n', end - haystack); in find_line_starting_with() local
68 char *line_end = memchr(haystack, '\n', end - haystack); in find_line_starting_with_either() local
212 char *line_end; in parse_subtest_result() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.cc616 std::string::const_iterator line_end = base::ranges::find(raw_input, '\0'); in Parse() local
787 std::string::const_iterator line_end) { in ParseVersion()
831 std::string::const_iterator line_end, in ParseStatusLine()
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dproc_cpuinfo_reader.h69 const char* line_end = line + line_len; in GetNextField() local
/aosp_15_r20/external/image_io/src/base/
H A Ddata_line_map.cc34 size_t line_end; in FindDataLines() local
H A Ddata_context.cc118 size_t line_begin, line_end; in GetClippedAndLineRange() local
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/
H A Ddata_line_map.cc34 size_t line_end; in FindDataLines() local
H A Ddata_context.cc118 size_t line_begin, line_end; in GetClippedAndLineRange() local
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dsemanage_store.c2523 char *line_end = NULL; in semanage_get_line_end() local
2552 const char *line_buf, *line_end; in semanage_fc_sort() local
2894 const char *line_buf, *line_end; in semanage_nc_sort() local
/aosp_15_r20/system/tools/aidl/
Dcode_writer.cpp52 size_t line_end = str.find('\n', pos); in WriteString() local
/aosp_15_r20/external/cpuinfo/src/x86/linux/
H A Dcpuinfo.c85 const char* line_end, in parse_line()
/aosp_15_r20/external/perfetto/src/traced/probes/system_info/
H A Dsystem_info_data_source.cc84 std::string::iterator line_end = proc_cpu_info.end(); in Start() local
/aosp_15_r20/external/coreboot/src/console/
H A Dprintk.c104 static void line_end(union log_state state) in line_end() function
/aosp_15_r20/external/libcups/filter/
H A Drastertohp.c428 *line_end, /* End-of-line byte pointer */ in CompressData() local
H A Drastertolabel.c912 *line_end, /* End-of-line byte pointer */ in PCLCompress() local
H A Drastertoepson.c413 *line_end, /* End-of-line byte pointer */ in CompressData() local
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp95 line_end = pts[1]; in onRevalidateEffect() local
/aosp_15_r20/external/curl/lib/
H A Dhttp1.c88 const char *line_end; in detect_line() local
/aosp_15_r20/system/extras/simpleperf/
H A Dkallsyms.cpp248 char* line_end = strchr(p, '\n'); in ProcessKernelSymbols() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_lexer.cc481 size_t line_end = in GetLine() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsource_range.cpp281 size_t line_end = range_end; in print_with_context() local
/aosp_15_r20/system/memory/lmkd/tests/
Dlmkd_tests.cpp220 size_t line_end = logcat_out.find('\n', line_start); in TEST_F() local

123