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

12 3 4 5

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTags.java 5 public static final int BOOLEAN = 0x01;
DERBoolean.java 16 * return a boolean from the passed in object.
44 * return a DERBoolean from the passed in boolean.
47 boolean value)
64 * return a Boolean from a tagged object.
74 boolean explicit)
89 boolean value)
95 public boolean isTrue()
108 out.writeEncoded(BOOLEAN, bytes);
111 protected boolean asn1Equals(
  /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);
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
SdkCommandLine.java 164 define(Mode.BOOLEAN, false,
194 define(Mode.BOOLEAN, false,
198 define(Mode.BOOLEAN, false,
202 define(Mode.BOOLEAN, false,
212 define(Mode.BOOLEAN, false,
217 define(Mode.BOOLEAN, false,
306 define(Mode.BOOLEAN, false,
348 define(Mode.BOOLEAN, false,
355 public boolean acceptLackOfVerb() {
394 public boolean getFlagForce()
    [all...]
CommandLineProcessor.java 111 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "v", KEY_VERBOSE,
114 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "s", KEY_SILENT,
117 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "h", KEY_HELP,
128 public boolean acceptLackOfVerb() {
137 public boolean isVerbose() {
138 return ((Boolean) getValue(GLOBAL_FLAG_VERB, NO_VERB_OBJECT, KEY_VERBOSE)).booleanValue();
142 public boolean isSilent() {
143 return ((Boolean) getValue(GLOBAL_FLAG_VERB, NO_VERB_OBJECT, KEY_SILENT)).booleanValue();
147 public boolean isHelpRequested() {
148 return ((Boolean) getValue(GLOBAL_FLAG_VERB, NO_VERB_OBJECT, KEY_HELP)).booleanValue()
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 146 IN BOOLEAN Alertable,
161 #define BooleanFlagOn(Flags,SingleFlag) ((BOOLEAN)((((Flags) & (SingleFlag)) != 0)))
213 BOOLEAN OpenedReadonly;
214 BOOLEAN Written;
390 IN BOOLEAN Readonly,
498 IN BOOLEAN ReadOnly,
576 BOOLEAN
584 return (BOOLEAN)(STATUS_SUCCESS == Status);
814 BOOLEAN
817 IN BOOLEAN ReadOnly
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 82 BOOLEAN(false),
115 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ),
117 public boolean isPackable() { return false; }
120 public boolean isPackable() { return false; }
123 public boolean isPackable() { return false; }
126 public boolean isPackable() { return false; }
146 public boolean isPackable() { return true; }
  /external/webkit/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 89 void CALLBACK NetworkStateNotifier::addrChangeCallback(void* context, BOOLEAN timedOut)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr_API.h 170 * Return Value: BOOLEAN - TRUE if enable else FALSE.\n
172 BOOLEAN PowerMgr_getPsStatus(TI_HANDLE thePowerMgrHandle);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/
CmdMBox.h 146 BOOLEAN useOpt;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv_API.h 232 * BOOLEAN - thre is in PS false otherwise.\n
234 BOOLEAN powerSrv_getPsStatus(TI_HANDLE hPowerSrv);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osRgstry.h 46 BOOLEAN RangeCheck;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.c 290 TI_STATUS MacServices_scanSRV_scan( TI_HANDLE hMacServices, scan_Params_t *scanParams, BOOLEAN bHighPriority,
291 BOOLEAN bDriverMode, BOOLEAN bScanOnDriverModeError,
292 PowerMgr_802_11_PsMode_e psRequest, BOOLEAN bSendNullData,
381 TI_STATUS MacServices_scanSRV_stopScan( TI_HANDLE hMacServices, BOOLEAN bSendNullData, CmdResponseCB_t ScanCommandResponseCB, TI_HANDLE CB_handle )
567 UINT32 MacServices_scanSRVcalculateScanTimeout( TI_HANDLE hScanSRV, scan_Params_t* scanParams, BOOLEAN bConsiderDTIM )
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 34 /** {@code non-null;} instance corresponding to the class {@code Boolean} */
35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
61 /** {@code non-null;} instance corresponding to the type {@code boolean[]} */
105 case Type.BT_BOOLEAN: return BOOLEAN;
157 public boolean equals(Object other) {
198 public boolean isCategory2() {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 273 BOOLEAN beaconMissInterruptEnable;
274 BOOLEAN rxBroadcast;
275 BOOLEAN hwPsPoll;
279 BOOLEAN ps802_11Enable;
286 BOOLEAN ELPEnable;
305 BOOLEAN ps802_11Enable;
595 BOOLEAN halTxOpContinuation;
859 int whalCtrl_StartScan (TI_HANDLE hWhalCtrl, whalCtrl_scan_t* pScanVals, BOOLEAN bHighPriority , void* ScanCommandResponseCB, TI_HANDLE CB_handle);
  /external/chromium/base/
object_watcher.cc 118 void CALLBACK ObjectWatcher::DoneWaiting(void* param, BOOLEAN timed_out) {
  /external/webkit/WebCore/platform/network/
NetworkStateNotifier.h 94 static void CALLBACK addrChangeCallback(void*, BOOLEAN timedOut);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
apConnApi.h 182 TI_STATUS apConn_reportRoamingEventDisconnect(TI_HANDLE hAPConnection,UINT16 uStatusCode,BOOLEAN bDeAuthenticate );
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osTIType.h 102 typedef tiBOOL BOOLEAN, *PBOOLEAN;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnRoamingImmedSM.c 50 extern BOOLEAN apConn_isPsRequiredBeforeScan(TI_HANDLE hAPConnection);
285 BOOLEAN psRequest;
361 BOOLEAN bSendNullData;
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 37 /** basic type constant for {@code boolean} */
70 /** {@code non-null;} instance representing {@code boolean} */
71 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN);
108 putIntern(BOOLEAN);
148 * {@code non-null;} instance representing {@code java.lang.Boolean}; the
152 public static final Type BOOLEAN_CLASS = intern("Ljava/lang/Boolean;");
210 /** {@code non-null;} instance representing {@code boolean[]} */
211 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();
458 public boolean equals(Object other) {
495 case BT_BOOLEAN: return "boolean";
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 42 private boolean mOutputFirstLineNumber = true;
45 private boolean mIsInitMethod = false;
47 private boolean mMessageGenerated;
48 private final boolean mIsStatic;
49 private final boolean mIsNative;
52 String invokeSignature, boolean isStatic, boolean isNative) {
87 case Type.BOOLEAN:
97 case Type.BOOLEAN:
157 case Type.BOOLEAN
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 142 BOOLEAN TraceBufferDoPrint;

Completed in 1661 milliseconds

12 3 4 5