HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 76 - 100 of 409) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gcc-plugin.h 33 PLUGIN_PASS_MANAGER_SETUP, /* To hook into pass manager. */
59 PASS_POS_INSERT_AFTER, /* Insert after the reference pass. */
60 PASS_POS_INSERT_BEFORE, /* Insert before the reference pass. */
61 PASS_POS_REPLACE /* Replace the reference pass. */
66 struct opt_pass *pass; /* New pass provided by the plugin. */ member in struct:plugin_pass
67 const char *reference_pass_name; /* Name of the reference pass for hooking
68 up the new pass. */
69 int ref_pass_instance_number; /* Insert the pass at the specified
70 instance number of the reference pass
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gcc-plugin.h 34 PLUGIN_PASS_MANAGER_SETUP, /* To hook into pass manager. */
60 PASS_POS_INSERT_AFTER, /* Insert after the reference pass. */
61 PASS_POS_INSERT_BEFORE, /* Insert before the reference pass. */
62 PASS_POS_REPLACE /* Replace the reference pass. */
67 struct opt_pass *pass; /* New pass provided by the plugin. */ member in struct:plugin_pass
68 const char *reference_pass_name; /* Name of the reference pass for hooking
69 up the new pass. */
70 int ref_pass_instance_number; /* Insert the pass at the specified
71 instance number of the reference pass
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied.js 14 debug('<br /><span class="pass">TEST COMPLETE</span>');
success.js 18 debug('<br /><span class="pass">TEST COMPLETE</span>');
timeout-zero.js 13 debug('<br /><span class="pass">TEST COMPLETE</span>');
timeout.js 18 debug('<br /><span class="pass">TEST COMPLETE</span>');
position-string.js 21 debug('<br /><span class="pass">TEST COMPLETE</span>');
timeout-clear-watch.js 21 debug('<br /><span class="pass">TEST COMPLETE</span>');
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 43 int pass = ((i - 1) % 2 == 0) ? 1 : -1; local
44 return tick * pass;
GridDrawManager.java     [all...]
  /external/qemu/target-arm/
translate.c 2779 int pass; local
3737 int pass; local
4114 int pass; local
    [all...]
  /external/openssl/apps/
apps.h 247 const char *pass, ENGINE *e, const char *cert_descrip);
249 const char *pass, ENGINE *e, const char *key_descrip);
251 const char *pass, ENGINE *e, const char *key_descrip);
253 const char *pass, ENGINE *e, const char *cert_descrip);
255 const char *pass, ENGINE *e, const char *cert_descrip);
genpkey.c 87 char *pass = NULL; local
115 else if (!strcmp(*args,"-pass"))
203 BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
218 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL))
270 NULL, pass);
309 if (pass)
310 OPENSSL_free(pass);
pkcs12.c 83 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass);
84 int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass,
86 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass);
106 char pass[50], macpass[50]; local
326 BIO_printf (bio_err, "-passin p input file pass phrase source\n");
327 BIO_printf (bio_err, "-passout p output file pass phrase source\n");
362 cpass = pass;
571 EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1))
576 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass)
    [all...]
  /external/libvpx/vp8/encoder/
ratectrl.c 343 if (cpi->pass == 2)
345 cpi->this_frame_target = cpi->per_frame_bandwidth; // New Two pass RC
370 if (cpi->pass != 2)
372 // For now Alt ref is not allowed except in 2 pass modes.
422 // Not two pass
423 if (cpi->pass != 2)
425 // Single Pass lagged mode: TBD
430 // Single Pass compression: Has to use current and historical data
502 // Apply an upper limit based on Q for 1 pass encodes
503 if (Boost > vp8_kf_gf_boost_qlimits[Q] && (cpi->pass == 0)
    [all...]
  /external/e2fsprogs/util/
copy_sparse.c 68 int pass = 0; local
78 if (pass++ >= 3)
82 pass = 0;
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
factories.py 81 pass
93 pass
102 pass # self.steps.append(s(LayoutTestQt))
  /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/webkit/WebKitTools/Scripts/
run-javascriptcore-tests 63 Usage: $programName [options] [options to pass to build system]
65 --jsDriver-args= A string of arguments to pass to jsDriver.pl
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queuestest.py 39 pass
42 pass
  /external/libpng/
pngread.c 619 png_debug2(1, "in png_read_row (row %lu, pass %d)",
620 png_ptr->row_number, png_ptr->pass);
624 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
662 switch (png_ptr->pass)
669 png_pass_dsp_mask[png_ptr->pass]);
679 png_pass_dsp_mask[png_ptr->pass]);
689 png_pass_dsp_mask[png_ptr->pass]);
699 png_pass_dsp_mask[png_ptr->pass]);
709 png_pass_dsp_mask[png_ptr->pass]);
719 png_pass_dsp_mask[png_ptr->pass]);
1070 int pass, j; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
LauncherActivity_IconResizerTest.java 62 final Drawable d = mActivity.getResources().getDrawable(R.drawable.pass);
  /development/testrunner/
logger.py 93 pass
  /external/bluetooth/bluez/test/
test-serial 54 pass
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 83 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf

Completed in 2093 milliseconds

1 2 34 5 6 7 8 91011>>