Home
last modified time | relevance | path

Searched defs:kFailure (Results 1 – 12 of 12) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dconnection.h112 kFailure, enumerator
119 kFailure, enumerator
/external/webrtc/common_video/h264/
Dsps_vui_rewriter.h33 enum class ParseResult { kFailure, kVuiOk, kVuiRewritten }; enumerator
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h28 enum class JBig2_Result { kSuccess, kFailure, kEndReached }; enumerator
/external/pigweed/pw_unit_test/public/pw_unit_test/
Devent_handler.h53 kFailure = 1, enumerator
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCommandList.h41 kFailure, enumerator
/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Derror.h133 kFailure = 0x102, enumerator
/external/skia/src/gpu/graphite/
DBufferManager.h129 kFailure, // Unable to create or copy static buffers enumerator
/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc62 constexpr char kFailure[] = "kFailure"; variable
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.h35 enum class SystraceParseResult { kFailure = 0, kUnsupported, kSuccess }; enumerator
/external/pdfium/core/fxcrt/
Dfx_codepage.h66 kFailure = 65535, enumerator
/external/libbrillo/brillo/
Dfile_utils.cc62 kFailure = 0, // Failed to delete whatever was at the path. enumerator
/external/cronet/net/http/
Dhttp_network_transaction_unittest.cc15145 const MockRead kFailure( in TEST_F() local