HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 251 - 275 of 22508) sorted by null

<<11121314151617181920>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyGuardLock.java 9 private boolean keyguardEnabled = true;
21 public boolean isEnabled() {
ShadowAddress.java 18 private boolean hasLatitude;
19 private boolean hasLongitude;
92 public boolean hasLatitude() {
97 public boolean hasLongitude() {
101 public void setSimulatedHasLatLong(boolean hasLatitude, boolean hasLongitude) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestFragment.java 19 public boolean onAttachWasCalled;
20 public boolean onCreateWasCalled;
21 public boolean onCreateViewWasCalled;
22 public boolean onActivityCreatedWasCalled;
25 public boolean onStartWasCalled;
26 public boolean onResumeWasCalled;
27 public boolean onSaveInstanceStateWasCalled;
28 public boolean onPauseWasCalled;
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 34 boolean findAccessibilityNodeInfoByAccessibilityId(int accessibilityWindowId,
38 boolean findAccessibilityNodeInfosByText(int accessibilityWindowId, long accessibilityNodeId,
42 boolean findAccessibilityNodeInfosByViewId(int accessibilityWindowId,
46 boolean findFocus(int accessibilityWindowId, long accessibilityNodeId, int focusType,
49 boolean focusSearch(int accessibilityWindowId, long accessibilityNodeId, int direction,
52 boolean performAccessibilityAction(int accessibilityWindowId, long accessibilityNodeId,
58 boolean performGlobalAction(int action);
60 oneway void setOnKeyEventResult(boolean handled, int sequence);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattServerCallback.aidl 29 in boolean connected, in String address);
33 in int offset, in boolean isLong,
38 in int offset, in boolean isLong,
45 in boolean isPrep,
46 in boolean needRsp,
53 in boolean isPrep,
54 in boolean needRsp,
60 void onExecuteWrite(in String address, in int transId, in boolean execWrite);
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacNative.java 28 private boolean mIsActive;
31 private native boolean createV8ParserNativeLocked();
32 private native boolean destroyV8ParserNativeLocked();
34 private native boolean setProxyScriptNativeLocked(String script);
46 public synchronized boolean startPacSupport() {
55 public synchronized boolean stopPacSupport() {
66 public synchronized boolean setCurrentProxyScript(String script) {
83 public synchronized boolean isActive() {
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 58 private boolean mIsDraw;
59 private boolean mIsAttachedToWindow;
60 private boolean mIsDetachedFromWindow;
61 private boolean mIsOnMeasure;
62 private boolean mIsOnScrollChanged;
63 private boolean mIsOnSizeChanged;
64 private boolean mIsOnWindowVisibilityChanged;
65 private boolean mIsDispatchDraw;
66 private boolean mIsSurfaceChanged;
196 public boolean isDraw()
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java 30 private final boolean mDeprecated;
32 private boolean mIsCovered;
34 ApiConstructor(String name, List<String> parameterTypes, boolean deprecated) {
53 public boolean isDeprecated() {
57 public boolean isCovered() {
61 public void setCovered(boolean covered) {
ApiMethod.java 32 private boolean mDeprecated;
34 private boolean mIsCovered;
36 ApiMethod(String name, List<String> parameterTypes, String returnType, boolean deprecated) {
60 public boolean isDeprecated() {
64 public boolean isCovered() {
68 public void setCovered(boolean covered) {
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 3 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
5 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
7 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
11 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
12 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
15 foo(kFlag); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_decode_boolean.c 15 ASN.1 DER, decode a BOOLEAN, Tom St Denis
22 Read a BOOLEAN
23 @param in The destination for the DER encoded BOOLEAN
24 @param inlen The size of the DER BOOLEAN
25 @param out [out] The boolean to decode
45 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c,v $ */
der_encode_boolean.c 15 ASN.1 DER, encode a BOOLEAN, Tom St Denis
22 Store a BOOLEAN
23 @param in The boolean to encode
24 @param out [out] The destination for the DER encoded BOOLEAN
25 @param outlen [in/out] The max size and resulting size of the DER BOOLEAN
49 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c,v $ */
  /external/easymock/src/org/easymock/
LogicalOperator.java 23 public boolean matchResult(int result) {
28 public boolean matchResult(int result) {
33 public boolean matchResult(int result) {
38 public boolean matchResult(int result) {
43 public boolean matchResult(int result) {
58 public abstract boolean matchResult(int result);
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
Water.j3md 41 Boolean UseRipples
42 Boolean UseHQShoreline
43 Boolean UseSpecular
44 Boolean UseFoam
45 Boolean UseCaustics
46 Boolean UseRefraction
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeOptions.java 24 private boolean propagateEscapeStatus = false;
25 private boolean logEscapedVariables = false;
27 public boolean getLogEscapedVariables() {
31 public void setLogEscapedVariables(boolean logEscapedVariables) {
35 public boolean getPropagateEscapeStatus() {
39 public void setPropagateEscapeStatus(boolean propagateEscapeStatus) {
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 116 BOOLEAN flush;
152 BOOLEAN is_busy;
251 BOOLEAN is_initiator;
252 BOOLEAN is_active_mode;
259 BOOLEAN is_p2p_listening;
260 BOOLEAN is_cho_listening;
261 BOOLEAN is_snep_listening;
293 void nfa_p2p_enable_listening (tNFA_SYS_ID sys_id, BOOLEAN update_wks);
294 void nfa_p2p_disable_listening (tNFA_SYS_ID sys_id, BOOLEAN update_wks);
310 BOOLEAN nfa_p2p_start_sdp (char *p_service_name, UINT8 local_sap)
    [all...]
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializationReport.java 13 private boolean wasInitialized;
14 private boolean wasInitializedUsingConstructorArgs;
16 public FieldInitializationReport(Object fieldInstance, boolean wasInitialized, boolean wasInitializedUsingConstructorArgs) {
36 public boolean fieldWasInitialized() {
45 public boolean fieldWasInitializedUsingContructorArgs() {
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 30 boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
33 boolean removeGeofence(int id, int monitoringType);
34 boolean pauseGeofence(int id, int monitoringType);
35 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
36 boolean registerForMonitorStateChangeCallback(int monitoringType,
38 boolean unregisterForMonitorStateChangeCallback(int monitoringType,
  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 40 boolean disable(boolean saveState);
41 boolean enable();
42 boolean enableNdefPush();
43 boolean disableNdefPush();
44 boolean isNdefPushEnabled();
INfcTag.aidl 32 boolean isNdef(int nativeHandle);
33 boolean isPresent(int nativeHandle);
34 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw);
39 boolean ndefIsWritable(int nativeHandle);
46 boolean canMakeReadOnly(int ndefType);
48 boolean getExtendedLengthApdusSupported();
  /frameworks/base/core/java/android/webkit/
DebugFlags.java 31 public static final boolean COOKIE_SYNC_MANAGER = false;
32 public static final boolean TRACE_API = false;
33 public static final boolean TRACE_CALLBACK = false;
34 public static final boolean TRACE_JAVASCRIPT_BRIDGE = false;
35 public static final boolean URL_UTIL = false;
36 public static final boolean WEB_SYNC_MANAGER = false;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
IssuingDistributionPoint.java 35 * onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
36 * onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
38 * indirectCRL [4] BOOLEAN DEFAULT FALSE,
39 * onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE
47 private boolean onlyContainsUserCerts = false;
48 private boolean onlyContainsCACerts = false;
50 private boolean indirectCRL = false;
51 private boolean onlyContainsAttributeCerts = false;
77 public void setOnlyContainsUserCerts(boolean onlyContainsUserCerts) {
84 public void setOnlyContainsCACerts(boolean onlyContainsCACerts)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 51 public boolean hasFeature(String feature, String version) {
55 public boolean isCoalescing() {
59 public boolean isExpandEntityReferences() {
63 public boolean isIgnoringElementContentWhitespace() {
67 public boolean isNamespaceAware() {
71 public boolean isValidating() {
  /packages/apps/Camera2/src/com/android/camera/
CameraModule.java 28 public void onPreviewFocusChanged(boolean previewFocused);
46 public boolean onBackPressed();
48 public boolean onKeyDown(int keyCode, KeyEvent event);
50 public boolean onKeyUp(int keyCode, KeyEvent event);
60 public boolean updateStorageHintOnResume();
68 public boolean arePreviewControlsVisible();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GroupMetaData.java 28 private boolean mDefaultGroup;
29 private boolean mFavorites;
32 String title, boolean defaultGroup, boolean favorites) {
62 public boolean isDefaultGroup() {
66 public boolean isFavorites() {

Completed in 1226 milliseconds

<<11121314151617181920>>