/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_tokenize.c | 226 const int16_t *scan, *nb; local 245 scan = so->scan; 251 v = qcoeff[scan[c]]; 259 token_cache[scan[c]] = 0; 262 v = qcoeff[scan[c]]; 272 token_cache[scan[c]] =
|
/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/bison/ |
Android.mk | 179 src/scan-code-c.c \ 180 src/scan-gram-c.c \ 181 src/scan-skel-c.c \
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
Scanner.java | 116 public void scan(); method in interface:Scanner.ScanListener 133 * Listener that notifies when a scan has started and when it has ended. 149 * Get the scan interval 158 * Set the scan interval 159 * @param scanInterval pause between scans in seconds, or 0 for no scan after the initial scan. 168 * Set the location of the directory to scan. 180 * Get the location of the directory to scan 245 * Apply a filter to files found in the scan directory. 255 * Get any filter applied to files in the scan dir 336 scan(); method 337 scan(); \/\/ scan twice so files reported as stable method [all...] |
/cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/ |
JavaScanner.java | 53 * @param sourceDir The directory holding the source to scan. 61 int scan() throws Exception { method in class:JavaScanner 140 System.exit(new JavaScanner(new File(sourcePath), new File(docletPath)).scan());
|
/external/emma/core/java12/com/vladium/util/ |
IntObjectMap.java | 132 int scan = 0; local 138 result [scan ++] = entry.m_key;
|
IProperties.java | 181 PropertiesImpl scan = _clone; local 201 scan.setDelegate (_delegateClone); 202 scan = _delegateClone;
|
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/emma/lib/internal/ |
stamptool.jar | |
/frameworks/base/cmds/idmap/ |
Android.mk | 18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp
|
/system/bt/test/suite/cases/ |
gatt.c | 36 // Starts BLE scan. NB: This test assumes there is a BLE beacon advertising nearby. 37 CALL_AND_WAIT(gatt_interface->client->scan(true), btgattc_scan_result_cb); 39 // Ends BLE scan. No callback is expected. 40 gatt_interface->client->scan(false);
|
/external/clang/tools/scan-build/ |
scan-build | 29 my $Prog = "scan-build"; 341 # ScanFile - Scan a report file for various identifying attributes. 372 # Scan the report file for tags. 509 # Postprocess - Postprocess the results of an analysis scan. 552 # Scan each report file and build an index. 557 # Scan the failures directory and use the information in the .info files 885 Diag("Run 'scan-view $Dir' to examine bug reports.\n"); 1121 By default the output of scan-build is a set of HTML files. This option 1126 By default the output of scan-build is a set of HTML files. This option 1131 By default, the exit status of scan-build is the same as the executed buil [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 27 my $Prog = "scan-build"; 326 # ScanFile - Scan a report file for various identifying attributes. 357 # Scan the report file for tags. 484 # Postprocess - Postprocess the results of an analysis scan. 525 # Scan each report file and build an index. 530 # Scan the failures directory and use the information in the .info files 849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n"); 1084 By default the output of scan-build is a set of HTML files. This option 1089 By default the output of scan-build is a set of HTML files. This optio [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 27 my $Prog = "scan-build"; 326 # ScanFile - Scan a report file for various identifying attributes. 357 # Scan the report file for tags. 484 # Postprocess - Postprocess the results of an analysis scan. 525 # Scan each report file and build an index. 530 # Scan the failures directory and use the information in the .info files 849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n"); 1084 By default the output of scan-build is a set of HTML files. This option 1089 By default the output of scan-build is a set of HTML files. This optio [all...] |
/external/e2fsprogs/lib/quota/ |
mkquota.c | 371 ext2_inode_scan scan; local 377 ret = ext2fs_open_inode_scan(fs, 0, &scan); 379 log_err("while opening inode scan. ret=%ld", ret); 384 ret = ext2fs_get_next_inode(scan, &ino, &inode); 387 ext2fs_close_inode_scan(scan); 401 ext2fs_close_inode_scan(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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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/jpeg/ |
jdhuff.c | 83 * Initialize for a Huffman-compressed scan. 93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. 115 /* Precalculate decoding info for each block in an MCU of this scan */ 833 index->scan = (huffman_scan_header*)malloc(index->scan_count 835 index->scan[0].offset = (huffman_offset_data**)malloc(cinfo->total_iMCU_rows 837 index->scan[0].prev_MCU_offset.bitstream_offset = 0; 850 free(index->scan[i].offset[j]); 852 free(index->scan[i].offset); 854 free(index->scan);
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
BluetoothLeScanTest.java | 82 * Basic test case for BLE scans. Checks BLE scan timestamp is within correct range. 89 Collection<ScanResult> scanResults = scan(); 91 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty()); 96 * Test of scan filters. Ensures only beacons matching certain type of scan filters were 125 // Create a scan filter based on the nearby beacon with highest signal strength. 128 List<ScanResult> scanResults = new ArrayList<ScanResult>(scan()); 129 assertTrue("Scan results shouldn't be empty", !scanResults.isEmpty()); 131 // scan. 186 // With normal BLE scan client, opportunistic scan client will get scan results 284 private Set<ScanResult> scan() { method in class:BluetoothLeScanTest [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 1471 sop *scan; local 1549 sop *scan; local [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 1414 sop *scan; local 1492 sop *scan; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 75 virtual void scan();
|
/external/bison/djgpp/ |
config.bat | 257 test -f %XSRC%/src/c-scan-gram.c
259 test -f %XSRC%/src/scan-gram-c.c
260 if not errorlevel 1 mv -f %XSRC%/src/scan-gram-c.c %XSRC%/src/c-scan-gram.c
262 test -f %XSRC%/src/c-scan-skel.c
264 test -f %XSRC%/src/scan-skel-c.c
265 if not errorlevel 1 mv -f %XSRC%/src/scan-skel-c.c %XSRC%/src/c-scan-skel.c
376 Rem Use only if you want to change the scan-gram.l and scan-skel.l files. [all...] |
/development/tools/findunused/ |
findunusedresources | 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|