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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Settings/tests/res/values-en-rGB/
strings.xml 20 <string name="start_scan" msgid="6035699220942169744">"Start scan"</string>
21 <string name="stop_scan" msgid="527546916633745779">"Stop scan"</string>
  /packages/apps/Settings/tests/res/values-nl/
strings.xml 20 <string name="start_scan" msgid="6035699220942169744">"Scan starten"</string>
21 <string name="stop_scan" msgid="527546916633745779">"Scan stoppen"</string>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 31 * Performs VLC decoding and inverse zigzag scan of AC and DC coefficients
45 * predDir - AC prediction direction; used to select the zigzag scan
47 * prediction not used; performs classical zigzag scan.
49 * alternate-vertical zigzag scan; OMX_VC_VERTICAL - Vertical
50 * prediction; performs alternate-horizontal zigzag scan.
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 34 * Performs zigzag scan and VLC encoding of AC and DC coefficients for one
47 * scan pattern; takes one of the following values:
49 * Performs classical zigzag scan.
51 * Performs alternate-vertical zigzag scan.
53 * Performs alternate-horizontal zigzag scan.
  /external/icu4c/common/
rbbirpt.txt 55 # start state, scan position is at the beginning of the rules file, or in between two rules.
60 '$' scan-var-name ^assign-or-rule doExprStart
109 '[' scan-unicode-set ^expr-mod
111 '$' scan-var-name ^term-var-ref
190 # the kind of match. Scan the whole {dddd} tag, where d=digit
243 scan-var-name:
244 '$' n scan-var-start doStartVariableName
248 scan-var-start:
249 name_start_char n scan-var-body
252 scan-var-body
    [all...]
  /external/qemu/android/utils/
