Searched defs:pass (Results 1 - 25 of 295) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webp/include/webp/
H A Dencode.h116 int pass; // number of entropy-analysis passes (in [1..10]). member in struct:WebPConfig
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c3222 /* Make a pass over 'ents'. For each tyent, inspect the target of any
3248 /* Make a pass over 'ents', building a dictionary of TyEnts as we go.
3322 /* If a commoning pass and a substitution pass both make fewer than
3343 above (a commoning pass followed by a substitution pass), but
3369 /* Make a pass through the (temporary) variables array. Examine the
3474 settings so that we can then back up and do one final pass over
3577 Int pass; local
3778 /* Do an initial pass t
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c949 dlog(1, "not connected => pass\n");
956 dlog(1, "pass_signals => pass\n");
1312 Int pass; local
1313 /* pass 0 = search, optional pass 1 = output message multiple matches */
1327 for (pass = 0; pass < 2; pass++) {
1329 if (pass == 1)
1343 if (pass
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dnan80and64.c103 int pass; local
104 for (pass = 1; pass <= 2; pass++) {
/external/tinyxml/
H A Dxmltest.cpp31 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/stressapptest/src/
H A Dworker.h483 volatile uint8 pass; member in struct:FileThread::SectorTag
/external/srec/srec/include/
H A Dhmm_desc.h116 struct tree_branch_info *pass; member in struct:tree_branch_info
/external/skia/src/core/
H A DSkRecordOpts.cpp37 static bool apply(Pass* pass, SkRecord* record) { argument
43 changed |= pass->onMatch(record, &pattern, begin, end);
59 CullNooper pass; local
60 while (apply(&pass, record));
170 SaveLayerDrawRestoreNooper pass; local
171 apply(&pass, record);
214 StrengthReducer pass; local
215 apply(&pass, record);
255 TextBounder pass; local
256 apply(&pass, recor
301 CullAnnotator pass; local
[all...]
/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/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/android/
H A Dhelp.c212 int pass, maxw = 0; local
219 for (pass = 0; pass < 2; pass++) {
237 if (pass == 0) {
1353 " a bootcharting facility (see http://www.bootchart.org/). You can pass a\n"
1645 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c593 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) argument
604 /* if UPDATE_INODE_NUMS pass and the inode high bit is not
608 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
702 /* Only recurse on pass UPDATE_INODE_NUMS if the high bit is set.
851 /* Perform a sanity check pass first, try to catch any errors that will occur
854 * pass and a update_superblock pass. Set flags back to requested state when done.
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c619 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]);
945 png_configure_decoder(png_structp png_ptr, int *row, int pass) argument
1075 int pass, j; local
[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 Dpngwrite.c310 * time information, you can pass NULL for info. If you already wrote these
762 int pass, num_pass; /* pass variables */ local
772 * this will set pass to 1
779 for (pass = 0; pass < num_pass; pass++)
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
797 png_ptr->row_number, png_ptr->pass);
800 if (png_ptr->row_number == 0 && png_ptr->pass
[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/libselinux/src/
H A Dlabel_android_property.c85 int pass, unsigned lineno)
111 if (pass == 1) {
112 /* On the second pass, process and store the specification in spec. */
150 unsigned int lineno = 0, maxnspec, pass; local
175 * After the first pass, the spec array is malloced to the appropriate
176 * size. Second pass is to populate the spec array and check for
180 for (pass = 0; pass < 2; pass++) {
185 if (process_line(rec, path, line_buf, pass,
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) argument
[all...]
H A Dlabel_file.c282 char *line_buf, int pass, unsigned lineno)
318 if (pass == 1) {
319 /* On the second pass, process and store the specification in spec. */
410 unsigned int lineno, pass, i, j, maxnspec; local
451 * The first pass counts the number of specifications and
453 * of the first pass, the spec array is allocated.
454 * The second pass performs detailed validation of the input
458 for (pass = 0; pass < 2; pass
280 process_line(struct selabel_handle *rec, const char *path, const char *prefix, char *line_buf, int pass, unsigned lineno) argument
[all...]
/external/qemu/target-arm/
H A Dtranslate.c1098 static TCGv neon_load_reg(int reg, int pass) argument
1101 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1105 static void neon_store_reg(int reg, int pass, TCGv var) argument
1107 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
2779 int pass; local
2788 pass = (insn >> 21) & 1;
2801 tmp = neon_load_reg(rn, pass);
2840 for (n = 0; n <= pass * 2; n++) {
2850 tmp2 = neon_load_reg(rn, pass);
2855 tmp2 = neon_load_reg(rn, pass);
3913 int pass; local
4499 int pass; local
[all...]
/external/ppp/pppd/
H A Dsys-linux.c1298 * set_filters - set the active and pass filters in the kernel driver.
1300 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1304 fp.len = pass->bf_len;
1305 fp.filter = (struct sock_filter *) pass->bf_insns;
1310 error("Couldn't set pass-filter in kernel: %m");
2240 * sifup - Config the interface up and enable IP packets to pass.
2745 * are removed and the device is no longer able to pass IPX
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c56 Encode significant pass
69 Decode significant pass
104 Encode significant pass
114 Decode significant pass
133 Encode refinement pass
146 Encode refinement pass
155 Decode refinement pass
170 Decode refinement pass
206 Encode clean-up pass
219 Decode clean-up pass
1598 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
1680 opj_tcd_pass_t *pass = &cblk->passes[passno]; local
[all...]

Completed in 334 milliseconds

1234567891011>>