HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 226 - 250 of 630) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 60 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height);
287 for (int pass = 1; requestCount != 0; ++pass) {
291 requestedSlot[i], pass, paperActive);
315 GLCanvas canvas, int index, int pass, boolean paperActive) {
327 canvas, index, pass, rect.right - rect.left, rect.bottom - rect.top);
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 57 pass
80 pass
175 pass
xmlrunner.py 250 pass
264 pass
341 pass
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 163 boolean pass = false;
167 pass = true;
169 assertTrue("did not detect closed jar file", pass);
  /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/e2fsprogs/resize/
main.c 48 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass,
62 switch (pass) {
79 label = _("Unknown pass?!?");
82 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)
665 UBool pass = TRUE;
685 pass = FALSE;
693 if (!pass) errln("Fail: DateFormat serialization/equality bug");
1144 UBool pass = TRUE; local
1326 int32_t pass = 0, error = 0, warning = 0; local
    [all...]
tchcfmt.cpp 544 for (int32_t pass=0; pass<2; ++pass) {
548 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,
  /development/tools/axl/
chewperf.py 23 pass
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 169 pass
  /external/antlr/antlr-3.4/runtime/Python/tests/
t005lexer.py 14 pass
t010lexer.py 14 pass
t011lexer.py 14 pass
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 166 pass
185 pass
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 35 pass
  /external/clang/tools/scan-view/
scan-view 66 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/common/arm/neon/
bilinearpredict4x4_neon.asm 35 ;First pass: output_height lines x output_width columns (5x4)
69 ;Second pass: 4x4
  /external/libvpx/vp8/encoder/
parms.cpp 37 DOTHIS(O, pass )\
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 25 pass
  /external/markdown/markdown/extensions/
rss.py 98 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/LayoutTests/fast/url/script-tests/
standard-url.js 15 ["http://user:pass@/", "http://user:pass@/"],

Completed in 2234 milliseconds

1 2 3 4 5 6 7 8 91011>>