Searched refs:pass (Results 76 - 100 of 398) sorted by relevance

1234567891011>>

/external/toybox/toys/pending/
H A Dmdev.c144 struct passwd *pass; local
146 pass = getpwnam(str);
148 if (!pass) goto end_line;
149 uid = pass->pw_uid;
/external/e2fsprogs/e2fsck/
H A Drecovery.c42 struct recovery_info *info, enum passtype pass);
220 * Recovery is done in three passes. In the first pass, we look for the
222 * blocks. In the third and final pass, we replay any un-revoked blocks
278 * We perform one pass over the journal to allow us to tell the user how
351 struct recovery_info *info, enum passtype pass)
375 if (pass == PASS_SCAN)
378 jbd_debug(1, "Starting recovery pass %d\n", pass);
400 if (pass != PASS_SCAN)
444 * to do with it? That depends on the pass
350 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
[all...]
/external/openssh/
H A Dssh-add.c95 static char *pass = NULL; variable
99 if (pass) {
100 explicit_bzero(pass, strlen(pass));
101 free(pass);
102 pass = NULL;
227 if (private == NULL && pass != NULL) {
228 if ((r = sshkey_parse_private_fileblob(keyblob, pass, filename,
244 pass = read_passphrase(msg, RP_ALLOW_STDIN);
245 if (strcmp(pass, "")
[all...]
H A Dreadpass.c55 char *pass; local
107 pass = xstrdup(buf);
109 return pass;
/external/boringssl/include/openssl/
H A Dpkcs8.h108 /* PKCS8_encrypt calls PKCS8_encrypt_pbe after treating |pass| as an ASCII
112 const char *pass, int pass_len,
117 /* PKCS8_decrypt calls PKCS8_decrypt_pbe after treating |pass| as an ASCII
121 const char *pass,
/external/boringssl/src/include/openssl/
H A Dpkcs8.h108 /* PKCS8_encrypt calls PKCS8_encrypt_pbe after treating |pass| as an ASCII
112 const char *pass, int pass_len,
117 /* PKCS8_decrypt calls PKCS8_decrypt_pbe after treating |pass| as an ASCII
121 const char *pass,
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc151 bool pass = expected.size() == v->atoms.size(); local
155 for (int i = 0; pass && i < n; i++)
156 pass = pass && expected[i] == v->atoms[i];
158 if (!pass) {
168 return pass;
/external/libpng/
H A Dpng.h584 * it is always valid to pass 'p' to a pointer with a function argument of the
912 /* The following callback receives png_uint_32 row_number, int pass for the
914 * row number is the row number within the sub-image of the interlace pass, so
916 * then reset to 0 for the next pass.
918 * Use PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
920 * (row,col,pass). (See below for these macros.)
1406 * times for each pass.
1783 * row number is the row number within the sub-image of the interlace pass, so
1785 * then reset to 0 for the next pass
[all...]
H A Dpngread.c392 png_debug2(1, "in png_read_row (row %lu, pass %d)",
393 (unsigned long)png_ptr->row_number, png_ptr->pass);
396 * interlace pass.
409 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
458 switch (png_ptr->pass)
589 if (png_ptr->pass < 6)
590 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass,
612 (*(png_ptr->read_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
620 * contain the contents of the rows from the previous pass. If the
626 * as they arrive. If the image is displayed after each pass, i
709 png_configure_decoder(png_structp png_ptr, int *row, int pass) argument
843 int pass, j; local
3082 int pass; local
3399 int pass; local
3507 int pass, passes; local
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpng.h823 * it is always valid to pass 'p' to a pointer with a function argument of the
1146 /* The following callback receives png_uint_32 row_number, int pass for the
1148 * row number is the row number within the sub-image of the interlace pass, so
1150 * then reset to 0 for the next pass.
1152 * Use PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
1154 * (row,col,pass). (See below for these macros.)
1715 * times for each pass.
2092 * row number is the row number within the sub-image of the interlace pass, so
2094 * then reset to 0 for the next pass
[all...]
H A Dfx_pngread.c315 png_debug2(1, "in png_read_row (row %lu, pass %d)",
316 (unsigned long)png_ptr->row_number, png_ptr->pass);
319 * interlace pass.
332 if (png_ptr->row_number == 0 && png_ptr->pass == 0)
381 switch (png_ptr->pass)
513 if (png_ptr->pass < 6)
514 png_do_read_interlace(&row_info, png_ptr->row_buf + 1, png_ptr->pass,
536 (*(png_ptr->read_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
544 * contain the contents of the rows from the previous pass. If the
550 * as they arrive. If the image is displayed after each pass, i
625 int pass, j; local
2817 int pass; local
3135 int pass; local
3243 int pass, passes; local
[all...]
/external/opencv/cv/src/
H A Dcvpgh.cpp158 int i, count, pass; local
207 for( pass = 1; pass <= 2; pass++ )
227 if( pass == 2 )
247 if( pass == 2 )
267 if( pass == 2 )
294 else /* 1st pass */
303 if( pass == 1 )
312 if( pass
[all...]
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { argument
224 void trans::removeZeroOutPropsInDeallocFinalize(MigrationPass &pass) { argument
225 ZeroOutInDeallocRemover trans(pass);
226 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransAutoreleasePool.cpp72 AutoreleasePoolRewriter(MigrationPass &pass) argument
73 : Body(nullptr), Pass(pass) {
74 PoolII = &pass.Ctx.Idents.get("NSAutoreleasePool");
75 DrainSel = pass.Ctx.Selectors.getNullarySelector(
76 &pass.Ctx.Idents.get("drain"));
432 void trans::rewriteAutoreleasePool(MigrationPass &pass) { argument
433 BodyTransform<AutoreleasePoolRewriter> trans(pass);
434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc181 for (unsigned int pass = 0; pass < passes_; pass++) {
186 else if (pass == 0)
191 BeginPassHook(pass);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c331 bool pass; local
336 pass = precision >= test->precision;
342 if (!pass || verbose) {
345 pass ? "PASS" : "FAIL");
348 if (!pass) {
/external/e2fsprogs/util/
H A Dcopy_sparse.c68 int pass = 0; local
78 if (pass++ >= 3)
82 pass = 0;
/external/skia/src/pathops/
H A DSkOpCubicHull.cpp68 for (int pass = 0; pass < 2; ++pass) {
/external/webp/src/enc/
H A Dconfig.c37 config->pass = 1;
110 if (config->pass < 1 || config->pass > 10)
/external/e2fsprogs/resize/
H A Dresize2fs.h87 * been used for a particular resize2fs pass.
124 errcode_t (*progress)(ext2_resize_t rfs, int pass,
131 * Progress pass numbers...
143 int pass, unsigned long cur,
/external/mesa3d/src/mapi/glapi/
H A DSConscript94 pass
/external/selinux/checkpolicy/
H A Dpolicy_parse.y57 extern unsigned int pass;
64 typedef int (* require_func_t)(int pass);
161 base_policy : { if (define_policy(pass, 0) == -1) return -1; }
163 { if (pass == 1) { if (policydb_index_classes(policydbp)) return -1; }
164 else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1; }}
166 { if (pass == 1) { if (policydb_index_bools(policydbp)) return -1;}
167 else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1;}}
356 { if (pass == 2) { if (define_conditional((cond_expr_t*)$2, (avrule_t*)$4, (avrule_t*)$6) < 0) return -1; }}
873 { if (end_avrule_block(pass) == -1) return -1;
878 { if (define_policy(pass,
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.stdout.exp5 pass 1: size is 17143, grp uses are 38 62 2 92 6 71
6 pass 2: size is 6506, grp uses are 28 71 0 86 9 77
7 pass 3: size is 6479, grp uses are 26 70 0 81 11 83
8 pass 4: size is 6469, grp uses are 26 69 0 74 17 85
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.stdout.exp6 pass 1: size is 17143, grp uses are 38 62 2 92 6 71
7 pass 2: size is 6506, grp uses are 28 71 0 86 9 77
8 pass 3: size is 6479, grp uses are 26 70 0 81 11 83
9 pass 4: size is 6469, grp uses are 26 69 0 74 17 85
H A Dvcpu_bz2.stdout.exp5 pass 1: size is 17143, grp uses are 38 62 2 92 6 71
6 pass 2: size is 6506, grp uses are 28 71 0 86 9 77
7 pass 3: size is 6479, grp uses are 26 70 0 81 11 83
8 pass 4: size is 6469, grp uses are 26 69 0 74 17 85

Completed in 722 milliseconds

1234567891011>>