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

<<11121314151617181920>>

  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 34 protected static final boolean DEBUG = false;
36 protected static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
45 protected static boolean sInitialized;
65 native int nContextCreateGL(int dev, int ver, boolean useDepth);
80 native int nContextGetMessage(int[] data, boolean wait);
90 native int nElementCreate(int type, int kind, boolean norm, int vecSize);
100 native int nAllocationCreateFromBitmap(int dstFmt, boolean genMips, Bitmap bmp);
102 native int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp);
103 native int nAllocationCreateFromAssetStream(int dstFmt, boolean genMips, int assetStream);
105 native void nAllocationUploadToTexture(int alloc, boolean genMips, int baseMioLevel)
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 40 private static final boolean DEBUG = false;
41 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
51 private boolean mCanAddImage = true;
52 private boolean mCanAddAudio = true;
53 private boolean mCanAddVideo = true;
56 private boolean mVisible = true;
174 private boolean internalRemove(Object object) {
273 public boolean add(MediaModel object) {
279 public boolean addAll(Collection<? extends MediaModel> collection) {
306 public boolean contains(Object object)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 73 private boolean mIsSymbols;
74 private boolean mHasVoice;
75 private boolean mVoiceOnPrimary;
76 private boolean mPreferSymbols;
82 private boolean mEnableMultipleLanguages;
108 void makeKeyboards(boolean forceCreate) {
129 public boolean mEnableShiftLock;
130 public boolean mHasVoice;
132 public KeyboardId(int xml, int mode, boolean enableShiftLock, boolean hasVoice)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursor_SelfContentObserverTest.java 56 args = {boolean.class}
123 public boolean isNull(int column) {
132 public void onChange(boolean selfChange) {
139 public boolean mIsOnChangeCalled;
140 public boolean mOnChangeResult;
141 private boolean mIsTrue;
148 public void onChange(boolean selfChange) {
155 public boolean deliverSelfNotifications() {
162 public void setDeliverSelfNotificationsValue(boolean isTrue) {
ContentObserverTest.java 42 args = {boolean.class}
47 args = {boolean.class}
104 private boolean mHasChanged;
105 private boolean mSelfChange;
112 public void onChange(boolean selfChange) {
121 protected synchronized boolean hasChanged(long timeout) throws InterruptedException {
128 protected boolean hasChanged() {
137 protected boolean getSelfChangeState() {
141 protected void setSelfChangeState(boolean state) {
  /external/bluetooth/bluez/test/
test-adapter 46 value = dbus.Boolean(1)
48 value = dbus.Boolean(0)
50 value = dbus.Boolean(sys.argv[2])
60 value = dbus.Boolean(1)
62 value = dbus.Boolean(0)
64 value = dbus.Boolean(sys.argv[2])
83 value = dbus.Boolean(1)
85 value = dbus.Boolean(0)
87 value = dbus.Boolean(sys.argv[2])
  /external/emma/core/java12/com/vladium/emma/data/
CoverageOptions.java 25 public boolean excludeSyntheticMethods ()
30 public boolean excludeBridgeMethods ()
35 public boolean doSUIDCompensation ()
49 CoverageOptions (final boolean excludeSyntheticMethods,
50 final boolean excludeBridgeMethods,
51 final boolean doSUIDCompensation)
78 private final boolean m_excludeSyntheticMethods;
79 private final boolean m_excludeBridgeMethods;
80 private final boolean m_doSUIDCompensation;
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 31 boolean JRE_1_2_PLUS = _JREVersion._JRE_1_2_PLUS; // static final but not inlinable
33 boolean JRE_1_3_PLUS = _JREVersion._JRE_1_3_PLUS; // static final but not inlinable
35 boolean JRE_1_4_PLUS = _JREVersion._JRE_1_4_PLUS; // static final but not inlinable
39 boolean JRE_SUN_SIGNAL_COMPATIBLE = _JREVersion._JRE_SUN_SIGNAL_COMPATIBLE;
48 static final boolean _JRE_1_2_PLUS; // set in <clinit>
49 static final boolean _JRE_1_3_PLUS; // set in <clinit>
50 static final boolean _JRE_1_4_PLUS; // set in <clinit>
52 static final boolean _JRE_SUN_SIGNAL_COMPATIBLE; // set in <clinit>
60 boolean temp = false;
  /external/guava/src/com/google/common/collect/
ForwardingMultimap.java 52 public boolean containsEntry(@Nullable Object key, @Nullable Object value) {
56 public boolean containsKey(@Nullable Object key) {
60 public boolean containsValue(@Nullable Object value) {
72 public boolean isEmpty() {
84 public boolean put(K key, V value) {
88 public boolean putAll(K key, Iterable<? extends V> values) {
92 public boolean putAll(Multimap<? extends K, ? extends V> multimap) {
96 public boolean remove(@Nullable Object key, @Nullable Object value) {
116 @Override public boolean equals(@Nullable Object object) {
  /external/jdiff/src/jdiff/
MethodAPI.java 38 public boolean isAbstract_ = false;
41 public boolean isNative_ = false;
44 public boolean isSynchronized_ = false;
55 public MethodAPI(String name, String returnType, boolean isAbstract,
56 boolean isNative, boolean isSynchronized,
124 public boolean equals(Object o) {
133 public boolean equalSignatures(Object o) {
147 boolean first = true;
  /external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java 37 private final boolean visitThisMethod;
38 private final boolean visitSuperMethods;
39 private final boolean visitInterfaceMethods;
40 private final boolean visitOverridingMethods;
57 public MethodImplementationTraveler(boolean visitThisMethod,
58 boolean visitSuperMethods,
59 boolean visitInterfaceMethods,
60 boolean visitOverridingMethods,
121 private boolean isSpecial(Clazz clazz, Method method)
  /external/v8/test/mjsunit/regress/
regress-674753.js 46 // Boolean
47 assertTrue(typeof true == 'boolean');
48 assertTrue(typeof true === 'boolean');
49 assertTrue(typeof false == 'boolean');
50 assertTrue(typeof false === 'boolean');
51 assertFalse(typeof 1 == 'boolean');
52 assertFalse(typeof 1 === 'boolean');
53 assertFalse(typeof Object() == 'boolean');
54 assertFalse(typeof Object() === 'boolean');
  /frameworks/base/core/java/android/database/
AbstractCursor.java 57 abstract public boolean isNull(int column);
92 public boolean requery() {
101 public boolean isClosed() {
115 public boolean commitUpdates(Map<? extends Long,? extends Map<String,Object>> values) {
123 public boolean deleteRow() {
137 public boolean onMove(int oldPosition, int newPosition) {
169 public final boolean moveToPosition(int position) {
188 boolean result = onMove(mPos, position);
243 public final boolean move(int offset) {
247 public final boolean moveToFirst()
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 59 public boolean isReadOnly() {
63 public boolean save() {
75 boolean result = false;
90 public boolean load() {
91 boolean result = false;
118 public boolean isReadOnly() {
122 public boolean save() {
126 public boolean load() {
127 boolean result = false;
  /frameworks/base/core/java/com/android/internal/preference/
YesNoPreference.java 30 * This preference will store a boolean into the SharedPreferences.
33 private boolean mWasPositiveResult;
48 protected void onDialogClosed(boolean positiveResult) {
62 public void setValue(boolean value) {
75 public boolean getValue() {
85 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) {
87 (Boolean) defaultValue);
91 public boolean shouldDisableDependents() {
122 boolean wasPositiveResult;
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 36 public boolean mRead;
37 public boolean mFavorite;
38 public boolean mSelected;
40 private boolean mAllowBatch;
43 private boolean mDownEvent;
44 private boolean mCachedViewPositions;
70 public void bindViewInit(MessageList.MessageListAdapter adapter, boolean allowBatch) {
81 public boolean onTouchEvent(MotionEvent event) {
82 boolean handled = false;
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayList.java 40 public void setPositionAndStackIndex(DisplayItem item, Vector3f position, int stackId, boolean performTransition) {
49 public void setHasFocus(DisplayItem item, boolean hasFocus, boolean pushDown) {
50 boolean currentHasFocus = item.getHasFocus();
57 public final void setOffset(DisplayItem item, boolean useOffset, boolean pushDown, float span, float dx1, float dy1, float dx2, float dy2) {
62 public final void setSingleOffset(DisplayItem item, boolean useOffset, boolean pushAway, float x, float y, float z, float spreadValue) {
91 public void setAlive(DisplayItem item, boolean alive) {
  /build/tools/apicheck/src/com/android/apicheck/
ApiCheck.java 158 Boolean.valueOf(
160 Boolean.valueOf(
162 Boolean.valueOf(
171 Boolean.valueOf(
173 Boolean.valueOf(
175 Boolean.valueOf(
177 Boolean.valueOf(
179 Boolean.valueOf(
188 Boolean.valueOf(
190 Boolean.valueOf
    [all...]
  /build/tools/droiddoc/src/
TypeInfo.java 24 public TypeInfo(boolean isPrimitive, String dimension,
40 public boolean isPrimitive()
138 public void makeHDF(HDF data, String base, boolean isLastVararg,
149 private void makeHDFRecursive(HDF data, String base, boolean qualified,
150 boolean isLastVararg, HashSet<String> typeVars)
184 public static void makeHDF(HDF data, String base, TypeInfo[] types, boolean qualified,
193 public static void makeHDF(HDF data, String base, TypeInfo[] types, boolean qualified)
209 void setIsTypeVariable(boolean b)
214 void setIsWildcard(boolean b)
235 public boolean isTypeVariable(
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMTestInnerClass.java 37 public void assertTrue(String assertID, boolean actual) {
41 public void assertFalse(String assertID, boolean actual) {
102 public void assertEquals(String assertID, boolean expected, boolean actual) {
135 String query, String fragment, Boolean isAbsolute,
141 public boolean same(Object expected, Object actual) {
145 public boolean equalsIgnoreCase(String expected, String actual) {
149 public boolean equalsIgnoreCase(Collection expected, Collection actual) {
153 public boolean equalsIgnoreCase(List expected, List actual) {
157 public boolean equals(String expected, String actual)
    [all...]
  /external/jdiff/src/
api.xsd 41 <xsd:attribute name="abstract" type="xsd:boolean"/>
43 <xsd:attribute name="static" type="xsd:boolean"/>
44 <xsd:attribute name="final" type="xsd:boolean"/>
61 <xsd:attribute name="static" type="xsd:boolean"/>
62 <xsd:attribute name="final" type="xsd:boolean"/>
85 <xsd:attribute name="abstract" type="xsd:boolean"/>
86 <xsd:attribute name="native" type="xsd:boolean"/>
87 <xsd:attribute name="synchronized" type="xsd:boolean"/>
89 <xsd:attribute name="static" type="xsd:boolean"/>
90 <xsd:attribute name="final" type="xsd:boolean"/>
    [all...]
  /external/qemu/android/avd/
hardware-properties.ini 3 # Note: Most top-level properties are boolean that control whether a feature is
35 type = boolean
42 type = boolean
49 type = boolean
56 type = boolean
63 type = boolean
70 type = boolean
87 type = boolean
94 type = boolean
101 type = boolean
    [all...]
  /external/v8/test/mjsunit/
value-wrapper.js 94 assertEquals('[object Boolean]', true.ObjectToString());
95 assertEquals('[object Boolean]', false.ObjectToString());
105 Boolean.prototype.TypeOfThis = TypeOfThis;
107 Boolean.prototype[7] = TypeOfThis;
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
115 Boolean.prototype.ObjectToString = Object.prototype.toString;
122 Boolean.prototype.TypeOfThis = 'x';
124 Boolean.prototype[7] = 'x';
128 Boolean.prototype.TypeOfThis = TypeOfThis;
130 Boolean.prototype[7] = TypeOfThis
    [all...]
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 33 protected boolean left(TextView widget, Spannable buffer) {
63 protected boolean right(TextView widget, Spannable buffer) {
94 protected boolean up(TextView widget, Spannable buffer) {
118 protected boolean down(TextView widget, Spannable buffer) {
146 public boolean onKeyDown(TextView widget, Spannable buffer, int keyCode, KeyEvent event) {
150 private boolean executeDown(TextView widget, Spannable buffer, int keyCode) {
151 boolean handled = false;
174 public boolean onKeyUp(TextView widget, Spannable buffer, int keyCode, KeyEvent event) {
178 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event) {
183 boolean first = true
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 69 public boolean put(byte[] key, byte[] value) {
74 public boolean put(String key, String value) {
78 public boolean delete(byte[] key) {
83 public boolean delete(String key) {
87 public boolean contains(byte[] key) {
92 public boolean contains(String key) {
113 public boolean reset() {
118 public boolean password(byte[] oldPassword, byte[] newPassword) {
123 public boolean password(String oldPassword, String newPassword) {
127 public boolean password(byte[] password)
    [all...]

Completed in 547 milliseconds

<<11121314151617181920>>