HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 1 - 25 of 2093) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/src/
scan-gram-c.c 2 #include "scan-gram.c"
scan-skel-c.c 2 #include "scan-skel.c"
  /external/qemu/pc-bios/keymaps/
de-ch 7 # Scan Code 1
12 # Scan Code 2
16 # Scan Code 3
20 # Scan Code 4
24 # Scan Code 5
28 # Scan Code 6
32 # Scan Code 7
36 # Scan Code 8
40 # Scan Code 9
44 # Scan Code 1
    [all...]
  /external/bison/djgpp/
fnchange.lst 1 @V@/src/scan-gram-c.c @V@/src/c-scan-gram.c
2 @V@/src/scan-skel-c.c @V@/src/c-scan-skel.c
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnApp.c 35 * \brief Scan concentrator application scan module implementation
56 * Parses and executes a set param command (start/stop one-shot/periodic/OS scan)
58 * \param hScanCncn - handle to the scan concentrator object
74 /* verify that scan is not currently running */
77 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app one-shot scan when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
78 /* Scan was not started successfully, send a scan complete event to the user */
82 /* set one-shot scan as running app scan client *
    [all...]
ScanCncn.h 35 * \brief Scan concentartor module API
51 * \brief Scan Concentrator Client
54 * Enumerates the different possible clients requesting scan from the scan concentrator
60 /* 0 */ SCAN_SCC_ROAMING_IMMED, /**< Indicates a scan from the immediate scan for a roaming client */
61 /* 1 */ SCAN_SCC_ROAMING_CONT, /**< Indicates a scan from the continuous scan for a roaming client */
62 /* 2 */ SCAN_SCC_DRIVER, /**< Indicates a scan from the driver client (SME scan) */
    [all...]
ScanCncnSmSpecific.c 35 * \brief Scan concentrator state machine type-specific functions implemenattion
50 * Aplication one-shot scan
54 * \brief Request the SCR for one-shot application scan
56 * Request the SCR for one-shot application scan. handle different results.
67 /* request the SCR as application scan client, and act according to return status */
95 * \brief Release the SCR as one-shot application scan
97 * Release the SCR as one-shot application scan
112 * \brief Request scan start from TWD for one-shot application scan
114 * Request scan start from TWD for one-shot application sca
    [all...]