timezone.c 174 compare_timezone_to_localtime( ScanDataRec* scan,
187 if ( st.st_size != scan->localtime_st.st_size ) {
188 D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size );
192 fd1 = open( scan->localtime, O_RDONLY );
194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
233 scan_timezone_dir( ScanDataRec* scan,
237 DIR* d = opendir( scan->path );
240 D( "%s: entering '%s\n", __FUNCTION__, scan->path );
250 p = bufprint( p, scan->path_end, "/%s", ent->d_name );
251 if (p >= scan->path_end
381 ScanDataRec scan[1]; local
    [all...]
  /external/bison/src/
scan-gram.c 1 #line 2 "scan-gram.c"
3 #line 4 "scan-gram.c"
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VersionGLSL.cpp 12 // We need to scan for two things:
17 // So we need to scan the entire fragment shader but only the global scope
68 // We need to scan the entire fragment shader but only the global scope
  /external/jpeg/
jcmaster.c 131 /* Verify that the scan script in cinfo->scan_info[] is valid; also
149 * for progressive JPEG, no scan can have this.
177 /* Components must appear in SOF order within each scan */
192 * out-of-range reconstructed DC values during the first DC scan,
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
216 /* first scan of this coefficient */
220 /* not first scan */
268 /* Set up the scan parameters for the current scan */
274 /* Prepare for current scan --- the script is already validated *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 131 /* Verify that the scan script in cinfo->scan_info[] is valid; also
149 * for progressive JPEG, no scan can have this.
177 /* Components must appear in SOF order within each scan */
192 * out-of-range reconstructed DC values during the first DC scan,
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */
216 /* first scan of this coefficient */
220 /* not first scan */
268 /* Set up the scan parameters for the current scan */
274 /* Prepare for current scan --- the script is already validated *
    [all...]
  /external/bison/djgpp/
fnchange.lst 25 @V@/src/scan-gram-c.c @V@/src/c-scan-gram.c
26 @V@/src/scan-skel-c.c @V@/src/c-scan-skel.c
  /external/e2fsprogs/lib/ext2fs/
bmove.c 103 ext2_inode_scan scan; local
106 retval = ext2fs_open_inode_scan(fs, 0, &scan);
135 retval = ext2fs_get_next_inode(scan, &ino, &inode);
158 retval = ext2fs_get_next_inode(scan, &ino, &inode);
  /external/llvm/include/llvm/Analysis/
Loads.h 27 /// specified pointer, we do a quick local scan of the basic block containing
32 /// FindAvailableLoadedValue - Scan the ScanBB block backwards (starting at
42 /// MaxInstsToScan specifies the maximum instructions to scan in the block.
43 /// If it is set to 0, it will scan the whole block. You can also optionally
  /external/llvm/test/CodeGen/ARM/
peephole-bitcast.ll 8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.h 2 * WPA Supplicant - auto scan
bgscan_learn.c 2 * WPA Supplicant - background scan and roaming module: learn
19 #include "scan.h"
308 wpa_printf(MSG_DEBUG, "bgscan learn: Request a background scan");
310 wpa_printf(MSG_DEBUG, "bgscan learn: Failed to trigger scan");
336 wpa_printf(MSG_ERROR, "bgscan learn: Missing scan interval "
427 * reasonable to assume that a scan was completed recently. This makes
428 * us skip an immediate new scan in cases where the current signal
483 wpa_printf(MSG_DEBUG, "bgscan learn: scan result notification");
500 wpa_printf(MSG_DEBUG, "bgscan learn: %u matching BSSes in scan "
534 * A more advanced bgscan could process scan results internally, selec
557 int scan = 0; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 76 /// scan - scan pData from pHandler for a token.
78 scan(ConstAddress pHandler, uint64_t pOffset, const MemoryRegion& pData) const;
102 EhFrameReader::scan<true>(ConstAddress pHandler,
  /hardware/ti/wlan/lib/
scanmerge.c 43 Routine Description: Inits scan merge list
56 Routine Description: Frees scan structure private data
68 Routine Description: Cleans scan merge list
92 Routine Description: Compares bssid of scan result and scan merge structure
94 val - pointer to scan result structure
95 idata - pointer to scan merge structure
126 Routine Description: copies scan result structure to scan merge list item
128 dst - pointer to scan result structure in the lis
    [all...]
  /external/bison/po/
da.po 341 #: src/location.c:93 src/scan-gram.l:859
571 #: src/scan-code.l:188
576 #: src/scan-code.l:229
580 #: src/scan-code.l:232
584 #: src/scan-code.l:254
589 #: src/scan-code.l:431 src/scan-code.l:434
594 #: src/scan-code.l:450
599 #: src/scan-code.l:459
604 #: src/scan-code.l:46
    [all...]
el.po 377 #: src/location.c:93 src/scan-gram.l:859
602 #: src/scan-code.l:188
607 #: src/scan-code.l:229
611 #: src/scan-code.l:232
615 #: src/scan-code.l:254
620 #: src/scan-code.l:431 src/scan-code.l:434
625 #: src/scan-code.l:450
630 #: src/scan-code.l:459
635 #: src/scan-code.l:46
    [all...]
et.po 382 #: src/location.c:93 src/scan-gram.l:859
605 #: src/scan-code.l:188
610 #: src/scan-code.l:229
614 #: src/scan-code.l:232
618 #: src/scan-code.l:254
623 #: src/scan-code.l:431 src/scan-code.l:434
628 #: src/scan-code.l:450
633 #: src/scan-code.l:459
638 #: src/scan-code.l:46
    [all...]
id.po 364 #: src/location.c:93 src/scan-gram.l:859
585 #: src/scan-code.l:188
590 #: src/scan-code.l:229
594 #: src/scan-code.l:232
598 #: src/scan-code.l:254
603 #: src/scan-code.l:431 src/scan-code.l:434
608 #: src/scan-code.l:450
613 #: src/scan-code.l:459
618 #: src/scan-code.l:46
    [all...]
it.po 339 #: src/location.c:93 src/scan-gram.l:859
570 #: src/scan-code.l:188
575 #: src/scan-code.l:229
579 #: src/scan-code.l:232
583 #: src/scan-code.l:254
588 #: src/scan-code.l:431 src/scan-code.l:434
593 #: src/scan-code.l:450
598 #: src/scan-code.l:459
603 #: src/scan-code.l:46
    [all...]
ms.po 368 #: src/location.c:93 src/scan-gram.l:859
590 #: src/scan-code.l:188
595 #: src/scan-code.l:229
599 #: src/scan-code.l:232
603 #: src/scan-code.l:254
608 #: src/scan-code.l:431 src/scan-code.l:434
613 #: src/scan-code.l:450
618 #: src/scan-code.l:459
623 #: src/scan-code.l:46
    [all...]
nb.po 355 #: src/location.c:93 src/scan-gram.l:859
592 #: src/scan-code.l:188
597 #: src/scan-code.l:229
601 #: src/scan-code.l:232
605 #: src/scan-code.l:254
610 #: src/scan-code.l:431 src/scan-code.l:434
615 #: src/scan-code.l:450
620 #: src/scan-code.l:459
625 #: src/scan-code.l:46
    [all...]

Completed in 453 milliseconds

1 2 34 5 6 7 8 91011>>