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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
assertions.xml 15 If the info argument is NULL, the sigwaitinfo ( ) function shall be equivalent to the sigwait( ) function.
19 shall be equivalent to sigwait( ), except that the selected signal
24 shall be equivalent to sigwait( ), except that the cause of the signal shall be stored in the si_code member.
  /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...]
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Color.kt 106 * Return the alpha component of a color int. This is equivalent to calling:
114 * Return the red component of a color int. This is equivalent to calling:
122 * Return the green component of a color int. This is equivalent to calling:
130 * Return the blue component of a color int. This is equivalent to calling:
138 * Return the alpha component of a color int. This is equivalent to calling:
152 * Return the red component of a color int. This is equivalent to calling:
166 * Return the green component of a color int. This is equivalent to calling:
180 * Return the blue component of a color int. This is equivalent to calling:
273 * Return the alpha component of a color long. This is equivalent to calling:
282 * Return the red component of a color long. This is equivalent to calling
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.1.golden 121 // Error is equivalent to Log() followed by Fail().
124 // Errorf is equivalent to Logf() followed by Fail().
136 // Fatal is equivalent to Log() followed by FailNow().
139 // Fatalf is equivalent to Logf() followed by FailNow().
223 // Error is equivalent to Log() followed by Fail().
226 // Errorf is equivalent to Logf() followed by Fail().
238 // Fatal is equivalent to Log() followed by FailNow().
241 // Fatalf is equivalent to Logf() followed by FailNow().
269 // Error is equivalent to Log() followed by Fail().
272 // Errorf is equivalent to Logf() followed by Fail().
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.1.golden 121 // Error is equivalent to Log() followed by Fail().
124 // Errorf is equivalent to Logf() followed by Fail().
136 // Fatal is equivalent to Log() followed by FailNow().
139 // Fatalf is equivalent to Logf() followed by FailNow().
223 // Error is equivalent to Log() followed by Fail().
226 // Errorf is equivalent to Logf() followed by Fail().
238 // Fatal is equivalent to Log() followed by FailNow().
241 // Fatalf is equivalent to Logf() followed by FailNow().
269 // Error is equivalent to Log() followed by Fail().
272 // Errorf is equivalent to Logf() followed by Fail().
    [all...]
  /art/test/520-equivalent-phi/src/
Main.java 24 Class<?> c = Class.forName("Equivalent");
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DismissType.java 21 * <p><b>Note:</b> When new values are added to the enum, the equivalent tests must be added to
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountTest.java 44 // and verify it is equivalent to the original account.
  /device/linaro/bootloader/edk2/ArmPkg/Include/
AsmMacroExport.inc 6 ; This provides equivalent functionality to the compiler's --split-sections
  /external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/
control 18 should be equivalent.
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BasicAbstractClassComponent.java 21 * This component tests behavior equivalent to {@link BasicComponent}, but as an abstract class
  /external/flatbuffers/.github/
PULL_REQUEST_TEMPLATE.md 7 `cd tests && sh generate_code.sh` (or equivalent .bat) and include the generated
  /external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
RuleBasedCollator.java.patch 5 * Equivalent to String getRules(false).
  /external/iproute2/man/man8/
routel.8 16 The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
  /external/llvm/test/TableGen/
strconcat.td 17 // More than two arguments is equivalent to nested calls
  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 49 /// An oracle for answering whether two values are equivalent as
74 /// equivalent as operands. Without an oracle, global values are
75 /// considered equivalent as operands precisely when they have the
81 /// Determines whether two global values are equivalent.
  /external/shflags/lib/
shlib 5 # Convert a relative path into it's absolute equivalent.
  /external/skia/src/utils/
SkMatrix22.h 19 * This is equivalent to
  /external/skqp/src/utils/
SkMatrix22.h 19 * This is equivalent to
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.h 51 /// An oracle for answering whether two values are equivalent as
74 /// equivalent as operands. Without an oracle, global values are
75 /// considered equivalent as operands precisely when they have the
81 /// Determines whether two global values are equivalent.
  /external/tensorflow/tensorflow/contrib/all_reduce/
BUILD 3 # APIs are subject to change. Eventually to be replaced by equivalent
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Angle.pbtxt 20 Equivalent to np.angle.
api_def_Bucketize.pbtxt 15 Equivalent to np.digitize.

Completed in 1014 milliseconds

1 2 3 4 5 6 78 91011>>