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

1 2 3 4 5 67 8 91011>>

  /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_WIDE.S 37 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
  /external/clearsilver/python/examples/base/
CSPage.py 50 pass
74 pass
odb.py 218 pass
326 pass
333 pass
687 pass
724 pass
    [all...]
odb_sqlite.py 143 pass
  /external/icu4c/test/intltest/
jamotest.cpp 445 const UnicodeString& summary, UBool pass,
449 TransliteratorTest::expectAux(tag, jsum, pass, jexp);
  /external/tinyxml/
xmltest.cpp 31 bool pass = !strcmp( expected, found ); local
32 if ( pass )
33 printf ("[pass]");
42 if ( pass )
46 return pass;
52 bool pass = ( expected == found ); local
53 if ( pass )
54 printf ("[pass]");
63 if ( pass )
67 return pass;
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
maximum-age.js 73 debug('<br /><span class="pass">TEST COMPLETE</span>');
  /frameworks/base/awt/javax/imageio/
ImageReader.java 913 * Processes the beginning of a progressive pass by calling the passStarted
918 * @param pass
919 * the current pass index.
921 * the minimum pass index.
923 * the maximum pass index.
935 protected void processPassStarted(BufferedImage theImage, int pass, int minPass, int maxPass,
967 * Processes the end of a progressive pass by calling passComplete method of
978 * Processes the beginning of a thumbnail progressive pass by calling the
983 * @param pass
984 * the current pass index
    [all...]
  /system/core/rootdir/
Android.mk 43 # to allow -user builds to properly run the dex pre-optimization pass in
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 150 pass
641 its contents. To get Unicode, pass None for encoding."""
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 354 static float calc_percent(struct percent_tbl *tbl, int pass, int curr,
359 if (pass <= 0)
361 if (pass > tbl->max_pass || max == 0)
364 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
365 + tbl->table[pass-1]);
448 static int e2fsck_update_progress(e2fsck_t ctx, int pass,
454 if (pass == 0)
458 sprintf(buf, "%d %lu %lu\n", pass, cur, max);
461 percent = calc_percent(&e2fsck_tbl, pass, cur, max)
    [all...]
  /external/libpng/
pngwrite.c 309 * time information, you can pass NULL for info. If you already wrote these
761 int pass, num_pass; /* pass variables */ local
771 * this will set pass to 1
778 for (pass = 0; pass < num_pass; pass++)
795 png_debug2(1, "in png_write_row (row %ld, pass %d)",
796 png_ptr->row_number, png_ptr->pass);
799 if (png_ptr->row_number == 0 && png_ptr->pass == 0
    [all...]
pngrutil.c 2709 int pass = png_ptr->pass; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 290 * time information, you can pass NULL for info. If you already wrote these
731 int pass, num_pass; /* pass variables */ local
740 this will set pass to 1 */
746 for (pass = 0; pass < num_pass; pass++)
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
763 png_ptr->row_number, png_ptr->pass);
766 if (png_ptr->row_number == 0 && png_ptr->pass == 0
    [all...]
  /external/openssl/apps/
apps.c 554 prompt = UI_construct_prompt(ui, "pass phrase",
626 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
708 const char *pass; local
720 pass = "";
740 pass = tpass;
742 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
750 const char *pass, ENGINE *e, const char *cert_descrip)
851 const char *pass, ENGINE *e, const char *key_descrip)
857 cb_data.password = pass;
928 const char *pass, ENGINE *e, const char *key_descrip
    [all...]
  /external/icu4c/i18n/
transreg.cpp 1066 int32_t pass; local
    [all...]
tridpars.cpp 118 // On the first pass, look for (B) or (). If this fails, then
119 // on the second pass, look for A, A(B), or A().
120 for (int32_t pass=1; pass<=2; ++pass) {
121 if (pass == 2) {
712 // pass: a filter, a delimiter character (either '-' or '/'),
  /cts/tests/tests/view/src/android/view/cts/
MenuInflaterTest.java 128 assertEquals("Pass", menu.findItem(R.id.pass).getTitle());
129 assertIconUsingDrawableRes((BitmapDrawable) menu.findItem(R.id.pass).getIcon(),
130 R.drawable.pass);
  /bionic/libc/tools/
checksyscalls.py 100 pass
  /development/testrunner/
run_command.py 135 pass
  /external/clearsilver/python/
setup.py 110 pass

Completed in 2351 milliseconds

1 2 3 4 5 67 8 91011>>