/external/python/cpython2/Python/ |
import.c | 151 const struct filedescr *scan; local 160 for (scan = _PyImport_DynLoadFiletab; scan->suffix != NULL; ++scan) 163 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) 1578 const struct filedescr *scan; local [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 843 bool scan(nonloc::LazyCompoundVal val); 844 bool scan(nonloc::CompoundVal val); 845 bool scan(SVal val); 846 bool scan(const MemRegion *R); 847 bool scan(const SymExpr *sym);
|
/external/e2fsprogs/misc/ |
tune2fs.c | 884 ext2_inode_scan scan; local 924 retval = ext2fs_open_inode_scan(fs, 0, &scan); 926 fatal_err(retval, "while opening inode scan"); 929 retval = ext2fs_get_next_inode_full(scan, &ino, inode, 943 ext2fs_close_inode_scan(scan); 994 ext2_inode_scan scan; local 998 retval = ext2fs_open_inode_scan(fs, 0, &scan); 1007 retval = ext2fs_get_next_inode_full(scan, &ino, inode, length); 1023 ext2fs_close_inode_scan(scan); 2421 ext2_inode_scan scan = NULL; local [all...] |
/external/tensorflow/tensorflow/python/eager/ |
benchmarks_test.py | 903 def scan(): function in function:MicroBenchmarks.benchmarkScan 904 return functional_ops.scan( 907 self._run(scan, 100) 913 def scan(): function in function:MicroBenchmarks.benchmarkScanDefun [all...] |
/device/google/marlin/ |
system.prop | 46 media.stagefright.enable-scan=true
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
PrefixReferenceScanner.java | 14 package com.google.devtools.build.android.desugar.scan; 39 public static ImmutableSet<KeepReference> scan(ClassReader reader, String prefix) { method in class:PrefixReferenceScanner
|
/external/libpcap/msdos/ |
makefile.dj | 35 printk.o pci.o pci-scan.o bios32.o dma.o irq.o intwrap.o \
|
/external/llvm/lib/Analysis/ |
CFLSteensAliasAnalysis.cpp | 239 void CFLSteensAAResult::scan(Function *Fn) { function in class:CFLSteensAAResult 243 "Trying to scan a function that has already been cached"); 262 scan(Fn);
|
/external/ltp/testscripts/ |
ltp-scsi_debug.sh | 67 echo "0 0 0" > /sys/class/scsi_host/host$dev_name/scan
|
/external/pdfium/core/fxge/dib/ |
cfx_scanlinecompositor.cpp | 1527 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 1597 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 1657 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 1803 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 1877 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 2594 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 2647 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 2717 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local 2786 uint8_t scan[3] = {static_cast<uint8_t>(src_b), local [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
HTMLScanner.java | 378 Scan HTML source, reporting lexical events. 383 public void scan(Reader r0, ScanHandler h) throws IOException, SAXException { method in class:HTMLScanner 652 * Mark the current scan position as a "point of interest" - start of a tag, 696 s.scan(r, pw);
|
/external/tensorflow/tensorflow/contrib/data/ |
__init__.py | 60 @@scan 110 from tensorflow.contrib.data.python.ops.scan_ops import scan
|
/external/u-boot/drivers/misc/ |
cros_ec_sandbox.c | 31 * into key scan data, passed back from the EC as key scan messages. The 169 * Scan backwards looking for 0xea byte, which is by definition the 236 * @param scan Place to put keyscan bytes for the keyscan message (must hold 238 * @return number of bytes of valid scan data 240 static int cros_ec_keyscan(struct ec_state *ec, uint8_t *scan) 268 memcpy(scan, ec->keyscan, bytes);
|
/external/e2fsprogs/resize/ |
resize2fs.c | 22 * 3. Scan the inode table, doing the following: 517 ext2_inode_scan scan = NULL; local 527 retval = ext2fs_open_inode_scan(fs, 0, &scan); 536 retval = ext2fs_get_next_inode_full(scan, &ino, inode, length); 575 if (scan) 576 ext2fs_close_inode_scan(scan); 2059 ext2_inode_scan scan = NULL; local 2135 ext2_inode_scan scan = NULL; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
re.py | 144 """Scan through string looking for a match to the pattern, returning
321 def scan(self, string):
member in class:Scanner
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
re.py | 140 """Scan through string looking for a match to the pattern, returning
307 def scan(self, string):
member in class:Scanner
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 60 self.scan( /^ *(?=\S)/ ).map { |space| space.length }.min || 0
|
/external/autotest/server/cros/chaos_lib/ |
static_runner.py | 77 # Run iw scan and abort if more than allowed number of APs are up. 80 logging.info('Performing a scan with a max timeout of 30 seconds.') 88 networks = iw_command.scan(capture_interface) 158 # If scan returned no networks, iw scan failed. 169 # Packet capturer did not find the SSID in scan or
|
/external/autotest/server/cros/network/ |
wifi_client.py | 293 raise error.TestFail('SSID %s is not in scan results: %r' % 531 """Request timed scan to discover given SSIDs. 534 is able to successfully kick off a scan. Sometimes, the device on the 536 if the scan did not complete within |scan_timeout_seconds| or it was 539 @param frequencies list of int WiFi frequencies to scan for. 541 @param scan_timeout_seconds: float number of seconds the scan 546 @return time in seconds took to complete scan request. 555 exception=error.TestFail('Unable to trigger scan on client'), 558 # Verify scan operation completed within given timeout 560 raise error.TestFail('Scan time %.2fs exceeds the scan timeout' 570 def scan(self, frequencies, ssids, timeout_seconds=10, require_match=True): member in class:WiFiClient [all...] |
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/ |
network_WiFi_ChannelScanDwellTime.py | 19 """Test for determine channel scan dwell time.""" 46 @param ssid: full SSID, as received in scan results. 70 """Parse scan result to get dwell time. 72 Calculate dwell time based on the SSIDs in the scan result. 101 """Scan for BSSs on the provided frequencies. 103 The result of the scan is stored in self._bss_list. 105 @return True if scan was successfully triggered, even 108 self._bss_list = self.context.client.iw_runner.scan( 119 BSS are in hex numerical order. And at the same time, perform wifi scan 120 on the DUT. The index in the SSIDs of the scan result will be used t [all...] |
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
network_WiFi_RegDomain.py | 83 channel_to_expectation[channel] = 'passive-scan' 169 @param scan_freq The frequency (in MHz) on which to scan. 178 client.scan( 195 """Initiates a single-channel scan, and verifies that it fails. 198 @param scan_freq The frequency (in MHz) on which to scan. 202 # We use IwRunner directly here, because WiFiClient.scan() 203 # wants a scan to succeed, while we want the scan to fail. 208 'Scan succeeded (and was expected to fail).') 261 if channel_config['expect'] == 'passive-scan' [all...] |
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
network_WiFi_RoamFT.py | 55 Check if a DUT can see a BSS in scan results. 57 @param bssid: string bssid of AP we expect to see in scan results. 58 @return True iff scan results from DUT include the specified BSS. 63 scan_results = runner.scan(self.context.client.wifi_if) 147 # automatically roam to AP2 during the scan. 189 self.context.client._wpa_cli_proxy.run_wpa_cli_cmd('scan') 193 self.context.client._wpa_cli_proxy.run_wpa_cli_cmd('scan')
|
/external/clang/lib/StaticAnalyzer/Core/ |
Environment.cpp | 175 RSScaner.scan(X);
|
/external/e2fsprogs/e2fsck/ |
pass1b.c | 276 * Scan the inodes looking for inodes that contain duplicate blocks. 293 ext2_inode_scan scan; local 303 &scan); 318 pctx.errcode = ext2fs_get_next_inode_full(scan, &ino, 370 ext2fs_close_inode_scan(scan); 430 * Pass 1c: Scan directories for inodes with duplicate blocks. This
|
/external/iw/ |
Makefile | 17 mesh.o mpath.o mpp.o scan.o reg.o version.o \
|