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

<<41424344454647484950>>

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stdbool.h 37 #define true 1 macro
46 #define true true macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stdbool.h 37 #define true 1 macro
46 #define true true macro
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stdbool.h 37 #define true 1 macro
46 #define true true macro
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 31 System.setProperty("apple.laf.useScreenMenuBar", "true");
32 System.setProperty("apple.awt.brushMetalLook", "true");
63 workspace.setVisible(true);
  /external/guava/javadoc/com/google/common/collect/
Iterables.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>Iterables</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>
106 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><CODE>Iterator</CODE></A>-based method in the <A HREF="../../../../com/google/common/collect/Iterators.html" title="class in com.google.common.collect"><CODE>Iterators</CODE></A> class.
138 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#addAll(java.util.Collection, java.lang.Iterable)">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;T&gt;&nbsp;addTo,
139 <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;? extends T&gt;&nbsp;elementsToAdd)</CODE>
154 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#all(java.lang.Iterable, com.google.common.base.Predicate)">all</A></B>(<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;T&gt;&nbsp;iterable,
158 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if every element in <code>iterable</code> satisfies the
171 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#any(java.lang.Iterable, com.google.common.base.Predicate)">any</A></B>(<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;T&gt;&nbsp;iterable,
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if one or more elements in <code>iterable</code> satisf
    [all...]
TreeMultiset.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>TreeMultiset&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>
109 their natural order or an explicit <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><CODE>Comparator</CODE></A>. In all cases, this
110 implementation uses <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util"><CODE>Comparator.compare(T, T)</CODE></A> i (…)
    [all...]
  /bionic/
Android.mk 17 ifneq ($(TARGET_SIMULATOR),true)
  /bionic/libthread_db/
Android.mk 30 LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
  /build/core/
host_prebuilt.mk 17 LOCAL_IS_HOST_MODULE := true
  /cts/tests/src/android/app/cts/
IntentServiceStub.java 79 onBindCalled = true;
85 onCreateCalled = true;
91 onDestroyCalled = true;
97 onStartCalled = true;
  /cts/tests/src/android/content/cts/
MockSyncAdapter.java 86 mInitialized = true;
91 mStartSync = true;
107 mCancelSync = true;
120 mInitialized = true;
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 151 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
164 mCanceled = true;
171 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false);
181 // cancelable is true
184 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true);
206 mCanceled = true;
213 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL);
222 // cancelable is true
225 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true, cL)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
InflateExceptionTest.java 62 isThrowed = true;
79 isThrowed = true;
93 isThrowed = true;
107 isThrowed = true;
  /dalvik/
Android.mk 35 ifeq ($(DONT_INSTALL_DEX_FILES),true)
48 ifneq ($(DONT_INSTALL_DEX_FILES),true)
59 @echo "Forcing an app rebuild with GENERATE_DEX_DEBUG=true"
61 $(hide) $(MAKE) DONT_INSTALL_DEX_FILES=false GENERATE_DEX_DEBUG=true
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 78 super(bytes, out, filePath, true, args);
94 new ConcreteMethod((Method) member, classFile, true, true);
103 paramWidth, isStatic, true, advice,
107 isStatic, true, advice);
110 rmeth, paramWidth, isStatic, true, advice);
113 rmeth, paramWidth, isStatic, true, advice);
116 rmeth, paramWidth, isStatic,true, advice);
180 suppressDump = true;
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 128 * Returns true if the only uses of this register form a circle of
135 * @return true if usage is circular without side effect
139 return true;
164 return true;
168 * Returns true if this insn has a side-effect. Returns true
172 * @return true if it has a side-effect
176 /* While false would seem to make more sense here, true
179 return true;
Optimizer.java 33 private static boolean preserveLocals = true;
43 * @return true if local variable information should be preserved, even
64 * @param isStatic true if this method has no 'this' pointer argument.
65 * @param inPreserveLocals true if local variable info should be preserved,
85 * @param isStatic true if this method has no 'this' pointer argument.
86 * @param inPreserveLocals true if local variable info should be preserved,
125 * @param isStatic true if this method has no 'this' pointer argument.
148 resultMeth = SsaToRop.convertToRopMethod(ssaMeth, true);
154 boolean needsDeadCodeRemover = true;
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 109 while (true) {
123 * @return true if successful. False return indicates that
142 * @return true if successful.
155 while (true) {
170 while (true) {
186 while (true) {
201 while (true) {
216 while (true) {
232 while (true) {
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeclonetruecopytext.java 32 * the "cloneNode(deep)" method with deep=true. The
53 preload(contentType, "staff", true);
68 doc = (Document) load("staff", true);
71 clonedNode = childNode.cloneNode(true);
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLStreamHandlerFactoryTest.java 88 isTestable = true;
90 factoryField.setAccessible(true);
120 isCreateURLStreamHandlerCalled = true;
128 isOpenConnectionCalled = true;
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 43 assertTrue("Used to test", true);
77 trueAppeared = true;
79 falseAppeared = true;
103 someDifferent = true;
123 boolean inRange = true;
127 someDifferent = true;
153 boolean inRange = true;
157 someDifferent = true;
186 someDifferent = true;
188 someInsideStd = true;
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 51 * @param explicit true if the object is meant to be explicitly tagged
165 return true;
198 return true;
203 // * return true if a <= b (arrays are assumed padded with zeros).
218 // return true;
226 // return true;
237 // return true;
271 // boolean swapped = true;
295 // swapped = true;
DERNull.java 39 return true;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
DSAValidationParameters.java 54 return true;
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangReflectAccessibleObjectTest.java 56 called = true;
65 field.setAccessible(true);
87 called = true;
95 field.setAccessible(TestClass.class.getDeclaredFields(), true); local

Completed in 472 milliseconds

<<41424344454647484950>>