HomeSort by relevance Sort by last modified time
    Searched defs:equivalent (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/Support/
system_error.cpp 35 error_category::equivalent(int code, const error_condition& condition) const { function in class:llvm::error_category
40 error_category::equivalent(const error_code& code, int condition) const { function in class:llvm::error_category
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Extensions.java 157 public boolean equivalent( method in class:Extensions
X509Extensions.java 412 public boolean equivalent( method in class:X509Extensions
  /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...]
  /packages/apps/TV/src/com/android/tv/data/
ChannelNumber.java 48 * {@code lhs} and {@code rhs} are equivalent if {@link ChannelNumber#compare(String, String)}
51 public static boolean equivalent(String lhs, String rhs) { method in class:ChannelNumber
  /art/compiler/optimizing/
ssa_builder.cc 78 << "More then one phi equivalent with type " << phi->GetType()
94 // If the phi equivalent is dead, check if there is another one.
101 // We found a live phi equivalent. Update the environment uses of `phi` with it.
190 // generate a suitably typed equivalent.
191 HInstruction* equivalent = (common_type == DataType::Type::kReference) local
194 if (equivalent == nullptr) {
200 DCHECK_NE(input, equivalent);
202 phi->ReplaceInput(equivalent, i);
203 if (equivalent->IsPhi()) {
204 worklist->push_back(equivalent->AsPhi())
296 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet( local
389 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); local
669 HArrayGet* equivalent = FindFloatOrDoubleEquivalentOfArrayGet(aget); local
    [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 297 // Check if the range has an equivalent using IANA LSR data.
301 String equivalent; local
302 if ((equivalent = getEquivalentForRegionAndVariant(r)) != null
303 && !tempList.contains(equivalent)) {
304 list.add(index+1, new LanguageRange(equivalent, w));
306 tempList.add(equivalent);
320 equivalent = getEquivalentForRegionAndVariant(equiv);
321 if (equivalent != null
322 && !tempList.contains(equivalent)) {
323 list.add(index+1, new LanguageRange(equivalent, w))
    [all...]
  /external/ImageMagick/MagickCore/
composite.c 1561 equivalent; local
    [all...]
  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 34 // materialized. The materialized equivalent will be this register
36 // equivalent exists.
40 // materialized and not register |reg|. The materialized equivalent
42 // no materialized equivalent exists.
56 // Get an equivalent register. Returns this if none exists.
244 // each equivalent register as necessary and placing in their
246 RegisterInfo* equivalent; local
247 while ((equivalent = reg_info->GetEquivalent()) != reg_info) {
248 if (equivalent->allocated() && !equivalent->materialized())
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 146 * @return true if logically equivalent
148 public boolean equivalent(Operation o) { method in class:AsyncQueryServiceHelper.OperationInfo
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonGSUBBuilder.java 280 String equivalent = record.getEquivalent(e); local
282 ligatureTree.insert(equivalent + composed);
  /external/llvm/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
162 friend bool equivalent(file_status A, file_status B);
349 /// @brief Remove path. Equivalent to POSIX remove().
428 bool equivalent(file_status A, file_status B);
437 /// inode (or equivalent).
440 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
442 /// @brief Simpler version of equivalent for clients that don't need to
444 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
446 return !equivalent(A, B, result) && result;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
163 friend bool equivalent(file_status A, file_status B);
360 /// @brief Remove path. Equivalent to POSIX remove().
439 bool equivalent(file_status A, file_status B);
448 /// inode (or equivalent).
451 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
453 /// @brief Simpler version of equivalent for clients that don't need to
455 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
457 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
148 friend bool equivalent(file_status A, file_status B);
331 /// @brief Remove path. Equivalent to POSIX remove().
427 bool equivalent(file_status A, file_status B);
436 /// inode (or equivalent).
439 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
441 /// @brief Simpler version of equivalent for clients that don't need to
443 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
445 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
148 friend bool equivalent(file_status A, file_status B);
331 /// @brief Remove path. Equivalent to POSIX remove().
427 bool equivalent(file_status A, file_status B);
436 /// inode (or equivalent).
439 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
441 /// @brief Simpler version of equivalent for clients that don't need to
443 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
445 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
148 friend bool equivalent(file_status A, file_status B);
331 /// @brief Remove path. Equivalent to POSIX remove().
427 bool equivalent(file_status A, file_status B);
436 /// inode (or equivalent).
439 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
441 /// @brief Simpler version of equivalent for clients that don't need to
443 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
445 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
148 friend bool equivalent(file_status A, file_status B);
331 /// @brief Remove path. Equivalent to POSIX remove().
427 bool equivalent(file_status A, file_status B);
436 /// inode (or equivalent).
439 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
441 /// @brief Simpler version of equivalent for clients that don't need to
443 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
445 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
473 return !equivalent(A, B, result) && result;
    [all...]

Completed in 1828 milliseconds

1 2 3 4 5 6 7