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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKitTools/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/webkit/WebKitTools/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...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.c 35 * \brief This file include the scan manager module implementation
101 pScanMngr->manualScanParams.desiredSsid.len = 1; /* will be set by the scan concentrator */
123 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "scanMngr_reportContinuousScanResults failed. scan status %d\n", resultStatus);
132 * \brief Frees scan manager resources.\n
135 * \param hScanMngr - handle to the scan manager object.\n
157 /* free the scan manager object */
164 * \brief Callback used by the scan concentrator for immediate scan result.\n
167 * \param hScanMngr - handle to the scan manager object.\n
168 * \param resultStatus - reason for calling this function (frame received / scan complete).\
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 35 * \brief This file include the scan manager module implementation
101 pScanMngr->manualScanParams.desiredSsid.len = 1; /* will be set by the scan concentrator */
123 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "scanMngr_reportContinuousScanResults failed. scan status %d\n", resultStatus);
132 * \brief Frees scan manager resources.\n
135 * \param hScanMngr - handle to the scan manager object.\n
157 /* free the scan manager object */
164 * \brief Callback used by the scan concentrator for immediate scan result.\n
167 * \param hScanMngr - handle to the scan manager object.\n
168 * \param resultStatus - reason for calling this function (frame received / scan complete).\
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c 2 * \brief This file include the scan manager module implementation
55 * \brief Creates the scan manager object.\n
59 * \return a pointer to the scan manager object if successfull, NULL otherwise.\n
66 /* allocate the scan manager object */
70 WLAN_OS_REPORT( ("scanMngr_create: Failed allocating scan manager object storage.\n") );
81 WLAN_OS_REPORT( ("scanMngr_create: Failed creating continuous scan timer.\n") );
94 WLAN_OS_REPORT( ("scanMngr_create: Failed allocating scan result buffer for index %d.\n", i) );
113 * \brief Initializes the scan manager.\n
116 * \param hScanMngr - handle to the scan manager object.\n
119 * \param hScanCncn - handle to the scan concentrator object.\
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 275 Desc: This command instructs the WiLink to scan for BSS/IBSSs. The host
276 may perform either an active scan or a passive scan. During an active
277 scan, the WiLink transmits a probe request on the specified channel(s)
278 and then listens for beacon/probe responses. During a passive scan, the
281 completed a scan.
287 0 8 RX filters for Scan (refer to ACXRxConfigStruct)
288 8 2 Scan options (Band select, Voice mode and Scan type = Active/Passive)
290 11 1 Number of Probe requests (used for Active scan)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h 275 Desc: This command instructs the WiLink to scan for BSS/IBSSs. The host
276 may perform either an active scan or a passive scan. During an active
277 scan, the WiLink transmits a probe request on the specified channel(s)
278 and then listens for beacon/probe responses. During a passive scan, the
281 completed a scan.
287 0 8 RX filters for Scan (refer to ACXRxConfigStruct)
288 8 2 Scan options (Band select, Voice mode and Scan type = Active/Passive)
290 11 1 Number of Probe requests (used for Active scan)
    [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
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSm.c 186 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to DRV scan\n");
191 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to APP scan\n");
235 * Initiates the connection process - for automatic mode, start scan, for manual mode - triggers connection
267 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_PreConnect: unable to start scan, stopping the SME\n");
272 /* update scan count counter */
519 * \brief Stops the SME scan operation
521 * Stops the SME scan operation
627 * \brief Set scan parameters and calls scan concnetartor to start the scan operation
    [all...]
  /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...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 187 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to DRV scan\n");
192 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "smeSm_Start: changing SCR group to APP scan\n");
236 * Initiates the connection process - for automatic mode, start scan, for manual mode - triggers connection
268 TRACE0(pSme->hReport, REPORT_SEVERITY_ERROR , "smeSm_PreConnect: unable to start scan, stopping the SME\n");
273 /* update scan count counter */
524 * \brief Stops the SME scan operation
526 * Stops the SME scan operation
632 * \brief Set scan parameters and calls scan concnetartor to start the scan operation
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnAppApi.h 2 * \brief This file include public definitions for the aplication scan requests adapter.\n
88 * \param hScanCncn - handle to the scan concentrator object.\n
90 * \return OK if the scan started successfuly, NOK otherwise.\n
100 * \param hScanCncn - handle to the scan concentrator object.\n
109 * \brief Scan result callback for application scan.\n
112 * \param hScanCncn - handle to the scan concentrator object.\n
113 * \param status - the scan result status (scan complete, result received etc.).\n
115 * \prama SPSStatus - a bitmap indicating on which channels scan was attempted (valid for SPS scan only!).\
    [all...]
  /frameworks/base/awt/java/awt/image/
