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

<<919293949596979899100>>

  /external/elfutils/libdw/
dwarf_linebeginstatement.c 1 /* Return true if record is for beginning of a statement.
dwarf_lineblock.c 1 /* Return true if record is for beginning of a basic block.
dwarf_lineendsequence.c 1 /* Return true if record is for end of sequence.
dwarf_lineepiloguebegin.c 1 /* Return true if record is for beginning of epilogue.
dwarf_lineprologueend.c 1 /* Return true if record is for end of prologue.
  /external/elfutils/libebl/
eblgotpcreloccheck.c 1 /* Return true if the symbol type is that referencing the GOT. E.g.,
  /external/guava/javadoc/com/google/common/collect/
Collections2.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>Collections2</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>
132 <CODE>&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;</CODE></FONT></TD>
136 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Collections2.html#filter(java.util.Collection, com.google.common.base.Predicate)">filter</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;E&gt;&nbsp;unfiltered,
148 <CODE>&lt;F,T&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;T&gt;</CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Collections2.html#transform(java.util.Collection, com.google.common.base.Function)">transform</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;F&gt;&nbsp;fromCollection,
163 <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>
166 <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...]
MapMaker.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>MapMaker</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 A <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentMap</CODE></A> builder, providing any combination of these
105 features: <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref">soft</A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">weak</A> keys, soft or weak values, timed expiration, and on-demand
120 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentHashMap</CODE></A>.
123 characteristics to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentHashMap</CODE></A>. It supports all optional
129 (the <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"><CODE>equals</CODE></A> method) to determine equality
142 never observe a partially-reclaimed entry. Any <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><CODE>Map.Entry</CODE></A
    [all...]
  /external/guava/src/com/google/common/annotations/
GwtCompatible.java 36 * {@literal @}GwtCompatible(serializable = true)
50 * {@literal @}GwtCompatible(serializable = true)
70 * When {@code true}, the annotated type or the type of the method return
79 * When {@code true}, the annotated type is emulated in GWT. The emulated
  /external/guava/src/com/google/common/collect/
ExpirationTimer.java 25 static Timer instance = new Timer(true);
  /external/guava/src/com/google/common/primitives/
Booleans.java 60 * ({@code false} is considered less than {@code true}). The sign of the
65 * @return a positive number if only {@code a} is {@code true}, a negative
66 * number if only {@code b} is true, or zero if {@code a == b}
73 * Returns {@code true} if {@code target} is present as an element anywhere in
77 * BitSet} instead, replacing {@code Booleans.contains(array, true)}
83 * @return {@code true} if {@code array[i] == target} for some value of {@code
89 return true;
234 * by {@code separator}. For example, {@code join("-", false, true, false)}
235 * returns the string {@code "false-true-false"}.
262 * {@code [] < [false] < [false, true] < [true]}
    [all...]
  /external/icu4c/i18n/
csdetect.h 27 UBool fStripTags; // If true, setText() will strip tags from input text.
ucln_in.c 37 return TRUE;
usrchimp.h 97 * @return TRUE if an exact match is found, FALSE otherwise
108 * @return TRUE if a canonical match is found, FALSE otherwise
118 * @return True if a exact math is found, FALSE otherwise.
129 * @return TRUE if a canonical match is found, FALSE otherwise
  /external/icu4c/io/
ucln_io.c 38 return TRUE;
  /external/icu4c/layout/
LEGlyphFilter.h 35 * @return TRUE if the glyph index is in the set.
  /external/icu4c/test/intltest/
nptrans.h 80 * If TRUE unassigned values are treated as normal Unicode code point.
102 * If TRUE unassigned values are treated as normal Unicode code point.
117 * @return TRUE is the code point is a label separator
144 return TRUE;
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 69 fDataTestValid = TRUE;
88 return TRUE;
99 if(fDataTestValid == TRUE) {
127 if(fDataTestValid == TRUE) {
uperf.cpp 82 lines(NULL), numLines(0), line_mode(TRUE),
98 lines(NULL), numLines(0), line_mode(TRUE),
135 verbose = TRUE;
147 uselen = TRUE;
170 line_mode = TRUE;
175 bulk_mode = TRUE;
196 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
260 if(verbose==TRUE){
297 rval = TRUE;
349 run_this_test = TRUE;
    [all...]
  /external/jdiff/src/jdiff/
SingleComment.java 21 public boolean isUsed_ = true;
  /external/jsr305/ri/
build.xml 20 <delete quiet="true">
  /external/mtpd/
Android.mk 17 ifneq ($(TARGET_SIMULATOR),true)
  /external/opencore/android/author/
Android.mk 8 ifeq ($(strip $(USE_SHOLES_PROPERTY)),true)
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/build/make/
local.mk 11 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
  /external/opencore/codecs_v2/omx/omx_aac/build/make_multithreaded/
local.mk 19 OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true

Completed in 470 milliseconds

<<919293949596979899100>>