| /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
| obb.h | 35 * Scan an OBB and get information about it.
|
| /development/ndk/tools/ |
| headers-diff-bionic-vs-ndk.py | 41 """Non-recursive file scan in directory""" 49 """Recursive includes scan in given root""" 66 """Scan includes for all defined archs in given root""" 77 """Scan all platform includes of one layer""" 82 """Scan Bionic's libc includes""" 123 """Scan all required includes""" 131 ## scan results ##
|
| /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...] |
| /device/asus/flo/ |
| WCNSS_qcom_cfg.ini | 7 # Enable/Disable Idle Scan 12 # unnecessary if Idle Scan is disabled. 204 #If set will start with active scan after driver load, otherwise will start with 205 #passive scan to find out the domain 208 #If set to 0, will not scan DFS channels
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
| scanner.re | 128 scan: 186 [ \t]+ { goto scan; } 190 goto scan; 199 goto scan; 223 goto scan;
|
| /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
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| config.h | 278 * scanning and then uses the scan results to select a 304 * disable_scan_offload - Disable automatic offloading of scan requests 591 * scan results. The maximum idle time is specified in seconds with 0 621 * scan in which the BSSID is not seen. Larger values can be used 623 * every scan (e.g., low signal quality or interference). 628 * filter_ssids - SSID-based scan result filtering 630 * 0 = do not filter scan results 631 * 1 = only include configured SSIDs in scan results/BSS table 636 * filter_rssi - RSSI-based scan result filtering 638 * 0 = do not filter scan result [all...] |
| wpa_supplicant_i.h | 371 /* previous scan was wildcard when interleaving between 372 * wildcard scans and specific SSID scan when max_ssids=1 */ 378 * SSID was used in the previous scan 382 struct wpa_ssid *prev_sched_ssid; /* last SSID used in sched scan */ 397 * Pointers to BSS entries in the order they were in the last scan 445 * scan_req - Type of the scan request 449 * NORMAL_SCAN_REQ - Normal scan request 457 * INITIAL_SCAN_REQ - Initial scan request 459 * This is used for the first scan on an interface to force at 460 * least one scan to be run even if the configuration does no [all...] |
| /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/chromium_org/third_party/sqlite/src/test/ |
| fts3aux1.test | 108 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 1: (~0 rows)} } 111 } {0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}} 157 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 2: (~0 rows)} } 160 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 164 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 4: (~0 rows)} } 167 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 171 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 6: (~0 rows)} } 174 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 338 set res [list 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}] 413 0 0 0 {SCAN TABLE x2 (~1000000 rows)} [all...] |
| /external/libvpx/libvpx/vp9/common/ |
| vp9_scan.c | 234 // for each position in raster scan order. 269 static int find_in_scan(const int16_t *scan, int l, int idx) { 272 int rc = scan[n]; 279 static void init_scan_neighbors(const int16_t *scan, 288 iscan[0] = find_in_scan(scan, l, 0); 290 int rc = scan[n]; 291 iscan[n] = find_in_scan(scan, l, n); 295 // col/row scan is used for adst/dct, and generally means that 305 if (scan == vp9_col_scan_4x4 || scan == vp9_col_scan_8x8 | [all...] |
| /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
| directory_model.js | 207 * @return {boolean} True if the a scan is active. 450 * This should be to scan the contents of current directory (or search). 472 * Run scan on the current DirectoryContents. The active fileList is cleared and 499 cr.dispatchSimpleEvent(this, 'scan-completed'); 505 cr.dispatchSimpleEvent(this, 'scan-failed'); 509 cr.dispatchSimpleEvent(this, 'scan-updated'); 513 cr.dispatchSimpleEvent(this, 'scan-cancelled'); 517 cr.dispatchSimpleEvent(this, 'scan-started'); 525 * Perform a directory contents scan. Should be called only from rescan() and 529 * the scan will be run [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);
|
| /external/chromium_org/chrome/browser/ |
| enumerate_modules_model_win.h | 33 // time of scan. 131 // Start scanning the loaded module list (if a scan is not already in 263 // Returns the number of suspected bad modules found in the last scan. 264 // Returns 0 if no scan has taken place yet. 269 // Returns the number of confirmed bad modules found in the last scan. 270 // Returns 0 if no scan has taken place yet. 289 // Asynchronously start the scan for the loaded module list, except when in 340 // found during last scan. 347 // found during last scan.
|
| /external/kernel-headers/original/asm-x86/ |
| voyager.h | 75 /* the maximum size of a scan path -- used to form instructions */ 100 __u8 asic_location; /* Location within scan path; start w/ 0 */ 109 __u8 scan_path_connected; /* Scan path connected */ 112 __u16 inst_bits; /* Instruction bits in the scan path */ 113 __u16 largest_reg; /* Largest register in the scan path */ 114 __u16 smallest_reg; /* Smallest register in the scan path */ 115 voyager_asic_t *asic; /* First ASIC in scan path (CAT_I) */ 124 __u16 boundry_id; /* boundary scan id */ 134 __u16 scan_path_offset;/* scan path offset */
|
| /external/wpa_supplicant_8/src/rsn_supp/ |
| preauth.c | 163 * address. This is usually called for PMKSA candidates found from scan results 346 * is called from scan result processing and from driver events for PMKSA 365 * entry. Do not override priority based on normal scan results. */ 409 * rsn_preauth_scan_results - Start processing scan results for canditates 413 * This functions is used to notify RSN code about start of new scan results 414 * processing. The actual scan results will be provided by calling 433 * rsn_preauth_scan_result - Processing scan result for PMKSA canditates 436 * Add all suitable APs (Authenticators) from scan results into PMKSA 460 /* Give less priority to candidates found from normal scan results. */
|
| /external/zlib/src/contrib/asm686/ |
| match.S | 44 #define scan 32 /* ptr to string wanting match */ define 148 /* register Bytef *scan = s->window + s->strstart; */ 154 movl %edi, scan(%esp) 156 /* Determine how many bytes the scan ptr is off from being */ 184 /* register ush scan_start = *(ushf*)scan; */ 185 /* register ush scan_end = *(ushf*)(scan+best_len-1); */ 246 movl scan(%esp), %edi 289 movl scan(%esp), %edi 310 /* scan_end = *(ushf*)(scan+best_len-1); */
|
| /external/kernel-headers/original/linux/mtd/ |
| nand.h | 28 /* Scan and identify a NAND device */ 179 /* This option skips the bbt scan during initialization. */ 182 /* Options set by nand scan */ 183 /* Nand scan has allocated controller struct */ 310 * @scan_bbt: [REPLACEABLE] function to scan bad block table 334 * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for initial bad block scan 450 * @version: version read from the bbt page during scan 487 /* The bbt is at the given page, else we must scan for the bbt */ 489 /* The bbt is at the given page, else we must scan for the bbt * [all...] |