Searched refs:pass (Results 101 - 125 of 336) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java446 boolean pass = true;
467 pass = false;
488 if (pass)
545 boolean pass = true;
564 pass = false;
571 pass = false;
592 if (pass)
634 * position of the last node that can pass this test in the sub context
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp57 const char* pass; member in struct:__anon14783::ComponentCase
73 const char* pass; member in struct:__anon14783::GetterCase
82 {"https://me:pass@google.com:23#foo", "https", "google.com", 23, "me", "pass", 0, 0, "foo", true},
94 EXPECT_EQ(cases[i].pass, kurl.pass());
108 EXPECT_EQ(cases[i].pass, kurl.pass());
121 // url protocol host port user pass path lastPath query ref
145 EXPECT_EQ(cases[i].pass, kur
199 const char* pass; member in struct:__anon14783::ExpectedComponentCase
[all...]
/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp45 RetainReleaseDeallocRemover(MigrationPass &pass) argument
46 : Body(0), Pass(pass) {
377 void trans::removeRetainReleaseDeallocFinalize(MigrationPass &pass) { argument
378 BodyTransform<RetainReleaseDeallocRemover> trans(pass);
379 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnbridgedCasts.cpp58 UnbridgedCastRewriter(MigrationPass &pass) : Pass(pass), ParentD(0) { argument
378 void trans::rewriteUnbridgedCasts(MigrationPass &pass) { argument
379 BodyTransform<UnbridgedCastRewriter> trans(pass);
380 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DARCMT.cpp340 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, ARCMTMacroLocs);
341 pass.setNSAllocReallocError(NoNSAllocReallocError);
342 pass.setNoFinalizeRemoval(NoFinalizeRemoval);
345 transforms[i](pass);
637 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
640 trans(pass);
/external/qemu/target-arm/
H A Dtranslate.c1110 static TCGv neon_load_reg(int reg, int pass) argument
1113 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1117 static void neon_store_reg(int reg, int pass, TCGv var) argument
1119 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2753 int pass; local
2762 pass = (insn >> 21) & 1;
2775 tmp = neon_load_reg(rn, pass);
2814 for (n = 0; n <= pass * 2; n++) {
2824 tmp2 = neon_load_reg(rn, pass);
2829 tmp2 = neon_load_reg(rn, pass);
3837 int pass; local
4423 int pass; local
[all...]
/external/libpng/
H A Dexample.c54 * to pass the bytes to png_sig_cmp() or even skip that if you know
363 for (pass = 0; pass < number_passes; pass++)
383 /* If you want to display the image after every pass, do so here */
493 png_uint_32 row_num, int pass)
498 * this function will be called for every row in every pass.
525 * need the row_num and pass, but I'm supplying them because it
539 * that the first pass (pass
[all...]
H A Dpngtest.c125 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) argument
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) argument
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
705 int num_pass, pass; local
1227 for (pass
[all...]
H A Dpngrutil.c2527 you want all pixels to be combined, pass 0xff (255) in mask. */
2732 void png_do_read_interlace(png_row_infop row_info, png_bytep row, int pass,
2740 int pass = png_ptr->pass; local
2742 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
2751 final_width = row_info->width * png_pass_inc[pass];
2761 int jstop = png_pass_inc[pass];
2816 int jstop = png_pass_inc[pass];
2873 int jstop = png_pass_inc[pass];
2928 int jstop = png_pass_inc[pass];
3081 png_set_interlaced_pass(png_structp png_ptr, int pass) argument
[all...]
H A Dpngwutil.c76 * 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 */
1762 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1829 /* If interlaced, we need to set up width and height of pass */
1860 /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1887 /* If interlaced, go to next pass */
1893 png_ptr->pass++;
1897 /* Loop until we find a non-zero width or height pass */
1900 png_ptr->pass++;
1901 if (png_ptr->pass >
1975 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngread.c581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
582 png_ptr->row_number, png_ptr->pass);
585 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
622 switch (png_ptr->pass)
629 png_pass_dsp_mask[png_ptr->pass]);
639 png_pass_dsp_mask[png_ptr->pass]);
649 png_pass_dsp_mask[png_ptr->pass]);
659 png_pass_dsp_mask[png_ptr->pass]);
669 png_pass_dsp_mask[png_ptr->pass]);
679 png_pass_dsp_mask[png_ptr->pass]);
884 int pass, j; local
[all...]
H A Dpngrutil.c2278 you want all pixels to be combined, pass 0xff (255) in mask. */
2313 If you want all pixels to be combined, pass 0xff (255) in mask. */
2348 png_uint_32 initial_val = BPP3 * png_pass_start[png_ptr->pass];
2350 register int stride = BPP3 * png_pass_inc[png_ptr->pass];
2352 register int rep_bytes = BPP3 * png_pass_width[png_ptr->pass];
2391 png_uint_32 initial_val = BPP4 * png_pass_start[png_ptr->pass];
2393 register int stride = BPP4 * png_pass_inc[png_ptr->pass];
2395 register int rep_bytes = BPP4 * png_pass_width[png_ptr->pass];
2433 png_uint_32 initial_val = png_pass_start[png_ptr->pass];
2435 register int stride = png_pass_inc[png_ptr->pass];
2797 int pass = png_ptr->pass; local
3530 int pass = png_ptr->pass; local
[all...]
H A Dpngwutil.c54 * length, and does not need to be null terminated. To be safe, pass the
173 /* we may just want to pass the text right through */
1730 /* arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1795 /* if interlaced, we need to set up width and height of pass */
1826 /* arrays to facilitate easy interlacing - use pass (0 - 6) as index */
1852 /* if interlaced, go to next pass */
1858 png_ptr->pass++;
1862 /* loop until we find a non-zero width or height pass */
1865 png_ptr->pass++;
1866 if (png_ptr->pass >
1940 png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass) argument
[all...]
/external/libvpx/
H A Dvpxenc.c110 * first pass statistics.
115 int pass; member in struct:__anon8280
121 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) argument
125 stats->pass = pass;
127 if (pass == 0)
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
179 int stats_open_mem(stats_io_t *stats, int pass) argument
182 stats->pass
1096 int pass, one_pass_only = 0; local
[all...]
/external/checkpolicy/
H A Dpolicy_define.c56 unsigned int pass; variable
79 pass = pass_number;
148 if (pass == 2) {
212 if (pass == 1)
246 if (pass == 2) {
284 if (pass == 2) {
361 if (pass == 2) {
455 if (pass == 2) {
578 if (pass == 2) {
708 if (pass
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng2.c67 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;
531 readpng2_row_callback(png_structp png_ptr, png_bytep new_row, png_uint_32 row_num, int pass) argument
/external/openssl/crypto/srp/
H A Dsrp_lib.c203 BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass) argument
211 (pass == NULL))
221 EVP_DigestUpdate(&ctxt, pass, strlen(pass));
H A Dsrp_vfy.c524 char *SRP_create_verifier(const char *user, const char *pass, char **salt, argument
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) argument
615 (pass == NULL)||
633 x = SRP_Calc_x(*salt,user,pass);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Denterprise_enrollment_ui.cc131 std::string pass; local
135 !params_dict->GetString("pass", &pass) ||
142 controller->OnAuthSubmitted(user, pass, captcha, access_code);
/external/stlport/
H A Dconfigure45 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/webp/src/enc/
H A Dframe.c165 // Collect statistics and deduce probabilities for next coding pass.
888 const int max_passes = enc->config_->pass;
892 int pass; local
895 // Fast mode: quick analysis pass over few mbs. Better than nothing.
899 // No target size: just do several pass without changing 'q'
901 for (pass = 0; pass < max_passes; ++pass) {
909 for (pass = 0; pass < max_passe
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKSBuilder_ImplTest.java54 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/
H A Dhelp.c211 int pass, maxw = 0; local
218 for (pass = 0; pass < 2; pass++) {
236 if (pass == 0) {
1369 " a bootcharting facility (see http://www.bootchart.org/). You can pass a\n"
1649 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DZipFileTest.java163 boolean pass = false;
167 pass = true;
169 assertTrue("did not detect closed jar file", pass);
/external/e2fsprogs/resize/
H A Dmain.c48 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass, argument
62 switch (pass) {
79 label = _("Unknown pass?!?");
82 printf(_("Begin pass %d (max = %lu)\n"), pass, max);

Completed in 1514 milliseconds

1234567891011>>