HomeSort by relevance Sort by last modified time
    Searched full:true (Results 1751 - 1775 of 18103) sorted by null

<<71727374757677787980>>

  /packages/apps/Settings/res/layout/
preference_powergauge.xml 44 android:singleLine="true"
46 android:layout_alignParentLeft="true"
47 android:layout_alignParentTop="true"
55 android:singleLine="true"
56 android:layout_alignParentRight="true"
  /packages/apps/Settings/res/xml/
sound_settings.xml 30 android:disableDependentsState="true" />
88 android:defaultValue="true" />
95 android:defaultValue="true" />
102 android:defaultValue="true" />
109 android:defaultValue="true" />
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 42 * @return true if one exists and we launched an activity to confirm it
67 * @return true if we launched an activity to confirm pattern
79 return true;
85 * @return true if we launched an activity to confirm password
92 return true;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 48 * @return true if the word was added, false if no more words are required
70 * @return true if the word exists, false otherwise
75 * Compares the contents of the character array with the typed word and returns true if they
80 * @return true if they are the same, false otherwise.
91 return true;
  /packages/inputmethods/OpenWnn/res/xml/
openwnn_pref_ja.xml 30 android:defaultValue="true" />
34 android:defaultValue="true" />
48 android:defaultValue="true" />
52 android:defaultValue="true" />
56 android:defaultValue="true"
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 326 decoder.decode(null, out, true);
331 decoder.decode(in, null, true);
340 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, true));
367 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, true));
387 assertSame(CoderResult.UNDERFLOW, decoder.decode(in, out, true));
394 getUnmappedByteBuffer(), true); local
406 readOnly(getUnmappedByteBuffer()), true); local
447 getMalformedByteBuffer(), true); local
460 readOnly(getMalformedByteBuffer()), true); local
500 true); local
512 readOnly(getExceptionByteArray()), true); local
    [all...]
  /external/guava/javadoc/com/google/common/base/
Objects.html 17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100 <DT><PRE>public final class <B>Objects</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
146 <TD><CODE><B><A HREF="../../../../com/google/common/base/Objects.html#equal(java.lang.Object, java.lang.Object)">equal</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;a,
147 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;b)</CODE>
155 <TD><CODE><B><A HREF="../../../../com/google/common/base/Objects.html#hashCode(java.lang.Object...)">hashCode</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;objects)</CODE>
163 <TD><CODE><B><A HREF="../../../../com/google/common/base/Objects.html#toStringHelper(java.lang.Object)">toStringHelper</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>
172 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
175 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java (…)
    [all...]
  /external/guava/javadoc/com/google/common/collect/
AsynchronousComputationException.html 17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</A>
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</A>
98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</A>
103 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD>
132 <TD><CODE><B><A HREF="../../../../com/google/common/collect/AsynchronousComputationException.html#AsynchronousComputationException(java.lang.Throwable)">AsynchronousComputationException</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>&nbsp;cause)</CODE>
151 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></B></TH>
154 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</A>, <A HREF="http://java.sun.com/jav (…)
    [all...]
ForwardingList.html 17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;E&gt;, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;E&gt;, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;E&gt;</DD>
105 <DT><PRE>public abstract class <B>ForwardingList&lt;E&gt;</B><DT>extends <A HREF="../../../../com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A>&lt;E&gt;<DT>implements <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;E&gt;</DL>
114 <p>This class does not implement <A HREF="http://java.sun.com/javase/6/docs/api/java/util/RandomAccess.html?is-external=true" title="class or interface in java.util"><CODE>RandomAccess</CODE></A>. If the
167 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends <A HREF="../../../../com/google/common/collect/ForwardingList.html" title="type parameter in ForwardingList">E</A>&gt;&nbsp;elements)</CODE>
174 <CODE>protected abstract &nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../com/google/common/collect/ForwardingList.html" title="type parameter in ForwardingList">E</A>&gt;</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ForwardingList.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE
    [all...]
  /external/guava/javadoc/com/google/common/io/
