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

<<51525354555657585960>>

  /frameworks/base/core/java/android/os/
MessageQueue.java 39 boolean mQuitAllowed = true;
48 * wait for more. Return true to keep your idle handler active, false
92 boolean tryIdle = true;
94 while (true) {
115 didIdle = true;
184 mQuiting = true;
205 return true;
217 if (!doRemove) return true;
218 found = true;
231 if (!doRemove) return true;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 66 * value to true and don't bother polling any more.
74 protected static final boolean DBG = true;
168 * combined roaming is true when roaming is true and ONS differs SPN
189 * combined roaming is true when roaming is true and ONS differs SPN
231 * lock should be held if either flag is true. The intention is
244 mWantSingleLocationUpdate = true;
245 cm.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
250 mWantContinuousLocationUpdates = true;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 221 mLocalManager.startScanning(true);
222 return true;
243 return true;
268 return true;
305 LocalBluetoothProfileManager.OPP_PROFILE_UUIDS)) return true;
308 return true;
314 LocalBluetoothProfileManager.A2DP_PROFILE_UUIDS)) return true;
317 LocalBluetoothProfileManager.HEADSET_PROFILE_UUIDS)) return true;
319 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) return true;
321 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) return true;
    [all...]
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 57 device = true;
62 emulator = true;
75 landscape = true;
114 adbLocation, true /* forceNewBridge */);
139 printAndExit("No devices found!", true /* terminate */);
146 // this test works because emulator and device can't both be true at the same
153 true /* terminate */);
155 printAndExit("Error: more than one device connected!",true /* terminate */);
171 true /* terminate */);
185 printAndExit("Could not find matching device/emulator.", true /* terminate */)
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 76 while (true) {
156 static sp<AaptFile> getResourceFile(const sp<AaptAssets>& assets, bool makeIfNecessary=true)
268 hasErrors = true;
297 hasErrors = true;
314 hasErrors = true;
447 okay = true;
600 return true;
835 hasErrors = true;
838 hasErrors = true;
845 hasErrors = true;
    [all...]
  /external/guava/javadoc/com/google/common/io/
ByteStreams.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>ByteStreams</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>
131 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(java.io.InputStream, java.io.OutputStream)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;from,
132 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;to)</CODE>
140 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(com.google.common.io.InputSupplier, java.io.OutputStream)">copy</A></B>(<A HREF="../../../../com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A>&lt;? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&gt;&nbsp;from,
141 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;to)</CODE>
150 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(com.google.common.io.InputSupplier, com.google.common.io.OutputSupplier)">copy</A></B>(<A HREF="../../../../com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A>&lt;? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&gt;&nbsp;from,
151 <A HREF="../../../../com/google/common/io/OutputSupplier.html" title="interface in com.google.common.io">OutputSupplier</A>&lt;? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&gt;&nbsp;to)</CODE>
160 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/ReadableByteChannel.html?is-external=true" title="class or interface in java.nio.channels">ReadableByteChannel</A>&nbsp;from
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 65 nodeSet.setShouldCacheNodes(true);
86 val.setShouldCacheNodes(true);
185 * @return True if there is a next node in the nodeset
196 * @return True if there is a next node in the nodeset
319 // frag.appendChild(node, true, true);
485 // will be true if and only if there is a node in the first node-set
487 // the comparison on the string-values of the two nodes is true.
491 // is true if and only if some node in $x has the string-value
492 // foo; the latter is true if and only if all nodes in $x have
    [all...]
  /external/guava/javadoc/com/google/common/collect/
HashMultiset.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/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">java.util.AbstractCollection</A>&lt;E&gt;
100 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A>&lt;E&gt;, <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>, <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;</DD>
104 <DT><PRE>public final class <B>HashMultiset&lt;E&gt;</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">AbstractCollection</A>&lt;E&gt;</DL>
108 Multiset implementation backed by a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A>.
169 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashMultiset.html#addAll(java.util.Collection)">addAll</A></B>(<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 E&gt;&nbsp;elementsToAdd)</CODE>
185 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashMultiset.html#contains(java.lang.Object)">contains</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;element)</CODE
    [all...]
