/external/nist-sip/java/javax/sip/header/ |
ToHeader.java | 10 boolean hasTag();
|
/external/proguard/src/proguard/ |
KeepClassSpecification.java | 30 public final boolean markClasses; 31 public final boolean markConditionally; 32 public final boolean allowShrinking; 33 public final boolean allowOptimization; 34 public final boolean allowObfuscation; 50 public KeepClassSpecification(boolean markClasses, 51 boolean markConditionally, 52 boolean allowShrinking, 53 boolean allowOptimization, 54 boolean allowObfuscation [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.4.2-2.js | 24 ECMA Section: 15.6.4.2 Boolean.prototype.toString() 25 Description: Returns this boolean value. 28 a runtime error if its this value is not a Boolean 39 var TITLE = "Boolean.prototype.toString()" 51 "tostr=Boolean.prototype.toString; x=new Boolean(); x.toString=tostr;x.toString()", 53 "tostr=Boolean.prototype.toString; x=new Boolean(); x.toString=tostr;x.toString()" ); 55 "tostr=Boolean.prototype.toString; x=new Boolean(true); x.toString=tostr; x.toString()" [all...] |
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/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
expression-011.js | 19 var BOOLEAN = true; 26 var OBJECT = new BOOLEAN(); 34 "BOOLEAN = true; result = new BOOLEAN()" +
|
/external/webkit/Source/WebCore/manual-tests/resources/ |
CheckerApplet.java | 8 public boolean checkVersion()
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 51 Boolean Init; 52 Boolean DeauthenticationRequest; 53 Boolean AuthenticationRequest; 54 Boolean ReAuthenticationRequest; 55 Boolean Disconnect; 58 Boolean TimeoutEvt; 59 Boolean EAPOLKeyReceived; 60 Boolean EAPOLKeyPairwise; 61 Boolean EAPOLKeyRequest; 62 Boolean MICVerified [all...] |
/libcore/luni/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}. 41 public AtomicBoolean(boolean initialValue) { 56 public final boolean get() { 69 public final boolean compareAndSet(boolean expect, boolean update) { 87 public boolean weakCompareAndSet(boolean expect, boolean update) [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
TrustManagerFactorySpiImpl.java | 12 private static boolean isengineInitCalled = false; 13 private static boolean isEngineGetTrustManagersCalled = false; 37 public boolean isEngineGetTrustManagersCalled() { 41 public boolean isEngineInitCalled() {
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IPolicyService.aidl | 21 boolean isActive(in Policy policies); 24 void setAccountHoldFlag(long accountId, boolean newState); 25 boolean isActiveAdmin(); 28 boolean isSupported(in Policy policies);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion30.txt | 3 android:animateFirstView : Defines whether to animate the current View when the ViewAnimation is first displayed. [boolean] 4 android:animateLayoutChanges : Defines whether changes in layout (caused by adding and removing items) should cause a LayoutTransition to run. [boolean] 5 android:animateOnClick : Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle. [boolean] 6 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstBoolean.java | 22 * Constants of type {@code boolean}. 36 * @param value the {@code boolean} value 39 public static CstBoolean make(boolean value) { 63 * @param value the {@code boolean} value 65 private CstBoolean(boolean value) { 72 return getValue() ? "boolean{true}" : "boolean{false}"; 77 return Type.BOOLEAN; 83 return "boolean"; 92 * Gets the {@code boolean} value [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstBoolean.java | 22 * Constants of type {@code boolean}. 36 * @param value the {@code boolean} value 39 public static CstBoolean make(boolean value) { 63 * @param value the {@code boolean} value 65 private CstBoolean(boolean value) { 72 return getValue() ? "boolean{true}" : "boolean{false}"; 77 return Type.BOOLEAN; 83 return "boolean"; 92 * Gets the {@code boolean} value [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
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...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
SAXParserFactoryImpl.java | 39 private Map<String, Boolean> features = new HashMap<String, Boolean>(); 42 public boolean getFeature(String name) throws SAXNotRecognizedException { 51 return Boolean.TRUE.equals(features.get(name)); 55 public boolean isNamespaceAware() { 64 public boolean isValidating() { 87 public void setFeature(String name, boolean value) throws SAXNotRecognizedException { 97 features.put(name, Boolean.TRUE); 100 features.put(name, Boolean.FALSE); 105 public void setNamespaceAware(boolean value) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
WebViewController.java | 62 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url); 64 boolean shouldOverrideKeyEvent(KeyEvent event); 68 void doUpdateVisitedHistory(Tab tab, boolean isReload); 96 boolean shouldShowErrorConsole(); 108 Tab openTab(String url, boolean incognito, boolean setActive, 109 boolean useCurrent); 111 Tab openTab(String url, Tab parent, boolean setActive, 112 boolean useCurrent); 114 boolean switchToTab(Tab tab) [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockCorpus.java | 43 private final boolean mDefaultEnabled; 49 public MockCorpus(Source source, boolean defaultEnabled) { 95 public CorpusResult getSuggestions(String query, int queryLimit, boolean onlyCorpus) { 105 public boolean equals(Object o) { 132 public boolean isWebCorpus() { 136 public boolean queryAfterZeroResults() { 140 public boolean voiceSearchEnabled() { 144 public boolean isCorpusDefaultEnabled() { 148 public boolean includeInAll() { 152 public boolean isCorpusEnabled() [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() {
|
/external/chromium/chrome/browser/ |
preferences_mac.cc | 7 Boolean MacPreferences::AppSynchronize(CFStringRef applicationID) { 16 Boolean MacPreferences::AppValueIsForced(CFStringRef key,
|
/external/clang/test/Sema/ |
implicit-decl.c | 4 typedef unsigned char Boolean; 14 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
|
/external/nist-sip/java/javax/sip/ |
TransactionTerminatedEvent.java | 6 private boolean mIsServerTransaction; 26 public boolean isServerTransaction() {
|
/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/Source/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 );
|