/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToUnknownStream.java | 329 * Pass the call on to the underlying handler 524 * Pass the call on to the underlying handler 543 * Pass the call on to the underlying handler 553 * Pass the call on to the underlying handler 562 * Pass the call on to the underlying handler 571 * Pass the call on to the underlying handler 580 * Pass the call on to the underlying handler 589 * Pass the call on to the underlying handler 598 * Pass the call on to the underlying handler 607 * Pass the call on to the underlying handle [all...] |
/external/ipsec-tools/src/racoon/ |
sainfo.c | 76 * First pass is for sainfo from a specified peer, second for others. 85 int pass = 1; variable 88 pass = 2; 120 "getsainfo pass #%i\n", pass); 131 if (pass == 2) 135 } else if (pass == 1) 155 if ((anonymous == NULL) && (pass == 1)) { 156 pass++;
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PipedWriterTest.java | 326 boolean pass = false; field in class:PipedWriterTest.WriteRunnable 343 pass = true; 355 boolean pass; field in class:PipedWriterTest.ReadRunnable 360 pass = true; 374 assertTrue("reader thread failed to read", readRunnable.pass); 379 writeRunnable.pass); 431 boolean pass = false; field in class:PipedWriterTest.WriteRunnable 445 pass = true; 457 boolean pass; field in class:PipedWriterTest.ReadRunnable 461 pass = true [all...] |
/external/clearsilver/ |
README.python | 40 pass 43 pass 46 pass
|
/external/e2fsprogs/resize/ |
resize2fs.h | 108 errcode_t (*progress)(ext2_resize_t rfs, int pass, 115 * Progress pass numbers... 127 int pass, unsigned long cur,
|
/external/genext2fs/ |
test-mount.sh | 23 pass () { function 47 pass dtest $size $blocks 75 pass ftest $fname $blocks
|
/external/libpng/ |
pngpread.c | 886 png_ptr->pass > 6) 903 png_ptr->pass > 6) 958 if (png_ptr->pass < 6) 961 png_ptr->row_buf + 1, png_ptr->pass, png_ptr->transformations); 965 switch (png_ptr->pass) 970 for (i = 0; i < 8 && png_ptr->pass == 0; i++) 973 png_read_push_finish_row(png_ptr); /* Updates png_ptr->pass */ 976 if (png_ptr->pass == 2) /* Pass 1 might be empty */ 978 for (i = 0; i < 4 && png_ptr->pass == 2; i++ [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.6.js | 109 "var a=true; (a ? 'PASS' : '')", 110 "PASS", 111 eval("var a=true; (a ? 'PASS' : '')") ); 116 "var a=false; (a ? 'FAIL' : 'PASS')", 117 "PASS", 118 eval("var a=false; (a ? 'FAIL' : 'PASS')") ); 128 "var a=true,b=true;if(a&&b)'PASS';else'FAIL'", 129 "PASS", 130 eval("var a=true,b=true;if(a&&b)'PASS';else'FAIL'") ); 134 "var a=false,b=false;if(a||b)'FAIL';else'PASS'", [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
regexp-enumerate-001.js | 67 var pass = false; 70 pass = true; 78 pass );
|
/external/webkit/WebCore/manual-tests/ |
select_hr.html | 43 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>This should be a disabled popup menu, since the hr is not selectable. 51 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 63 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 75 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 93 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 106 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 119 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 138 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 161 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 173 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> [all...] |
/external/e2fsprogs/e2fsck/ |
recovery.c | 42 struct recovery_info *info, enum passtype pass); 216 * Recovery is done in three passes. In the first pass, we look for the 218 * blocks. In the third and final pass, we replay any un-revoked blocks 274 * We perform one pass over the journal to allow us to tell the user how 308 struct recovery_info *info, enum passtype pass) 335 if (pass == PASS_SCAN) 338 jbd_debug(1, "Starting recovery pass %d\n", pass); 358 if (pass != PASS_SCAN) 402 * to do with it? That depends on the pass... * [all...] |
/cts/tools/dx-tests/scripts/ |
validate-tests.sh | 4 # on the version. The tests pass 100% for the following setup:
|
/dalvik/tests/ |
README.txt | 12 replacing class files created in the first pass. The "src-ex" directory
|
/external/bluetooth/bluez/test/ |
test-manager | 35 pass
|
test-network | 41 pass
|
test-serial | 41 pass
|
/external/clearsilver/cs/ |
test_macro_set.cs | 5 Testing "pass by reference" to macro calls so they can "return" data
|
/external/clearsilver/man/man3/ |
cgiwrap_getenv.3 | 29 environment variables, which are used to pass data to
|
dictModifyValue.3 | 36 rock - context to pass to <new> or <update>.
|
filter_wait.3 | 28 options -> the options to pass to waitpid (see wait(2))
|
/external/icu4c/test/cintltst/ |
crestst.h | 52 int32_t pass; variable
|
/external/icu4c/test/intltest/ |
idnaconf.h | 43 int passfail; // 0 pass, 1 fail
|
restest.h | 51 int32_t pass; member in class:ResourceBundleTest
|
restsnew.h | 54 int32_t pass; member in class:NewResourceBundleTest
|
/external/iproute2/include/linux/ |
fib_rules.h | 58 FR_ACT_TO_TBL, /* Pass to fixed table */
|