/external/bluetooth/bluez/sbc/ |
sbctester.c | 277 int pass_rms, pass_absolute, pass, accuracy; local 348 pass = pass_rms && pass_absolute; 349 printf("Verdict: %s\n", pass ? "pass" : "fail");
|
/external/chromium/third_party/icu/source/test/intltest/ |
dtfmrgts.cpp | 189 UBool pass = TRUE; local 207 pass = FALSE; 211 if( ! pass) 663 UBool pass = TRUE; 683 pass = FALSE; 691 if (!pass) errln("Fail: DateFormat serialization/equality bug"); 1142 UBool pass = TRUE; local 1324 int32_t pass = 0, error = 0, warning = 0; local [all...] |
tchcfmt.cpp | 530 for (int32_t pass=0; pass<2; ++pass) { 534 FMT[pass]->format(x, str);
|
transtst.h | 356 * Tests the multiple-pass syntax 361 * Tests that toRules() works right with the multiple-pass syntax 405 const UnicodeString& summary, UBool pass,
|
/external/e2fsprogs/resize/ |
main.c | 45 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass, 59 switch (pass) { 76 label = _("Unknown pass?!?"); 79 printf(_("Begin pass %d (max = %lu)\n"), pass, max);
|
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 189 UBool pass = TRUE; local 207 pass = FALSE; 211 if( ! pass) 663 UBool pass = TRUE; 683 pass = FALSE; 691 if (!pass) errln("Fail: DateFormat serialization/equality bug"); 1142 UBool pass = TRUE; local 1324 int32_t pass = 0, error = 0, warning = 0; local [all...] |
tchcfmt.cpp | 530 for (int32_t pass=0; pass<2; ++pass) { 534 FMT[pass]->format(x, str);
|
transtst.h | 356 * Tests the multiple-pass syntax 361 * Tests that toRules() works right with the multiple-pass syntax 405 const UnicodeString& summary, UBool pass,
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
websocket_server.py | 69 pass 78 pass 82 pass
|
/development/tools/axl/ |
chewperf.py | 23 pass
|
/external/clearsilver/python/examples/base/ |
log.py | 26 pass
|
/external/expat/tests/ |
xmltest.sh | 108 for xmlfile in *pass*.xml ; do
|
/external/ipsec-tools/src/racoon/ |
admin.c | 449 if (rmconf->xauth->pass != NULL) { 450 vfree(rmconf->xauth->pass); 451 rmconf->xauth->pass = NULL; 455 rmconf->xauth->pass = key;
|
/external/libvpx/vp8/encoder/ |
parms.cpp | 37 DOTHIS(O, pass )\
|
/external/srec/srec/clib/ |
srec_arb.c | 74 tnode = (ans == ANSWER_FAIL ? (tree_node*)tnode->node.fail : (tree_node*)tnode->node.pass); 184 pfread(&(tnode->node.pass), sizeof(tree_branch_info*), 1, fp); 193 tnode->node.pass = (struct tree_branch_info*)read_tree_node_f(buffer, fp); 412 traverse_tree((tree_node*)node->node.pass, tree_topo, num_terminal_nodes);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
credentials.py | 122 pass
|
diff_parser.py | 160 pass
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 56 int pass) {
|
/system/core/adb/ |
jdwp_service.c | 60 pass-through connection to the debugger (and receives the 527 int pass; member in struct:__anon17323 563 if (jdwp->pass == 0) { 567 jdwp->pass = 1; 587 s->pass = 0;
|
/build/tools/releasetools/ |
common.py | 36 class Options(object): pass 50 class ExternalError(RuntimeError): pass 74 pass 90 pass 101 pass 114 pass 127 pass 145 pass
|
/dalvik/vm/compiler/template/ |
gen-template.py | 388 pass 391 pass
|
/dalvik/vm/mterp/x86/ |
OP_IGET.S | 39 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
|
OP_IGET_WIDE.S | 37 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
|
OP_IPUT.S | 40 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
|
OP_IPUT_OBJECT.S | 39 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
|