HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 226 - 250 of 2771) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java 43 mText.setText("Scan a tag");
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /external/bison/src/
scan-skel.h 0 /* Scan Bison Skeletons.
  /external/chromium/base/win/
i18n.cc 127 std::vector<wchar_t>::const_iterator scan = buffer.begin(); local
128 language.assign(&*scan);
131 scan += language.size() + 1;
132 language.assign(&*scan);
  /external/chromium_org/base/win/
i18n.cc 127 std::vector<wchar_t>::const_iterator scan = buffer.begin(); local
128 language.assign(&*scan);
131 scan += language.size() + 1;
132 language.assign(&*scan);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
supported_audio_video_checker.h 20 // virus scan them. The entire file is not decoded so a positive result from
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.cc 24 VLOG(1) << "Could not advance to next entry, aborting zip scan.";
  /external/chromium_org/content/browser/geolocation/
wifi_polling_policy.h 16 // interval and whether the last scan produced new results.
  /external/chromium_org/mojo/system/
waiter_list.cc 47 // so we need to scan the entire list and remove all occurrences of |waiter|.
  /external/chromium_org/sandbox/win/tools/finder/
finder.cc 44 DWORD Finder::Scan() {
  /external/chromium_org/third_party/skia/include/core/
SkLineClipper.h 39 ClipLine is specialized for scan-conversion, as it adds vertical
  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 38 /* Our default implementation of the virtual method just scan converts
  /external/chromium_org/third_party/sqlite/
sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch 8 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */
  /external/chromium_org/third_party/sqlite/src/test/
fts3defer2.test 21 set scan(littleEndian) i*
22 set scan(bigEndian) I*
23 binary scan $blob $scan($::tcl_platform(byteOrder)) r
fts3fault.test 163 set scan(littleEndian) i*
164 set scan(bigEndian) I*
165 binary scan $blob $scan($::tcl_platform(byteOrder)) r
  /external/dropbear/libtommath/
bn_error.c 32 /* scan the lookup table for the given message */
  /external/jpeg/
jdphuff.c 71 d_derived_tbl * ac_derived_tbl; /* active table during an AC scan */
87 * Initialize for a Huffman-compressed scan.
101 /* Validate scan parameters */
115 /* Successive approximation refinement scan: must have Al = Ah-1. */
130 /* Update progression status, and verify that scan order is legal.
131 * Note that inter-scan inconsistencies are treated as warnings
137 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
280 * MCU decoding for DC initial scan (either spectral selection,
351 * MCU decoding for AC initial scan (either spectral selection,
435 * MCU decoding for DC successive approximation refinement scan
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 114 const int16_t *scan, *nb; local
127 get_scan(xd, tx_size, type, block, &scan, &nb);
133 rc = scan[c];
148 t->skip_eob_node = (c > 0) && (token_cache[scan[c - 1]] == 0);
  /external/qemu/android/
resource.c 30 //dprint("SCAN %s\n", e->name);
  /external/qemu/distrib/jpeg-6b/
jdphuff.c 71 d_derived_tbl * ac_derived_tbl; /* active table during an AC scan */
91 * Initialize for a Huffman-compressed scan.
105 /* Validate scan parameters */
119 /* Successive approximation refinement scan: must have Al = Ah-1. */
134 /* Update progression status, and verify that scan order is legal.
135 * Note that inter-scan inconsistencies are treated as warnings
141 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
284 * MCU decoding for DC initial scan (either spectral selection,
355 * MCU decoding for AC initial scan (either spectral selection,
439 * MCU decoding for DC successive approximation refinement scan
    [all...]
  /external/skia/include/core/
SkLineClipper.h 39 ClipLine is specialized for scan-conversion, as it adds vertical
  /external/skia/src/core/
SkRasterizer.cpp 38 /* Our default implementation of the virtual method just scan converts
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan.h 2 * WPA Supplicant - background scan and roaming interface
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_GetVLCInfo.c 35 * pScanMatrix - pointer to the scan order definition matrix. For a luma
36 * block the scan matrix should follow [ISO14496-10] section 8.5.4,
38 * 10, 7, 11, 14, 15. For a chroma block, the scan matrix should
100 /* Scan */
  /frameworks/base/core/java/android/bluetooth/
package.html 16 <li>Scan for other Bluetooth devices (including Bluetooth Low Energy

Completed in 1965 milliseconds

1 2 3 4 5 6 7 8 91011>>