/external/autotest/server/site_tests/network_WiFi_BSSTMReq/ |
network_WiFi_BSSTMReq.py | 28 Check if a DUT can see a BSS in scan results. 30 @param bssid: string bssid of AP we expect to see in scan results. 31 @return True iff scan results from DUT include the specified BSS. 36 scan_results = runner.scan(self.context.client.wifi_if) 72 # automatically roam to AP2 during the scan.
|
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/ |
network_WiFi_MalformedProbeResp.py | 61 bss_list = self.context.client.iw_runner.scan(
|
/external/autotest/server/site_tests/network_WiFi_RoamDbus/ |
network_WiFi_RoamDbus.py | 28 Check if a DUT can see a BSS in scan results. 30 @param bssid: string bssid of AP we expect to see in scan results. 31 @return True iff scan results from DUT include the specified BSS. 36 scan_results = runner.scan(self.context.client.wifi_if) 72 # automatically roam to AP2 during the scan.
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
KeepScanner.java | 14 package com.google.devtools.build.android.desugar.scan; 65 help = "Input Jar with classes to scan." 110 help = "type to scan for." 137 seeds = scan(checkNotNull(options.inputJars), options.prefix, classloader); 172 private static Map<String, ImmutableSet<KeepReference>> scan( method in class:KeepScanner 182 content -> PrefixReferenceScanner.scan(new ClassReader(content), prefix).stream())
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
vp9_quantize_vsx.c | 45 uint16_t *eob_ptr, const int16_t *scan, 58 (void)scan; 172 const int16_t *scan, const int16_t *iscan) { 196 (void)scan;
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
quantize_vsx.c | 83 int16x8_t scan = vec_vsx_ld(index, iscan_ptr); local 85 scan = vec_sub(scan, mask); 86 return vec_andc(scan, zero_coeff);
|
/external/llvm/include/llvm/Analysis/ |
CFLSteensAliasAnalysis.h | 51 void scan(Function *Fn);
|
/external/python/setuptools/setuptools/command/ |
install.py | 107 cmd.package_index.scan(glob.glob('*.egg'))
|
/external/swiftshader/third_party/subzero/src/ |
IceRegAlloc.h | 1 //===- subzero/src/IceRegAlloc.h - Linear-scan reg. allocation --*- C++ -*-===// 11 /// \brief Declares the LinearScan data structure used during linear-scan 14 /// This holds the various work queues for the linear-scan algorithm. 36 void scan(const SmallBitVector &RegMask, bool Randomized); 92 /// \name scan helper functions.
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 75 virtual void scan();
|
/external/protobuf/js/binary/ |
utils.js | 696 * @param {!Uint8Array} buffer The buffer to scan. 697 * @param {number} start The starting point in the buffer to scan. 698 * @param {number} end The end point in the buffer to scan. 718 * @param {!Uint8Array} buffer The buffer to scan. 719 * @param {number} start The starting point in the buffer to scan. 720 * @param {number} end The end point in the buffer to scan. 772 * @param {!Uint8Array} buffer The buffer to scan. 773 * @param {number} start The starting point in the buffer to scan. 774 * @param {number} end The end point in the buffer to scan. 821 * @param {!Uint8Array} buffer The buffer to scan [all...] |
/external/tensorflow/tensorflow/core/framework/ |
node_def_util.cc | 163 // Because most nodes have a small number of attributes, a simple linear scan 633 Scanner scan(sp); 634 scan.One(Scanner::LETTER_DIGIT_DOT) 636 if (scan.Peek() == ':') { 637 scan.OneLiteral(":"); 638 if (scan.Peek() == '0') { 639 scan.OneLiteral("0"); // :0 641 scan.Many(Scanner::DIGIT); // :[1-9][0-9]* 644 scan.Eos(); 646 return scan.GetResult() [all...] |
/external/mesa3d/src/gallium/auxiliary/nir/ |
tgsi_to_nir.c | 56 struct tgsi_shader_info *scan; member in struct:ttn_compile 345 if (c->scan->processor == PIPE_SHADER_FRAGMENT) { 397 if (c->scan->processor == PIPE_SHADER_FRAGMENT) { 410 if (c->scan->properties[TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS]) 566 switch (c->scan->system_value_semantic_name[index]) { 608 if (c->scan->processor == PIPE_SHADER_FRAGMENT && 609 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) { 1910 struct tgsi_shader_info scan; local [all...] |
/development/tools/findunused/ |
findunusedresources | 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
/external/autotest/client/cros/ |
storage.py | 23 """Scan device for storage points. 41 Also |filter()| and |scan()| will use the same dictionary keys associated 89 def scan(self, storage_filter={}): member in class:StorageScanner 90 """Scan the current storage devices. 124 self.storage or using self.scan() or self.filter(). 168 self.storage or using self.scan() or self.filter(). 321 ret = self.scanner.scan(storage_filter)
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
scan.js | 43 console.log('Scan failed: ' + chrome.runtime.lastError.message); 47 console.log('Scan completed with ' + numImages + ' images.'); 50 console.log('Scan ' + i + ' data length ' + 62 chrome.documentScan.scan(scanProperties, onScanCompleted);
|
/external/emma/core/java12/com/vladium/util/ |
IntIntMap.java | 149 int scan = 0; local 155 result [scan ++] = entry.m_key;
|
ObjectIntMap.java | 139 int scan = 0; local 145 result [scan ++] = entry.m_key;
|
/external/libaom/libaom/aom_dsp/x86/ |
highbd_quantize_intrin_avx2.c | 119 const int16_t *scan, const int16_t *iscan) { 120 (void)scan;
|
quantize_ssse3.c | 69 const int16_t *scan, const int16_t *iscan) { 80 (void)scan;
|
/external/libaom/libaom/av1/encoder/x86/ |
av1_highbd_quantize_avx2.c | 95 const int16_t *scan, const int16_t *iscan, int log_scale) { 96 (void)scan;
|
av1_highbd_quantize_sse4.c | 120 const int16_t *scan, const int16_t *iscan, int log_scale) { 131 (void)scan;
|
/external/libmpeg2/decoder/ |
impeg2d_structs.h | 117 const UWORD8 *scan, 123 const UWORD8 *scan,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_sse2.c | 24 uint16_t *eob_ptr, const int16_t *scan, 32 (void)scan; 94 // Scan for eob 169 // Scan for eob
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 60 scan equ dword ptr [esp+NbStack-64]
define 129 scan equ esp + 32 ; ptr to string wanting match
define 251 ;;; register Bytef *scan = s->window + s->strstart;
257 mov [scan], edi
259 ;;; Determine how many bytes the scan ptr is off from being
287 ;;; register ush scan_start = *(ushf*)scan;
288 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
349 mov edi, [scan]
392 mov edi, [scan]
413 ;;; scan_end = *(ushf*)(scan+best_len-1); [all...] |