/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.4.3.js | 24 ECMA Section: 15.6.4.3 Boolean.prototype.valueOf() 25 Description: Returns this boolean value. 28 a runtime error if its this value is not a Boolean 40 array[item++] = new TestCase( "15.8.6.4", "new Boolean(1)", true, (new Boolean(1)).valueOf() ); 42 array[item++] = new TestCase( "15.8.6.4", "new Boolean(0)", false, (new Boolean(0)).valueOf() ); 43 array[item++] = new TestCase( "15.8.6.4", "new Boolean(-1)", true, (new Boolean(-1)).valueOf() ); 44 array[item++] = new TestCase( "15.8.6.4", "new Boolean('1')", true, (new Boolean("1")).valueOf() ) [all...] |
15.6.4.3-1.js | 24 ECMA Section: 15.6.4.3 Boolean.prototype.valueOf() 25 Description: Returns this boolean value. 28 a runtime error if its this value is not a Boolean 39 var TITLE = "Boolean.prototype.valueOf()"; 50 array[item++] = new TestCase( SECTION, "new Boolean(1)", true, (new Boolean(1)).valueOf() ); 52 array[item++] = new TestCase( SECTION, "new Boolean(0)", false, (new Boolean(0)).valueOf() ); 53 array[item++] = new TestCase( SECTION, "new Boolean(-1)", true, (new Boolean(-1)).valueOf() ) [all...] |
15.6.4.js | 24 ECMA Section: Properties of the Boolean Prototype Object 26 The Boolean prototype object is itself a Boolean object (its [[Class]] is " 27 Boolean") whose value is false. 29 The value of the internal [[Prototype]] property of the Boolean prototype 32 In following descriptions of functions that are properties of the Boolean 33 prototype object, the phrase "this Boolean object" refers to the object that 36 [[Class]] property is "Boolean". Also, the phrase "this boolean value" 37 refers to the boolean value represented by this Boolean object, that is [all...] |
15.6.4-1.js | 24 ECMA Section: 15.6.4 Properties of the Boolean Prototype Object 27 The Boolean prototype object is itself a Boolean object (its [[Class]] is 28 "Boolean") whose value is false. 30 The value of the internal [[Prototype]] property of the Boolean prototype object 43 writeHeaderToLog( SECTION + " Properties of the Boolean Prototype Object"); 51 array[item++] = new TestCase( SECTION, "typeof Boolean.prototype == typeof( new Boolean )", true, typeof Boolean.prototype == typeof( new Boolean ) ); [all...] |
15.6.3.1-4.js | 24 ECMA Section: 15.6.3.1 Properties of the Boolean Prototype Object 26 Description: The initial value of Boolean.prototype is the built-in 27 Boolean prototype object (15.6.4). 32 This tests the ReadOnly property of Boolean.prototype 41 var TITLE = "Boolean.prototype" 51 var BOOL_PROTO = Boolean.prototype; 54 "var BOOL_PROTO = Boolean.prototype; Boolean.prototype=null; Boolean.prototype == BOOL_PROTO", 56 eval("var BOOL_PROTO = Boolean.prototype; Boolean.prototype=null; Boolean.prototype == BOOL_PROTO") ) [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DocumentBuilderSettingStrategy.java | 15 public boolean hasConflict(DocumentBuilderSettingStrategy other) { 20 boolean value); 22 public abstract boolean hasSetting(DOMDocumentBuilderFactory factory); 26 boolean value) { 30 public boolean hasSetting(DOMDocumentBuilderFactory factory) { 37 public void applySetting(DocumentBuilderFactory factory, boolean value) { 41 public boolean hasSetting(DOMDocumentBuilderFactory factory) { 47 public void applySetting(DocumentBuilderFactory factory, boolean value) { 51 public boolean hasSetting(DOMDocumentBuilderFactory factory) { 57 public void applySetting(DocumentBuilderFactory factory, boolean value) [all...] |
/dalvik/tests/040-miranda/src/ |
MirandaInterface2.java | 8 public boolean inInterface();
|
/external/bluetooth/glib/gio/ |
gio-marshal.list | 3 VOID:BOOLEAN,POINTER
|
/build/tools/droiddoc/src/ |
Scoped.java | 18 boolean isPublic(); 19 boolean isProtected(); 20 boolean isPackagePrivate(); 21 boolean isPrivate(); 22 boolean isHidden();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateErrors.java | 36 public boolean errorInIdleState = false; 37 public boolean errorInIdleStateAfterReset = false; 38 public boolean errorInInitializedState = false; 39 public boolean errorInPreparedState = false; 40 public boolean errorInStartedState = false; 41 public boolean errorInPausedState = false; 42 public boolean errorInStartedStateAfterPause = false; 43 public boolean errorInStoppedState = false; 44 public boolean errorInPreparedStateAfterStop = false; 45 public boolean errorInPlaybackCompletedState = false [all...] |
/packages/apps/Mms/src/com/android/mms/dom/events/ |
EventImpl.java | 27 private boolean mCanBubble; 28 private boolean mCancelable; 32 private boolean mInitialized; 39 private boolean mStopPropagation; 40 private boolean mPreventDefault; 46 public boolean getBubbles() { 50 public boolean getCancelable() { 74 public void initEvent(String eventTypeArg, boolean canBubbleArg, 75 boolean cancelableArg) { 82 public void initEvent(String eventTypeArg, boolean canBubbleArg, boolean cancelableArg [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestFramework.java | 27 boolean hasFeature( 36 void assertTrue(DOMTestCase test, String assertID, boolean actual); 38 void assertFalse(DOMTestCase test, String assertID, boolean actual); 107 boolean expected, 108 boolean actual); 143 boolean expected, 144 boolean actual); 152 boolean same(Object expected, Object actual); 154 boolean equalsIgnoreCase(String expected, String actual); 156 boolean equalsIgnoreCase(Collection expected, Collection actual) [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
MockProvider.java | 39 private final boolean mRequiresNetwork; 40 private final boolean mRequiresSatellite; 41 private final boolean mRequiresCell; 42 private final boolean mHasMonetaryCost; 43 private final boolean mSupportsAltitude; 44 private final boolean mSupportsSpeed; 45 private final boolean mSupportsBearing; 52 private boolean mHasLocation; 53 private boolean mHasStatus; 54 private boolean mEnabled [all...] |
/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 | 39 public native boolean returnBoolean(); 53 public native boolean takeBoolean(boolean v); 54 public native boolean takeByte(byte v); 55 public native boolean takeShort(short v); 56 public native boolean takeChar(char v); 57 public native boolean takeInt(int v); 58 public native boolean takeLong(long v); 59 public native boolean takeFloat(float v); 60 public native boolean takeDouble(double v) [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
MethodAdapter.java | 23 * The adapter calls the void {@link #onInvokeV(String, boolean, Object)} listener 38 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) { 52 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a long. 53 * @see #onInvokeV(String, boolean, Object) 56 public long onInvokeL(String signature, boolean isNative, Object caller) { 62 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a float [all...] |
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...] |
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiChannel.java | 31 boolean getMono(); 33 boolean getMute(); 35 boolean getOmni(); 43 boolean getSolo(); 45 boolean localControl(boolean on); 61 void setMono(boolean on); 63 void setMute(boolean mute); 65 void setOmni(boolean on); 71 void setSolo(boolean soloState) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
boolean-002.js | 2 File Name: boolean-001.js 3 Description: Corresponds to ecma/Boolean/15.6.4.3-4-n.js 5 15.6.4.3 Boolean.prototype.valueOf() 6 Returns this boolean value. 9 a runtime error if its this value is not a Boolean 16 var SECTION = "boolean-002.js"; 18 var TITLE = "Boolean.prototype.valueOf()"; 28 var VALUE_OF = Boolean.prototype.valueOf; 31 var s = new String("Not a Boolean"); 41 "Assigning Boolean.prototype.valueOf to a String object " [all...] |
/frameworks/base/core/java/android/net/ |
IConnectivityManager.aidl | 39 boolean setRadios(boolean onOff); 41 boolean setRadio(int networkType, boolean turnOn); 48 boolean requestRouteToHost(int networkType, int hostAddress); 50 boolean getBackgroundDataSetting(); 52 void setBackgroundDataSetting(boolean allowBackgroundData); 54 boolean getMobileDataEnabled(); 56 void setMobileDataEnabled(boolean enabled); 64 boolean isTetheringSupported() [all...] |
/frameworks/base/location/java/android/location/ |
LocationProviderInterface.java | 30 boolean requiresNetwork(); 31 boolean requiresSatellite(); 32 boolean requiresCell(); 33 boolean hasMonetaryCost(); 34 boolean supportsAltitude(); 35 boolean supportsSpeed(); 36 boolean supportsBearing(); 39 boolean isEnabled(); 44 void enableLocationTracking(boolean enable); 49 boolean sendExtraCommand(String command, Bundle extras) [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
IssuingDistributionPoint.java | 12 * onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE, 13 * onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE, 15 * indirectCRL [4] BOOLEAN DEFAULT FALSE, 16 * onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE } 21 private boolean onlyContainsUserCerts; 22 private boolean onlyContainsCACerts; 23 private boolean indirectCRL; 24 private boolean onlyContainsAttributeCerts; 30 boolean explicit) 86 public boolean onlyContainsUserCerts( [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/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap.h | 49 Boolean eapResp; /* shared with EAPOL Backend Authentication */ 51 Boolean portEnabled; 53 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */ 58 Boolean eapReq; /* shared with EAPOL Backend Authentication */ 59 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */ 60 Boolean eapSuccess; 61 Boolean eapFail; 62 Boolean eapTimeout; 66 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */ 69 Boolean aaaEapReq [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnectionWrapper.java | 28 final boolean mMutable; 30 public InputConnectionWrapper(InputConnection target, boolean mutable) { 62 public boolean deleteSurroundingText(int leftLength, int rightLength) { 66 public boolean setComposingText(CharSequence text, int newCursorPosition) { 70 public boolean finishComposingText() { 74 public boolean commitText(CharSequence text, int newCursorPosition) { 78 public boolean commitCompletion(CompletionInfo text) { 82 public boolean setSelection(int start, int end) { 86 public boolean performEditorAction(int editorAction) { 90 public boolean performContextMenuAction(int id) [all...] |