HomeSort by relevance Sort by last modified time
    Searched full:there (Results 901 - 925 of 24139) sorted by null

<<31323334353637383940>>

  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowirelistener.h 33 // Handles a protocol error from the wire interface if there was an error
  /external/gtest/test/
gtest_color_test.py 72 """Tests the case when there's neither GTEST_COLOR nor --gtest_color."""
87 """Tests the case when there's --gtest_color but not GTEST_COLOR."""
98 """Tests the case when there's GTEST_COLOR but not --gtest_color."""
109 """Tests the case when there are both GTEST_COLOR and --gtest_color."""
  /external/guava/guava/src/com/google/common/cache/
Weigher.java 31 * Returns the weight of a cache entry. There is no unit for entry weights; rather they are simply
  /external/guava/guava/src/com/google/common/collect/
AbstractIterator.java 34 * discover whether there is any data left is by trying to retrieve it. These
88 * #endOfData()} when there are no elements left in the iteration. Failure to
106 * @return the next element if there was one. If {@code endOfData} was called
118 * there are no elements left in the iteration.
  /external/guava/guava-tests/benchmark/com/google/common/eventbus/
EventBusBenchmark.java 39 eventBus.post("hello there");
  /external/guava/guava-tests/test/com/google/common/collect/
EvictingQueueTest.java 103 assertTrue(queue.add("there"));
104 assertEquals("there", queue.element());
105 assertEquals("there", queue.peek());
109 assertEquals("there", queue.remove());
  /external/hamcrest/library/src/org/hamcrest/
TypeSafeMatcher.java 49 * If you need to override this, there's no point on extending TypeSafeMatcher.
  /external/icu/icu4c/source/common/
uinit.cpp 50 * for errors there, to make sure that the actual items they need are
ustrfmt.c 15 * will be null terminated if there is room.
  /external/icu/icu4c/source/i18n/
bocsu.h 104 * - There should be >=128 single-byte values to cover 128-blocks
106 * - There should be >=20902 single/double-byte values to cover Unihan.
107 * - It helps CJK Extension B some if there are 3-byte values that cover
113 * With an equal distribution of even and odd differences there is also
  /external/icu/icu4c/source/layout/
Features.cpp 35 * List Table are sorted alphabetically by feature tag; however, there seem
  /external/icu/icu4c/source/stubdata/
stubdata.c 68 0 , 0 , 0, 0 /* name and data entries. Count says there are none, */
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 32 is easier with the same names for the BiDi types in the code as there.
  /external/icu/icu4c/source/test/compat/
readme.txt 38 the variable that is used there. LD_LIBRARY_PATH is the correct name
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
UVector32.java 12 // TODO: There must be a Java class for a growable array of ints without auto-boxing to Integer?!
UVector64.java 12 // TODO: There must be a Java class for a growable array of longs without auto-boxing to Long?!
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICURWLock.java 18 * <p>This assumes that there will be little writing contention.
128 * <p>If there's a writer, or a waiting writer, increment the
165 * <p>If there are no readers and no waiting writers, mark as
187 * <p>If there are waiting readers, make them all active and
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 88 // if there are seconds, merge with seconds, otherwise leave alone
114 // determine if there is any non-zero unit
125 // if we've been requested to not display a limit, or there are
131 // if we've been requested to not display the direction, or there
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecognizer.java 46 * with this charset, or null if there was no match.
  /external/iptables/extensions/
libxt_SET.man 14 specifications and there can be no more than six of them.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 21 /* Why 50? Well... there is a limit imposed by the slab cache 131000
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
JarProcessor.java 28 * there fore are not to be deleted
  /external/javassist/src/main/javassist/tools/reflect/
CannotReflectException.java 22 * when there is an attempt to reflect
  /external/jemalloc/android/scripts/
README 0 There are configure scripts in this directory to generate the header files
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverAutoEscapingException.java 20 * Thrown when there is a problem applying auto escaping.

Completed in 457 milliseconds

<<31323334353637383940>>