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

<<11121314151617181920>>

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 32 public native boolean eglInitialize(EGLDisplay display, int[] major_minor);
33 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
34 public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value);
35 public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
36 public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value);
37 public native boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config);
39 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context);
40 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
41 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
43 public native boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface)
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 97 boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
98 boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap);
103 boolean eglDestroyContext(EGLDisplay display, EGLContext context);
104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
105 boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value);
106 boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config);
112 boolean eglInitialize(EGLDisplay display, int[] major_minor);
113 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
116 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 47 public boolean enableToggleState(int stateId, boolean resetIfNotFound) {
72 public boolean disableToggleState(int stateId, boolean resetIfNotFound) {
87 public boolean disableAllToggleStates() {
173 public boolean isKeyCodeKey() {
183 public boolean isUserDefKey() {
193 public boolean isUniStrKey() {
205 public boolean needBalloon() {
214 public boolean repeatable()
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCDatabaseMetaData.java 14 public boolean allProceduresAreCallable() throws SQLException {
18 public boolean allTablesAreSelectable() throws SQLException {
30 public boolean isReadOnly() throws SQLException {
34 public boolean nullsAreSortedHigh() throws SQLException {
38 public boolean nullsAreSortedLow() throws SQLException {
42 public boolean nullsAreSortedAtStart() throws SQLException {
46 public boolean nullsAreSortedAtEnd() throws SQLException {
75 public boolean usesLocalFiles() throws SQLException {
79 public boolean usesLocalFilePerTable() throws SQLException {
83 public boolean supportsMixedCaseIdentifiers() throws SQLException
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaBucketList.java 23 private static final Boolean TRUE = new Boolean(true);
24 private static final Boolean FALSE = new Boolean(false);
27 private boolean mDirtyCount;
28 private boolean mDirtyAcceleratedLookup;
30 private HashMap<MediaItem, Boolean> mCachedItems = new HashMap<MediaItem, Boolean>(1024);
100 public void add(int slotId, MediaFeed feed, boolean removeIfAlreadyAdded) {
110 final boolean hasExpandedMediaSet = feed.hasExpandedMediaSet()
    [all...]
  /cts/tests/src/android/content/cts/
MockSyncAdapter.java 35 private boolean mInitialized;
36 private boolean mStartSync;
37 private boolean mCancelSync;
52 public boolean isInitialized() {
56 public boolean isStartSync() {
60 public boolean isCancelSync() {
  /dalvik/hit/src/com/android/hit/
Types.java 23 public static final int BOOLEAN = 4;
40 case 'Z': return 1; // boolean
50 case BOOLEAN: return 1;
67 case 'Z': return "boolean";
77 case BOOLEAN: return "boolean";
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 30 static Boolean bool;
48 bool = new Boolean(true);
52 assertTrue("Initialization failed.", ((Boolean) wr.get())
60 boolean exception = false;
79 bool = new Boolean(true);
84 assertTrue("Initialization failed.", ((Boolean) wr.get())
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclEntryImpl.java 32 private boolean negative;
47 public boolean setPrincipal(Principal principal) {
60 public boolean isNegative() {
64 public boolean addPermission(Permission permission) {
73 public boolean removePermission(Permission permission) {
77 public boolean checkPermission(Permission permission) {
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 69 public final boolean isDebugEnabled() { return false; }
76 public final boolean isErrorEnabled() { return false; }
83 public final boolean isFatalEnabled() { return false; }
90 public final boolean isInfoEnabled() { return false; }
97 public final boolean isTraceEnabled() { return false; }
104 public final boolean isWarnEnabled() { return false; }
  /external/emma/core/java12/com/vladium/emma/data/
IMetaData.java 29 boolean hasSrcFileData ();
30 boolean hasLineNumberData ();
32 // boolean hasDescriptor (ClassDescriptor cls);
33 boolean hasDescriptor (String classVMName);
38 boolean add (ClassDescriptor cls, boolean overwrite);
  /external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java 38 private final boolean allowAccessModification;
39 private final boolean mergeInterfacesAggressively;
51 public HorizontalClassMerger(boolean allowAccessModification,
52 boolean mergeInterfacesAggressively)
68 public HorizontalClassMerger(boolean allowAccessModification,
69 boolean mergeInterfacesAggressively,
VerticalClassMerger.java 39 private final boolean allowAccessModification;
40 private final boolean mergeInterfacesAggressively;
52 public VerticalClassMerger(boolean allowAccessModification,
53 boolean mergeInterfacesAggressively)
69 public VerticalClassMerger(boolean allowAccessModification,
70 boolean mergeInterfacesAggressively,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.2-4-n.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()";
50 "tostr=Boolean.prototype.toString; x=new String( 'hello' ); x.toString=tostr; x.toString()",
52 "tostr=Boolean.prototype.toString; x=new String( 'hello' ); x.toString=tostr; x.toString()" );
15.6.4.3-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
39 var TITLE = "Boolean.prototype.valueOf()";
53 "x=true; x.valueOf=Boolean.prototype.valueOf;x.valueOf()",
55 eval("x=true; x.valueOf=Boolean.prototype.valueOf;x.valueOf()") );
15.6.4.3-4-n.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
38 var TITLE = "Boolean.prototype.valueOf()";
51 "valof=Boolean.prototype.valueOf; x=new String( 'hello' ); x.valueOf=valof;x.valueOf()",
53 "valof=Boolean.prototype.valueOf; x=new String( 'hello' ); x.valueOf=valof;x.valueOf()" );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.6.2-1.js 68 // tests for boolean primitive, boolean object, Object object, a "MyObject" whose value is
69 // a boolean primitive and a boolean object, and "MyValuelessObject", where the value is
78 "var EXP_1 = new Boolean(true); var EXP_2 = new Boolean(false); EXP_1 - EXP_2",
80 eval("var EXP_1 = new Boolean(true); var EXP_2 = new Boolean(false); EXP_1 - EXP_2") );
88 "var EXP_1 = new Object(new Boolean(true)); var EXP_2 = new Object(new Boolean(false)); EXP_1 - EXP_2"
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 32 TRUE = new Boolean( true );
33 FALSE = new Boolean( false );
54 SwitchTest( new Boolean( true ), "default" );
55 SwitchTest( new Boolean(false ), "default" );
70 case new Boolean(true): result += "new TRUE"; break;
71 case new Boolean(false): result += "new FALSE"; break;
  /external/webkit/WebCore/dom/
Event.idl 59 readonly attribute boolean bubbles;
60 readonly attribute boolean cancelable;
66 in boolean canBubbleArg,
67 in boolean cancelableArg);
71 attribute boolean returnValue;
72 attribute boolean cancelBubble;
  /frameworks/base/core/java/android/widget/
ZoomButton.java 40 private boolean mIsInLongpress;
57 public boolean onTouchEvent(MotionEvent event) {
69 public boolean onLongClick(View v) {
76 public boolean onKeyUp(int keyCode, KeyEvent event) {
82 public void setEnabled(boolean enabled) {
95 public boolean dispatchUnhandledMove(View focused, int direction) {
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderListItem.java 37 private boolean mHasFolderButton;
38 private boolean mDownEvent;
39 private boolean mCachedViewPositions;
57 public void bindViewInit(AccountFolderList.AccountsAdapter adapter, boolean hasFolderButton) {
68 public boolean onTouchEvent(MotionEvent event) {
78 boolean handled = false;
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 28 public boolean isDebugEnabled() {
32 public boolean isErrorEnabled() {
36 public boolean isFatalEnabled() {
40 public boolean isInfoEnabled() {
44 public boolean isTraceEnabled() {
48 public boolean isWarnEnabled() {
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 73 private boolean mKeyguardShowing = false;
74 private boolean mDeviceProvisioned = false;
76 private boolean mIsWaitingForEcmExit = false;
102 public void showDialog(boolean keyguardShowing, boolean isDeviceProvisioned) {
135 void onToggle(boolean on) {
146 public boolean showDuringKeyguard() {
150 public boolean showBeforeProvisioning() {
162 void onToggle(boolean on) {
163 if (Boolean.parseBoolean
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
JavaProjectMock.java 87 public String getOption(String optionName, boolean inheritJavaCoreOptions) {
189 public Map getOptions(boolean inheritJavaCoreOptions) {
217 public IClasspathEntry[] getResolvedClasspath(boolean ignoreUnresolvedEntry)
222 public boolean hasBuildState() {
226 public boolean hasClasspathCycle(IClasspathEntry[] entries) {
230 public boolean isOnClasspath(IJavaElement element) {
234 public boolean isOnClasspath(IResource resource) {
279 public void setRawClasspath(IClasspathEntry[] entries, boolean canModifyResources,
285 boolean canModifyResources, IProgressMonitor monitor) throws JavaModelException {
293 public boolean hasChildren() throws JavaModelException
    [all...]
  /build/tools/apicheck/src/com/android/apicheck/
FieldInfo.java 23 private boolean mIsTransient;
24 private boolean mIsVolatile;
26 private boolean mIsStatic;
27 private boolean mIsFinal;
30 private boolean mExistsInBoth;
34 public FieldInfo (String name, String type, boolean isTransient, boolean isVolatile,
35 String value, boolean isStatic, boolean isFinal, String deprecated,
51 public boolean isInBoth()
    [all...]

Completed in 181 milliseconds

<<11121314151617181920>>