/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
expression-014.js | 21 var BOOLEAN = new Boolean(); 29 result = new BOOLEAN(); 37 "BOOLEAN = new Boolean(); result = new BOOLEAN()" +
|
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 "+
|
/frameworks/base/opengl/tools/glgen/src/ |
CType.java | 20 boolean isConst; 21 boolean isPointer; 30 public CType(String baseType, boolean isConst, boolean isPointer) { 40 public void setIsConst(boolean isConst) { 44 public boolean isConst() { 48 public void setIsPointer(boolean isPointer) { 52 public boolean isPointer() { 56 boolean isVoid() { 62 public boolean isConstCharPointer() [all...] |
/cts/tools/vm-tests/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/clearsilver/cs/ |
test_joo.cs.gold | 92 Testing ? and == '' - boolean vs. equality? um... boolean is a number, 96 PASS - ELSE boolean true doesn't equal empty (1 != 0) 100 PASS - ELSE boolean true doesn't equal empty (1 != 0) 104 PASS - IF boolean false equals empty (0 == 0) 107 Testing ? and != '' - boolean vs. in-equality? um... 110 PASS - IF boolean true not equal empty (1 != 0) 114 PASS - IF boolean true not equal empty (1 != 0) 118 PASS - ELSE boolean false equals empty (0 == 0) 121 Testing !? and == '' - all boolean true equals empt [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/instanceof/ |
instanceof-001.js | 19 var b = new Boolean(); 22 "var b = new Boolean(); b instanceof Boolean", 24 b instanceof Boolean );
|
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 );
|
/external/webkit/WebCore/html/ |
ValidityState.idl | 26 readonly attribute boolean valueMissing; 27 readonly attribute boolean typeMismatch; 28 readonly attribute boolean patternMismatch; 29 readonly attribute boolean tooLong; 30 readonly attribute boolean rangeUnderflow; 31 readonly attribute boolean rangeOverflow; 32 readonly attribute boolean stepMismatch; 33 readonly attribute boolean customError; 34 readonly attribute boolean valid;
|
/frameworks/base/location/java/android/location/ |
ILocationProvider.aidl | 29 boolean requiresNetwork(); 30 boolean requiresSatellite(); 31 boolean requiresCell(); 32 boolean hasMonetaryCost(); 33 boolean supportsAltitude(); 34 boolean supportsSpeed(); 35 boolean supportsBearing(); 43 void enableLocationTracking(boolean enable); 47 boolean sendExtraCommand(String command, inout Bundle extras);
|
ILocationManager.aidl | 36 List getProviders(boolean enabledOnly); 45 boolean addGpsStatusListener(IGpsStatusListener listener); 51 boolean sendExtraCommand(String provider, String command, inout Bundle extras); 58 boolean isProviderEnabled(String provider); 65 void reportLocation(in Location location, boolean passive); 74 void addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, 75 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude [all...] |
/cts/tests/src/android/app/cts/ |
AppStubActivity.java | 36 public boolean mOnPrepareDialog; 37 public boolean mOnOptionsMenuClosedCalled; 38 public boolean mOnPrepareOptionsMenuCalled; 39 public boolean mOnOptionsItemSelectedCalled; 40 public boolean mOnCreateOptionsMenu; 41 public boolean mIndterminate = false; 42 public boolean mIndterminatevisibility = false; 43 public boolean mSecPro = false; 44 public boolean mOnContextItemSelectedCalled; 45 public boolean mOnCreateContextMenu [all...] |
/external/guava/src/com/google/common/primitives/ |
Booleans.java | 37 * Static utility methods pertaining to {@code boolean} primitives, that are not 38 * already found in either {@link Boolean} or {@link Arrays}. 49 * {@code ((Boolean) value).hashCode()}. 51 * @param value a primitive {@code boolean} value 54 public static int hashCode(boolean value) { 59 * Compares the two specified {@code boolean} values in the standard way 61 * value returned is the same as that of {@code ((Boolean) a).compareTo(b)}. 63 * @param a the first {@code boolean} to compare 64 * @param b the second {@code boolean} to compare 68 public static int compare(boolean a, boolean b) [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DocumentBuilderSettingStrategy.java | 33 public boolean hasConflict(DocumentBuilderSettingStrategy other) { 39 boolean value) throws DOMTestIncompatibleException; 41 public abstract boolean hasSetting(DOMTestDocumentBuilderFactory factory); 45 public void applySetting(DocumentBuilderFactory factory, boolean value) 50 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 59 public void applySetting(DocumentBuilderFactory factory, boolean value) 64 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 72 public void applySetting(DocumentBuilderFactory factory, boolean value) 77 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 84 public void applySetting(DocumentBuilderFactory factory, boolean value [all...] |
/dalvik/libcore/openssl/src/main/java/org/openssl/ |
NativeBN.java | 39 public static native boolean BN_copy(int to, int from); 40 // Returns boolean success AND NOT result BIGNUM handle! 46 public static native boolean putLongInt(int a, long dw); 48 public static native boolean putULongInt(int a, long dw, boolean neg); 56 public static native boolean BN_bin2bn(byte[] s, int len, boolean neg, int ret); 57 // Returns boolean success AND NOT result BIGNUM handle! 62 public static native boolean litEndInts2bn(int[] ints, int len, boolean neg, int ret) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
FolderMock.java | 77 public void create(boolean force, boolean local, IProgressMonitor monitor) 82 public void create(int updateFlags, boolean local, IProgressMonitor monitor) 97 public void delete(boolean force, boolean keepHistory, IProgressMonitor monitor) 110 public void move(IPath destination, boolean force, boolean keepHistory, 115 public boolean exists(IPath path) { 132 public IResource findMember(String name, boolean includePhantoms) { 136 public IResource findMember(IPath path, boolean includePhantoms) [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
DummyLocationProvider.java | 34 boolean mRequiresNetwork; 35 boolean mRequiresSatellite; 36 boolean mRequiresCell; 37 boolean mHasMonetaryCost; 38 boolean mSupportsAltitude; 39 boolean mSupportsSpeed; 40 boolean mSupportsBearing; 48 public void setRequiresNetwork(boolean requiresNetwork) { 52 public void setRequiresSatellite(boolean requiresSatellite) { 56 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
|
/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/gsm/stk/ |
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) {
|
/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() {
|