HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 126 - 150 of 9379) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
RestrictedState.java 26 private boolean mPsRestricted;
30 private boolean mCsNormalRestricted;
34 private boolean mCsEmergencyRestricted;
45 public void setCsEmergencyRestricted(boolean csEmergencyRestricted) {
52 public boolean isCsEmergencyRestricted() {
59 public void setCsNormalRestricted(boolean csNormalRestricted) {
66 public boolean isCsNormalRestricted() {
73 public void setPsRestricted(boolean psRestricted) {
80 public boolean isPsRestricted() {
84 public boolean isCsRestricted()
    [all...]
  /cts/tests/src/android/view/cts/
WindowStubActivity.java 29 private static boolean mIsOnCreateOptionsMenuCalled;
30 private static boolean mIsOnOptionsMenuClosedCalled;
31 private static boolean mIsOnKeyDownCalled;
41 public boolean onCreateOptionsMenu(Menu menu) {
55 public boolean onKeyDown(int keyCode, KeyEvent event) {
60 public boolean isOnCreateOptionsMenuCalled() {
64 public boolean isOnOptionsMenuClosedCalled() {
68 public boolean isOnKeyDownCalled() {
SurfaceViewStubActivity.java 59 private boolean mIsDraw;
60 private boolean mIsAttachedToWindow;
61 private boolean mIsDetachedFromWindow;
62 private boolean mIsOnMeasure;
63 private boolean mIsOnScrollChanged;
64 private boolean mIsOnSizeChanged;
65 private boolean mIsOnWindowVisibilityChanged;
66 private boolean mIsDispatchDraw;
67 private boolean mIsSurfaceChanged;
206 public boolean isDraw()
    [all...]
  /external/proguard/src/proguard/ant/
KeepSpecificationElement.java 34 private boolean allowShrinking;
35 private boolean allowOptimization;
36 private boolean allowObfuscation;
47 boolean markClasses,
48 boolean markConditionally)
71 public void setAllowshrinking(boolean allowShrinking)
77 public void setAllowoptimization(boolean allowOptimization)
83 public void setAllowobfuscation(boolean allowObfuscation)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.3.1.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).
43 var TITLE = "Boolean.prototype";
54 array[item++] = new TestCase( SECTION, "Boolean.prototype.valueOf()", false, Boolean.prototype.valueOf() );
55 array[item++] = new TestCase( SECTION, "Boolean.length", 1, Boolean.length );
15.6.4-2.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, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
15.6.4.1.js 24 ECMA Section: 15.6.4.1 Boolean.prototype.constructor
26 Description: The initial value of Boolean.prototype.constructor
27 is the built-in Boolean constructor.
36 var TITLE = "Boolean.prototype.constructor"
47 "( Boolean.prototype.constructor == Boolean )",
49 (Boolean.prototype.constructor == Boolean) );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.2.js 24 ECMA Section: 7.7.2 Boolean Literals
30 The value of the Boolean literal true is a value of the
31 Boolean type, namely true.
33 The value of the Boolean literal false is a value of the
34 Boolean type, namely false.
43 var TITLE = "Boolean Literals";
56 array[item++] = new TestCase( SECTION, "true", Boolean(true), true );
57 array[item++] = new TestCase( SECTION, "false", Boolean(false), false );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/version120/
boolean-001.js 23 * File Name: boolean-001.js
26 * In JavaScript 1.2, new Boolean(false) evaluates to false.
31 var SECTION = "boolean-001.js";
34 var TITLE = "new Boolean(false) should evaluate to false";
40 BooleanTest( "new Boolean(true)", new Boolean(true), true );
41 BooleanTest( "new Boolean(false)", new Boolean(false), false );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/Boolean/
boolean-001.js 23 * File Name: boolean-001.js
26 * In JavaScript 1.2, new Boolean(false) evaluates to false.
31 var SECTION = "boolean-001.js";
33 var TITLE = "new Boolean(false) should evaluate to false";
40 BooleanTest( "new Boolean(true)", new Boolean(true), true );
41 BooleanTest( "new Boolean(false)", new Boolean(false), true );
  /external/webkit/WebCore/dom/
TouchEvent.idl 34 readonly attribute boolean ctrlKey;
35 readonly attribute boolean shiftKey;
36 readonly attribute boolean altKey;
37 readonly attribute boolean metaKey;
48 in boolean ctrlKey,
49 in boolean altKey,
50 in boolean shiftKey,
51 in boolean metaKey);
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownWatchdog.java 28 private boolean nativeQueueEmpty = true;
29 private boolean awtQueueEmpty = true;
30 private boolean windowListEmpty = true;
32 private boolean forcedShutdown = false;
36 public synchronized void setNativeQueueEmpty(boolean empty) {
41 public synchronized void setAwtQueueEmpty(boolean empty) {
46 public synchronized void setWindowListEmpty(boolean empty) {
68 private boolean canShutdown() {
  /frameworks/base/media/java/android/media/
IAudioService.aidl 35 void setStreamSolo(int streamType, boolean state, IBinder cb);
37 void setStreamMute(int streamType, boolean state, IBinder cb);
51 boolean shouldVibrate(int vibrateType);
61 boolean loadSoundEffects();
67 void setSpeakerphoneOn(boolean on);
69 boolean isSpeakerphoneOn();
71 void setBluetoothScoOn(boolean on);
73 boolean isBluetoothScoOn();
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 51 public boolean hasFeature(String feature, String version) {
55 public boolean isCoalescing() {
59 public boolean isExpandEntityReferences() {
63 public boolean isIgnoringElementContentWhitespace() {
67 public boolean isNamespaceAware() {
71 public boolean isValidating() {
  /external/bluetooth/bluez/test/
service-record.dtd 3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+>
6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
22 <!ELEMENT boolean EMPTY>
23 <!ATTLIST boolean value CDATA #REQUIRED>
24 <!ATTLIST boolean name CDATA>
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_decode_boolean.c 15 ASN.1 DER, decode a BOOLEAN, Tom St Denis
22 Read a BOOLEAN
23 @param in The destination for the DER encoded BOOLEAN
24 @param inlen The size of the DER BOOLEAN
25 @param out [out] The boolean to decode
45 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.c,v $ */
der_encode_boolean.c 15 ASN.1 DER, encode a BOOLEAN, Tom St Denis
22 Store a BOOLEAN
23 @param in The boolean to encode
24 @param out [out] The destination for the DER encoded BOOLEAN
25 @param outlen [in/out] The max size and resulting size of the DER BOOLEAN
49 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.c,v $ */
  /external/easymock/src/org/easymock/
LogicalOperator.java 23 public boolean matchResult(int result) {
28 public boolean matchResult(int result) {
33 public boolean matchResult(int result) {
38 public boolean matchResult(int result) {
43 public boolean matchResult(int result) {
58 public abstract boolean matchResult(int result);
  /external/webkit/WebCore/html/
HTMLTextAreaElement.idl 29 attribute boolean disabled;
30 attribute boolean autofocus;
35 attribute boolean readOnly;
36 attribute boolean required;
44 readonly attribute boolean willValidate;
46 boolean checkValidity();
  /frameworks/base/awt/org/apache/harmony/awt/state/
State.java 34 boolean isEnabled();
35 boolean isVisible();
36 boolean isFocused();
39 boolean isFontSet();
43 boolean isBackgroundSet();
46 boolean isTextColorSet();
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 27 void userActivity(long when, boolean noChangeLights);
28 void userActivityWithForce(long when, boolean noChangeLights, boolean force);
33 void preventScreenOn(boolean prevent);
34 boolean isScreenOn();
40 void setAttentionLight(boolean on, int color);
  /packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
IPinyinDecoderService.aidl 24 int imDelSearch(int pos, boolean is_pos_in_splid, boolean clear_fixed_this_step);
27 String imGetPyStr(boolean decoded);
28 int imGetPyStrLen(boolean decoded);
36 boolean imCancelInput();
43 boolean syncBegin();
  /sdk/traceview/src/com/android/traceview/
ProfileNode.java 24 private boolean mIsParent;
25 private boolean mIsRecursive;
28 ProfileData[] children, boolean isParent, boolean isRecursive) {
44 public boolean isParent() {
48 public boolean isRecursive() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
ProjectMock.java 82 public void delete(boolean deleteContent, boolean force, IProgressMonitor monitor)
123 public boolean hasNature(String natureId) throws CoreException {
127 public boolean isNatureEnabled(String natureId) throws CoreException {
131 public boolean isOpen() {
135 public void move(IProjectDescription description, boolean force, IProgressMonitor monitor)
158 public boolean exists(IPath path) {
175 public IResource findMember(String name, boolean includePhantoms) {
179 public IResource findMember(IPath path, boolean includePhantoms) {
187 public String getDefaultCharset(boolean checkImplicit) throws CoreException
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 11 * A {@code boolean} value that may be updated atomically. See the
16 * {@link java.lang.Boolean}.
44 public AtomicBoolean(boolean initialValue) {
59 public final boolean get() {
72 public final boolean compareAndSet(boolean expect, boolean update) {
90 public boolean weakCompareAndSet(boolean expect, boolean update)
    [all...]

Completed in 188 milliseconds

1 2 3 4 56 7 8 91011>>