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

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 24 #include "scan.h"
133 "end of scan list - go back to beginning");
168 "Failed to assign random MAC address for a scan");
177 "Request driver to clear scan cache due to local BSS flush");
199 /* Restore scan_req since we will try to scan again */
216 * wpa_supplicant_trigger_scan - Request driver to start a scan
218 * @params: Scan parameters
227 wpa_dbg(wpa_s, MSG_INFO, "Reject scan trigger since one is already pending");
235 if (radio_add_work(wpa_s, 0, "scan", 0, wpas_trigger_scan_cb, ctx) < 0)
250 wpa_dbg(wpa_s, MSG_DEBUG, "Starting delayed sched scan");
    [all...]
nmake.mak 118 $(OBJDIR)\scan.obj \
  /frameworks/rs/api/
Specification.h 133 /* Scan the version info from the spec file. maxApiLevel specifies the maximum level
137 bool scan(Scanner* scanner, int maxApiLevel);
  /ndk/build/tools/
package-release.sh 547 unpack_prebuilt scan-build-view "$DSTDIR" "$DSTDIR64"
  /external/libpcap/msdos/
makefile.dj 34 printk.o pci.o pci-scan.o bios32.o dma.o irq.o intwrap.o \
  /frameworks/av/services/radio/
RadioService.cpp 793 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) function in class:android::RadioService::ModuleClient
799 status = (status_t)mTuner->scan(mTuner, direction, skipSubChannel);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 256 const int16_t *scan, const int16_t *nb,
291 const int rc = scan[c];
357 args->so->scan, args->so->neighbors,
693 vp9_regular_quantize_b_4x4(x, 0, block, so->scan, so->iscan);
695 so->scan, so->neighbors,
706 vp9_regular_quantize_b_4x4(x, 0, block, so->scan, so->iscan);
708 so->scan, so->neighbors,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 556 const int16_t *scan, const int16_t *nb,
591 const int rc = scan[c];
657 args->so->scan, args->so->neighbors,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 755 unsigned scan; member in class:__anon5312::CGObjCCommonMac::SKIP_SCAN
757 : skip(_skip), scan(_scan) {}
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1495 ext2_inode_scan scan = NULL; local
    [all...]
  /external/v8/src/heap/
spaces.h 334 void initialize_scan_on_scavenge(bool scan) {
335 if (scan) {
341 inline void set_scan_on_scavenge(bool scan);
656 // Used by the store buffer to keep track of which pages to mark scan-on-
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 68 * The way the scan currently works is:
327 /** Whether the database had any entries in it before the scan started */
492 // we don't process playlists in the main scan, so return null
538 // rescan for metadata if file was modified since last scan
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /cts/tools/dasm/src/java_cup/
parser.java 329 /** scan to get the next token */
330 public java_cup.runtime.token scan() method in class:parser
939 case 18: // scan_code ::= SCAN WITH CODE_STRING SEMI
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 421 ds.scan();
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.java 237 scanner.scan(jarFile.toURI(), ClassPathTest.class.getClassLoader());
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 37 /* Constants for scan operation */
450 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/jpeg/
jpeglib.h 46 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
137 * these values do not depend on whether a scan is interleaved or not.
162 /* These values are computed before starting a scan of the component. */
182 /* The script for encoding a multiple-scan file is an array of these: */
185 int comps_in_scan; /* number of components encoded in this scan */
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
319 /* The default value of scan_info is NULL, which causes a single-scan
320 * sequential JPEG file to be emitted. To create a multi-scan file,
321 * set num_scans and scan_info to point to an array of scan definitions.
334 * for each scan)
691 huffman_scan_header *scan; member in struct:__anon10844
    [all...]
  /external/libvpx/x86/
vp9_rtcd.h 407 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
410 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
413 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
416 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncCursorPair.java 149 long scan(final int maxMessagesToScan, method in class:SyncCursorPair
170 // No more message on both sides - scan complete
SyncMessagesAction.java 219 + " (message update limit = " + maxMessagesToUpdate + ", message scan limit = "
273 * @param maxMessagesToScan max messages to scan for changes
276 * @return timestamp of the oldest message seen during the sync scan
290 // Scan through the messages on both sides and prepare messages for local message table
301 + maxMessagesToUpdate + ", message scan limit = " + maxMessagesToScan
305 lastTimestampMillis = cursors.scan(maxMessagesToScan, maxMessagesToUpdate,
329 LogUtil.wtf(TAG, "SyncMessagesAction: unexpected failure in scan", e);
340 LogUtil.d(TAG, "SyncMessagesAction: Scan complete (took "

Completed in 1285 milliseconds

1 2 3 4 5 6 78 91011>>