HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 601 - 625 of 10360) sorted by null

<<21222324252627282930>>

  /external/flac/libFLAC/include/private/
metadata.h 39 * be a consistent state (e.g. PICTURE) or equivalent to the initial
  /external/guava/guava/src/com/google/common/base/
FunctionalEquivalence.java 51 return resultEquivalence.equivalent(function.apply(a), function.apply(b));
PairwiseEquivalence.java 42 if (!elementEquivalence.equivalent(iteratorA.next(), iteratorB.next())) {
  /external/guava/guava/src/com/google/common/collect/
Interner.java 22 * Provides equivalent behavior to {@link String#intern} for other immutable
RangeSet.java 75 * <p>This is equivalent to checking if this range set {@link #encloses} each of the ranges in
152 * <p>This is equivalent to {@code remove(Range.all())}.
164 * <p>This is equivalent to calling {@link #add} on each of the ranges in {@code other} in turn.
176 * <p>This is equivalent to calling {@link #remove} on each of the ranges in {@code other} in
SortedIterables.java 34 * Returns {@code true} if {@code elements} is a sorted collection using an ordering equivalent
  /external/guava/guava-bootstrap/
pom.xml 18 AbstractExecutorService that is equivalent to a JDK5 version but using
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java 68 * Equivalent to {@link #expectMissing(Object[]) expectMissing}{@code (null)}
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationKanaTest.java 57 1, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
59 -1, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
95 /*6*/ {0x30AD, 0x30FC, 0x3042}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
96 /*7*/ {0x30AD, 0x30FC, 0x30A2}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
  /external/icu/icu4c/source/i18n/
number_types.h 33 // ICU4J Equivalent: RoundingUtils.MAX_INT_FRAC_SIG
36 // ICU4J Equivalent: RoundingUtils.DEFAULT_ROUNDING_MODE
39 // ICU4J Equivalent: Padder.FALLBACK_PADDING_STRING
42 // ICU4J Equivalent: NumberFormatterImpl.DEFAULT_CURRENCY
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationKanaTest.java 54 1, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
56 -1, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
92 /*6*/ {0x30AD, 0x30FC, 0x3042}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
93 /*7*/ {0x30AD, 0x30FC, 0x30A2}, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
  /external/jacoco/
README.android 1 We build an equivalent of the jacoco-agent.jar which contains classes from org.jacoco.core,
  /external/javassist/sample/duplicate/
Main.java 18 internal state of the copy is kept equivalent to that of the original
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 25 * they're ready for the next command (i.e. there is no equivalent of
  /external/libchrome/base/task_scheduler/
scheduler_lock.h 21 // equivalent to base::Lock.
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
platform.h 47 /* Required: provides a usleep() equivalent. */
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr_info.h 63 // Now that the two refer to different objects, they are equivalent if
associated_interface_request.h 63 // Now that the two refer to different objects, they are equivalent if
  /external/libpng/tests/
pngstest 11 # alpha: one of; opaque, tRNS, alpha, none. 'none' is equivalent to !alpha
  /external/llvm/test/CodeGen/X86/
sse-intrinsics-fast-isel-x86_64.ll 4 ; NOTE: This should use IR equivalent to what is generated by clang/test/CodeGen/sse-builtins.c
x86-mixed-alignment-dagcombine.ll 5 ; a load with alignment equivalent to the most restrictive source load.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
assertions.xml 7 killpg(pgrp, sig) is equivalent to kill(-pgrp, sig), when pgrp is greater than 1,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
assertions.xml 15 allocated. The effect shall be equivalent to dynamic initialization by a call to pthread_cond_init()
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
4-1.c 8 * Assertion 4 - that raise() is equivalent to kill(getpid(), sig); is
  /external/python/cpython2/Doc/c-api/
list.rst 59 Return the length of the list object in *list*; this is equivalent to
175 failure. This is equivalent to ``list.sort()``.
181 failure. This is the equivalent of ``list.reverse()``.
188 Return a new tuple object containing the contents of *list*; equivalent to

Completed in 1090 milliseconds

<<21222324252627282930>>