HomeSort by relevance Sort by last modified time
    Searched refs:BOOLEAN (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 273 void scanConcentrator_scanCompleteNotificationCB( TI_HANDLE hScanCncn, UINT16 SPSStatus, BOOLEAN bTSFError , TI_STATUS ScanStatus , TI_STATUS PSMode);
  /external/ipsec-tools/src/racoon/
cfparse.h 188 BOOLEAN = 404,
353 #define BOOLEAN 404
  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 63 private boolean featureSecureProcessing = false;
85 boolean featureSecureProcessing ) {
328 private boolean isSupported( QName returnType ) {
332 ( returnType.equals( XPathConstants.BOOLEAN ) ) ||
351 // XPathConstants.BOOLEAN
352 if ( returnType.equals( XPathConstants.BOOLEAN ) ) {
353 return new Boolean( resultObject.bool());
XPathImpl.java 69 private boolean featureSecureProcessing = false;
77 boolean featureSecureProcessing ) {
235 * {@link XPathConstants#BOOLEAN BOOLEAN},
301 private boolean isSupported( QName returnType ) {
304 ( returnType.equals( XPathConstants.BOOLEAN ) ) ||
323 // XPathConstants.BOOLEAN
324 if ( returnType.equals( XPathConstants.BOOLEAN ) ) {
325 return new Boolean( resultObject.bool());
  /frameworks/base/core/java/android/widget/
RemoteViews.java 190 public SetDrawableParameters(int id, boolean targetBackground, int alpha,
205 boolean hasMode = parcel.readInt() != 0;
260 boolean targetBackground;
275 static final int BOOLEAN = 1;
311 case BOOLEAN:
366 case BOOLEAN:
367 out.writeInt((Boolean) this.value ? 1 : 0);
412 case BOOLEAN:
413 return boolean.class;
688 public void setChronometer(int viewId, long base, String format, boolean started)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/
CmdMBox.c 548 BOOLEAN breakWhile = FALSE;
689 BOOLEAN breakWhile = FALSE;
819 BOOLEAN breakWhile = FALSE;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 116 BOOLEAN fwIsOutOfSync; /**< TRUE if 'Out of Sync' event received */
117 BOOLEAN isConnected; /**< Default: not connected */
121 BOOLEAN rssiBelowThrReported; /**< Set to TRUE whem low RSSI threshold crossed */
122 BOOLEAN rssiAboveThrReported; /**< Set to TRUE whem high RSSI threshold crossed */
127 BOOLEAN bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
483 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams)
744 void currBSS_updateConnectedState(TI_HANDLE hCurrBSS, BOOLEAN isConnected, bssType_e type)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 138 BOOLEAN ieee8021x_mode = FALSE;
139 BOOLEAN ieee8021x_required_key = FALSE;
198 if (ralink_set_oid(drv, OID_802_11_SET_IEEE8021X, (char *) &ieee8021x_mode, sizeof(BOOLEAN)) < 0)
207 if (ralink_set_oid(drv, OID_802_11_SET_IEEE8021X_REQUIRE_KEY, (char *) &ieee8021x_required_key, sizeof(BOOLEAN)) < 0)
527 BOOLEAN ieee8021x_required_key = FALSE;
598 if (ralink_set_oid(drv, OID_802_11_SET_IEEE8021X_REQUIRE_KEY, (char *) &ieee8021x_required_key, sizeof(BOOLEAN)) < 0)
997 sizeof(BOOLEAN)) < 0) {
    [all...]
driver_ralink.h 90 #define BOOLEAN u8
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 164 BOOLEAN bDataMsdu;
168 BOOLEAN bXferDoneCalled;
169 BOOLEAN bTxCompleteCalled;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERInputStream.java 146 case BOOLEAN:
ASN1InputStream.java 22 private final boolean lazyEvaluate;
51 boolean lazyEvaluate)
80 boolean lazyEvaluate)
112 boolean isConstructed = (tag & CONSTRUCTED) != 0;
196 boolean isConstructed = (tag & CONSTRUCTED) != 0;
350 case BOOLEAN:
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 142 static void NTAPI queueTimerProc(PVOID, BOOLEAN)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 55 ** Boolean Section, containing the values of all of the
56 ** boolean capabilities
142 #define BOOLEAN 0 /* Boolean capability */
195 int nte_type; /* BOOLEAN, NUMBER or STRING */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 49 BOOLEAN("boolean"),
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c 323 RETURN: BOOLEAN - true if the SM is in PS state - false otherwise
325 BOOLEAN MacServices_powerSrv_getPsStatus(TI_HANDLE hMacServices)
342 RETURN: BOOLEAN - true if the SM is in PS state - false otherwise
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 222 BOOLEAN bPostponedDisconnectInProgress;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrvSM.c 100 static TI_STATUS powerSrvSMSendMBXConfiguration(TI_HANDLE hPowerSrvSM, BOOLEAN PS_disableEnable);
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 179 private boolean lenient = false;
214 private boolean skipping = false;
247 public void setLenient(boolean lenient) {
297 public boolean hasNext() throws IOException {
388 * Returns the {@link JsonToken#BOOLEAN boolean} value of the next token,
391 * @throws IllegalStateException if the next token is not a boolean or if
394 public boolean nextBoolean() throws IOException {
396 if (token != JsonToken.BOOLEAN) {
397 throw new IllegalStateException("Expected a boolean but was " + token)
    [all...]
  /external/v8/src/
token.h 158 F(BOOLEAN, "boolean", 0) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 16 #define BOOLEAN int
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppSM.c 335 BOOLEAN bSendNullData = (pScanConcentrator->bAbortOrStop == SCAN_CNCN_STOP) ? TRUE : FALSE;
ScanCncnRoamingContSM.c 353 BOOLEAN bSendNullData;
  /external/dbus/dbus/
dbus-marshal-basic.c 1048 /* FIXME: we canonicalize to 0 or 1 for the single boolean case
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 275 boolean sizeMode = mSdCardSizeRadio.getSelection();
334 boolean listMode = mSkinListRadio.getSelection();
536 case BOOLEAN:
554 case BOOLEAN:
571 case BOOLEAN:
580 protected boolean canEdit(Object element) {
592 protected Button createButton(Composite parent, int id, String label, boolean defaultButton) {
612 private void enableSdCardWidgets(boolean sizeMode) {
625 private void enableSkinWidgets(boolean listMode) {
653 boolean found = false
    [all...]

Completed in 5497 milliseconds

1 23 4 5