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

1 2 3 4 5 6 7 8 91011>>

  /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 26 * Describes the Results of a batched set of wifi scans where the firmware performs many
27 * 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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdtrans.c 70 /* startup underestimated number of scans; ratchet up one scan */
129 /* Estimate number of scans to set pass_limit. */
131 /* Arbitrarily estimate 2 interleaved DC scans + 3 AC scans/component. */
fpdfapi_jdinput.c 113 /* Decide whether file contains multiple scans */
144 /* For noninterleaved scans, it is convenient to define last_row_height
204 * the same Q-table slot number, but change table definitions between scans
212 * slot between scans of a component using that slot. If the encoder does so
279 * Read JPEG markers before, between, or after compressed-data scans.
321 * if user set output_scan_number larger than number of scans.
  /external/vogar/src/vogar/tasks/
RetrieveFilesTask.java 41 * Scans {@code dir} for files to grab.
  /cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/
JavaScannerDoclet.java 27 * Doclet that scans java files looking for tests.
  /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
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanResultTest.java 27 * Unit test cases for Bluetooth LE scans.
  /sdk/find_java2/src/
JavaFinder.h 40 // Scans the registry, the environment and program files for potential Java.exe locations.
  /system/media/audio_utils/spdif/
FrameScanner.cpp 49 // State machine that scans for headers in a byte stream.
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 47 * Test cases for Bluetooth LE scans.
82 * Basic test case for BLE scans. Checks BLE scan timestamp is within correct range.
157 * Test of opportunistic BLE scans.
168 // No scans are really started with opportunistic scans only.
ScanResultTest.java 27 * Unit test cases for Bluetooth LE scans.
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 7 /* AP Scans */
132 int step_count; // for exponential back off bucket, number of scans performed at a given
146 int report_threshold_num_scans; // in number of scans, wake up AP after these many scans
260 // channel the BSSID was seen last, and the BSSID was not seen during those g-scans
359 * Lazy mode is configured thru G-scan, that is, the results of G-scans are compared to the
361 * Lazy scan will be enabled (and or throttled down by reducing the number of G-scans) by
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 25 int short_scan_count; /* counter for scans using short scan interval */
47 * over time and request scans only for some channels (probing others
234 * budget for short-scans, perform a scan
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/google-breakpad/src/testing/gtest/scripts/
fuse_gtest_files.py 38 Scans GTEST_ROOT_DIR for Google Test source code, and generates
147 """Scans folder gtest_root to generate gtest/gtest.h in output_dir."""
176 """Scans folder gtest_root to generate gtest/gtest-all.cc in output_file."""
219 """Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir."""
  /external/google-breakpad/src/testing/scripts/
fuse_gmock_files.py 38 Scans GMOCK_ROOT_DIR for Google Mock and Google Test source
120 """Scans folder gmock_root to generate gmock/gmock.h in output_dir."""
160 """Scans folder gmock_root to fuse gmock-all.cc into output_file."""
205 """Scans folder gmock_root to generate gmock-gtest-all.cc in output_dir."""
  /external/parameter-framework/tools/xmlValidator/
README.md 7 It scans all directories and subdirectories for `.xml` files and checks them

Completed in 765 milliseconds

1 2 3 4 5 6 7 8 91011>>