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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/launcher/
launcher_navigator.h 16 // Scans the current launcher item and returns the index of the launcher item
  /external/chromium_org/third_party/sqlite/src/
mkopcodec.awk 3 # This AWK script scans the opcodes.h file (which is itself generated by
  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanSettings.java 26 * Describes the settings for batched wifi scans where the firmware performs many
27 * scans and stores the timestamped results without waking the main processor each time.
56 /** The expected number of scans per batch. Note that the firmware may drop scans
57 * leading to fewer scans during the normal batch scan duration. This value need not
60 * scans per batch we will attempt to honor that.
77 /** The time between the start of two sequential scans, in seconds. If another
78 * application requests more frequent scans, that will take precedence. If this
BatchedScanResult.java 27 * Describes the Results of a batched set of wifi scans where the firmware performs many
28 * scans and stores the timestamped results without waking the main processor each time.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 75 * Check if requested scans are still pending. Scans may timeout after an
83 // Check if pending scans have timed out
  /external/jpeg/
jdtrans.c 69 /* startup underestimated number of scans; ratchet up one scan */
136 /* startup underestimated number of scans; ratchet up one scan */
186 /* startup underestimated number of scans; ratchet up one scan */
255 /* Estimate number of scans to set pass_limit. */
257 /* 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 114 /* Decide whether file contains multiple scans */
145 /* For noninterleaved scans, it is convenient to define last_row_height
221 * the same Q-table slot number, but change table definitions between scans
229 * slot between scans of a component using that slot. If the encoder does so
306 * Read JPEG markers before, between, or after compressed-data scans.
348 * if user set output_scan_number larger than number of scans.
  /external/qemu/distrib/jpeg-6b/
jdtrans.c 69 /* startup underestimated number of scans; ratchet up one scan */
136 /* startup underestimated number of scans; ratchet up one scan */
186 /* startup underestimated number of scans; ratchet up one scan */
255 /* Estimate number of scans to set pass_limit. */
257 /* 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 114 /* Decide whether file contains multiple scans */
145 /* For noninterleaved scans, it is convenient to define last_row_height
221 * the same Q-table slot number, but change table definitions between scans
229 * slot between scans of a component using that slot. If the encoder does so
306 * Read JPEG markers before, between, or after compressed-data scans.
348 * if user set output_scan_number larger than number of scans.
  /external/chromium_org/components/autofill/content/renderer/
form_cache.h 33 // Scans the DOM in |frame| extracting and storing forms.
38 // Scans the DOM in |frame| extracting and storing forms.
  /external/chromium/chrome/browser/ui/cocoa/
ui_localizer.h 15 // To use this, include your xib file in the list generate_localizer scans (see
  /external/chromium_org/chrome/browser/ui/cocoa/
ui_localizer.h 14 // To use this, include your xib file in the list generate_localizer scans (see
  /external/chromium_org/courgette/
ensemble.cc 31 // Scans the Ensemble's region, sniffing out Elements. We assume that the
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t018llstar.g 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
simplec.g 13 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.g 21 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/chromium_org/ash/system/chromeos/
tray_display.h 40 // Scans the current display info and updates |display_info_|. Sets the
  /frameworks/base/services/java/com/android/server/wifi/
README.txt 19 - In the scan mode, the device continues to allow scanning from any app with Wi-Fi turned off. This is done by disabling all networks and allowing only scans to be passed.
  /system/extras/libublock/include/ublock/
ublock.h 35 * May call your read and write functions as the kernel scans partition
  /external/chromium_org/chrome/tools/build/win/
scan_server_dlls.py 87 """Scans for DLLs in the specified section of config that are in the
106 """Scans for DLLs in the specified section of config that are in the
131 """Main method that reads input file, scans <build_output>\servers for
  /external/chromium_org/tools/code_coverage/
croc_scan.py 23 """Scans the lines for executable statements.
87 """Reads the file and scans its lines.
147 """Scans a file for executable lines.

Completed in 3942 milliseconds

1 2 3 4 5 6 7 8 91011>>