HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 126 - 150 of 326) sorted by null

1 2 3 4 56 7 8 91011>>

  /build/tools/releasetools/
amend_generator.py 92 pass
116 pass
200 pass
  /external/clearsilver/python/examples/base/
SafeHtml.py 75 pass
92 pass
114 pass
log.py 26 pass
  /external/stlport/
configure 45 pass extra options to C++ compiler
47 pass extra options to C compiler
49 pass extra options to linker (via C/C++)
99 \$CXXFLAGS pass extra options to C++ compiler
100 \$CFLAGS pass extra options to C compiler
101 \$LDFLAGS pass extra options to linker (via C/C++)
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 329 pass
332 pass
339 pass
credentials.py 122 pass
diff_parser.py 160 pass
  /external/libpng/
pngtest.c 125 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
130 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
134 if (status_pass != pass)
136 fprintf(stdout, "\n Pass %d: ", pass);
137 status_pass = pass;
153 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
158 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
705 int num_pass, pass; local
    [all...]
pngwutil.c 76 * length, and does not need to be null terminated. To be safe, pass the
187 /* We may just want to pass the text right through */
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 51 private static char[] pass = { 's', 't', 'o', 'r', 'e', 'p', 'w', 'd' }; field in class:KeyStoreBuilderTest
54 pass);
151 pass);
163 ks.load(null, pass);
548 ks.store(fos, pass);
  /external/openssl/apps/
enc.c 115 char *str=NULL, *passarg = NULL, *pass = NULL; local
169 else if (strcmp(*argv,"-pass") == 0)
286 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>");
399 if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
403 str = pass;
659 if(pass) OPENSSL_free(pass);
  /external/qemu/android/
help.c 207 int pass, maxw = 0; local
214 for (pass = 0; pass < 2; pass++) {
232 if (pass == 0) {
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 54 * length, and does not need to be null terminated. To be safe, pass the
173 /* we may just want to pass the text right through */
    [all...]
  /external/bluetooth/bluez/sbc/
sbctester.c 276 int pass_rms, pass_absolute, pass, accuracy; local
347 pass = pass_rms && pass_absolute;
348 printf("Verdict: %s\n", pass ? "pass" : "fail");
  /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/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/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);
  /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:__anon12987
563 if (jdwp->pass == 0) {
567 jdwp->pass = 1;
587 s->pass = 0;

Completed in 624 milliseconds

1 2 3 4 56 7 8 91011>>