HomeSort by relevance Sort by last modified time
    Searched full:case_num (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/test/suite/
main.c 67 int case_num = 0; local
73 printf("[%4d] %-64s [%sPASS%s]\n", ++case_num, sanity_suite[i].function_name, GREEN, GRAY);
76 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, sanity_suite[i].function_name, RED, GRAY);
94 printf("[%4d] %-64s [%sPASS%s]\n", ++case_num, test_suite[i].function_name, GREEN, GRAY);
97 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, test_suite[i].function_name, RED, GRAY);
  /external/srtp/crypto/hash/
auth.c 91 int i, case_num = 0; local
149 debug_print(mod_auth, "test case %d failed", case_num);
167 ++case_num;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 91 int i, case_num = 0; local
149 debug_print(mod_auth, "test case %d failed", case_num);
167 ++case_num;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 91 int i, j, case_num = 0; local
164 debug_print(mod_cipher, "test case %d failed", case_num);
231 debug_print(mod_cipher, "test case %d failed", case_num);
257 ++case_num;
353 debug_print(mod_cipher, "random test case %d failed", case_num);
  /external/srtp/crypto/cipher/
cipher.c 91 int i, j, case_num = 0; local
164 debug_print(mod_cipher, "test case %d failed", case_num);
231 debug_print(mod_cipher, "test case %d failed", case_num);
257 ++case_num;
353 debug_print(mod_cipher, "random test case %d failed", case_num);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 25 let case_num = ref 0 var
40 case_num := 0;
45 incr case_num;
51 prerr_endline ("FAILED: " ^ !suite_name ^ "/" ^ !group_name ^ " #" ^ (string_of_int !case_num))
53 prerr_endline (" " ^ (string_of_int !case_num))
55 prerr_endline (" " ^ (string_of_int !case_num) ^ " FAIL")
    [all...]

Completed in 466 milliseconds