LinkedHashMultiset.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/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">java.util.AbstractCollection</A>&lt;E&gt;
100 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A>&lt;E&gt;, <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>, <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;</DD>
104 <DT><PRE>public final class <B>LinkedHashMultiset&lt;E&gt;</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">AbstractCollection</A>&lt;E&gt;</DL>
174 <TD><CODE><B><A HREF="../../../../com/google/common/collect/LinkedHashMultiset.html#addAll(java.util.Collection)">addAll</A></B>(<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 E&gt;&nbsp;elementsToAdd)</CODE>
190 <TD><CODE><B><A HREF="../../../../com/google/common/collect/LinkedHashMultiset.html#contains(java.lang.Object)">contains</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;element)</CODE>
198 <TD><CODE><B><A HREF="../../../../com/google/common/collect/LinkedHashMultiset.html#containsAll(java.util.Collection)">containsAll</A></B>(<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;?&gt;&nbsp;elements)</CODE
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 31 return TRUE;
46 return TRUE;
89 return TRUE;
101 return TRUE;
178 while (TRUE) {
197 done[i] = TRUE;
214 UBool bDoneAll = TRUE;
325 fUpToDate = TRUE;
373 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
389 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status)
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 165 return true;
223 SkDebugf("dontDraw=\"true\" ");
231 SkDebugf("restore=\"true\" ");
246 closedYet = true;
255 closedYet = true;
271 fEnabled = true;
292 return true;
303 return true;
326 fEnabling = true;
331 return true;
    [all...]
  /external/wpa_supplicant/
dbus_dict_helpers.c 30 * @return TRUE on success, FALSE on failure
61 * @return TRUE on success, FALSE on failure
120 return TRUE;
133 return TRUE;
165 return TRUE;
206 return TRUE;
217 * @return TRUE on success, FALSE on failure
237 * @return TRUE on success, FALSE on failure
257 * @return TRUE on success, FALSE on failure
277 * @return TRUE on success, FALSE on failur
    [all...]
eap_pax.c 148 ret->ignore = TRUE;
155 ret->ignore = TRUE;
164 ret->ignore = TRUE;
173 ret->ignore = TRUE;
192 ret->ignore = TRUE;
201 ret->ignore = TRUE;
271 ret->ignore = TRUE;
278 ret->ignore = TRUE;
287 ret->ignore = TRUE;
296 ret->ignore = TRUE;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 28 * @return TRUE on success, FALSE on failure
59 * @return TRUE on success, FALSE on failure
118 return TRUE;
131 return TRUE;
163 return TRUE;
204 return TRUE;
215 * @return TRUE on success, FALSE on failure
235 * @return TRUE on success, FALSE on failure
255 * @return TRUE on success, FALSE on failure
275 * @return TRUE on success, FALSE on failur
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 78 return true;
88 return true;
97 return true;
106 return true;
115 return true;
132 return true;
148 return true;
157 return true;
167 return true;
181 return true;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 71 return new CallInfo (true, State.INCOMING, false, number);
101 ret.isVoice = true;
137 private boolean autoProgressConnecting = true;
174 * true if succeeded, false if failed
196 isCallWaiting = true;
213 return true;
260 * default to true
274 * returns true if call was hung up, false if not
291 found = true;
304 found = true;
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 49 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
52 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
58 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects
61 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal.
92 * returns true.
94 * @return true if the other <code>TimeZoneRule</code> is the same as this one.
106 * @return true if the start time is available. When false is returned, output parameter
119 * @return true if the start time is available. When false is returned, output parameter
135 * @return true if the start time is available. When false is returned, output parameter
152 * @return true if the start time is available. When false is returned, output paramete
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
AbstractCheckedFuture.html 17 if (location.href.indexOf('is-external=true') == -1) {
93 Class AbstractCheckedFuture&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 <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>
99 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent">CheckedFuture</A>&lt;V,E&gt;, <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;V&gt;, <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;</DD>
103 <DT><PRE>public abstract class <B>AbstractCheckedFuture&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="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent">CheckedFuture</A>&lt;V,E&gt;</DL>
168 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)">addListener</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</A>&nbsp;listener,
169 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent">Executor</A>&nbsp;exec)</CODE>
188 &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 translate
189 <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>, <A HREF="http://ja (…)
    [all...]
  /external/libpng/projects/visualc71/