Closeables.html 17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100 <DT><PRE>public final class <B>Closeables</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
104 Utility methods for working with <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> objects.
129 <TD><CODE><B><A HREF="../../../../com/google/common/io/Closeables.html#close(java.io.Closeable, boolean)">close</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>&nbsp;closeable,
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A>, with control over whether an
139 <TD><CODE><B><A HREF="../../../../com/google/common/io/Closeables.html#closeQuietly(java.io.Closeable)">closeQuietly</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>&nbsp;closeable)</CODE>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to calling <code>close(closeable, true)</code>, but with no
149 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
152 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/ (…)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
treeoutline.js 38 this.root = true;
40 this.expanded = true;
45 this._childrenListNode.addEventListener("keydown", this._treeKeyDown.bind(this), true);
65 this.hasChildren = true;
74 current = current.traverseNextTreeElement(false, child, true);
113 this.hasChildren = true;
122 current = current.traverseNextTreeElement(false, child, true);
215 child = child.traverseNextTreeElement(false, this, true);
251 this._knownTreeElements[element.identifier].remove(element, true);
259 child = child.traverseNextTreeElement(false, this, true);
    [all...]
  /external/dbus/dbus/
dbus-string.c 127 * @returns #TRUE on success, #FALSE if no memory
163 return TRUE;
171 * @returns #TRUE on success, #FALSE if no memory
245 real->constant = TRUE;
246 real->locked = TRUE;
270 real->invalid = TRUE;
291 real->locked = TRUE;
360 return TRUE;
379 return TRUE;
389 return TRUE;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 120 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
136 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
167 setIsSyncable(ACCOUNT, AUTHORITY, true);
196 setIsSyncable(ACCOUNT, AUTHORITY, true);
215 ContentResolver.setMasterSyncAutomatically(true);
216 assertEquals(true, ContentResolver.getMasterSyncAutomatically());
233 ContentResolver.setSyncAutomatically(ACCOUNT, AUTHORITY, true);
234 assertEquals(true, ContentResolver.getSyncAutomatically(ACCOUNT, AUTHORITY));
276 found = true;
302 extras.putBoolean("Boolean", true);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 55 mWebView.clearCache(true);
144 settings.setJavaScriptEnabled(true);
319 mOnPageStartedCalled = true;
327 mOnPageFinishedCalled = true;
334 mOnLoadResourceCalled = true;
346 mOnFormResubmissionCalled = true;
353 mDoUpdateVisitedHistoryCalled = true;
360 mOnReceivedHttpAuthRequestCalled = true;
366 mOnUnhandledKeyEventCalled = true;
372 mOnScaleChangedCalled = true;
    [all...]
  /dalvik/vm/oo/
