/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
equivalent_error_code_int.pass.cpp | 14 // virtual bool equivalent(const error_code& code, int condition) const; 22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); 23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
|
equivalent_int_error_condition.pass.cpp | 14 // virtual bool equivalent(int code, const error_condition& condition) const; 23 assert(e_cat.equivalent(5, e_cond)); 24 assert(!e_cat.equivalent(6, e_cond));
|
/external/libcxx/test/std/thread/futures/futures.errors/ |
equivalent_error_code_int.pass.cpp | 16 // virtual bool equivalent(const error_code& code, int condition) const; 24 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); 25 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
|
equivalent_int_error_condition.pass.cpp | 16 // virtual bool equivalent(int code, const error_condition& condition) const; 25 assert(e_cat.equivalent(5, e_cond)); 26 assert(!e_cat.equivalent(6, e_cond));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
equivalent_error_code_int.pass.cpp | 14 // virtual bool equivalent(const error_code& code, int condition) const; 22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); 23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
|
equivalent_int_error_condition.pass.cpp | 14 // virtual bool equivalent(int code, const error_condition& condition) const; 23 assert(e_cat.equivalent(5, e_cond)); 24 assert(!e_cat.equivalent(6, e_cond));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/ |
equivalent_error_code_int.pass.cpp | 14 // virtual bool equivalent(const error_code& code, int condition) const; 22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); 23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
|
equivalent_int_error_condition.pass.cpp | 14 // virtual bool equivalent(int code, const error_condition& condition) const; 23 assert(e_cat.equivalent(5, e_cond)); 24 assert(!e_cat.equivalent(6, e_cond));
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
BlockingService.java | 34 * Blocking equivalent to {@link Service}. 41 * Equivalent to {@link Service#getDescriptorForType}. 46 * Equivalent to {@link Service#callMethod}, except that 56 * Equivalent to {@link Service#getRequestPrototype}. 61 * Equivalent to {@link Service#getResponsePrototype}.
|
/external/clang/test/Rewriter/ |
objc-modern-boxing.mm | 45 NSNumber *theLetterZ = @('Z'); // equivalent to [NSNumber numberWithChar:('Z')] 48 NSNumber *fortyTwo = @(42); // equivalent to [NSNumber numberWithInt:(42)] 49 NSNumber *fortyTwoUnsigned = @(42U); // equivalent to [NSNumber numberWithUnsignedInt:(42U)] 50 NSNumber *fortyTwoLong = @(42L); // equivalent to [NSNumber numberWithLong:(42L)] 51 NSNumber *fortyTwoLongLong = @(42LL); // equivalent to [NSNumber numberWithLongLong:(42LL)] 54 NSNumber *piFloat = @(3.141592654F); // equivalent to [NSNumber numberWithFloat:(3.141592654F)] 55 NSNumber *piDouble = @(3.1415926535); // equivalent to [NSNumber numberWithDouble:(3.1415926535)]
|
/external/guava/guava/src/com/google/common/base/ |
Equivalence.java | 29 * A strategy for determining whether two instances are considered equivalent. Examples of 47 * Returns {@code true} if the given objects are considered equivalent. 49 * <p>The {@code equivalent} method implements an equivalence relation on object references: 53 * equivalent(x, x)} returns {@code true}. 55 * equivalent(x, y) == equivalent(y, x)}. 57 * {@code equivalent(x, y)} returns {@code true} and {@code equivalent(y, z)} returns {@code 58 * true}, then {@code equivalent(x, z)} returns {@code true}. 60 * of {@code equivalent(x, y)} consistently return {@code true} or consistently return {@cod 64 public final boolean equivalent(@Nullable T a, @Nullable T b) { method in class:Equivalence [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacterEnums.java | 256 * Equivalent to {@link 270 * Equivalent to {@link 284 * Equivalent to {@link 298 * Equivalent to {@link 312 * Equivalent to {@link 326 * Equivalent to {@link 340 * Equivalent to {@link 354 * Equivalent to {@link 368 * Equivalent to {@link 382 * Equivalent to {@link java.lang.Character#DIRECTIONALITY_WHITESPACE} [all...] |
/external/clang/include/clang/AST/ |
ASTImporter.h | 75 /// \brief Declaration (from, to) pairs that are known not to be equivalent 106 /// \returns the equivalent type in the "to" context, or a NULL type if 113 /// \returns the equivalent type source information in the "to" 120 /// \returns the equivalent declaration in the "to" context, or a NULL type 132 /// \returns the equivalent declaration context in the "to" 139 /// \returns the equivalent expression in the "to" context, or NULL if 146 /// \returns the equivalent statement in the "to" context, or NULL if 153 /// \returns the equivalent nested-name-specifier in the "to" 160 /// \returns the equivalent nested-name-specifier in the "to" 171 /// \returns the equivalent source location in the "to" context, or a [all...] |
/external/guava/guava/src/com/google/common/hash/ |
Hasher.java | 45 * is not equivalent to the concatenation of their encoded form. Therefore, 62 * Equivalent to {@code putInt(Float.floatToRawIntBits(f))}. 67 * Equivalent to {@code putLong(Double.doubleToRawLongBits(d))}. 72 * Equivalent to {@code putByte(b ? (byte) 1 : (byte) 0)}. 78 * Equivalent to processing each {@code char} value in the {@code CharSequence}, in order. 86 * Equivalent to {@code putBytes(charSequence.toString().getBytes(charset))}.
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
codegen.h | 69 // instruction, or returns and existing equivalent node if one 92 // WithinRange returns a node equivalent to |next| that is at most 108 // equivalent_ stores the most recent semantically-equivalent node for each 109 // instruction in program_. A node is defined as semantically-equivalent to N 111 // nodes (if any) are semantically-equivalent to N's successor nodes, or 112 // if it's an unconditional jump to a node semantically-equivalent to N.
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
avassert.h | 35 * assert() equivalent, that is always enabled. 47 * assert() equivalent, that does not lie in speed critical code. 58 * assert() equivalent, that does lie in speed critical code.
|
/art/test/064-field-access/ |
info.txt | 10 equivalent, and not merely spec-compliant.
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
differences.txt | 90 No equivalent (too connected to application model for WebOb). 94 No equivalent 103 No equivalent; you could use ``req.scheme == 'https'``. 110 variables). The equivalent in WebOb is MultiDict. 131 No direct equivalent 137 No direct equivalent 159 headers. The equivalent dictionary-like object is 190 No equivalent 196 No equivalent 199 No equivalent [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
hit_persistence.py | 19 result in an equivalent object, or subsequent pickles may fail.
|
/external/clang/test/SemaCXX/ |
missing-namespace-qualifier-typo-corrections.cpp | 103 bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Equivalent' declared here}} \ 104 // expected-note {{'::extra::util::MessageUtils::Equivalent' declared here}} 111 return util::MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean 'extra::util::MessageUtils::Equivalent'?}} 118 return MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean '::extra::util::MessageUtils::Equivalent'?}}
|
/external/compiler-rt/test/tsan/ |
virtual_inheritance_compile_bug.cc | 2 // The C++ variant is much more compact that the LLVM IR equivalent.
|
/external/libweave/third_party/libuweave/src/ |
crypto_hmac.h | 18 * Compute HMAC over a list of messages, which is equivalent to computing HMAC
|
/external/llvm/test/CodeGen/SystemZ/ |
asm-05.ll | 1 ; Test the "m" asm constraint, which is equivalent to "T".
|
/external/llvm/test/MC/ELF/ |
local-reloc.s | 4 // with the section. They should be equivalent, but gas behaves like this.
|
/external/llvm/test/Transforms/Sink/ |
convergent.ll | 4 ; blocks that are not control equivalent.
|