OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_failed
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c
70
if(packet==NULL)
test_failed
();
83
if(err!=OPUS_OK || dec[t]==NULL)
test_failed
();
89
if(dec2==NULL)
test_failed
();
100
if(decbak==NULL)
test_failed
();
110
if(out_samples!=120/factor)
test_failed
();
111
if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)
test_failed
();
112
if(dur!=120/factor)
test_failed
();
116
if(out_samples!=OPUS_BAD_ARG)
test_failed
();
120
if(out_samples!=120/factor)
test_failed
();
122
if(out_samples!=120/factor)
test_failed
();
[
all
...]
test_opus_api.c
105
if(((c==1||c==2)&&(i<=2048||i>1<<16))||((c!=1&&c!=2)&&i!=0))
test_failed
();
127
if(err!=OPUS_BAD_ARG || dec!=NULL)
test_failed
();
130
if(dec!=NULL)
test_failed
();
133
if(dec==NULL)
test_failed
();
135
if(err!=OPUS_BAD_ARG)
test_failed
();
143
if(err!=OPUS_OK || dec==NULL)
test_failed
();
151
if(err != OPUS_BAD_ARG)
test_failed
();
154
if(err!=OPUS_OK)
test_failed
();
160
if(err!=OPUS_UNIMPLEMENTED)
test_failed
();
165
if(err != OPUS_BAD_ARG)
test_failed
();
[
all
...]
test_opus_encode.c
104
if(fout==NULL)
test_failed
();
145
if(err != OPUS_OK || enc==NULL)
test_failed
();
152
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
155
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
158
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
161
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
164
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
167
if((ret_err && *ret_err != OPUS_BAD_ARG) || MSenc!=NULL)
test_failed
();
171
if(err != OPUS_OK || MSenc==NULL)
test_failed
();
174
if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_BITRATE(&i))!=OPUS_OK)
test_failed
();
[
all
...]
test_opus_common.h
78
#define
test_failed
() _test_failed(__FILE__, __LINE__);
macro
/external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py
22
test_failed
= 0
variable
57
global
test_failed
133
test_failed
=
test_failed
+ 1
143
test_failed
=
test_failed
+ 1
209
old_test_failed =
test_failed
214
test_failed
- old_test_failed, test_error - old_test_error)
221
test_nr, test_succeed,
test_failed
, test_error, time.time() - start)
check-xml-test-suite.py
11
test_failed
= 0
variable
290
global
test_failed
341
test_failed
=
test_failed
+ 1
397
old_test_failed =
test_failed
402
test_failed
- old_test_failed, test_error - old_test_error)
409
test_nr, test_succeed,
test_failed
, test_error, time.time() - start)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py
291
test_failed
= False
300
test_failed
= True
302
return results if results and not
test_failed
else None
Completed in 179 milliseconds