HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 201 - 225 of 2076) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 22 * Helper class identifying a client that has requested LE scan results.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 48 * results when a scan is successful.
123 if (action.equals(Intents.Scan.ACTION)) {
124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0);
126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 0);
132 characterSet = intent.getStringExtra(Intents.Scan.CHARACTER_SET);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 54 * are matched. scan() use this listener to get a single object.
55 * To get a stream of tokens, you must call scan() multiple times,
92 token = scan(Grammar.ARTIFICIAL_TOKENS_RULENAME, null);
101 // the scan can only set type
124 public void scan(String startRule, method in class:Interpreter
133 //System.out.println("scan("+startRule+",'"+in.substring(in.index(),in.size()-1)+"')");
152 public CommonToken scan(String startRule) method in class:Interpreter
155 return scan(startRule, null);
158 public CommonToken scan(String startRule, method in class:Interpreter
163 scan(startRule, actions, visitedStates) method
    [all...]
  /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...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 110 vld1.16 {q6, q7}, [r0@128] ; load inverse scan order
119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
189 vld1.16 {q10, q11}, [r0@128]; load inverse scan order
218 vand q10, q10, q14 ; get all valid numbers from scan array
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 87 private void scan(String[] directories, String volumeName) { method in class:MediaScannerService
107 Log.e(TAG, "exception in MediaScanner.scan()", e);
258 // scan internal media storage
264 // scan external storage volumes
271 scan(directories, volume); method
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 351 /* previous scan was wildcard when interleaving between
352 * wildcard scans and specific SSID scan when max_ssids=1 */
358 * SSID was used in the previous scan
362 struct wpa_ssid *prev_sched_ssid; /* last SSID used in sched scan */
377 * Pointers to BSS entries in the order they were in the last scan
427 * scan_req - Type of the scan request
431 * NORMAL_SCAN_REQ - Normal scan request
439 * INITIAL_SCAN_REQ - Initial scan request
441 * This is used for the first scan on an interface to force at
442 * least one scan to be run even if the configuration does no
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 50 import org.codehaus.plexus.compiler.util.scan.InclusionScanException;
51 import org.codehaus.plexus.compiler.util.scan.SimpleSourceInclusionScanner;
52 import org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner;
53 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
54 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
407 * @throws org.codehaus.plexus.compiler.util.scan.InclusionScanException
425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes); local
427 scan.addSourceMapping(mapping);
428 Set grammarFiles = scan.getIncludedSources(sourceDirectory, null);

Completed in 1383 milliseconds

1 2 3 4 5 6 7 891011>>