ScanCncnSm.c 35 * \brief Scan concentrator state machine implementation
119 * \brief Cerates a scan concentrator client object
121 * Cerates a scan concentrator client - allocates object and create a state-machine instance
124 * \return Handle to the new scan concentrator client object
131 /* allocate space for the scan concentartor client object */
135 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client object\n"));
146 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client state-machine\n"));
156 * \brief Initialize a scan concentartor client object
158 * Initialize a scan concentartor client object - store handles and specific SM functions
160 * \note Some of the values (e.g. scan result CB( are initialized from the main scan concentartor object
    [all...]
ScanCncnOsSm.c 35 * \brief Scan concentrator OS scan state machine implementation
117 * \brief Creates the OS scan state-machine
119 * creates the OS scan state-machine
121 * \param hScanCncn - handle to the scan concentrator object
134 * \brief Initialize the OS scan state-machine
136 * Initialize the OS scan state-machine
138 * \param hScanCncn - handle to the scan concentrator object
149 (TGenSM_matrix)tSmMatrix, SCAN_CNCN_OS_SM_STATE_IDLE, "OS scan SM", uStateDescription,
155 * \brief Destroys the OS scan state-machin
    [all...]
ScanCncn.c 35 * \brief Scan concentartor implementation
71 * \brief Create the scan concentrator object
73 * Create the scan concentrator object. Allocates system resources and creates the client modules.
76 * \return hanlde to the new scan concentrator object
84 /* Allocate scan concentartor object memory */
88 WLAN_OS_REPORT (("scanCncn_Create: Unable to allocate memory for scan concentrator object\n"));
111 /* create the OS scan SM */
115 WLAN_OS_REPORT (("scanCncn_Create: Unable to create OS scan SM\n"));
121 /* create the app scan result table */
125 WLAN_OS_REPORT (("scanCncn_Create: Unable to create application scan result table\n"))
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 38 * \brief TWDriver Scan APIs
48 Scan Definitions
78 * \brief Scan Type
81 * This Enumeration defines the available scan types.
87 /* 0 */ SCAN_TYPE_NORMAL_PASSIVE = 0, /**< Normal passive scan */
88 /* 1 */ SCAN_TYPE_NORMAL_ACTIVE, /**< Normal active scan */
89 /* 2 */ SCAN_TYPE_SPS, /**< Scheduled Passive scan */
90 /* 3 */ SCAN_TYPE_TRIGGERED_PASSIVE, /**< Triggered Passive scan */
91 /* 4 */ SCAN_TYPE_TRIGGERED_ACTIVE, /**< Triggered Active scan */
92 /* 5 */ SCAN_TYPE_NO_SCAN, /**< No Scan to perform *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 48 ext2_inode_scan scan,
109 ext2_inode_scan scan; local
134 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan);
137 memset(scan, 0, sizeof(struct ext2_struct_inode_scan));
139 scan->magic = EXT2_ET_MAGIC_INODE_SCAN;
140 scan->fs = fs;
141 scan->inode_size = EXT2_INODE_SIZE(fs->super);
142 scan->bytes_left = 0;
143 scan->current_group = 0;
144 scan->groups_left = fs->group_desc_count - 1
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 40 * \brief Scan Manager Types \n
41 * This file include public type definitions for the scan manager application level module, \n
79 * \brief Scan Prob Request Parameters
82 * This structure defines the probe request parameters used for active scan
94 * \brief Scan Basic Method Parameters
97 * This structure defines the argument used for the basic scan operation.
98 * The basic scan is a standard 802.11 scan, which can be active (sending a probe request frame on each channel)
99 * or passive (without sending probe request frames). For a passive scan, the probe request parameters are ignored
108 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early TerminationEvent setting, after which the scan is stopped on this channel *
    [all...]
scanMngrApi.h 35 * \brief This file include public definitions for the scan manager module, comprising its API.
67 * \brief Scan Manager Result Status
70 * Enumerates the possible Scan result statuses.
71 * Returned as a response to an immediate scan request.
77 /* 0 */ SCAN_MRS_SCAN_COMPLETE_OK, /**< Scan was completed successfully */
78 /* 1 */ SCAN_MRS_SCAN_RUNNING, /**< Scan was started successfully and is now running */
79 /* 2 */ SCAN_MRS_SCAN_NOT_ATTEMPTED_ALREADY_RUNNING, /**< scan was not attempted because it is already running */
81 * Scan was not attempted because the policy defines
82 * NULL scan type
85 * Scan was not attempted because no channels are
    [all...]
scanMngr.h 35 * \brief This file include private definitions for the scan manager module.
59 #define SCAN_SPS_DURATION_PART_IN_ADVANCE 4 /* 1/4 of scan duration in advance */
67 /* scan iteration number after which, if no new AP was found, pre-auth needs to be re-done */
86 * \brief enumerates immediate scan internal status
90 SCAN_ISS_IDLE = 0, /**< immediate scan is not running */
91 SCAN_ISS_G_BAND, /**< immediate scan is running on G band */
92 SCAN_ISS_A_BAND, /**< immediate scan is running on A band */
94 SCAN_ISS_NUM_OF_STATES /**< number of available immediate scan states states */
98 * \brief enumerates continuous scan internal status
102 SCAN_CSS_IDLE = 0, /**< continuous scan is not running *
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 35 * \brief This file include private definitions for the scan SRV module.
54 /* guard time for scan (added to calculated scan duration) */
80 * \brief This structure contains the scan SRV object data
92 * upper layer (scan concentrator) scan complete
96 * upper layer (scan concentrator) scan complete
102 * and called when the scan command has been received by the FW
110 * called when the scan command has been Timer Expir
    [all...]
ScanSrv.c 35 * \brief This file include the scan SRV module implementation
54 * \brief Creates the scan SRV object
58 * \return a handle to the scan SRV object, NULL if an error occurred.\n
62 /* allocate the scan SRV object */
66 WLAN_OS_REPORT( ("ERROR: Failed to create scan SRV module"));
75 WLAN_OS_REPORT( ("ERROR: Failed to allocate scan SRV state machine"));
89 * \brief Finalizes the scan SRV module (releasing memory and timer)
92 * \param hScanSRV - handle to the scan SRV object.\n
112 * \brief Initializes the scan SRV module, registers SCAN_COMPLETE to HAL.
115 * \param hScanSRV - handle to the scan SRV object.\
    [all...]
  /external/chromium/base/win/
i18n_unittest.cc 22 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
23 end = languages.end(); scan != end; ++scan) {
24 EXPECT_FALSE((*scan).empty());
34 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
35 end = languages.end(); scan != end; ++scan) {
36 EXPECT_FALSE((*scan).empty());
  /external/clang/test/Index/
TestClassForwardDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=scan %s
15 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
16 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
17 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:8:8
18 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [10:1 - 10:15] FunctionDecl=function:10:6 (Definition)
20 // CHECK-scan: [10:15 - 10:18] ObjCClassRef=Foo:8:8
21 // CHECK-scan: [10:18 - 10:24] ParmDecl=arg:10:21 (Definition)
22 // CHECK-scan: [10:24 - 11:1] FunctionDecl=function:10:6 (Definition
    [all...]
TestClassDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=scan %s
18 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
20 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:10:12
21 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
22 // CHECK-scan: [10:1 - 11:5] ObjCInterfaceDecl=Foo:10:12
23 // CHECK-scan: [11:5 - 13:1] Invalid Cursor => NoDeclFound
24 // CHECK-scan: [13:1 - 13:15] FunctionDecl=function:13:6 (Definition)
25 // CHECK-scan: [13:15 - 13:18] ObjCClassRef=Foo:10:1
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
Makefile.os2 24 scan$O skel$O sym$O tblcmp$O yylex$O
31 cp initscan.c scan.c
41 scan.c : scan.l
42 $(FLEX) $(FLEX_FLAGS) $(COMPRESSION) scan.l >scan.c
44 scan$O : scan.c parse.h flexdef.h
62 flex $(FLEX_FLAGS) $(COMPRESSION) scan.l | diff scan.c -
    [all...]
  /external/zxing/qr_scanner/res/values/
strings.xml 3 <!-- Caption shown below the viewfinder rectangle, explaining how to scan a QR code [CHAR LIMIT=NONE] -->
4 <string name="msg_default_status">Place a QR code inside the viewfinder rectangle to scan it.</string>
5 <!-- Error message displayed when starting up the phone/tablet's camera to scan a QR code has failed [CHAR LIMIT=NONE] -->
  /external/clang/test/CodeGenCXX/
reference-in-block-args.cpp 20 void scan() { function
28 scan();
  /external/clang/www/analyzer/
installation.html 20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the analyzer</li>
61 <li><b>scan-view</b>: <tt>scan-view</tt> a companion comannd line
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> t
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 2 * WPA Supplicant - background scan and roaming module: simple
17 #include "scan.h"
25 int short_scan_count; /* counter for scans using short scan interval */
26 int max_short_scans; /* maximum times we short-scan before back-off */
51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan");
53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan");
60 * Spend at most the duration of a long scan interval
61 * scanning at the short scan interval. After that,
62 * revert to the long scan interval.
67 "off to long scan interval")
213 int scan = 0; local
    [all...]

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>