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

<<11121314151617181920>>

  /external/clang/www/analyzer/
open_projects.html 94 (used by <tt>scan-build</tt>).
95 <p>Currently <tt>scan-build</tt> output does not display reports that span
119 <li>Rewrite <tt>scan-build</tt> (in Python).
124 <p>Currently, <tt>scan-build</tt> just sets the <tt>CC</tt> and <tt>CXX</tt>
  /external/e2fsprogs/misc/
e2freefrag.8.in 23 program will scan the block bitmap information to check how many free blocks
  /external/emma/core/java12/com/vladium/util/
IntSet.java 105 int scan = 0; local
111 result [scan ++] = entry.m_key;
123 int scan = offset; local
129 target [scan ++] = entry.m_key;
  /external/icu4c/i18n/
csrutf8.cpp 41 // Scan for multi-byte sequences
  /external/jpeg/
jcparam.c 300 /* Default is no multiple-scan output */
477 /* Support routine: generate one scan for specified component */
492 /* Support routine: generate one scan for each component */
510 /* Support routine: generate interleaved DC scan if possible, else N scans */
515 /* Single interleaved DC scan */
524 /* Noninterleaved DC scan for each component */
578 /* Initial DC scan */
580 /* Initial AC scan: get some luma data out in a hurry */
594 /* Luma bottom bit comes last since it's usually largest scan */
  /external/mesa3d/src/egl/main/
eglscreen.h 62 EGLint OriginX, OriginY; /**< Origin of scan-out region w.r.t. surface */
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_modeset.h 67 * Create a scan-out surface. Required unless no config has scanout_bit
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.h 42 /* maximum number of features in scan detector */
96 /** width of scan area */
99 /** height of scan area */
114 /** cluster with scan positions */
  /external/openssh/openbsd-compat/
getgrouplist.c 67 * Scan the group file to find additional groups.
  /external/qemu/distrib/jpeg-6b/
jcparam.c 300 /* Default is no multiple-scan output */
483 /* Support routine: generate one scan for specified component */
498 /* Support routine: generate one scan for each component */
516 /* Support routine: generate interleaved DC scan if possible, else N scans */
521 /* Single interleaved DC scan */
530 /* Noninterleaved DC scan for each component */
584 /* Initial DC scan */
586 /* Initial AC scan: get some luma data out in a hurry */
600 /* Luma bottom bit comes last since it's usually largest scan */
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 67 /* Function to scan the system for CD-ROM drives and fill SDL_CDcaps.
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 53 /* Function to scan the system for joysticks.
  /external/qemu/distrib/sdl-1.2.15/src/joystick/dummy/
SDL_sysjoystick.c 32 /* Function to scan the system for joysticks.
  /external/skia/src/core/
SkDeviceLooper.h 24 * then we reduce that size by the amount that the supersampler scan converter
  /external/v8/src/
dateparser.h 261 : in_(in), next_(Scan()) { }
264 next_ = Scan();
273 next_ = Scan();
280 DateToken Scan();
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 46 and none of the enabled network blocks match with the scan results. This
49 used based on configured priorities, scan results, and ANQP information.
97 # credentials have been configured and scan did not find a
312 command. This instructs wpa_supplicant to run a network scan and iterate
334 <3>CTRL-EVENT-SCAN-RESULTS
375 <3>CTRL-EVENT-SCAN-RESULTS
427 Also the scan results include the Hotspot 2.0 indication:
466 > scan
468 <3>CTRL-EVENT-SCAN-RESULTS
bgscan.c 2 * WPA Supplicant - background scan and roaming interface
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 121 wpagui->ctrlRequest("SCAN", reply, &reply_len);
wpagui.h 49 virtual void scan();
  /frameworks/av/include/media/
mediascanner.h 39 // The scan should be aborted due to a fatal error such as out of memory
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter.c 34 * Performs VLC decoding and inverse zigzag scan for one inter-coded block.
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 188 Log.v(LOG_TAG, "Scan results are available");
315 * Send a notification when a scan for the wifi network is done.
319 Log.v(LOG_TAG, "notify that scan results are available");
568 Log.v(LOG_TAG, "size of scan result list: " + netList.size());
572 Log.v(LOG_TAG, "Found " + ssid + " in the scan result list.");
590 // Start an active scan
596 Log.v(LOG_TAG, "wait for scan results timeout");
599 // wait for the scan results to be available
601 // wait for the scan result to be available
  /frameworks/base/docs/html/tools/help/
lint.jd 24 For example, you can issue the following command to scan the Java and XML files under the {@code myproject} directory and its subdirectories. The result is displayed on the console.
27 You can also use {@code lint} to check for a specific issue. For example, you can run the following command to scan the files under the {@code myproject} directory and its subdirectories to check for XML attributes missing the Android namespace prefix. The issue ID {@code MissingPrefix} tells lint to only scan for this issue.
30 You can create an HTML report for the issues that {@code lint} detects. For example, you can run the following command to scan the {@code myproject} directory and its subdirectories for accessibility issues, then generate an HTML report in the {@code accessibility_report.html} file.
  /frameworks/base/tests/backup/
test_backup.sh 24 puts p_stanza.scan(/^ (.+?)\s*$/).flatten.join(" ")')
  /frameworks/base/tools/aapt/
FileFinder.cpp 45 // Scan the directory pointed to by basePath

Completed in 1568 milliseconds

<<11121314151617181920>>