HomeSort by relevance Sort by last modified time
    Searched refs:scan (Results 276 - 300 of 991) sorted by null

<<11121314151617181920>>

  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
rtt_test_utils.py 93 scanned_networks: A list of networks from scan results.
114 """Perform a scan and return scan results.
119 Returns: an array of scan results.
126 """Perform a scan and return scan results of APs: only those that support or
133 repeat: Re-scan this many times to find an RTT supporting network.
135 Returns: an array of scan results.
152 scans: List of scan results.
155 Returns: a list of the strongest 'select_count' scan results from the scan
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
LocalVariableScanner.java 14 * local variables inside a method, and can also be used to scan the source
40 lvts.scan(path, null);
61 lvts.scan(path, null);
NewScanner.java 50 lvts.scan(path, null);
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 29 Check if a DUT can see a BSS in scan results.
31 @param bssid: string bssid of AP we expect to see in scan results.
32 @return True iff scan results from DUT include the specified BSS.
37 scan_results = runner.scan(self.context.client.wifi_if)
89 # automatically roam to AP2 during the scan.
  /external/llvm/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 51 void scan(Function *Fn);
  /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/tensorflow/tensorflow/core/grappler/
utils.cc 132 strings::Scanner scan(name);
133 scan.ZeroOrOneLiteral("^")
139 if (scan.Peek(':') != ':' || !scan.GetResult(&remaining, &capture)) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 75 virtual void scan();
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 39 /** Scanning direction UP for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
42 /** Scanning directions DOWN for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
142 * Scan up or down to next valid station.
144 * onProgramInfoChanged() will be called when scan completes or
160 public abstract int scan(int direction, boolean skipSubChannel); method in class:RadioTuner
196 * Cancel a pending scan or tune operation.
263 * Initiates a background scan to update internally cached program list.
265 * It may not be necessary to initiate the scan explicitly - the scan MAY be performed on boot.
271 * @return {@code true} if the scan was properly scheduled, {@code false} if the scan featur
    [all...]
  /frameworks/opt/net/lowpan/tests/
jointest.sh 64 echo "+ adb shell lowpanctl -I wpan6 scan"
65 adb shell lowpanctl -I wpan6 scan || die
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.cpp 56 milliseconds scan = 200ms; member in struct:android::hardware::broadcastradio::V1_1::implementation::__anon48007
176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { function in class:android::hardware::broadcastradio::V1_1::implementation::Tuner
186 ALOGI("Performing failed scan %s", toString(direction).c_str());
194 mThread.schedule(task, gDefaultDelay.scan);
221 ALOGI("Performing scan %s", toString(direction).c_str());
226 mThread.schedule(task, gDefaultDelay.scan);
Tuner.h 42 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 54 void scan(Function *Fn);
  /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 111 // Because most nodes have a small number of attributes, a simple linear scan
558 Scanner scan(sp);
559 scan.One(Scanner::LETTER_DIGIT_DOT)
561 if (scan.Peek() == ':') {
562 scan.OneLiteral(":");
563 if (scan.Peek() == '0') {
564 scan.OneLiteral("0"); // :0
566 scan.Many(Scanner::DIGIT); // :[1-9][0-9]*
569 scan.Eos();
571 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
344 if (c->scan->processor == PIPE_SHADER_FRAGMENT) {
396 if (c->scan->processor == PIPE_SHADER_FRAGMENT) {
409 if (c->scan->properties[TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS])
565 switch (c->scan->system_value_semantic_name[index]) {
607 if (c->scan->processor == PIPE_SHADER_FRAGMENT &&
608 c->scan->input_semantic_name[index] == TGSI_SEMANTIC_FACE) {
1992 struct tgsi_shader_info scan; local
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 85 func (x *Xs) Scan(state ScanState, verb rune) error {
101 // It tests the embedding of a scan within a scan.
107 func (s *IntString) Scan(state ScanState, verb rune) error {
462 func testScan(t *testing.T, f func(string) io.Reader, scan func(r io.Reader, a ...interface{}) (int, error)) {
465 n, err := scan(r, test.in)
742 // TestEOF verifies that when we scan, we see at most EOF once per call to a
743 // Scan function, and then only when it's really an EOF.
752 t.Error("expected to scan one item, got", n)
763 t.Error("expected to scan zero items, got", n
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 85 func (x *Xs) Scan(state ScanState, verb rune) error {
101 // It tests the embedding of a scan within a scan.
107 func (s *IntString) Scan(state ScanState, verb rune) error {
462 func testScan(t *testing.T, f func(string) io.Reader, scan func(r io.Reader, a ...interface{}) (int, error)) {
465 n, err := scan(r, test.in)
742 // TestEOF verifies that when we scan, we see at most EOF once per call to a
743 // Scan function, and then only when it's really an EOF.
752 t.Error("expected to scan one item, got", n)
763 t.Error("expected to scan zero items, got", n
    [all...]
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /development/tools/findunused/
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/

Completed in 689 milliseconds

<<11121314151617181920>>