HomeSort by relevance Sort by last modified time
    Searched full:scans (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/jpeg/
jdtrans.c 69 /* startup underestimated number of scans; ratchet up one scan */
128 /* Estimate number of scans to set pass_limit. */
130 /* Arbitrarily estimate 2 interleaved DC scans + 3 AC scans/component. */
rdswitch.c 11 * -scans file Read scan script from text file
180 jpeg_scan_info scans[MAX_SCANS]; local
186 scanptr = scans;
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
wizard.doc 120 the -scans switch:
122 -scans file Use the scan sequence given in the named file.
125 The script specifies the contents and ordering of the scans to be emitted.
149 not needed to specify this; in fact, it is ignored when -scans appears.)
173 # AC scans:
209 initial scans will be really bad). For higher quality settings, you might
211 scans are not too large).
jdinput.c 112 /* Decide whether file contains multiple scans */
143 /* For noninterleaved scans, it is convenient to define last_row_height
203 * the same Q-table slot number, but change table definitions between scans
211 * slot between scans of a component using that slot. If the encoder does so
278 * Read JPEG markers before, between, or after compressed-data scans.
320 * if user set output_scan_number larger than number of scans.
jpegtran.c 84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n");
128 char * scansarg = NULL; /* saves -scans parm if any */
279 } else if (keymatch(arg, "scans", 1)) {
314 if (simple_progressive) /* process -progressive; -scans can override */
319 if (scansarg != NULL) /* process -scans if it was present */
jdapistd.c 51 /* If file has multiple scans, absorb them all into the coef buffer */
69 /* jdmaster underestimated number of scans; ratchet up one scan */
  /device/htc/dream-sapphire/
device_dream_sapphire.mk 35 # Time between scans in seconds. Keep it high to minimize battery drain.
  /dalvik/dx/src/junit/runner/
TestCaseClassLoader.java 40 * Constructs a TestCaseLoader. It scans the class path
48 * Constructs a TestCaseLoader. It scans the class path
  /dalvik/libcore/luni/src/test/java/junit/runner/
TestCaseClassLoader.java 40 * Constructs a TestCaseLoader. It scans the class path
48 * Constructs a TestCaseLoader. It scans the class path
  /external/e2fsprogs/misc/
badblocks.8.in 127 num_passes consecutive scans of the disk.
166 scans for bad blocks by writing some patterns (0xaa, 0x55, 0xff, 0x00) on
  /external/junit/src/junit/runner/
TestCaseClassLoader.java 48 * Constructs a TestCaseLoader. It scans the class path
56 * Constructs a TestCaseLoader. It scans the class path
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_uri.h 56 The function scans the string and replaces each escape sequence with its corresponding
75 The function scans the string and replaces each escape sequence with its corresponding
oscl_string_xml.h 54 The function scans the string and check if each character is a special character.
73 The function scans the string and replaces each special character with its corresponding
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 39 * Constructs a TestCaseLoader. It scans the class path
47 * Constructs a TestCaseLoader. It scans the class path
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 230 * Number of SPS scans that were moved
244 * Number of track scans on G,
248 * Number of track scans on A,
252 * Number of discovery scans on G,
256 * Number of discovery scans on A,
260 * Number of immediate scans on G,
264 * Number of immediate scans on A,
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 230 * Number of SPS scans that were moved
244 * Number of track scans on G,
248 * Number of track scans on A,
252 * Number of discovery scans on G,
256 * Number of discovery scans on A,
260 * Number of immediate scans on G,
264 * Number of immediate scans on A,
    [all...]
  /external/gtest/scripts/
fuse_gtest_files.py 38 Scans GTEST_ROOT_DIR for Google Test source code, and generates
152 """Scans folder gtest_root to generate gtest/gtest.h in output_dir."""
181 """Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir."""
  /dalvik/vm/alloc/
GC.h 95 * actually only scans the internal list of VM threads, which
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 98 /* Scans the list of missing subscriptions checking if they
  /external/e2fsprogs/doc/
libblkid.txt 16 needless device scans.
  /external/e2fsprogs/lib/ext2fs/
dosio.h 143 * scans the drive's partition table in search for the first Linux ext2fs
  /external/opencore/doc/oscl_html/
oscl__string__utf8_8h.html 19 <tr><td>&nbsp;</td><td><font size=-1><em>Check if the input string contains any illegal UTF-8 character. The function scans the string and validate that each character is a valid utf-8. It stops at the first NULL character, invalid character or the max_byte value. The string is valid if and only if every character is a valid utf-8 character and the scanning stopped on a character boundary.</em> <a href="group__osclutil.html#a40"></a><em></em></font><br><br></td></tr>
oscl__string__xml_8h.html 19 <tr><td>&nbsp;</td><td><font size=-1><em>Check if the input string contains any special ASCII character like &amp;, &lt;, &gt;, ', ". The function scans the string and check if each character is a special character. It stops at the first NULL character (if max_bytes = 0), or the max_byte value.</em> <a href="group__osclutil.html#a42"></a><em></em></font><br><br></td></tr>
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scrApi.h 72 SCR_GID_DRV_SCAN, /**< STA is disconnected, SME scans */
73 SCR_GID_APP_SCAN, /**< STA is disconnected, application scans */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 90 /* check if OID scans are enabled in the registry */
94 ("Received OID scan request when OID scans are disabled, quitting...\n") );

Completed in 154 milliseconds

1 2 3 4 5 6 7 8 9