/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
FutureTask.java | 66 public boolean isCancelled() { 70 public boolean isDone() { 74 public boolean cancel(boolean mayInterruptIfRunning) { 148 protected boolean runAndReset() { 190 private boolean ranOrCancelled(int state) { 205 protected boolean tryReleaseShared(int ignore) { 210 boolean innerIsCancelled() { 214 boolean innerIsDone() { 279 boolean innerCancel(boolean mayInterruptIfRunning) [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 122 public static boolean isAbstract(int modifiers) { 135 public static boolean isFinal(int modifiers) { 148 public static boolean isInterface(int modifiers) { 161 public static boolean isNative(int modifiers) { 174 public static boolean isPrivate(int modifiers) { 187 public static boolean isProtected(int modifiers) { 200 public static boolean isPublic(int modifiers) { 213 public static boolean isStatic(int modifiers) { 226 public static boolean isStrict(int modifiers) { 239 public static boolean isSynchronized(int modifiers) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ModifierTest.java | 55 // Test for method boolean java.lang.reflect.Modifier.isAbstract(int) 73 // Test for method boolean java.lang.reflect.Modifier.isFinal(int) 90 // Test for method boolean java.lang.reflect.Modifier.isInterface(int) 108 // Test for method boolean java.lang.reflect.Modifier.isNative(int) 125 // Test for method boolean java.lang.reflect.Modifier.isPrivate(int) 143 // Test for method boolean java.lang.reflect.Modifier.isProtected(int) 161 // Test for method boolean java.lang.reflect.Modifier.isPublic(int) 178 // Test for method boolean java.lang.reflect.Modifier.isStatic(int) 195 // Test for method boolean java.lang.reflect.Modifier.isStrict(int) 211 // Test for method boolean [all...] |
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
MockPreferenceChangeListener.java | 11 private boolean addDispatched = false; 19 boolean result = false; 82 public boolean getResult() {
|
/dalvik/libcore/security/src/main/java/java/security/acl/ |
Group.java | 37 boolean addMember(Principal user); 46 boolean removeMember(Principal user); 55 boolean isMember(Principal member);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCEPBEKey.java | 23 boolean tryWrong = false; 142 void setTryWrongPKCS12Zero(boolean tryWrong) 147 boolean shouldTryWrongPKCS12()
|
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/ |
JDBCConnection.java | 27 protected boolean autocommit = true; 33 protected boolean intrans = false; 58 private boolean readonly = false; 61 private boolean busy0(DatabaseX db, int count) { 76 public boolean busy(String table, int count) { 80 protected boolean busy3(DatabaseX db, int count) { 94 private DatabaseX open(boolean readonly) throws SQLException { 193 public boolean isClosed() throws SQLException { 197 public boolean isReadOnly() throws SQLException { 219 public boolean getAutoCommit() throws SQLException [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/ |
OwnerImpl.java | 36 public synchronized boolean addOwner(Principal principal, Principal principal1)
52 public synchronized boolean deleteOwner(Principal principal, Principal principal1)
65 public synchronized boolean isOwner(Principal principal)
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
WhiteSpaceInfo.java | 36 private boolean m_shouldStripSpace; 45 public boolean getShouldStripSpace() 69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XBooleanStatic.java | 34 private final boolean m_val; 41 public XBooleanStatic(boolean b) 58 public boolean equals(XObject obj2)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ProxyDrawable.java | 27 private boolean mMutated; 66 public void setFilterBitmap(boolean filter) { 73 public void setDither(boolean dither) {
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
Notepadv1.java | 43 public boolean onCreateOptionsMenu(Menu menu) { 44 boolean result = super.onCreateOptionsMenu(menu); 50 public boolean onOptionsItemSelected(MenuItem item) {
|
/external/easymock/src/org/easymock/internal/ |
Range.java | 51 public boolean hasFixedCount() {
78 public boolean contains(int count) {
82 public boolean hasOpenCount() {
|
/external/proguard/src/proguard/evaluation/value/ |
IdentifiedReferenceValue.java | 41 boolean mayBeNull, 62 public boolean isSpecific() 70 public boolean equals(Object object)
|
TopValue.java | 34 public boolean isSpecific() 39 public boolean isParticular() 62 public boolean equals(Object object)
|
/external/proguard/src/proguard/util/ |
ListMatcher.java | 34 private final boolean[] negate; 43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) 52 public boolean matches(String string)
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/ |
StrictEquality-001.js | 22 StrictEquality( true, new Boolean(true), false ); 23 StrictEquality( new Boolean(), false, false ); 49 // 10. If Type(x) is Boolean, return true if x and y are both true or
|
instanceof-006.js | 80 // InstanceOf( true, Boolean, false ); 81 InstanceOf( new Boolean(false), Boolean, true );
|
/external/webkit/WebCore/dom/ |
MessagePort.idl | 48 in boolean useCapture); 51 in boolean useCapture); 52 boolean dispatchEvent(in Event evt)
|
/external/webkit/WebCore/html/ |
HTMLDataGridCellElement.idl | 33 attribute boolean focused; // Whether or not this cell is currently focused. 35 attribute boolean checked; // The checked state of the column, assuming the type of the column is checkbox. 36 attribute boolean indeterminate; // If the checked state is indeterminate.
|
HTMLDataGridRowElement.idl | 31 attribute boolean selected; // Whether or not the row is currently selected. 32 attribute boolean focused; // Whether or not the row is the current object in the tree for keyboard navigation (or as the principal item of a multiple selection). 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
|
/external/webkit/WebCore/loader/appcache/ |
DOMApplicationCache.idl | 60 in boolean useCapture); 63 in boolean useCapture); 64 boolean dispatchEvent(in Event evt)
|
/external/webkit/WebCore/notifications/ |
Notification.idl | 48 in boolean useCapture); 51 in boolean useCapture); 52 boolean dispatchEvent(in Event evt)
|
/external/webkit/WebCore/page/ |
EventSource.idl | 58 in boolean useCapture); 61 in boolean useCapture); 62 boolean dispatchEvent(in Event evt)
|
Navigator.idl | 38 readonly attribute boolean cookieEnabled; 39 boolean javaEnabled(); 41 readonly attribute boolean onLine;
|