/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/ |
call-1.js | 27 "ToString.call( Boolean, Boolean.prototype )", 29 ToString.call( Boolean, Boolean.prototype ) ); 32 "ToString.call( Boolean, Boolean.prototype.valueOf() )", 34 ToString.call( Boolean, Boolean.prototype.valueOf() ) );
|
/libcore/luni/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
|
/external/bouncycastle/src/main/java/org/bouncycastle/util/ |
Selector.java | 6 boolean match(Object obj);
|
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiManager.aidl | 38 boolean removeNetwork(int netId); 40 boolean enableNetwork(int netId, boolean disableOthers); 42 boolean disableNetwork(int netId); 44 boolean pingSupplicant(); 46 void startScan(boolean forceActive); 58 boolean setWifiEnabled(boolean enable); 62 void setCountryCode(String country, boolean persist); 64 void setFrequencyBand(int band, boolean persist) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
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...] |
/frameworks/base/services/java/com/android/server/location/ |
LocationProviderInterface.java | 32 boolean requiresNetwork(); 33 boolean requiresSatellite(); 34 boolean requiresCell(); 35 boolean hasMonetaryCost(); 36 boolean supportsAltitude(); 37 boolean supportsSpeed(); 38 boolean supportsBearing(); 40 boolean meetsCriteria(Criteria criteria); 42 boolean isEnabled(); 47 void enableLocationTracking(boolean enable) [all...] |
/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...] |
/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...] |
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnectionWrapper.java | 28 final boolean mMutable; 30 public InputConnectionWrapper(InputConnection target, boolean mutable) { 65 public boolean deleteSurroundingText(int leftLength, int rightLength) { 69 public boolean setComposingText(CharSequence text, int newCursorPosition) { 73 public boolean setComposingRegion(int start, int end) { 77 public boolean finishComposingText() { 81 public boolean commitText(CharSequence text, int newCursorPosition) { 85 public boolean commitCompletion(CompletionInfo text) { 89 public boolean commitCorrection(CorrectionInfo correctionInfo) { 93 public boolean setSelection(int start, int end) [all...] |
/frameworks/base/core/java/android/webkit/ |
DebugFlags.java | 30 public static final boolean BROWSER_FRAME = false; 31 public static final boolean CACHE_MANAGER = false; 32 public static final boolean CALLBACK_PROXY = false; 33 public static final boolean COOKIE_MANAGER = false; 34 public static final boolean COOKIE_SYNC_MANAGER = false; 35 public static final boolean FRAME_LOADER = false; 36 public static final boolean J_WEB_CORE_JAVA_BRIDGE = false;// HIGHLY VERBOSE 37 public static final boolean LOAD_LISTENER = false; 38 public static final boolean NETWORK = false; 39 public static final boolean SSL_ERROR_HANDLER = false [all...] |
/frameworks/base/location/java/android/location/ |
ILocationManager.aidl | 37 List<String> getProviders(in Criteria criteria, boolean enabledOnly); 38 String getBestProvider(in Criteria criteria, boolean enabledOnly); 39 boolean providerMeetsCriteria(String provider, in Criteria criteria); 42 boolean singleShot, in ILocationListener listener); 44 boolean singleShot, in PendingIntent intent); 48 boolean addGpsStatusListener(IGpsStatusListener listener); 54 boolean sendExtraCommand(String provider, String command, inout Bundle extras); 61 boolean isProviderEnabled(String provider); 68 void reportLocation(in Location location, boolean passive); 70 boolean geocoderIsPresent() [all...] |
ILocationProvider.aidl | 31 boolean requiresNetwork(); 32 boolean requiresSatellite(); 33 boolean requiresCell(); 34 boolean hasMonetaryCost(); 35 boolean supportsAltitude(); 36 boolean supportsSpeed(); 37 boolean supportsBearing(); 39 boolean meetsCriteria(in Criteria criteria); 46 void enableLocationTracking(boolean enable); 50 boolean sendExtraCommand(String command, inout Bundle extras) [all...] |
/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...] |
/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/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...] |
/external/webkit/Source/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/bluetooth/ |
IBluetoothA2dp.aidl | 28 boolean connect(in BluetoothDevice device); 29 boolean disconnect(in BluetoothDevice device); 33 boolean setPriority(in BluetoothDevice device, int priority); 35 boolean isA2dpPlaying(in BluetoothDevice device); 38 boolean suspendSink(in BluetoothDevice device); 39 boolean resumeSink(in BluetoothDevice device); 40 boolean connectSinkInternal(in BluetoothDevice device); 41 boolean disconnectSinkInternal(in BluetoothDevice device); 42 boolean allowIncomingConnect(in BluetoothDevice device, boolean value) [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...] |