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

1 2

  /cts/suite/audio_quality/test_description/processing/
consts.py 29 RESULT_ERROR = 3
playback_thd.py 42 output.append(RESULT_ERROR)
recording_thd.py 51 output.append(RESULT_ERROR)
  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 95 case RESULT_ERROR:
98 return_code_ = RESULT_ERROR;
111 // directly because two negative values are given special meanings (RESULT_ERROR
122 case RESULT_ERROR:
125 return_code_ = RESULT_ERROR;
134 return_code_ = RESULT_ERROR;
179 return_code_ = RESULT_ERROR;
190 return_code_ = RESULT_ERROR;
199 return_code_ = RESULT_ERROR;
228 return_code_ = RESULT_ERROR;
    [all...]
vcdiff_defs.h 36 RESULT_ERROR = -1,
vcdecoder.cc 82 // case RESULT_ERROR:
113 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during
114 // decoding. In the RESULT_ERROR case, the value of parseable_chunk->pointer_
124 // then RESULT_ERROR will be returned.
158 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of
181 // defined. Returns RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA
192 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during
410 // DecodeBody() will return RESULT_ERROR if the actual decoded output ever
491 // except the custom code table data. Returns RESULT_ERROR if an error
505 // custom code table in ReadCustomCodeTable(). Returns RESULT_ERROR if a
    [all...]
addrcache.cc 33 #include "vcdiff_defs.h" // RESULT_ERROR
270 // RESULT_ERROR will be returned. If the limit address_stream_end
284 return RESULT_ERROR;
300 case RESULT_ERROR:
303 return RESULT_ERROR;
319 return RESULT_ERROR;
324 return RESULT_ERROR;
varint_bigendian.cc 32 // past limit. Returns RESULT_ERROR if the value parsed
41 return RESULT_ERROR;
53 return RESULT_ERROR;
decodetable.cc 97 case RESULT_ERROR:
addrcache_test.cc 26 #include "vcdiff_defs.h" // RESULT_ERROR
384 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
390 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
416 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0,
426 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x1000,
436 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
455 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000000,
466 // it returns an error value (RESULT_ERROR).
473 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000000,
513 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc 95 case RESULT_ERROR:
98 return_code_ = RESULT_ERROR;
111 // directly because two negative values are given special meanings (RESULT_ERROR
122 case RESULT_ERROR:
125 return_code_ = RESULT_ERROR;
134 return_code_ = RESULT_ERROR;
179 return_code_ = RESULT_ERROR;
190 return_code_ = RESULT_ERROR;
199 return_code_ = RESULT_ERROR;
228 return_code_ = RESULT_ERROR;
    [all...]
vcdiff_defs.h 36 RESULT_ERROR = -1,
vcdecoder.cc 83 // case RESULT_ERROR:
114 // RESULT_ERROR if an error occurred during decoding. In the RESULT_ERROR
151 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of
174 // defined. Returns RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA
185 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during
403 // DecodeBody() will return RESULT_ERROR if the actual decoded output ever
480 // except the custom code table data. Returns RESULT_ERROR if an error
494 // custom code table in ReadCustomCodeTable(). Returns RESULT_ERROR if an
505 // encoding that uses the standard code table. Returns RESULT_ERROR if a
    [all...]
addrcache.cc 33 #include "vcdiff_defs.h" // RESULT_ERROR
270 // RESULT_ERROR will be returned. If the limit address_stream_end
284 return RESULT_ERROR;
300 case RESULT_ERROR:
303 return RESULT_ERROR;
319 return RESULT_ERROR;
324 return RESULT_ERROR;
varint_bigendian.cc 32 // past limit. Returns RESULT_ERROR if the value parsed
41 return RESULT_ERROR;
53 return RESULT_ERROR;
decodetable.cc 97 case RESULT_ERROR:
addrcache_test.cc 26 #include "vcdiff_defs.h" // RESULT_ERROR
384 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
390 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
416 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0,
426 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x1000,
436 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000,
455 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000000,
466 // it returns an error value (RESULT_ERROR).
473 EXPECT_EQ(RESULT_ERROR, cache_.DecodeAddress(0x10000000,
513 EXPECT_DEBUG_DEATH(EXPECT_EQ(RESULT_ERROR,
    [all...]
  /external/open-vcdiff/src/
headerparser.cc 95 case RESULT_ERROR:
98 return_code_ = RESULT_ERROR;
111 // directly because two negative values are given special meanings (RESULT_ERROR
122 case RESULT_ERROR:
125 return_code_ = RESULT_ERROR;
134 return_code_ = RESULT_ERROR;
179 return_code_ = RESULT_ERROR;
190 return_code_ = RESULT_ERROR;
199 return_code_ = RESULT_ERROR;
228 return_code_ = RESULT_ERROR;
    [all...]
vcdiff_defs.h 36 RESULT_ERROR = -1,
vcdecoder.cc 83 // case RESULT_ERROR:
114 // RESULT_ERROR if an error occurred during decoding. In the RESULT_ERROR
151 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of
174 // defined. Returns RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA
185 // IsInterleaved() is true), or RESULT_ERROR if an error occurred during
403 // DecodeBody() will return RESULT_ERROR if the actual decoded output ever
480 // except the custom code table data. Returns RESULT_ERROR if an error
494 // custom code table in ReadCustomCodeTable(). Returns RESULT_ERROR if an
505 // encoding that uses the standard code table. Returns RESULT_ERROR if a
    [all...]
addrcache.cc 33 #include "vcdiff_defs.h" // RESULT_ERROR
270 // RESULT_ERROR will be returned. If the limit address_stream_end
284 return RESULT_ERROR;
300 case RESULT_ERROR:
303 return RESULT_ERROR;
319 return RESULT_ERROR;
324 return RESULT_ERROR;
varint_bigendian.cc 32 // past limit. Returns RESULT_ERROR if the value parsed
41 return RESULT_ERROR;
53 return RESULT_ERROR;
decodetable.cc 97 case RESULT_ERROR:
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 47 public static final int RESULT_ERROR = 6;
AsyncRunner.java 92 result.status = RESULT_ERROR;
100 result.status = RESULT_ERROR;
122 if (result.status == RESULT_STOPPED || result.status == RESULT_ERROR) {
127 result.status = RESULT_ERROR;

Completed in 213 milliseconds

1 2