MemoryImageSource.java 121 * @param scan
127 public MemoryImageSource(int w, int h, ColorModel cm, int pix[], int off, int scan,
129 init(w, h, cm, pix, off, scan, props);
145 * @param scan
151 public MemoryImageSource(int w, int h, ColorModel cm, byte pix[], int off, int scan,
153 init(w, h, cm, pix, off, scan, props);
168 * @param scan
174 public MemoryImageSource(int w, int h, int pix[], int off, int scan, Hashtable<?, ?> props) {
175 init(w, h, ColorModel.getRGBdefault(), pix, off, scan, props);
191 * @param scan
    [all...]
  /bootable/recovery/applypatch/
bsdiff.c 229 off_t scan,pos,len; local
281 scan=0;len=0;
283 while(scan<newsize) {
286 for(scsc=scan+=len;scan<newsize;scan++) {
287 len=search(I,old,oldsize,new+scan,newsize-scan,
290 for(;scsc<scan+len;scsc++)
298 if((scan+lastoffset<oldsize) &
    [all...]
  /external/bsdiff/
bsdiff.c 202 off_t scan,pos,len; local
272 scan=0;len=0;
274 while(scan<newsize) {
277 for(scsc=scan+=len;scan<newsize;scan++) {
278 len=search(I,old,oldsize,new+scan,newsize-scan,
281 for(;scsc<scan+len;scsc++)
289 if((scan+lastoffset<oldsize) &
    [all...]
  /hardware/ti/wlan/wl1271/Test/
ScanMngrDbg.h 35 * \brief This file include private definitions for the scan manager debug module.
95 * \brief Main scan manager debug function
98 * \param hScanMngr - handle to the scan manager object.\n
109 * \brief Prints scan manager debug menu
118 * \brief Starts continuous scan process.\n
121 * \param hScanMngr - handle to the scan manager object.\n
  /system/wlan/ti/wilink_6_1/Test/
ScanMngrDbg.h 35 * \brief This file include private definitions for the scan manager debug module.
95 * \brief Main scan manager debug function
98 * \param hScanMngr - handle to the scan manager object.\n
109 * \brief Prints scan manager debug menu
118 * \brief Starts continuous scan process.\n
121 * \param hScanMngr - handle to the scan manager object.\n
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c 69 * \brief Build a start scan command and send it to the FW
71 * Build a start scan command and send it to the FW
74 * \param pScanVals - scan parameters
75 * \param eScanTag - scan tag used for scan complete and result tracking
91 /* Convert general scan data to tnet structure */
101 scan options field is composed of scan type and band selection.
102 First, use the lookup table to convert the scan type
126 TRACE1( pCmdBld->hReport, REPORT_SEVERITY_ERROR, "Invalid scan type:%d\n", pScanVals->scanType)
    [all...]
  /external/e2fsprogs/debugfs/
lsdel.c 78 ext2_inode_scan scan = 0; local
117 retval = ext2fs_open_inode_scan(current_fs, 0, &scan);
120 "while opening inode scan");
125 retval = ext2fs_get_next_inode(scan, &ino, &inode);
129 "while starting inode scan");
178 retval = ext2fs_get_next_inode(scan, &ino, &inode);
182 "while doing inode scan");
207 if (scan)
208 ext2fs_close_inode_scan(scan);
  /frameworks/base/wifi/java/android/net/wifi/
package.html 9 scan, add, save, terminate and initiate Wi-Fi connections.</p>
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnPrivate.h 35 * \brief Scan concentartor module private definitions
86 /* scan concentrator application sub-module data */
87 TI_HANDLE hScanResultTable; /* application scan result table */
88 TI_HANDLE hOSScanSm; /* OS scan state machine */

Completed in 259 milliseconds

1 2 34 5 6 7 8 91011>>