Home
last modified time | relevance | path

Searched refs:kFailure (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/
Dfile_utils.cc55 kFailure = 0, // Failed to delete whatever was at the path. enumerator
87 return kFailure; in RegularFileOrDelete()
106 case kFailure: in TouchFileInternal()
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc93 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()
98 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()
102 : SystraceParseResult::kFailure; in ParseSystraceTracePoint()
111 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()
147 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()
155 return SystraceParseResult::kFailure; in ParseSystraceTracePoint()
798 if (r == SystraceParseResult::kFailure) { in ParsePrint()
Dproto_trace_parser.h55 enum class SystraceParseResult { kFailure = 0, kUnsupported, kSuccess }; enumerator
Dproto_trace_parser_unittest.cc972 SystraceParseResult::kFailure); in TEST()
/external/v8/third_party/v8/builtins/
Darray-sort.tq63 // If this field has the value kFailure, we need to bail to the baseline
97 const kFailure: Smi = -1;
475 // This macro jumps to the Bailout label iff kBailoutStatus is kFailure.
478 if (status == kFailure) goto Bailout;
481 // Sets kBailoutStatus to kFailure and returns kFailure.
483 sortState[kBailoutStatusIdx] = kFailure;
484 return kFailure;
819 // Returns kFailure if we need to bailout, kSuccess otherwise.
1043 // or kFailure on error.