/packages/apps/Browser/src/com/android/browser/ |
UiController.java | 52 Tab openTab(String url, boolean incognito, boolean setActive, 53 boolean useCurrent); 57 boolean switchToTab(Tab tab); 65 Intent createBookmarkCurrentPageIntent(boolean canBeAnEdit); 71 boolean supportsVoiceSearch(); 79 boolean shouldShowErrorConsole(); 87 boolean isInCustomActionMode(); 97 boolean onOptionsItemSelected(MenuItem item); 99 SnapshotTab createNewSnapshotTab(long snapshotId, boolean setActive) [all...] |
/libcore/luni/src/main/java/java/math/ |
NativeBN.java | 36 public static native boolean BN_copy(int to, int from); 37 // Returns boolean success AND NOT result BIGNUM handle! 43 public static native boolean putLongInt(int a, long dw); 45 public static native boolean putULongInt(int a, long dw, boolean neg); 53 public static native boolean BN_bin2bn(byte[] s, int len, boolean neg, int ret); 54 // Returns boolean success AND NOT result BIGNUM handle! 59 public static native boolean litEndInts2bn(int[] ints, int len, boolean neg, int ret) [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
DummyLocationProvider.java | 35 boolean mRequiresNetwork; 36 boolean mRequiresSatellite; 37 boolean mRequiresCell; 38 boolean mHasMonetaryCost; 39 boolean mSupportsAltitude; 40 boolean mSupportsSpeed; 41 boolean mSupportsBearing; 49 public void setRequiresNetwork(boolean requiresNetwork) { 53 public void setRequiresSatellite(boolean requiresSatellite) { 57 public void setRequiresCell(boolean requiresCell) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 24 boolean debug = false; 27 boolean rawBytes = false; 30 boolean basicBlocks = false; 33 boolean ropBlocks = false; 36 boolean ssaBlocks = false; 42 boolean optimize = false; 45 boolean strictParse = false; 51 boolean dotDump = false;
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoFancyMethod.java | 10 boolean callMe() default false; 11 boolean biteMe();
|
/dalvik/tests/040-miranda/src/ |
MirandaClass.java | 10 public boolean inInterface() { 20 public boolean inAbstract() {
|
/external/dbus/test/data/invalid-messages/ |
bad-boolean-array.message | 1 ## a message with an invalid boolean array 21 TYPE BOOLEAN
|
bad-boolean.message | 1 ## a message with an invalid boolean value 20 TYPE BOOLEAN
|
/external/llvm/test/FrontendAda/ |
array_ref.adb | 3 type A is array (Natural range <>, Natural range <>) of Boolean; 5 function Get (X : A_Access) return Boolean is
|
/external/nist-sip/java/javax/sip/address/ |
TelURL.java | 19 boolean isGlobal(); 20 void setGlobal(boolean global);
|
/external/nist-sip/java/javax/sip/header/ |
ContactHeader.java | 14 boolean isWildCard(); 16 void setWildCardFlag(boolean wildCardFlag);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
boolean-001.js | 2 File Name: boolean-001.js 3 Description: Corresponds to ecma/Boolean/15.6.4.2-4-n.js 6 a runtime error if its this value is not a Boolean 13 var SECTION = "boolean-001.js"; 15 var TITLE = "Boolean.prototype.toString()"; 25 var TO_STRING = Boolean.prototype.toString; 28 var s = new String("Not a Boolean"); 38 "Assigning Boolean.prototype.toString to a String object "+
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/instanceof/ |
instanceof-002.js | 21 var b = new Boolean(); 24 "var b = new Boolean(); b instanceof Boolean", 26 b instanceof Boolean ); 39 "true instanceof Boolean", 41 true instanceof Boolean ); 44 "Boolean instanceof Object", 46 Boolean instanceof Object );
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderStateErrors.java | 32 public boolean errorInInitialState = false; 33 public boolean errorInInitialStateAfterReset = false; 34 public boolean errorInInitialStateAfterStop = false; 35 public boolean errorInInitializedState = false; 36 public boolean errorInDataSourceConfiguredState = false; 37 public boolean errorInPreparedState = false; 38 public boolean errorInRecordingState = false; 39 public boolean errorInErrorState = false;
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
TextAttribute.java | 30 public boolean bold; 31 public boolean italic; 32 public boolean underlined; 33 public boolean strikeThrough; 37 FontSize size, boolean bold, boolean italic, boolean underlined, 38 boolean strikeThrough, TextColor color) {
|
/frameworks/base/wifi/java/android/net/wifi/ |
NetworkUpdateResult.java | 23 boolean ipChanged; 24 boolean proxyChanged; 32 public NetworkUpdateResult(boolean ip, boolean proxy) { 46 public void setIpChanged(boolean ip) { 50 public boolean hasIpChanged() { 54 public void setProxyChanged(boolean proxy) { 58 public boolean hasProxyChanged() {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
OS.java | 20 private static boolean macOs; 21 private static boolean leopard; 22 private static boolean linux; 23 private static boolean windows; 36 public static boolean isMacOsX() { 40 public static boolean isLeopardOrLater() { 44 public static boolean isLinux() { 48 public static boolean isWindows() {
|
/external/doclava/src/com/google/doclava/ |
Scoped.java | 20 boolean isPublic(); 22 boolean isProtected(); 24 boolean isPackagePrivate(); 26 boolean isPrivate(); 28 boolean isHidden();
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 52 Boolean authAbort; 53 Boolean authFail; 55 Boolean authStart; 56 Boolean authTimeout; 57 Boolean authSuccess; 58 Boolean eapolEap; 59 Boolean initialize; 60 Boolean keyDone; 61 Boolean keyRun; 62 Boolean keyTxEnabled [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
DeviceHost.java | 60 boolean connect(int technology); 61 boolean reconnect(); 62 boolean disconnect(); 64 boolean presenceCheck(); 65 boolean isPresent(); 74 byte[] transceive(byte[] data, boolean raw, int[] returnCode); 76 boolean checkNdef(int[] out); 78 boolean writeNdef(byte[] data); 80 boolean formatNdef(byte[] key); 81 boolean isNdefFormatable() [all...] |
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputConnectionWrapperTest.java | 43 args = {InputConnection.class, boolean.class} 148 args = {boolean.class} 207 public boolean isBeginBatchEditCalled; 208 public boolean isClearMetaKeyStatesCalled; 209 public boolean isCommitCompletionCalled; 210 public boolean isCommitCorrectionCalled; 211 public boolean isCommitTextCalled; 212 public boolean isDeleteSurroundingTextCalled; 213 public boolean isEndBatchEditCalled; 214 public boolean isFinishComposingTextCalled [all...] |
/dalvik/dx/tests/090-dex-unify-arrays/ |
Blort.java | 24 static public Object test1(boolean b) { 28 static public int test2(boolean b) { 33 static public int test3(boolean b) { 38 static public int test4(boolean b) { 39 Object o = b ? (Object) new long[1] : new boolean[1]; 43 static public int test5(boolean b) { 48 static public int test6(boolean b) { 49 Object o = b ? (Object) new byte[1] : new boolean[1]; 53 static public Object test7(boolean b) { 57 static public Object[] test8(boolean b) [all...] |
/external/proguard/src/proguard/gui/ |
KeepSpecificationsPanel.java | 35 private final boolean markClasses; 36 private final boolean markConditionally; 37 private final boolean allowShrinking; 38 private final boolean allowOptimization; 39 private final boolean allowObfuscation; 43 boolean markClasses, 44 boolean markConditionally, 45 boolean allowShrinking, 46 boolean allowOptimization, 47 boolean allowObfuscation [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-3.js | 24 ECMA Section: 15.6.3.1 Boolean.prototype 26 Description: The initial valu eof Boolean.prototype is the built-in 27 Boolean prototype object (15.6.4). 32 This tests the DontDelete property of Boolean.prototype 41 var TITLE = "Boolean.prototype" 52 "delete( Boolean.prototype); Boolean.prototype", 53 Boolean.prototype, 54 eval("delete( Boolean.prototype); Boolean.prototype") ) [all...] |
/external/webkit/Source/WebCore/dom/ |
MouseEvent.idl | 28 readonly attribute boolean ctrlKey; 29 readonly attribute boolean shiftKey; 30 readonly attribute boolean altKey; 31 readonly attribute boolean metaKey; 36 in boolean canBubble, 37 in boolean cancelable, 44 in boolean ctrlKey, 45 in boolean altKey, 46 in boolean shiftKey, 47 in boolean metaKey, [all...] |