HomeSort by relevance Sort by last modified time
    Searched refs:test_failed (Results 1 - 9 of 9) sorted by null

  /external/libopus/tests/
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_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_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_padding.c 70 test_failed();
85 if (!oversion) test_failed();
test_opus_common.h 78 #define test_failed() _test_failed(__FILE__, __LINE__); macro
  /external/libxml2/
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)
  /cts/apps/CameraITS/tools/
run_all_tests.py 232 test_failed = False
245 test_failed = True
250 if test_failed:
  /external/jsmn/
jsmn_test.c 6 static int test_failed = 0; variable
23 test_failed++;
621 printf("\nPASSED: %d\nFAILED: %d\n", test_passed, test_failed);

Completed in 113 milliseconds