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

1 2 3 4 5 6 78 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 96 scan();
102 scan(); method
114 scan(); method
122 private void scan() { method in class:DevicePickerActivity
  /development/ndk/platforms/android-9/include/android/
obb.h 35 * Scan an OBB and get information about it.
  /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/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/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/quake/quake/src/QW/client/
sbar.h 26 extern int sb_lines; // scan lines to draw
  /external/quake/quake/src/WinQuake/
console.h 29 extern int con_notifylines; // scan lines to clear for notify lines
sbar.h 26 extern int sb_lines; // scan lines to draw
  /external/skia/include/core/
SkLineClipper.h 39 ClipLine is specialized for scan-conversion, as it adds vertical
  /external/skia/legacy/include/core/
SkLineClipper.h 38 ClipLine is specialized for scan-conversion, as it adds vertical
  /external/skia/legacy/src/core/
SkRasterizer.cpp 41 /* Our default implementation of the virtual method just scan converts
  /external/skia/src/core/
SkRasterizer.cpp 40 /* Our default implementation of the virtual method just scan converts
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 57 alloca.c, dfa.c, flexdef.h, main.c, misc.c, scan.c, sym.c. Most of these
82 static data; the file "scan.c" contained in the Flex.? project is one
92 The Flex output file "scan.c" has been modified to load the static data
98 requires you to do this, simply follow the model of "scan.c"; the MakeRes
  /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
  /frameworks/base/core/java/android/hardware/display/
WifiDisplayStatus.java 50 /** Scan state: Not currently scanning. */
52 /** Scan state: Currently scanning. */
128 * Returns the current state of the Wifi display scan.
156 * scan, never null.
  /frameworks/base/core/jni/android/opengl/
poly.h 19 * Generic Convex Polygon Scan Conversion and Clipping
  /frameworks/base/include/androidfw/
VirtualKeyMap.h 45 * virtual scan codes and hit rectangles.
  /frameworks/base/wifi/java/android/net/wifi/
package.html 9 scan, add, save, terminate and initiate Wi-Fi connections.</p>

Completed in 1438 milliseconds

1 2 3 4 5 6 78 91011>>