libpng.vcproj 22 StringPooling="TRUE"
24 EnableFunctionLevelLinking="TRUE"
83 GenerateDebugInformation="TRUE"/>
118 StringPooling="TRUE"
120 EnableFunctionLevelLinking="TRUE"
180 GenerateDebugInformation="TRUE"/>
216 StringPooling="TRUE"
218 EnableFunctionLevelLinking="TRUE"
264 StringPooling="TRUE"
266 EnableFunctionLevelLinking="TRUE"
    [all...]
  /external/v8/test/mjsunit/
json.js 49 assertEquals(3, (3).toJSON(true));
54 assertEquals(true, (true).toJSON());
55 assertEquals(true, (true).toJSON(false));
57 assertEquals(true, (new Boolean(true)).toJSON());
58 GenericToJSONChecks(Boolean, true, false);
59 GenericToJSONChecks(Boolean, false, true);
99 assertEquals(true, JSON.parse("true"))
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ResourceView.js 65 this.headersTreeOutline.expandTreeElementsWhenArrowing = true;
79 this.requestHeadersTreeElement = new TreeElement("", null, true);
80 this.requestHeadersTreeElement.expanded = true;
85 this._decodeRequestParameters = true;
87 this.queryStringTreeElement = new TreeElement("", null, true);
88 this.queryStringTreeElement.expanded = true;
90 this.queryStringTreeElement.hidden = true;
93 this.formDataTreeElement = new TreeElement("", null, true);
94 this.formDataTreeElement.expanded = true;
96 this.formDataTreeElement.hidden = true;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_pax.c 137 ret->ignore = TRUE;
144 ret->ignore = TRUE;
153 ret->ignore = TRUE;
162 ret->ignore = TRUE;
181 ret->ignore = TRUE;
190 ret->ignore = TRUE;
253 ret->ignore = TRUE;
260 ret->ignore = TRUE;
269 ret->ignore = TRUE;
278 ret->ignore = TRUE;
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 63 private static final boolean GESTURE_RENDERING_ANTIALIAS = true;
64 private static final boolean DITHER_FLAG = true;
72 private boolean mFadeEnabled = true;
89 private boolean mGestureVisible = true;
100 private boolean mInterceptEvents = true;
290 path.computeBounds(bounds, true);
297 mResetGesture = true;
342 mHandleGestureActions = true;
408 clear(animated, false, true);
420 mIsFadingOut = true;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 50 * s.javaScriptEnabled = true;
98 private boolean useWideViewPort = true;
106 private boolean showConsole = true;
209 s.setSupportMultipleWindows(true);
312 useWideViewPort = true; // use wide view port for either setting
488 current.clearCache(true);
533 screen.setEnabled(true);
541 screen.setEnabled(true);
563 true);
589 loadsImagesAutomatically = true;
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 54 * If this member is true, PopupWindow is used to show on-key highlight
217 if (null == mMajorView) return true;
222 return true;
357 mPopupSkbView.setBalloonHint(mBalloonOnKey, mBalloonPopup, true);
370 mPopupSkbShow = true;
371 mPopupSkbNoResponse = true;
373 dimSoftKeyboard(true);
399 if (!realAction) return true;
402 mDiscardEvent = true;
403 return true;
    [all...]

Completed in 397 milliseconds

<<51525354555657585960>>