/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | conf-parse.y | 49 static int parse_errors; variable 103 parse_errors++; 113 parse_errors++; 122 parse_errors++; 146 parse_errors++; 286 parse_errors++; 297 parse_errors++; 305 parse_errors++; 313 parse_errors++; 321 parse_errors++; [all …]
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | redact_sched_events.cc | 430 std::array<bool, 3> parse_errors = {false, false, false}; in OnCompSchedSwitch() local 432 auto it_ts = comp_sched.switch_timestamp(&parse_errors.at(0)); in OnCompSchedSwitch() 433 auto it_pid = comp_sched.switch_next_pid(&parse_errors.at(1)); in OnCompSchedSwitch() 434 auto it_comm = comp_sched.switch_next_comm_index(&parse_errors.at(2)); in OnCompSchedSwitch() 463 if (std::any_of(parse_errors.begin(), parse_errors.end(), IsTrue)) { in OnCompSchedSwitch() 555 std::array<bool, 7> parse_errors = {!compact_sched.has_intern_table(), in OnCompactSchedWaking() local 565 auto it_comm_index = compact_sched.waking_comm_index(&parse_errors.at(1)); in OnCompactSchedWaking() 566 auto it_common_flags = compact_sched.waking_common_flags(&parse_errors.at(2)); in OnCompactSchedWaking() 567 auto it_pid = compact_sched.waking_pid(&parse_errors.at(3)); in OnCompactSchedWaking() 568 auto it_prio = compact_sched.waking_prio(&parse_errors.at(4)); in OnCompactSchedWaking() [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | cpu_reader_fuzzer.cc | 70 base::FlatSet<protos::pbzero::FtraceParseStatus> parse_errors; in FuzzCpuReaderProcessPagesForDataSource() local 73 &null_writer, &metadata, /*cpu=*/0, &ds_config, &parse_errors, in FuzzCpuReaderProcessPagesForDataSource()
|
H A D | cpu_reader.cc | 424 base::FlatSet<protos::pbzero::FtraceParseStatus>* parse_errors, in ProcessPagesForDataSource() argument 453 &bundler, parse_errors, in ProcessPagesForDataSource() 483 WriteAndSetParseError(&bundler, parse_errors, page_header->timestamp, in ProcessPagesForDataSource()
|
H A D | cpu_reader_unittest.cc | 907 base::FlatSet<protos::pbzero::FtraceParseStatus> parse_errors; in TEST() local 910 &trace_writer, &metadata, /*cpu=*/1, &with_filter, &parse_errors, in TEST() 931 base::FlatSet<protos::pbzero::FtraceParseStatus> parse_errors; in TEST() local 934 &trace_writer, &metadata, /*cpu=*/1, &without_filter, &parse_errors, in TEST() 3678 base::FlatSet<protos::pbzero::FtraceParseStatus> parse_errors; in TEST() local 3681 &trace_writer, &metadata, /*cpu=*/0, &ftrace_cfg, &parse_errors, in TEST()
|
H A D | cpu_reader.h | 380 base::FlatSet<protos::pbzero::FtraceParseStatus>* parse_errors,
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | trust_store_nss.cc | 191 bssl::CertErrors parse_errors; in SyncGetIssuersOf() local 196 {}, &parse_errors); in SyncGetIssuersOf() 201 << parse_errors.ToDebugString(); in SyncGetIssuersOf()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3dx9effect.h | 392 … ID3DXInclude *include, DWORD flags, ID3DXEffectCompiler **compiler, ID3DXBuffer **parse_errors);
|
/aosp_15_r20/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 372 optional int32 parse_errors = 7; field
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/proto/src/ |
D | ipconnectivity.pb.h | 2893 ::int32_t parse_errors() const; in Swap() 7112 inline ::int32_t ApfStatistics::parse_errors() const { in parse_errors() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/proto/src/ |
D | ipconnectivity.pb.h | 2893 ::int32_t parse_errors() const; in Swap() 7112 inline ::int32_t ApfStatistics::parse_errors() const { in parse_errors() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/proto/src/ |
D | ipconnectivity.pb.h | 3132 ::int32_t parse_errors() const; in Swap() 7459 inline ::int32_t ApfStatistics::parse_errors() const { in parse_errors() function
|