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

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/debugfs/
ncheck.c 57 ext2_inode_scan scan = 0; local
88 retval = ext2fs_open_inode_scan(current_fs, 0, &scan);
90 com_err("ncheck", retval, "while opening inode scan");
95 retval = ext2fs_get_next_inode(scan, &ino, &inode);
98 com_err("ncheck", retval, "while starting inode scan");
139 retval = ext2fs_get_next_inode(scan, &ino, &inode);
144 "while doing inode scan");
151 if (scan)
152 ext2fs_close_inode_scan(scan);
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 2 * tst_inode.c --- this function tests the inode scan function
63 * Setup the variables for doing the inode scan test.
137 ext2_inode_scan scan; local
141 retval = ext2fs_open_inode_scan(test_fs, 8, &scan);
143 com_err("iterate", retval, "While opening inode scan");
147 retval = ext2fs_get_next_inode(scan, &ino, &inode);
153 retval = ext2fs_get_next_inode(scan, &ino, &inode);
165 ext2fs_close_inode_scan(scan);
215 printf("Inode scan tested OK!\n");
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
descrip.mms 108 scan.l skel.c sym.c tblcmp.c yylex.c
110 scan.obj,skel.obj,sym.obj,tblcmp.obj,yylex.obj $(VMSOBJS) $(ALLOCA)
116 scan.c skel.c sym.c tblcmp.c yylex.c
121 flex.1 scan.c install.sh mkinstalldirs configure
125 # flex options to use when generating scan.c from scan.l
128 # which "flex" to use to generate scan.c from scan.l
157 @- if f$search("scan.c").nes."" then $(REMOVE) scan.c;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 33 static void Scan(IvarUsageMap& M, const Stmt *S) {
47 Scan(M, BE->getBody());
57 Scan(M, sub);
61 Scan(M, *I);
64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) {
79 // Scan the methods for accesses.
82 Scan(M, (*I)->getBody());
85 // Scan for @synthesized property methods that act as setters/getters
89 Scan(M, *I)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
Makefile.in 70 scan.l skel.c sym.c tblcmp.c yylex.c
72 scan.o skel.o sym.o tblcmp.o yylex.o @ALLOCA@
78 scan.c skel.c sym.c tblcmp.c yylex.c
83 flex.1 scan.c install.sh mkinstalldirs configure
87 # which "flex" to use to generate scan.c from scan.l
100 @rm -f scan.c
101 cp $(srcdir)/initscan.c scan.c
113 scan.c: scan.
    [all...]
initscan.c 1 #line 2 "scan.c"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 24 #include "scan.h"
128 "end of scan list - go back to beginning");
213 * wpa_supplicant_trigger_scan - Request driver to start a scan
215 * @params: Scan parameters
244 wpa_dbg(wpa_s, MSG_DEBUG, "Starting delayed sched scan");
256 wpa_dbg(wpa_s, MSG_DEBUG, "Sched scan timeout - stopping it");
340 /* Optimize provisioning state scan based on GO information */
343 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
351 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
365 * Optimize post-provisioning scan based on channel use
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 36 // Scan both internal and external storage
37 scan(context, MediaProvider.INTERNAL_VOLUME); method
38 scan(context, MediaProvider.EXTERNAL_VOLUME); method
48 // scan whenever any volume is mounted
49 scan(context, MediaProvider.EXTERNAL_VOLUME); method
58 private void scan(Context context, String volume) { method in class:MediaScannerReceiver
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestInterpretedLexing.java 86 Token result = engine.scan("A");
89 result = engine.scan("A");
100 Token result = engine.scan("A");
111 Token result = engine.scan("INT");
114 result = engine.scan("INT");
124 Token result = engine.scan("A");
126 result = engine.scan("A");
129 result = engine.scan("A");
132 result = engine.scan("A");
135 result = engine.scan("A")
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 82 scan.$O \
96 scan.c \
112 scan.c \
128 copy initscan.c scan.c
136 scan.c: scan.l
137 $(FLEX) -ist $(FLEX_FLAGS) scan.l >scan.c
139 scan.$O: scan.c parse.
    [all...]
  /bionic/libc/arch-x86/string/
memchr.S 19 jne L1 /* scan failed, return null */
20 leal -1(%edi),%eax /* adjust result of scan */
  /external/e2fsprogs/e2fsck/
scantest.c 2 * scantest.c - test the speed of the inode scan routine
96 ext2_inode_scan scan; local
114 retval = ext2fs_open_inode_scan(fs, 0, &scan);
116 com_err(argv[0], retval, _("while opening inode scan"));
119 retval = ext2fs_get_next_inode(scan, &ino, &inode);
121 com_err(argv[0], retval, _("while starting inode scan"));
129 retval = ext2fs_get_next_inode(scan, &ino, &inode);
132 _("while doing inode scan"));
iscan.c 2 * Test to see how quickly we can scan the inode table (not doing
103 ext2_inode_scan scan; local
119 retval = ext2fs_open_inode_scan(fs, inode_buffer_blocks, &scan);
121 com_err(program_name, retval, _("while opening inode scan"));
126 retval = ext2fs_get_next_inode(scan, &ino, &inode);
  /external/kernel-headers/original/linux/mtd/
bbm.h 29 * @version: version read from the bbt page during scan
66 /* The bbt is at the given page, else we must scan for the bbt */
68 /* The bbt is at the given page, else we must scan for the bbt */
78 /* Scan block empty during good / bad block scan */
87 /* The maximum number of blocks to scan for a bbt */
102 * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for
103 * initial bad block scan
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
InjectMocksScanner.java 18 * Scan field for injection.
40 mockDependentFields.addAll(scan()); method
44 * Scan fields annotated by @InjectMocks
48 private Set<Field> scan() { method in class:InjectMocksScanner
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/api/
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/api/
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/api/
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /external/jpeg/
wizard.doc 113 Multiple Scan / Progression Control
116 By default, cjpeg emits a single-scan sequential JPEG file. The
118 of progression parameters. You can create multiple-scan sequential JPEG
122 -scans file Use the scan sequence given in the named file.
124 The specified file should be a text file containing a "scan script".
126 Each entry in the script defines one scan. A scan definition specifies
127 the components to be included in the scan, and for progressive JPEG it also
128 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
    [all...]
  /external/qemu/distrib/jpeg-6b/
wizard.doc 113 Multiple Scan / Progression Control
116 By default, cjpeg emits a single-scan sequential JPEG file. The
118 of progression parameters. You can create multiple-scan sequential JPEG
122 -scans file Use the scan sequence given in the named file.
124 The specified file should be a text file containing a "scan script".
126 Each entry in the script defines one scan. A scan definition specifies
127 the components to be included in the scan, and for progressive JPEG it also
128 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
    [all...]
  /external/bison/src/
Makefile.am 61 scan-code.h scan-code-c.c \
62 scan-gram.h scan-gram-c.c \
63 scan-skel.h scan-skel-c.c \
72 EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l
76 scan-code.c
    [all...]
  /external/wpa_supplicant_8/src/drivers/
android_drv.h 36 /* Scan interval size is scan interval section type + scan interval length
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 33 * Performs VLC decoding and inverse zigzag scan for one intra coded block.
44 * the zigzag scan pattern. It takes one of the
47 * perform classical zigzag scan;
50 * zigzag scan;
54 * zigzag scan.
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 29 * Performs zigzag scan and VLC encoding of AC and DC coefficients for one
42 * scan pattern; takes one of the following values:
44 * Performs classical zigzag scan.
46 * Performs alternate-vertical zigzag scan.
48 * Performs alternate-horizontal zigzag scan.
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 159 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
165 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
170 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
178 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
187 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
199 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
241 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
253 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
269 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp);
274 token = cpp->currentInput->scan(cpp->currentInput, yylvalpp)
    [all...]

Completed in 448 milliseconds

12 3 4 5 6 7 8 91011>>