| /external/libvpx/libvpx/vp9/decoder/ |
| vp9_detokenize.c | 79 dqcoeff_ptr[scan[c]] = (vp9_read_bit(r) ? -val : val) * \ 82 token_cache[scan[c]] = vp9_pt_energy_class[token]; \ 110 const int16_t *scan, *nb; local 113 get_scan(xd, tx_size, type, block_idx, &scan, &nb); 138 token_cache[scan[c]] = vp9_pt_energy_class[ZERO_TOKEN];
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
| omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c | 35 * Performs VLC decoding and inverse zigzag scan of AC and DC coefficients 50 * predDir - AC prediction direction; used to select the zigzag scan 53 * performs classical zigzag scan. 55 * performs alternate-vertical zigzag scan; 57 * performs alternate-horizontal zigzag scan.
|
| /frameworks/base/core/java/android/bluetooth/ |
| BluetoothAdapter.java | 52 * devices, and start a scan for Bluetooth LE devices. 66 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}; or start a scan for 170 * for global notification whenever the scan mode changes. For example, an 207 * Broadcast Action: Indicates the Bluetooth scan mode of the local Adapter 210 * #EXTRA_PREVIOUS_SCAN_MODE} containing the new and old scan modes 236 * intents to request the current scan mode. Possible values are: 244 * intents to request the previous scan mode. Possible values are: 253 * Indicates that both inquiry scan and page scan are disabled on the local 259 * Indicates that inquiry scan is disabled, but page scan is enabled on th [all...] |
| /external/chromium_org/third_party/zlib/ |
| deflate.c | 1144 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1357 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1946 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local [all...] |
| /external/zlib/src/ |
| deflate.c | 1153 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1301 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1867 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local [all...] |
| /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
| OBJLoader.java | 83 protected Scanner scan; field in class:OBJLoader 176 scan = null; 237 String line = scan.nextLine().trim(); 289 v.set(Float.parseFloat(scan.next()), 290 Float.parseFloat(scan.next()), 291 Float.parseFloat(scan.next())); 299 String line = scan.nextLine().trim(); 304 // v.setX(scan.nextFloat()); 305 // if (scan.hasNextFloat()){ 306 // v.setY(scan.nextFloat()) [all...] |
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| s_nan.c | 39 * Scan a string of hexadecimal digits (the format nan(3) expects) and 62 /* Scan forwards in the string, looking for the end of the sequence. */ 66 /* Scan backwards, filling in the bits in words[] as we go. */
|
| /external/bison/src/ |
| flex-scanner.h | 1 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| where3.test | 216 # If the outer loop must be a full table scan, do not let ANALYZE trick 229 0 0 0 {SCAN TABLE t302 (~1 rows)} 236 0 0 1 {SCAN TABLE t302 (~1 rows)} 251 0 0 2 {SCAN TABLE t402 (~500000 rows)} 252 0 1 0 {SCAN TABLE t400 (~1000000 rows)} 253 0 2 1 {SCAN TABLE t401 (~1000000 rows)} 259 0 0 1 {SCAN TABLE t401 (~500000 rows)} 260 0 1 0 {SCAN TABLE t400 (~1000000 rows)} 261 0 2 2 {SCAN TABLE t402 (~1000000 rows)} 267 0 0 0 {SCAN TABLE t400 (~500000 rows)} [all...] |
| wal_common.tcl | 52 binary scan $blob $scanpattern values 80 binary scan $blob I6 ints
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
| omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 27 * Performs CAVLC decoding and inverse zigzag scan for 4x4 block of 29 * field scan is not supported. The decoded coefficients in the packed 33 * indicates the raster-scan position of the coefficient, while the
|
| /frameworks/av/media/libstagefright/id3/ |
| testid3.cpp | 112 void scan(const char *path) { function 139 scan(newPath); 160 scan(argv[i]);
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
| bcmevent.h | 120 #define WLC_E_SCAN_COMPLETE 26 /* Scan results are ready or scan was aborted */ 148 #define WLC_E_PFN_SCAN_COMPLETE 57 /* PFN completed scan of network list */ 241 #define WLC_E_STATUS_PARTIAL 8 /* scan results are incomplete */ 242 #define WLC_E_STATUS_NEWSCAN 9 /* scan aborted by another scan */ 243 #define WLC_E_STATUS_NEWASSOC 10 /* scan aborted due to assoc in progress */ 246 #define WLC_E_STATUS_NOCHANS 13 /* no allowable channels to scan */ 309 #define WLC_E_AWDL_SCAN_START 1 /* Scan start indication to host */ 310 #define WLC_E_AWDL_SCAN_DONE 0 /* Scan Done indication to host * [all...] |
| /bionic/libc/string/ |
| strtok.c | 68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
|
| /bionic/libc/upstream-freebsd/lib/libc/string/ |
| wcstok.c | 68 * Scan token (scan for delimiters: s += wcscspn(s, delim), sort of).
|
| /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
| GUnitExecuteMojo.java | 28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping; 29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping; 30 import org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner; 31 import org.codehaus.plexus.compiler.util.scan.SimpleSourceInclusionScanner; 32 import org.codehaus.plexus.compiler.util.scan.InclusionScanException; 350 SourceInclusionScanner scan = new SimpleSourceInclusionScanner( getIncludePatterns(), getExcludePatterns() ); local 351 scan.addSourceMapping( mapping ); 353 Set scanResults = scan.getIncludedSources( sourceDirectory, null );
|
| /external/chromium-trace/trace-viewer/src/ui/ |
| mouse_mode_selector.css | 35 .mouse-mode-selector .pan-scan-mode-button { 40 .mouse-mode-selector .pan-scan-mode-button.active {
|
| /external/chromium_org/content/browser/ |
| safe_util_win.h | 20 // may scan the file for viruses and if necessary, annotate it with evidence. As 39 // Any other return value indicates an unexpected error during the scan.
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| MediaFeatureNames.h | 70 macro(scan, "scan") \
|
| /external/chromium_org/third_party/icu/source/common/ |
| rbbirpt.h | 157 , {doStartVariableName, 36 /* $ */, 82,0, TRUE} // 80 scan-var-name 159 , {doNOP, 130, 84,0, TRUE} // 82 scan-var-start 161 , {doNOP, 129, 84,0, TRUE} // 84 scan-var-body 163 , {doScanUnicodeSet, 91 /* [ */, 255,0, TRUE} // 86 scan-unicode-set 255 "scan-var-name", 257 "scan-var-start", 259 "scan-var-body", 261 "scan-unicode-set",
|
| /external/icu4c/common/ |
| rbbirpt.h | 157 , {doStartVariableName, 36 /* $ */, 82,0, TRUE} // 80 scan-var-name 159 , {doNOP, 130, 84,0, TRUE} // 82 scan-var-start 161 , {doNOP, 129, 84,0, TRUE} // 84 scan-var-body 163 , {doScanUnicodeSet, 91 /* [ */, 255,0, TRUE} // 86 scan-unicode-set 255 "scan-var-name", 257 "scan-var-start", 259 "scan-var-body", 261 "scan-unicode-set",
|
| /external/llvm/utils/TableGen/ |
| DAGISelMatcherOpt.cpp | 184 // Recursively scan for a PatternPredicate. 212 // chain and scan for the new insertion point. 225 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a 253 // If this is not a push node, just scan for one. 301 unsigned Scan = OptionIdx; 303 // If we ran out of stuff to scan, we're done. 304 if (Scan == e) break; 306 Matcher *ScanMatcher = OptionsToMatch[Scan]; 314 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); 322 ++Scan; [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/examples/ |
| wpas-test.py | 51 iface.scan() 87 iface.scan()
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
| omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 28 * Performs CAVLC decoding and inverse zigzag scan for 4x4 block of 30 * Inverse field scan is not supported. The decoded coefficients in packed
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
| omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 28 * Performs CAVLC decoding and inverse zigzag scan for 4x4 block of 30 * Inverse field scan is not supported. The decoded coefficients in packed
|