/external/qemu/distrib/jpeg-6b/ |
D | rdswitch.c | 180 jpeg_scan_info scans[MAX_SCANS]; in read_scan_script() local 186 scanptr = scans; in read_scan_script() 253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info)); in read_scan_script()
|
D | 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).
|
D | usage.doc | 132 JPEG file, the data is stored in multiple scans of increasing quality. If the 202 -scans file Use the scan script given in the specified text file. 429 -scans file Use the scan script given in the specified text file.
|
D | libjpeg.doc | 1703 Progressive JPEG rearranges the stored data into a series of scans of 1707 more scans are received. The final image after all scans are complete is 1714 suitable "scan script" defining how to divide the data into scans. 1750 the requested scans during jpeg_finish_compress(). This implies that 1816 file is to be displayed; the scans are numbered starting at 1 for this 1913 part of the image is one or more scans better in quality than the upper part. 1916 number at that time, which implies that you've skipped the output scans 1917 corresponding to the input scans that were completed while you processed the 1919 speed to the arriving data, by skipping output scans as necessary to keep up 2012 For example, one could use a fast DCT method for early scans, changing [all …]
|
/external/jpeg/ |
D | rdswitch.c | 180 jpeg_scan_info scans[MAX_SCANS]; in read_scan_script() local 186 scanptr = scans; in read_scan_script() 253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info)); in read_scan_script()
|
D | 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).
|
D | usage.doc | 132 JPEG file, the data is stored in multiple scans of increasing quality. If the 202 -scans file Use the scan script given in the specified text file. 429 -scans file Use the scan script given in the specified text file.
|
D | libjpeg.doc | 1703 Progressive JPEG rearranges the stored data into a series of scans of 1707 more scans are received. The final image after all scans are complete is 1714 suitable "scan script" defining how to divide the data into scans. 1750 the requested scans during jpeg_finish_compress(). This implies that 1816 file is to be displayed; the scans are numbered starting at 1 for this 1913 part of the image is one or more scans better in quality than the upper part. 1916 number at that time, which implies that you've skipped the output scans 1917 corresponding to the input scans that were completed while you processed the 1919 speed to the arriving data, by skipping output scans as necessary to keep up 2012 For example, one could use a fast DCT method for early scans, changing [all …]
|
/external/webkit/LayoutTests/fast/encoding/ |
D | meta-in-body-expected.txt | 2 This test checks that the charset sniffer scans at least 1024 bytes of data to find a meta tag, eve…
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | simplec.g | 13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t018llstar.g | 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.g | 21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 16 needless device scans.
|
/external/openssh/ |
D | ssh-keyscan.0 | 105 of all the machines it scans if the server is older than version 2.9.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 82 # If this is set, scans will be used to request response only from BSSes 88 # When Interworking is enabled, scans can be limited to APs that advertise the
|
D | ChangeLog | 160 previous scans, and uses that information to dynamically generate 161 the list of channels for background scans. 209 configuration block to request background scans less frequently when 211 scans whenever signal strength drops noticeably 239 over multiple scans (that may include only partial results) 244 unnecessary scans and to speed up association 972 networks as scan_ssid=1 scans, i.e., the priority field is ignored
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
D | usage.apt.vm | 150 Unless otherwise specified, the include list scans for and includes all
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 1901 const char *scans[] = { "active", "passive", "ssid" }; in wpas_dbus_getter_capabilities() local 2171 if (!wpa_dbus_dict_append_string_array(&iter_dict, "Scan", scans, in wpas_dbus_getter_capabilities() 2172 sizeof(scans) / sizeof(char *))) in wpas_dbus_getter_capabilities()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 246 for (int scans = rect.height() - 1; scans >= 0; --scans) { in CallBitmapXferProc() local
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 718 example, when the following scanner scans the token "abcd", it 882 Whenever `yylex()' is called, it scans tokens from the global input 1386 scans a NUL-terminated string. 1389 scans `len' bytes (including possibly NUL's) starting at location 1397 which scans in place the buffer starting at BASE, consisting of 2014 `flex' scans your rule actions to determine whether you use the 2390 scanners: it scans the input stream, consuming tokens, until a
|
D | flex.texi | 871 example, when the following scanner scans the token 1067 Whenever @samp{yylex()} is called, it scans tokens from the 1646 scans a NUL-terminated string. 1649 scans @code{len} bytes (including possibly NUL's) starting 1660 which scans in place the buffer starting at @var{base}, 2385 @code{flex} scans your rule actions to determine whether you use 2826 flex scanners: it scans the input stream, consuming
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 774 scanner scans the token "abcd", it will write "abcdab- 1003 Whenever yylex() is called, it scans tokens from the global 1664 scans a NUL-terminated string. 1667 scans len bytes (including possibly NUL's) starting at 1676 which scans in place the buffer starting at base, con- 2477 flex scans your rule actions to determine whether you use 2957 flex scanners: it scans the input stream, consuming
|
/external/clang/docs/tools/ |
D | clang.pod | 82 The Clang Static Analyzer is a tool that scans source code to try to find bugs
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 185 Flex scans your rule actions to determine whether you use the 235 which scans in place the buffer starting at "base", consisting 1168 - The -r (reject used) flag is gone. flex now scans the input
|
/external/libusb/ |
D | ChangeLog | 28 Descriptor reuse was causing scans to return invalid information when
|