/cts/suite/audio_quality/test_description/processing/ |
consts.py | 29 RESULT_ERROR = 3
|
playback_sample.py | 38 output.append(RESULT_ERROR)
|
playback_thd.py | 42 output.append(RESULT_ERROR)
|
recording_thd.py | 51 output.append(RESULT_ERROR)
|
gen_random.py | 77 output.append(RESULT_ERROR)
|
check_spectrum_playback.py | 88 output.append(RESULT_ERROR)
|
check_spectrum.py | 103 output.append(RESULT_ERROR)
|
/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...] |
varint_bigendian_test.cc | 217 EXPECT_EQ(RESULT_ERROR, 226 EXPECT_EQ(RESULT_ERROR, VarintType::Parse(parse_data_ptr_ + 4, 261 EXPECT_EQ(RESULT_ERROR, 297 EXPECT_EQ(RESULT_ERROR,
|
headerparser_test.cc | 198 EXPECT_EQ(RESULT_ERROR, parser->GetResult()); 205 EXPECT_EQ(RESULT_ERROR, parser->GetResult());
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GraphRunner.java | 47 public static final int RESULT_ERROR = 6;
|
AsyncRunner.java | 84 result.status = RESULT_ERROR; 92 result.status = RESULT_ERROR; 114 if (result.status == RESULT_STOPPED || result.status == RESULT_ERROR) { 119 result.status = RESULT_ERROR;
|
/external/mtpd/ |
pptp.c | 67 #define RESULT_ERROR 2 368 outgoing.icrp.result = RESULT_ERROR; 377 outgoing.ocrp.result = RESULT_ERROR;
|
/external/chromium_org/components/wifi/ |
wifi_test.cc | 37 RESULT_ERROR = -2,
|
/frameworks/base/core/java/android/content/ |
RestrictionsManager.java | 306 * {@link #RESULT_ERROR}. 337 public static final int RESULT_ERROR = 5;
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
WidgetConfigure.java | 53 public static final int RESULT_ERROR = RESULT_FIRST_USER;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 802 if (result == GraphRunner.RESULT_ERROR) { [all...] |
/prebuilts/sdk/21/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |