HomeSort by relevance Sort by last modified time
    Searched refs:BOOLEAN (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 117 BOOLEAN bTSFError; /** indicates whether a TSF error occured */ /**<
121 BOOLEAN bDtimOverlapping; /**< Indicates whether the scan is overlapping DTIM */
122 BOOLEAN bExitFromDriverMode; /**<
126 BOOLEAN bSendNullData; /**<
130 BOOLEAN bScanOnDriverModeFailure; /**<
134 BOOLEAN bHighPriority; /**<
138 BOOLEAN bSPSScan; /**<
145 BOOLEAN bTimerRunning; /**< whether the above timer is running */
146 BOOLEAN bInRequest; /**<
180 BOOLEAN bNoScanCompleteFlag; /**
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-6-n.js 71 var BOOLEAN = true;
74 "BOOLEAN = true; var b = new BOOLEAN()",
76 b = new BOOLEAN() );
11.2.2-9-n.js 75 var BOOLEAN = new Boolean();
78 "var BOOLEAN = new Boolean(); var b = new BOOLEAN()",
80 b = new BOOLEAN() );
  /dalvik/hit/src/com/android/hit/
Types.java 23 public static final int BOOLEAN = 4;
40 case 'Z': return 1; // boolean
50 case BOOLEAN: return 1;
67 case 'Z': return "boolean";
77 case BOOLEAN: return "boolean";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-011.js 19 var BOOLEAN = true;
26 var OBJECT = new BOOLEAN();
34 "BOOLEAN = true; result = new BOOLEAN()" +
expression-014.js 21 var BOOLEAN = new Boolean();
29 result = new BOOLEAN();
37 "BOOLEAN = new Boolean(); result = new BOOLEAN()" +
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 173 BOOLEAN bAbortOrStop; /**<
178 BOOLEAN bInRequest; /**<
186 BOOLEAN bUseSGParams; /**<
216 BOOLEAN bOidScanRunning; /**< Inidcates whether an OID scan is currently taking place */
264 BOOLEAN scanConcentrator_isChannelAllowed( UINT8 channel, UINT8* pChannelBitmap );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.h 129 BOOLEAN bRequestTimerRunning[ MAX_NUM_OF_MSR_TYPES_IN_PARALLEL ];
132 BOOLEAN bStartStopTimerRunning; /**<
137 BOOLEAN bInRequest; /**<
229 BOOLEAN measurementSRVIsBeaconMeasureIncluded( TI_HANDLE hMeasurementSRV );
289 BOOLEAN measurementSRVIsMeasurementComplete( TI_HANDLE hMeasurementSRV );
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osAdapter.h 76 BOOLEAN bCurrentAddrFromRegistry;
80 BOOLEAN IntMode;
81 BOOLEAN ExtMode;
  /external/dbus/test/data/invalid-messages/
bad-boolean.message 1 ## a message with an invalid boolean value
20 TYPE BOOLEAN
bad-boolean-array.message 1 ## a message with an invalid boolean array
21 TYPE BOOLEAN
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathConstants.java 54 * <p>The XPath 1.0 boolean data type.</p>
56 * <p>Maps to Java {@link Boolean}.</p>
58 public static final QName BOOLEAN = new QName("http://www.w3.org/1999/XSL/Transform", "BOOLEAN");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.h 310 BOOLEAN bContinuousScanStarted; /**<
316 BOOLEAN bTimerRunning; /**<
323 BOOLEAN bLowQuality; /**<
332 BOOLEAN bImmedNeighborAPsOnly; /**<
348 BOOLEAN bSynchronized; /**<
371 BOOLEAN bNewBSSFound; /**<
515 BOOLEAN scanMngrIsDiscoveryValid( TI_HANDLE hScanMngr, scan_discoveryPart_e discoveryPart );
527 BOOLEAN scanMngrNeighborAPsAvailableForDiscovery( TI_HANDLE hScanMngr, radioBand_e band );
539 void scanMngrBuildImmediateScanCommand( TI_HANDLE hScanMngr, scan_bandPolicy_t* bandPolicy, BOOLEAN bNeighborAPsOnly );
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
MacServices_api.h 84 typedef void (*scan_srvCompleteCB_t) ( TI_HANDLE clientObj, UINT16 SPSStatus, BOOLEAN TSFError , TI_STATUS ScanStatus , TI_STATUS PSMode);
197 TI_STATUS MacServices_scanSRV_scan( TI_HANDLE hMacServices, scan_Params_t *scanParams, BOOLEAN bHighPriority,
198 BOOLEAN bDriverMode, BOOLEAN bScanOnDriverModeError,
199 PowerMgr_802_11_PsMode_e psRequest, BOOLEAN bSendNullData,
214 TI_STATUS MacServices_scanSRV_stopScan( TI_HANDLE hMacServices, BOOLEAN bSendNullData , CmdResponseCB_t commandResponseFunc, TI_HANDLE commandResponseObj );
365 * BOOLEAN - thre is in PS false otherwise.\n
367 BOOLEAN MacServices_powerSrv_getPsStatus(TI_HANDLE hMacServices);
437 BOOLEAN bSendNullData,
  /dalvik/libcore/sql/src/main/java/java/sql/
Types.java 60 * The type code that identifies the SQL type {@code BOOLEAN}.
62 public static final int BOOLEAN = 16;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.h 96 TI_STATUS apConn_start(TI_HANDLE hAPConnection, BOOLEAN roamingEnabled);
97 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, BOOLEAN removeKeys, BOOLEAN radioOn);
126 BOOLEAN apConn_isPsRequiredBeforeScan(TI_HANDLE hAPConnection);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.h 106 BOOLEAN statusNotficationPending; /**<
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBoolean.java 22 * Constants of type {@code boolean}.
36 * @param value the {@code boolean} value
39 public static CstBoolean make(boolean value) {
63 * @param value the {@code boolean} value
65 private CstBoolean(boolean value) {
72 return getValue() ? "boolean{true}" : "boolean{false}";
77 return Type.BOOLEAN;
83 return "boolean";
92 * Gets the {@code boolean} value
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPoolApi.h 103 BOOLEAN bAllocated[ BUFFER_POOL_MAX_NUM_OF_BUFFERS_FOR_DBG ];
105 * A boolean array indicating for each
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
scanMngrApi.h 160 scan_mngrResultStatus_e scanMngr_startImmediateScan( TI_HANDLE hScanMngr, BOOLEAN bNeighborAPsOnly);
225 void scanMngr_qualityChangeTrigger( TI_HANDLE hScanMngr, BOOLEAN bLowQuality );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.h 83 BOOLEAN priorityEnable;
111 BOOLEAN psEnable; /**<
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERTags.java 5 public static final int BOOLEAN = 0x01;
  /external/dbus/test/data/valid-messages/
recursive-types.message 89 STRING 'boolean'
90 TYPE BOOLEAN
91 BOOLEAN false
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 96 BOOLEAN bNeighborAP; /**< Indicates whether this is a neighbor AP */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.h 101 void currBSS_updateConnectedState(TI_HANDLE hCurrBSS, BOOLEAN isConnected, bssType_e type);
105 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams);

Completed in 601 milliseconds

1 2 3 4 5