HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 476 - 500 of 6364) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500NameStyle.java 21 * @return the ASN.1 equivalent for the value.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 111 * @return the ASN.1 equivalent for the value.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
parallelism_framework_util.py 62 Performs the atomic equivalent of
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 170 EXPECT_TRUE(Status->equivalent(*Status));
173 EXPECT_FALSE(Status->equivalent(*Status2));
191 EXPECT_TRUE(Status->equivalent(*Status2));
224 EXPECT_TRUE(Status1->equivalent(*StatusB));
225 EXPECT_TRUE(Status2->equivalent(*StatusM));
226 EXPECT_TRUE(Status3->equivalent(*StatusT));
228 EXPECT_FALSE(Status1->equivalent(*Status2));
229 EXPECT_FALSE(Status2->equivalent(*Status3));
230 EXPECT_FALSE(Status1->equivalent(*Status3));
248 EXPECT_TRUE(Status1->equivalent(*Status2))
    [all...]
  /external/compiler-rt/lib/asan/
asan_stats.h 60 // A cross-platform equivalent of malloc_statistics_t on Mac OS.
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
MonitorCache.java 38 * equivalent arguments each time (like a {@link dagger.Provides @Provides} method would).
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
TypeBearer.java 54 * is equivalent to {@code getFrameType().getBasicType()}, and
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 43 * // Equivalent SWT version
57 * // Equivalent SWT version
69 * // Equivalent SWT version
85 * // Equivalent SWT version
  /external/elfutils/libelf/
dl-hash.h 59 But the following is equivalent and a lot
  /external/fec/
dotprod_mmx_assist.s 2 # Equivalent to the following C code:
dotprod_sse2_assist.s 2 # Equivalent to the following C code:
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 168 * <p>This is equivalent to the behavior of
186 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
199 * <p>Equivalent to {@link #binarySearch(List, Function, Object, Comparator, KeyPresentBehavior,
217 * <p>Equivalent to
  /external/guava/guava/src/com/google/common/io/
Flushables.java 68 * Equivalent to calling {@code flush(flushable, true)}, but with no
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
TestThread.java 44 * method equivalent to {@link java.util.concurrent.locks.ReentrantLock#hasQueuedThread(Thread)}. If
46 * method equivalent to {@link
136 * the lock-like object. The lock-like object must have a method equivalent to {@link
151 * the given condition-like object. The lock-like object must have a method equivalent to {@link
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 230 * Equivalent to ICU4C's expandName.
527 * Equivalent to uprv_getMaxCharNameLength.
542 * Equivalent to uprv_getMaxISOCommentLength.
559 * Equivalent to uprv_getCharNameCharacters.
569 * Equivalent to uprv_getISOCommentCharacters.
792 * Equivalent to part of calcAlgNameSetsLengths.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterCategory.java 16 * Equivalent to icu's UCharCategory.
  /external/icu/icu4c/source/test/intltest/
itercoll.h 37 * Test that results from CollationElementIterator.next is equivalent to
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 229 * Equivalent to ICU4C's expandName.
526 * Equivalent to uprv_getMaxCharNameLength.
541 * Equivalent to uprv_getMaxISOCommentLength.
558 * Equivalent to uprv_getCharNameCharacters.
568 * Equivalent to uprv_getISOCommentCharacters.
791 * Equivalent to part of calcAlgNameSetsLengths.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterCategory.java 15 * Equivalent to icu's UCharCategory.
  /external/iptables/extensions/
libxt_tcp.man 39 It is equivalent to \fB\-\-tcp\-flags SYN,RST,ACK,FIN SYN\fP.
  /external/jemalloc/include/jemalloc/internal/
qr.h 44 * qr_meld() and qr_split() are functionally equivalent, so there's no need to
  /external/libchrome/base/json/
json_string_value_serializer.h 30 // Equivalent to Serialize(root) except binary values are omitted from the
  /external/libchrome/base/prefs/
writeable_pref_store.h 45 // Equivalent to PrefStore::GetValue but returns a mutable value.
  /external/libchrome/base/
sys_byteorder.h 6 // 64-bit values, and NetToHostXX() / HostToNextXX() functions equivalent to
  /external/libchrome/base/trace_event/
trace_event_argument.h 66 // a copy-and-translation of the base::Value into the equivalent TracedValue.

Completed in 1725 milliseconds

<<11121314151617181920>>