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

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t008lexer.py 14 pass
t009lexer.py 14 pass
  /external/libpng/contrib/gregbook/
readpng2.c 67 png_uint_32 row_num, int pass);
532 png_uint_32 row_num, int pass)
537 /* first check whether the row differs from the previous pass; if not,
550 /* save the pass number for optional use by the front end */
552 mainprog_ptr->pass = pass;
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 69 pass
  /external/llvm/bindings/python/llvm/
common.py 79 pass
  /external/openssl/crypto/srp/
srp_lib.c 203 BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass)
211 (pass == NULL))
221 EVP_DigestUpdate(&ctxt, pass, strlen(pass));
srp_vfy.c 524 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
536 (pass == NULL)||
573 if(!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn)) goto err;
607 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g)
615 (pass == NULL)||
633 x = SRP_Calc_x(*salt,user,pass);
  /external/v8/test/benchmarks/
testcfg.py 97 pass
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 43 pass
176 self.show_all_commands = False # A hack used to pass --all-commands to _help_epilog even though it's called by the OptionParser.
271 pass
285 pass
311 pass
  /external/webkit/Tools/wx/build/
waf_extensions.py 73 pass
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-pass.h 1 /* Definitions for describing one tree-ssa optimization pass.
55 each pass */
57 each pass */
111 /* Describe one pass; this is the common part shared across different pass
115 /* Optimization pass type. */
122 /* Terse name of the pass used as a fragment of the dump file
126 /* If non-null, this pass and all sub-passes are executed only if
131 otherwise this pass does nothing. The return value contains
141 /* Static pass number, used as a fragment of the dump file name. *
161 struct opt_pass pass; member in struct:gimple_opt_pass
167 struct opt_pass pass; member in struct:rtl_opt_pass
177 struct opt_pass pass; member in struct:ipa_opt_pass
203 struct opt_pass pass; member in struct:simple_ipa_opt_pass
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 131 std::string pass; local
135 !params_dict->GetString("pass", &pass) ||
142 controller->OnAuthSubmitted(user, pass, captcha, access_code);
  /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/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 80 pass
89 pass
93 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...]
pngrutil.c 2740 int pass = png_ptr->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...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 54 private static char[] pass = {'s','t','o','r','e','p','w','d'}; field in class:KSBuilder_ImplTest
56 private KeyStore.PasswordProtection protPass = new KeyStore.PasswordProtection(pass);
84 ks.store(fos, pass);
135 pass);
155 ks.load(null, pass);
  /external/qemu/android/
help.c 211 int pass, maxw = 0; local
218 for (pass = 0; pass < 2; pass++) {
236 if (pass == 0) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 45 private static char[] pass = { 's', 't', 'o', 'r', 'e', 'p', 'w', 'd' }; field in class:KeyStoreBuilderTest
48 pass);
119 pass);
131 ks.load(null, pass);
504 ks.store(fos, pass);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-pass.h 1 /* Definitions for describing one tree-ssa optimization pass.
56 each pass */
58 each pass */
107 /* Optimization pass type. */
116 /* Describe one pass; this is the common part shared across different pass
120 /* Optimization pass type. */
123 /* Terse name of the pass used as a fragment of the dump file
127 /* If non-null, this pass and all sub-passes are executed only if
132 otherwise this pass does nothing. The return value contain
162 struct opt_pass pass; member in struct:gimple_opt_pass
168 struct opt_pass pass; member in struct:rtl_opt_pass
180 struct opt_pass pass; member in struct:ipa_opt_pass_d
215 struct opt_pass pass; member in struct:simple_ipa_opt_pass
341 struct opt_pass *pass; \/* New pass to register. *\/ member in struct:register_pass_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-pass.h 1 /* Definitions for describing one tree-ssa optimization pass.
56 each pass */
58 each pass */
107 /* Optimization pass type. */
116 /* Describe one pass; this is the common part shared across different pass
120 /* Optimization pass type. */
123 /* Terse name of the pass used as a fragment of the dump file
127 /* If non-null, this pass and all sub-passes are executed only if
132 otherwise this pass does nothing. The return value contain
162 struct opt_pass pass; member in struct:gimple_opt_pass
168 struct opt_pass pass; member in struct:rtl_opt_pass
180 struct opt_pass pass; member in struct:ipa_opt_pass_d
215 struct opt_pass pass; member in struct:simple_ipa_opt_pass
341 struct opt_pass *pass; \/* New pass to register. *\/ member in struct:register_pass_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-pass.h 1 /* Definitions for describing one tree-ssa optimization pass.
56 each pass */
58 each pass */
107 /* Optimization pass type. */
116 /* Describe one pass; this is the common part shared across different pass
120 /* Optimization pass type. */
123 /* Terse name of the pass used as a fragment of the dump file
127 /* If non-null, this pass and all sub-passes are executed only if
132 otherwise this pass does nothing. The return value contain
162 struct opt_pass pass; member in struct:gimple_opt_pass
168 struct opt_pass pass; member in struct:rtl_opt_pass
180 struct opt_pass pass; member in struct:ipa_opt_pass_d
215 struct opt_pass pass; member in struct:simple_ipa_opt_pass
341 struct opt_pass *pass; \/* New pass to register. *\/ member in struct:register_pass_info
    [all...]