Searched refs:kError (Results 1 - 25 of 60) sorted by relevance

123

/external/skia/tools/
H A Dimgblur.cpp26 static const int kError = 1; variable
36 return kError;
44 return kError;
52 return kError;
60 return kError;
69 return kError;
H A Dimgslice.cpp33 static const int kError = 1; variable
44 return kError;
51 return kError;
58 return kError;
66 return kError;
74 return kError;
82 return kError;
/external/skqp/tools/
H A Dimgblur.cpp26 static const int kError = 1; variable
36 return kError;
44 return kError;
52 return kError;
60 return kError;
69 return kError;
H A Dimgslice.cpp33 static const int kError = 1; variable
44 return kError;
51 return kError;
58 return kError;
66 return kError;
74 return kError;
82 return kError;
/external/google-breakpad/src/processor/
H A Dstack_frame_symbolizer.cc62 if (!modules) return kError;
64 if (!module) return kError;
67 if (!resolver_) return kError; // no resolver.
71 return kError;
83 return kError;
110 return kError;
116 return kError;
123 return kError;
125 return kError;
H A Dstackwalker.cc86 assert(symbolizer_result == StackFrameSymbolizer::kError ||
97 BPLOG(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ?
144 case StackFrameSymbolizer::kError:
/external/libtextclassifier/util/utf8/
H A Dunilib-icu.cc87 constexpr int UniLib::RegexMatcher::kError; member in class:libtextclassifier2::UniLib::RegexMatcher
92 *status = kError;
99 *status = kError;
108 *status = kError;
152 *status = kError;
158 *status = kError;
173 *status = kError;
174 return kError;
180 *status = kError;
181 return kError;
[all...]
H A Dunilib-icu.h52 static constexpr int kError = -1; member in class:libtextclassifier2::UniLib::RegexMatcher
73 // Sets status to 'kError' if 'Find'
79 // Sets status to 'kError' if an invalid group was specified or if 'Find'
84 // Sets status to 'kError' if 'Find'
90 // Sets status to 'kError' if an invalid group was specified or if 'Find'
95 // Sets status to 'kError' if 'Find' was not called previously.
99 // Sets status to 'kError' if an invalid group was specified or if 'Find'
/external/webrtc/webrtc/common_audio/vad/include/
H A Dvad.h30 enum Activity { kPassive = 0, kActive = 1, kError = -1 }; enumerator in enum:webrtc::Vad::Activity
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_token.h31 kError, member in class:xla::tools::TokKind
H A Dhlo_lexer.cc36 constexpr int kError = -2; member in namespace:xla::tools::__anon25802
48 if (current_char != kEOF && current_char != kError) {
61 return kError;
98 return TokKind::kError;
102 case kError:
104 return TokKind::kError;
250 return TokKind::kError;
313 return TokKind::kError;
363 return TokKind::kError;
378 return TokKind::kError;
[all...]
/external/tensorflow/tensorflow/stream_executor/
H A Devent.h45 kError, member in class:perftools::gputools::Event::Status
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_event.cc51 return Event::Status::kError;
62 return Event::Status::kError;
/external/clang/test/SemaCXX/
H A DPR10177.cpp18 int U<N>::a = S<N>::kError; // expected-error 6{{undefined}}
/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame_symbolizer.h62 kError, enumerator in enum:google_breakpad::StackFrameSymbolizer::SymbolizerResult
/external/webrtc/webrtc/common_audio/vad/
H A Dvad.cc39 return kError;
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h1515 static const int kError = 20; member in class:VideoFrameTest
1521 ConvertToBuffer(4, 0, false, TO, kError,
1525 ConvertToBuffer(4, 0, false, TO, kError,
1529 ConvertToBuffer(4, 0, false, TO, kError,
1533 ConvertToBuffer(3, 0, false, TO, kError,
1537 ConvertToBuffer(3, 0, false, TO, kError,
1541 ConvertToBuffer(2, 0, false, TO, kError,
1545 ConvertToBuffer(2, 0, false, TO, kError,
1549 ConvertToBuffer(2, 0, false, TO, kError,
1557 ConvertToBuffer(2, 0, false, TO, kError,
[all...]
/external/v4l2_codec2/vda/
H A Dvp8_decoder.h87 kError, // Error in decode, can't continue. enumerator in enum:media::VP8Decoder::State
H A Dvp9_decoder.h121 // Called on error, when decoding cannot continue. Sets state_ to kError and
129 kError, // Error in decode, can't continue. enumerator in enum:media::VP9Decoder::State
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc29 return kError;
H A Dtime_stretch.h35 kError = -1 enumerator in enum:webrtc::TimeStretch::ReturnCodes
H A Dpreemptive_expand.cc35 return kError;
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp35 static const char *kError = "ERROR: "; variable
63 *_se << endl << kError << NError::MyFormatMessage(systemError) << endl <<
343 *_se << kError << message << endl;
386 dest += kError;
672 *_se << kError << name << endl;
753 *_se << endl << kError; local
/external/v8/src/
H A Dfast-accessor-assembler.h114 enum { kBuilding, kBuilt, kError } state_; enumerator in enum:v8::internal::FastAccessorAssembler::__anon27691
/external/v8/src/inspector/
H A Dv8-console-message.h27 kError, member in class:v8_inspector::ConsoleAPIType

Completed in 556 milliseconds

123