TypeCheck.c 44 return true;
61 * Y[][] instanceof Y[][] --> true (identity)
62 * Y[][] instanceof X[][] --> true (element superclass)
65 * Y[][] instanceof Object --> true (everything is an object)
66 * Y[][] instanceof Object[] --> true
67 * Y[][] instanceof Object[][] --> true
69 * Y[][] instanceof Serializable --> true (all arrays are Serializable)
70 * Y[][] instanceof Serializable[] --> true
87 /* "If T is an array type TC[]... one of the following must be true:
166 * Returns 1 (true) if "clazz" is an implementation of "interface"
    [all...]
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 8 <boolean name="dynamic">TRUE</boolean>
33 <boolean name="separator">TRUE</boolean>
56 <boolean name="separator">TRUE</boolean>
82 <boolean name="dynamic">TRUE</boolean>
88 <boolean name="dynamic">TRUE</boolean>
97 <boolean name="separator">TRUE</boolean>
101 <boolean name="dynamic">TRUE</boolean>
137 <boolean name="liveResize">TRUE</boolean>
162 <boolean name="separator">TRUE</boolean>
173 <boolean name="separator">TRUE</boolean
    [all...]
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 41 <boolean name="separator">TRUE</boolean>
64 <boolean name="separator">TRUE</boolean>
95 <boolean name="separator">TRUE</boolean>
122 <boolean name="separator">TRUE</boolean>
137 <boolean name="dynamic">TRUE</boolean>
143 <boolean name="dynamic">TRUE</boolean>
154 <boolean name="separator">TRUE</boolean>
157 <boolean name="dynamic">TRUE</boolean>
162 <boolean name="dynamic">TRUE</boolean>
202 <boolean name="liveResize">TRUE</boolean
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 69 mFading = savedInstanceState != null ? savedInstanceState.getBoolean("fading", true) : true;
74 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true);
87 return true;
95 return true;
178 mPaint.setAntiAlias(true);
181 mFadePaint.setDither(true);
233 mCurDown = true;
253 return true;
269 return true;
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
CheckedFuture.html 17 if (location.href.indexOf('is-external=true') == -1) {
93 Interface CheckedFuture&lt;V,E extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>&gt;</H2>
95 <DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</A>&lt;V&gt;, <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;V&gt;</DD>
102 <DT><PRE>public interface <B>CheckedFuture&lt;V,E extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>&gt;</B><DT>extends <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;V&gt;</DL>
106 A <code>CheckedFuture</code> is an extension of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> that includes
112 <code>Future#get()</code>: <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A>,
113 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A> into the type
118 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> or as an asynchronous callback mechanism as needed. This
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent"><CODE>Future.get()</CODE></A> that will (…)
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 105 *(UBool *)(pOpt->pVar) = TRUE;
142 return TRUE;
223 return TRUE;
239 if (opt_overlap == TRUE) {
242 if (opt_canonical == TRUE) {
250 return TRUE;
270 return TRUE;
279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
284 if (processCollator() != TRUE) {
289 if (processStringSearch() != TRUE) {
    [all...]
  /external/icu4c/test/letest/
cletest.vcproj 48 MinimalRebuild="true"
53 Detect64BitPortabilityProblems="true"
69 GenerateDebugInformation="true"
128 Detect64BitPortabilityProblems="true"
144 GenerateDebugInformation="true"
203 MinimalRebuild="true"
208 Detect64BitPortabilityProblems="true"
224 GenerateDebugInformation="true"
284 Detect64BitPortabilityProblems="true"
300 GenerateDebugInformation="true"
    [all...]
  /external/opencore/engines/2way/test/src/
av_disconnect_reset_rec_test.cpp 171 iAudioSourceAdded = true;
201 iVideoSourceAdded = true;
247 iAudioSinkAdded = true;
277 iVideoSinkAdded = true;
349 iIsDisconnected = true;
355 test_is_true(true);
394 test_is_true(true);
413 iAudioRecStarted = true;
443 iVideoRecStarted = true;
524 return true;
    [all...]
  /external/quake/quake/src/QW/client/
cd_linux.c 42 static qboolean enabled = true;
89 cdValid = true;
156 playing = true;
207 playing = true;
223 enabled = true;
237 enabled = true;
285 CDAudio_Play((byte)Q_atoi(Cmd_Argv (2)), true);
364 CDAudio_Play(playTrack, true);
394 initialized = true;
395 enabled = true;
    [all...]
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 42 static qboolean enabled = true;
89 cdValid = true;
156 playing = true;
207 playing = true;
223 enabled = true;
237 enabled = true;
285 CDAudio_Play((byte)Q_atoi(Cmd_Argv (2)), true);
364 CDAudio_Play(playTrack, true);
392 initialized = true;
393 enabled = true;
    [all...]
  /external/skia/src/animator/
SkDrawColor.cpp 138 return true; // error (probably color in paint as attribute as well)
140 fPaint->fOwnsColor = true;
155 fDirty = true;
214 return true;
218 fDirty = true;
226 return true;
257 fDirty = true;
266 fDirty = true;
270 fDirty = true;
276 return true;
    [all...]

Completed in 354 milliseconds

<<71727374757677787980>>