/cts/tests/src/android/view/cts/ |
GestureDetectorStubActivity.java | 32 public boolean isDown; 33 public boolean isScroll; 34 public boolean isFling; 35 public boolean isSingleTapUp; 36 public boolean onShowPress; 37 public boolean onLongPress; 38 public boolean onDoubleTap; 39 public boolean onDoubleTapEvent; 40 public boolean onSingleTapConfirmed; 66 protected void onLayout(boolean changed, int l, int t, int r, int b) [all...] |
/cts/tests/tests/jni/src/android/jni/cts/ |
InstanceNonce.java | 41 public native boolean returnBoolean(); 55 public native boolean takeBoolean(boolean v); 56 public native boolean takeByte(byte v); 57 public native boolean takeShort(short v); 58 public native boolean takeChar(char v); 59 public native boolean takeInt(int v); 60 public native boolean takeLong(long v); 61 public native boolean takeFloat(float v); 62 public native boolean takeDouble(double v) [all...] |
/frameworks/testing/uiautomator/api/ |
16.txt | 13 method public boolean click(int, int); 22 method public boolean hasAnyWatcherTriggered(); 23 method public boolean hasWatcherTriggered(java.lang.String); 24 method public boolean isScreenOn() throws android.os.RemoteException; 25 method public boolean pressBack(); 26 method public boolean pressDPadCenter(); 27 method public boolean pressDPadDown(); 28 method public boolean pressDPadLeft(); 29 method public boolean pressDPadRight(); 30 method public boolean pressDPadUp() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
color1-expected-completion46b.txt | 2 android:state_focused : State value for StateListDrawable, set when a view has input focus. [boolean] 3 android:state_window_focused : State value for StateListDrawable, set when a view's window has input focus. [boolean] 4 android:state_enabled : State value for StateListDrawable, set when a view is enabled. [boolean] 5 android:state_checkable : State identifier indicating that the object <var>may</var> display a check mark. [boolean] 6 android:state_checked : State identifier indicating that the object is currently checked. [boolean] 7 android:state_selected : State value for StateListDrawable, set when a view (or one of its parents) is currently selected. [boolean] 8 android:state_pressed : State value for StateListDrawable, set when the user is pressing down in a view. [boolean] 9 android:state_activated : State value for StateListDrawable, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest. [boolean] 10 android:state_active : State value for StateListDrawable. [boolean] 11 android:state_single : State value for StateListDrawable. [boolean] [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ValidityState.idl | 25 readonly attribute boolean valueMissing; 26 readonly attribute boolean typeMismatch; 27 readonly attribute boolean patternMismatch; 28 readonly attribute boolean tooLong; 29 readonly attribute boolean rangeUnderflow; 30 readonly attribute boolean rangeOverflow; 31 readonly attribute boolean stepMismatch; 32 readonly attribute boolean badInput; 33 readonly attribute boolean customError; 34 readonly attribute boolean valid [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
BooleanTest.java | 21 assertSame(Boolean.TRUE, Boolean.valueOf(true)); 22 assertTrue(Boolean.TRUE.booleanValue()); 26 assertSame(Boolean.FALSE, Boolean.valueOf(false)); 27 assertFalse(Boolean.FALSE.booleanValue()); 31 assertEquals(0, Boolean.compare(true, true)); 32 assertEquals(0, Boolean.compare(false, false)); 33 assertTrue(Boolean.compare(false, true) < 0); 34 assertTrue(Boolean.compare(true, false) > 0) [all...] |
/cts/tests/src/android/app/cts/ |
TestDialog.java | 42 public boolean isOnStartCalled; 43 public boolean isOnStopCalled; 44 public boolean isOnCreateCalled; 45 public boolean isRequestWindowFeature; 46 public boolean isOnContentChangedCalled; 47 public boolean isOnWindowFocusChangedCalled; 48 public boolean isOnTouchEventCalled; 49 public boolean isOnTrackballEventCalled; 50 public boolean isOnKeyDownCalled; 51 public boolean isOnKeyUpCalled [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
BooleansTest.java | 40 private static final boolean[] EMPTY = {}; 41 private static final boolean[] ARRAY_FALSE = {false}; 42 private static final boolean[] ARRAY_FALSE_FALSE = {false, false}; 43 private static final boolean[] ARRAY_FALSE_TRUE = {false, true}; 45 private static final boolean[] VALUES = {false, true}; 48 assertEquals(Boolean.TRUE.hashCode(), Booleans.hashCode(true)); 49 assertEquals(Boolean.FALSE.hashCode(), Booleans.hashCode(false)); 53 for (boolean x : VALUES) { 54 for (boolean y : VALUES) { 57 Boolean.valueOf(x).compareTo(y) [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
ApiHelper.java | 43 public static final boolean AT_LEAST_16 = Build.VERSION.SDK_INT >= 16; 45 public static final boolean USE_888_PIXEL_FORMAT = 48 public static final boolean ENABLE_PHOTO_EDITOR = 51 public static final boolean HAS_VIEW_SYSTEM_UI_FLAG_LAYOUT_STABLE = 54 public static final boolean HAS_VIEW_SYSTEM_UI_FLAG_HIDE_NAVIGATION = 57 public static final boolean HAS_MEDIA_COLUMNS_WIDTH_AND_HEIGHT = 60 public static final boolean HAS_REUSING_BITMAP_IN_BITMAP_REGION_DECODER = 63 public static final boolean HAS_REUSING_BITMAP_IN_BITMAP_FACTORY = 66 public static final boolean HAS_SET_BEAM_PUSH_URIS = 69 public static final boolean HAS_SET_DEFALT_BUFFER_SIZE = hasMethod [all...] |
/external/clang/test/Analysis/ |
bool-assignment.c | 40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}} 42 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}} 46 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}} 55 x = y; // expected-warning {{Assignment of a non-Boolean value}} 59 x = y; // expected-warning {{Assignment of a non-Boolean value}} 66 // Test MacTypes.h's Boolean 68 typedef unsigned char Boolean; 71 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}} 73 Boolean x = y; // expected-warning {{Assignment of a non-Boolean value} [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap.h | 41 Boolean eapResp; /* shared with EAPOL Backend Authentication */ 43 Boolean portEnabled; 45 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */ 50 Boolean eapReq; /* shared with EAPOL Backend Authentication */ 51 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */ 52 Boolean eapSuccess; 53 Boolean eapFail; 54 Boolean eapTimeout; 58 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */ 61 Boolean aaaEapReq [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
MethodListener.java | 39 public void onInvokeV(String signature, boolean isNative, Object caller); 42 * Same as {@link #onInvokeV(String, boolean, Object)} but returns an integer or similar. 43 * @see #onInvokeV(String, boolean, Object) 44 * @return an integer, or a boolean, or a short or a byte. 46 public int onInvokeI(String signature, boolean isNative, Object caller); 49 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a long. 50 * @see #onInvokeV(String, boolean, Object) 53 public long onInvokeL(String signature, boolean isNative, Object caller); 56 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a float. 57 * @see #onInvokeV(String, boolean, Object [all...] |
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputConnectionWrapperTest.java | 90 public boolean isBeginBatchEditCalled; 91 public boolean isClearMetaKeyStatesCalled; 92 public boolean isCommitCompletionCalled; 93 public boolean isCommitCorrectionCalled; 94 public boolean isCommitTextCalled; 95 public boolean isDeleteSurroundingTextCalled; 96 public boolean isEndBatchEditCalled; 97 public boolean isFinishComposingTextCalled; 98 public boolean isGetCursorCapsModeCalled; 99 public boolean isGetExtractedTextCalled [all...] |
/cts/tests/src/android/widget/cts/ |
MockTextView.java | 31 private boolean mHasCalledOnCreateContextMenu; 32 private boolean mHasCalledOnFocusChanged; 33 private boolean mHasCalledOnMeasure; 34 private boolean mHasCalledOnTextChanged; 35 private boolean mHasCalledDrawableStateChanged; 36 private boolean mHasCalledOnWindowFocusChanged; 37 private boolean mHasCalledOnPrivateIMECommand; 38 private boolean mHasCalledOnKeyMultiple; 52 public boolean hasCalledOnWindowFocusChanged() { 56 public boolean hasCalledOnCreateContextMenu() [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ |
EmptyChromeContextMenuItemDelegate.java | 13 public boolean isIncognito() { 18 public boolean isIncognitoSupported() { 23 public boolean canLoadOriginalImage() { 28 public boolean startDownload(boolean isLink) { 49 public void onSaveToClipboard(String text, boolean isUrl) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_fence.h | 32 boolean nouveau_fence_new(struct nouveau_screen *, struct nouveau_fence **, 33 boolean emit); 34 boolean nouveau_fence_work(struct nouveau_fence *, void (*)(void *), void *); 35 void nouveau_fence_update(struct nouveau_screen *, boolean flushed); 37 boolean nouveau_fence_wait(struct nouveau_fence *); 38 boolean nouveau_fence_signalled(struct nouveau_fence *);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_fence.h | 32 boolean nouveau_fence_new(struct nouveau_screen *, struct nouveau_fence **, 33 boolean emit); 34 boolean nouveau_fence_work(struct nouveau_fence *, void (*)(void *), void *); 35 void nouveau_fence_update(struct nouveau_screen *, boolean flushed); 37 boolean nouveau_fence_wait(struct nouveau_fence *); 38 boolean nouveau_fence_signalled(struct nouveau_fence *);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowInputMethodManager.java | 14 private boolean softInputVisible; 17 public boolean showSoftInput(View view, int flags) { 22 public boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { 28 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { 33 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags, ResultReceiver resultReceiver) { 38 public boolean isSoftInputVisible() {
|
ShadowCheckedTextView.java | 11 private boolean checked; 19 public boolean isChecked() { 24 public void setChecked(boolean checked) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
XmlLoader.java | 9 protected boolean strictI18n = false; 15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; 17 public void setStrictI18n(boolean strict) {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestAnimationListener.java | 8 public boolean wasStartCalled = false; 9 public boolean wasEndCalled = false; 10 public boolean wasRepeatCalled = false;
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentCompat.java | 27 void setMenuVisibility(Fragment f, boolean visible); 28 void setUserVisibleHint(Fragment f, boolean deferStart); 32 public void setMenuVisibility(Fragment f, boolean visible) { 34 public void setUserVisibleHint(Fragment f, boolean deferStart) { 40 public void setMenuVisibility(Fragment f, boolean visible) { 47 public void setUserVisibleHint(Fragment f, boolean deferStart) { 64 * Call {@link Fragment#setMenuVisibility(boolean) Fragment.setMenuVisibility(boolean)} 67 public static void setMenuVisibility(Fragment f, boolean visible) { 72 * Call {@link Fragment#setUserVisibleHint(boolean) setUserVisibleHint(boolean) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_10.java | 5 public boolean run(int a, int b) {
|
T_if_eq_11.java | 5 public boolean run(String a, String b) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Boolean.java | 6 public ASN1Boolean(boolean value)
|