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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/scan-build/
scan-build.bat 1 perl -S scan-build %*
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.bat 1 perl -S scan-build %*
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.bat 1 perl -S scan-build %*
  /external/bison/src/
scan-code-c.c 3 #include "scan-code.c"
scan-gram-c.c 3 #include "scan-gram.c"
scan-skel-c.c 3 #include "scan-skel.c"
  /art/test/413-regalloc-regression/
info.txt 1 Regression test for the linear scan register allocator, that use to
  /external/selinux/libsemanage/
.gitignore 3 src/conf-scan.c
  /external/e2fsprogs/lib/ext2fs/
inode.c 48 ext2_inode_scan scan,
109 ext2_inode_scan scan; local
134 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan);
137 memset(scan, 0, sizeof(struct ext2_struct_inode_scan));
139 scan->magic = EXT2_ET_MAGIC_INODE_SCAN;
140 scan->fs = fs;
141 scan->inode_size = EXT2_INODE_SIZE(fs->super);
142 scan->bytes_left = 0;
143 scan->current_group = 0;
144 scan->groups_left = fs->group_desc_count - 1
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
ScanCallback.java 22 * Bluetooth LE scan callbacks. Scan results are reported using these callbacks.
28 * Fails to start scan as BLE scan with the same settings is already started by the app.
33 * Fails to start scan as app cannot be registered.
38 * Fails to start scan due an internal error
43 * Fails to start power optimized scan as this feature is not supported.
48 * Fails to start scan as it is out of hardware resources.
60 * @param result A Bluetooth LE scan result.
68 * @param results List of scan results that are previously scanned
    [all...]
ScanSettings.java 24 * Bluetooth LE scan settings are passed to {@link BluetoothLeScanner#startScan} to define the
25 * parameters for the scan.
30 * A special Bluetooth LE scan mode. Applications using this scan mode will passively listen for
31 * other scan results without starting BLE scans themselves.
36 * Perform Bluetooth LE scan in low power mode. This is the default scan mode as it consumes the
42 * Perform Bluetooth LE scan in balanced power mode. Scan results are returned at a rate that
43 * provides a good trade-off between scan frequency and power consumption
    [all...]
TruncatedFilter.java 23 * A special scan filter that lets the client decide how the scan record should be stored.
35 * @param filter Scan filter of the truncated filter.
36 * @param storageDescriptors Describes how the scan should be stored.
44 * Returns the scan filter.
51 * Returns a list of descriptor for scan result storage.
BluetoothLeScanner.java 41 * This class provides methods to perform scan related operations for Bluetooth LE devices. An
42 * application can scan for a particular type of Bluetooth LE devices using {@link ScanFilter}. It
48 * <b>Note:</b> Most of the scan methods here require
78 * Start Bluetooth LE scan with default parameters and no filters. The scan results will be
87 * @param callback Callback used to deliver scan results.
99 * Start Bluetooth LE scan. The scan results will be delivered through {@code callback}.
108 * @param settings Settings for the scan.
109 * @param callback Callback used to deliver scan results
    [all...]
  /art/test/430-live-register-slow-path/
info.txt 1 Regression test for the linear scan register allocator. It used
  /external/clang/test/Index/
TestClassForwardDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
15 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
16 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
17 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:8:8
18 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [10:1 - 10:15] FunctionDecl=function:10:6 (Definition)
20 // CHECK-scan: [10:15 - 10:18] ObjCClassRef=Foo:8:8
21 // CHECK-scan: [10:18 - 10:24] ParmDecl=arg:10:21 (Definition)
22 // CHECK-scan: [10:24 - 11:1] FunctionDecl=function:10:6 (Definition
    [all...]
TestClassDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
18 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
20 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:10:12
21 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
22 // CHECK-scan: [10:1 - 11:5] ObjCInterfaceDecl=Foo:10:12
23 // CHECK-scan: [11:5 - 13:1] Invalid Cursor => NoDeclFound
24 // CHECK-scan: [13:1 - 13:15] FunctionDecl=function:13:6 (Definition)
25 // CHECK-scan: [13:15 - 13:18] ObjCClassRef=Foo:10:1
    [all...]
  /external/zxing/qr_scanner/res/values/
strings.xml 3 <!-- Caption shown below the viewfinder rectangle, explaining how to scan a QR code [CHAR LIMIT=NONE] -->
4 <string name="msg_default_status">Place a QR code inside the viewfinder rectangle to scan it.</string>
5 <!-- Error message displayed when starting up the phone/tablet's camera to scan a QR code has failed [CHAR LIMIT=NONE] -->
  /external/clang/test/CodeGenCXX/
reference-in-block-args.cpp 20 void scan() { function
28 scan();
  /external/clang/www/analyzer/
installation.html 20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the analyzer</li>
61 <li><b>scan-view</b>: <tt>scan-view</tt> a companion comannd line
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> t
    [all...]
scan-build.html 5 <title>scan-build: running the analyzer from the command line</title>
16 <h1>scan-build: running the analyzer from the command line</h1>
22 <p><b>scan-build</b> is a command line utility that enables a user to run the
34 <p><b>scan-build</b> has little or no knowledge about how you build your code.
43 the best use of <b>scan-build</b>, which includes getting it to work when the
48 <img src="images/scan_build_cmd.png" width="450px" alt="scan-build"><br>
61 <li><a href="#scanbuild_output">Output of scan-build</a></li>
67 <li><a href="#recommended_verbose">Use Verbose Output when Debugging scan-build</a></li>
68 <li><a href="#recommended_autoconf">Run './configure' through scan-build</a></li>
76 <p>The <tt>scan-build</tt> command can be used to analyze an entire project b
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 2 * WPA Supplicant - background scan and roaming module: simple
17 #include "scan.h"
25 int short_scan_count; /* counter for scans using short scan interval */
26 int max_short_scans; /* maximum times we short-scan before back-off */
51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan");
53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan");
60 * Spend at most the duration of a long scan interval
61 * scanning at the short scan interval. After that,
62 * revert to the long scan interval.
67 "off to long scan interval")
213 int scan = 0; local
    [all...]
  /external/bison/po/
POTFILES.in 15 src/scan-code.l
16 src/scan-gram.l
17 src/scan-skel.l
  /external/e2fsprogs/e2fsck/
scantest.c 2 * scantest.c - test the speed of the inode scan routine
93 ext2_inode_scan scan; local
111 retval = ext2fs_open_inode_scan(fs, 0, &scan);
113 com_err(argv[0], retval, _("while opening inode scan"));
116 retval = ext2fs_get_next_inode(scan, &ino, &inode);
118 com_err(argv[0], retval, _("while starting inode scan"));
126 retval = ext2fs_get_next_inode(scan, &ino, &inode);
129 _("while doing inode scan"));
  /frameworks/compile/mclinker/include/mcld/LD/
DiagReaders.inc 11 "cannot scan .eh_frame section in input %0",
12 "cannot scan .eh_frame section in input %0.")
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 82 * Basic test case for BLE scans. Checks BLE scan timestamp is within correct range.
89 Collection<ScanResult> scanResults = scan();
91 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty());
96 * Test of scan filters. Ensures only beacons matching certain type of scan filters were
125 // Create a scan filter based on the nearby beacon with highest signal strength.
128 List<ScanResult> scanResults = new ArrayList<ScanResult>(scan());
129 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty());
131 // scan.
186 // With normal BLE scan client, opportunistic scan client will get scan results
284 private Set<ScanResult> scan() { method in class:BluetoothLeScanTest
    [all...]

Completed in 916 milliseconds

1 2 3 4 5 6 7 8 91011>>