HomeSort by relevance Sort by last modified time
    Searched defs:kNoError (Results 1 - 17 of 17) sorted by null

  /external/skia/src/utils/
SkBase64.h 16 kNoError,
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad.h 46 static const int kNoError = 0;
vad_audio_proc.h 57 static const int kNoError = 0;
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 59 kNoError,
  /art/runtime/ti/
agent.h 42 kNoError, // No error occurred..
  /external/skia/src/xml/
SkXMLParser.h 23 kNoError,
38 bool hasError() const { return fCode != kNoError || fNativeCode != -1; }
  /external/skia/tools/skdiff/
skdiff_image.cpp 111 const int kNoError = 0;
186 return kNoError;
skdiff_main.cpp 610 const int kNoError = 0;
694 return kNoError;
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_common.h 46 kNoError = 0,
receiver_unittest.cc 96 EXPECT_GE(InsertFrame(kVideoFrameKey, true), kNoError);
99 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
109 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
112 EXPECT_GE(InsertFrame(kVideoFrameKey, true), kNoError);
114 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
122 EXPECT_GE(InsertFrame(kVideoFrameKey, true), kNoError);
125 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
128 EXPECT_GE(InsertFrame(kVideoFrameDelta, false), kNoError);
130 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
140 EXPECT_GE(InsertFrame(kVideoFrameDelta, true), kNoError);
    [all...]
jitter_buffer_unittest.cc 338 VCMFrameBufferEnum ret_for_all = kNoError;
341 if (ret < kNoError) {
343 } else if (ret_for_all >= kNoError) {
    [all...]
  /system/connectivity/wificond/scanning/offload/
offload_scan_manager.h 70 kNoError,
  /bootable/recovery/
error_code.h 21 kNoError = -1,
  /system/core/libziparchive/
zip_writer.cc 49 static const int32_t kNoError = 0;
225 if (result != kNoError) {
265 return kNoError;
279 return kNoError;
289 return kNoError;
316 return kNoError;
324 int32_t result = kNoError;
331 if (result != kNoError) {
338 return kNoError;
349 return kNoError;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 111 kNoError = 0,
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 461 kNoError = 0,
    [all...]
  /art/runtime/
dex_file.h     [all...]

Completed in 719 milliseconds