HomeSort by relevance Sort by last modified time
    Searched refs:scan (Results 151 - 175 of 405) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalScanner.java 66 scan(); method
84 scan(); method
94 scan(); method
107 private void scan() { method in class:CanonicalScanner
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 59 void scan(Function *Fn);
  /external/tensorflow/tensorflow/python/grappler/
constant_folding_test.py 42 x = functional_ops.scan(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 55 <title>Bgen scan report</title>
58 <h1>Bgen scan report</h1>
60 <p>This scan report is intended to help you debug the regular expressions
427 def setinput(self, scan = sys.stdin):
428 if not type(scan) in (TupleType, ListType):
429 scan = [scan]
430 self.allscaninputs = scan
436 scan = self.allscaninputs[0]
439 if scan:
477 def scan(self): member in class:Scanner
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
JarFinder.java 70 scanner.scan(entry.getKey(), entry.getValue());
108 void scan(URI uri, ClassLoader classloader) throws IOException { method in class:JarFinder.Scanner
152 scan(uri, classloader); method
  /external/dtc/
fdtdump.c 154 {"scan", no_argument, NULL, 's'},
159 "Scan for an embedded fdt in file",
183 bool scan = false; local
199 scan = true;
212 if (scan) {
  /external/emma/core/java12/com/vladium/util/
IProperties.java 181 PropertiesImpl scan = _clone; local
201 scan.setDelegate (_delegateClone);
202 scan = _delegateClone;
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 55 <title>Bgen scan report</title>
58 <h1>Bgen scan report</h1>
60 <p>This scan report is intended to help you debug the regular expressions
427 def setinput(self, scan = sys.stdin):
428 if not type(scan) in (TupleType, ListType):
429 scan = [scan]
430 self.allscaninputs = scan
436 scan = self.allscaninputs[0]
439 if scan
477 def scan(self): member in class:Scanner
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_def_builder.cc 81 Scanner scan(*sp);
85 scan.AnySpace().RestartCapture();
86 if (scan.Peek() == '-') {
87 scan.OneLiteral("-");
89 if (!scan.Many(Scanner::DIGIT)
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 105 struct privsep_cmd_scan scan; local
109 os_memset(&scan, 0, sizeof(scan));
110 scan.num_ssids = params->num_ssids;
114 scan.ssid_lens[i] = params->ssids[i].ssid_len;
115 os_memcpy(scan.ssids[i], params->ssids[i].ssid,
116 scan.ssid_lens[i]);
121 scan.freqs[i] = params->freqs[i];
122 scan.num_freqs = i;
124 return wpa_priv_cmd(drv, PRIVSEP_CMD_SCAN, &scan, sizeof(scan)
    [all...]
  /external/libaom/libaom/test/
quantize_func_test.cc 21 #include "av1/common/scan.h"
35 const int16_t *scan, const int16_t *iscan
42 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, log_scale)
46 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan)
118 // Testing uses 2-D DCT scan order table
143 qcoeff_ref, dqcoeff_ref, dequant, &eob[0], sc->scan,
148 &eob[1], sc->scan, sc->iscan));
285 // Testing uses 2-D DCT scan order table
305 qcoeff, dqcoeff, dequant, eob, sc->scan, sc->iscan);
312 dqcoeff, dequant, eob, sc->scan, sc->iscan)
    [all...]
av1_highbd_iht_test.cc 22 #include "av1/common/scan.h"
208 const int16_t *scan = scan_order->scan; local
234 inv_input[scan[i]] = 0;
  /external/tensorflow/tensorflow/python/kernel_tests/
functional_ops_test.py 201 r = functional_ops.scan(lambda a, x: math_ops.multiply(a, x), elems)
204 r = functional_ops.scan(
215 r = functional_ops.scan(lambda a, x: math_ops.multiply(a, x), elems,
218 r = functional_ops.scan(
229 r = functional_ops.scan(lambda a, x: (a[0] * x, -a[1] * x), elems,
241 r = functional_ops.scan(lambda a, x: a * (x[0] + x[1]),
248 r = functional_ops.scan(lambda a, x: (a[0] + x[0], a[1] + x[1]),
261 functional_ops.scan(lambda a, x: (a, -a), elems, initializer)
269 r = functional_ops.scan(simple_scoped_fn, elems)
280 r = functional_ops.scan(simple_scoped_fn, elems, initializer=2
    [all...]
  /external/clang/tools/scan-build/bin/
scan-build 29 my $Prog = "scan-build";
52 HtmlTitle => basename($CurrentDir)." - scan-build results",
367 # ScanFile - Scan a report file for various identifying attributes.
398 # Scan the report file for tags.
466 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js");
476 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
535 # Postprocess - Postprocess the results of an analysis scan.
578 # Scan each report file and build an index.
583 # Scan the failures directory and use the information in the .info files
911 Diag("Run 'scan-view $Dir' to examine bug reports.\n")
    [all...]
  /build/soong/cmd/fileslist/
fileslist.go 62 // Scan a Node and returns true if it should be added to the result.
63 func (n *Node) scan() bool { func
103 // Scan files in multiple goroutines.
110 if node.scan() {
121 // Walk the directories and find files to scan.
  /external/e2fsprogs/lib/support/
mkquota.c 475 ext2_inode_scan scan; local
481 ret = ext2fs_open_inode_scan(fs, 0, &scan);
483 log_err("while opening inode scan. ret=%ld", ret);
489 ext2fs_close_inode_scan(scan);
493 ret = ext2fs_get_next_inode_full(scan, &ino,
497 ext2fs_close_inode_scan(scan);
513 ext2fs_close_inode_scan(scan);
  /external/syzkaller/pkg/host/
host_linux.go 445 if _, err := syscall.Write(fd, []byte("scan=off")); err != nil {
448 return fmt.Errorf("write(kmemleak, scan=off) failed: %v", err)
452 if _, err := syscall.Write(fd, []byte("scan")); err != nil {
453 return fmt.Errorf("write(kmemleak, scan) failed: %v", err)
456 if _, err := syscall.Write(fd, []byte("scan")); err != nil {
457 return fmt.Errorf("write(kmemleak, scan) failed: %v", err)
473 // potentially leaked objects, and reports them only on the next scan
476 // Scan, sleep, scan again. At this point we can get some leaks.
477 // If there are leaks, we sleep and scan again, this can remov
    [all...]
  /external/tensorflow/tensorflow/python/tools/
saved_model_cli.py 646 def scan(args): function
647 """Function triggered by scan command.
816 # scan command
818 'To scan for blacklisted ops in SavedModel:\n'
819 '$saved_model_cli scan --dir /tmp/saved_model\n'
820 'To scan a specific MetaGraph, pass in --tag_set\n')
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 113 * Basic test case for BLE scans. Checks BLE scan timestamp is within correct range.
121 Collection<ScanResult> scanResults = scan();
123 Log.d(TAG, "scan result size:" + scanResults.size());
124 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty());
129 * Test of scan filters. Ensures only beacons matching certain type of scan filters were
159 // Create a scan filter based on the nearby beacon with highest signal strength.
162 List<ScanResult> scanResults = new ArrayList<ScanResult>(scan());
163 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty());
165 // scan
384 private Set<ScanResult> scan() { method in class:BluetoothLeScanTest
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1471 sop *scan; local
1549 sop *scan; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 1422 sop *scan; local
1500 sop *scan; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c 1598 sop *scan; local
1676 sop *scan; local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 1471 sop *scan; local
1549 sop *scan; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
scan_ops_gpu.h 49 // axis the scan is taking place over and whether or not reversed.
100 // tid 0 is responsible for returning a value for seeding the block-wide scan.
157 // did a block load and then locally transposed. CUB's device wide scan is not
173 typename BlockScan::TempStorage scan; member in union:tensorflow::functor::__anon45500
211 // Collectively compute the block-wide scan
213 BlockScan(temp_storage.scan)
216 BlockScan(temp_storage.scan)
283 struct Scan<GPUDevice, Eigen::internal::SumReducer<T>, T> {
293 struct Scan<GPUDevice, Eigen::internal::ProdReducer<T>, T> {
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 140 struct privsep_cmd_scan *scan; local
147 if (len < sizeof(*scan)) {
148 wpa_printf(MSG_DEBUG, "Invalid scan request");
152 scan = buf;
155 if (scan->num_ssids > WPAS_MAX_SCAN_SSIDS) {
156 wpa_printf(MSG_DEBUG, "Invalid scan request (num_ssids)");
159 params.num_ssids = scan->num_ssids;
160 for (i = 0; i < scan->num_ssids; i++) {
161 params.ssids[i].ssid = scan->ssids[i];
162 params.ssids[i].ssid_len = scan->ssid_lens[i]
    [all...]

Completed in 708 milliseconds

1 2 3 4 5 67 8 91011>>