HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 676 - 700 of 2771) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 62 /* (Inquiry Scan and Page Scan) */
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 208 // the above scan, but instead we rescan here. This is less efficient, but
212 // Scan through the UnsyncedMetaHandles again. If we have a deleted
  /external/chromium/net/http/
http_auth_cache.cc 74 // Linear scan through the realm entries.
99 // Linear scan through the realm entries.
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper_unittest.cc 158 // Scan for the first expected delete.
212 // Scan for the first expected delete.
  /external/chromium_org/chromeos/network/
network_device_handler.h 77 // Requests a network scan on the device specified by |device_path|.
84 // of requesting a network scan is Manager.RequestScan, however shill
  /external/chromium_org/net/http/
http_auth_cache.cc 76 // Linear scan through the realm entries.
101 // Linear scan through the realm entries.
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h 214 void setCharacterScanForCodePath(bool scan) { m_characterScanForCodePath = scan; }
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.h 81 // Scan interchange-valid UTF-8 bytes and detect most likely language,
141 // scan non-tag text of the initial part of a document, then will
  /external/chromium_org/third_party/sqlite/src/src/
test_tclvar.c 270 tclvarFilter, /* xFilter - configure scan constraints */
272 tclvarEof, /* xEof - check for end of scan */
test_wholenumber.c 237 wholenumberFilter, /* xFilter - configure scan constraints */
239 wholenumberEof, /* xEof - check for end of scan */
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 90 # a full table scan is required.
99 # table scan is required.
  /external/chromium_org/tools/cr/cr/base/
client.py 173 cr.loader.Scan()
179 cr.loader.Scan()
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 7 This is a heuristic scan, so a clean run of this script does not guarantee that
189 help='scan within DIRECTORY for histograms [optional, defaults to "src/"]',
  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 149 # VkKeyScan() returns the scan code in the low byte. The upper
151 # from the given scan code. The only one we're concerned with at the
  /external/chromium_org/ui/events/
event_unittest.cc 314 // KeyEvent converts from the native keycode (scan code) to the code.
328 // KeyEvent converts from the native keycode (scan code) to the code.
  /external/clang/www/analyzer/
xcode.html 49 consider using <a href="scan-build.html"><b>scan-build</b></a>.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 181 // Scan to ';' or '<'. Consume ';' but not '<'.
193 // Scan to 'L' without consuming it.
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 406 * Inode scan definitions
1004 extern errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan,
1010 extern void ext2fs_close_inode_scan(ext2_inode_scan scan);
1011 extern errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino,
1013 extern errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan,
1016 (ext2_inode_scan scan,
1018 ext2_inode_scan scan,
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 81 // it means it was created during the app runner's classpath scan --
94 // scan mode" in the app runner and also ensures that we pick up
  /external/openssh/openbsd-compat/
fmt_scaled.c 33 * scan_scaled: Scan numbers in this format.
106 /* Main loop: Scan digits, find decimal point, if present.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 23 #include "../scan.h"
321 * wpas_dbus_iface_scan - Request a wireless scan on an interface
327 * Handler function for "scan" method call of a network device. Requests
328 * that wpa_supplicant perform a wireless scan as soon as possible
341 * wpas_dbus_iface_scan_results - Get the results of a recent scan request
345 * a dbus error message if not scan results could be found
365 /* Loop through scan results and append each result's object path */
391 * @res: wpa_supplicant scan result for which to get properties
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 234 * @param width The width in pixels to scan.
235 * @param height The height in pixels to scan.
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 155 do { /* Scan all the row */
165 do { /* Scan along each row */
M4VIFI_ResizeRGB888toRGB888.c 184 do { /* Scan all the row */
194 do { /* Scan along each row */
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 155 * Requests the media scanner to scan a file.
175 Log.d(TAG, "Failed to scan file " + path);

Completed in 1253 milliseconds

<<21222324252627282930>>