HomeSort by relevance Sort by last modified time
    Searched refs:kError (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/skia/tools/
gpuveto.cpp 21 static const int kError = 1;
33 return kError;
41 return kError;
49 return kError;
69 return kError;
imgblur.cpp 24 static const int kError = 1;
35 return kError;
43 return kError;
51 return kError;
64 return kError;
73 return kError;
imgslice.cpp 31 static const int kError = 1;
43 return kError;
50 return kError;
57 return kError;
65 return kError;
73 return kError;
  /external/google-breakpad/src/processor/
stack_frame_symbolizer.cc 62 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;
stackwalker.cc 86 assert(symbolizer_result == StackFrameSymbolizer::kError ||
97 BPLOG(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ?
144 case StackFrameSymbolizer::kError:
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 30 enum Activity { kPassive = 0, kActive = 1, kError = -1 };
  /external/libweave/include/weave/provider/
network.h 23 kError,
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 62 kError,
  /external/libweave/include/weave/
command.h 21 kError,
  /external/webrtc/webrtc/common_audio/vad/
vad.cc 39 return kError;
  /system/update_engine/common/
error_code.h 27 kError = 1,
error_code_utils.cc 37 case ErrorCode::kError: return "ErrorCode::kError";
  /external/webrtc/talk/media/base/
videoframe_unittest.h     [all...]
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 201 Cleanup(ErrorCode::kError);
213 Cleanup(ErrorCode::kError);
220 return Cleanup(ErrorCode::kError);
238 Cleanup(ErrorCode::kError);
244 return Cleanup(ErrorCode::kError);
filesystem_verifier_action_unittest.cc 71 : action_(action), ran_(false), code_(ErrorCode::kError) {}
221 EXPECT_EQ(ErrorCode::kError, delegate.code());
222 return (ErrorCode::kError == delegate.code());
279 EXPECT_EQ(ErrorCode::kError, delegate.code_);
309 EXPECT_EQ(ErrorCode::kError, delegate.code_);
  /external/clang/test/SemaCXX/
PR10177.cpp 18 int U<N>::a = S<N>::kError; // expected-error 6{{undefined}}
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 29 return kError;
time_stretch.h 35 kError = -1
preemptive_expand.cc 35 return kError;
  /system/extras/tests/sdcard/
sysutil.cpp 42 const int kError = -1;
92 return kError;
131 return kError;
157 return kError;
188 return kError;
  /external/libweave/src/privet/
privet_types.cc 68 {Network::State::kError, "error"},
  /external/v8/src/
fast-accessor-assembler.h 96 enum { kBuilding, kBuilt, kError } state_;
  /system/core/include/ziparchive/
zip_writer.h 154 kError,
  /external/libweave/src/commands/
command_instance.cc 25 {Command::State::kError, "error"},
135 return SetStatus(State::kError, error);
277 case State::kError:

Completed in 3891 milliseconds

1 2 3