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

1 2 3 4 5 6 7 8 91011>>

  /art/test/531-regression-debugphi/
info.txt 1 Test a regression where DeadPhiHandling would produce two equivalent phis of
  /art/runtime/interpreter/mterp/arm/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /art/runtime/interpreter/mterp/arm64/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /art/runtime/interpreter/mterp/mips/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /art/runtime/interpreter/mterp/mips64/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /art/runtime/interpreter/mterp/x86/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /art/runtime/interpreter/mterp/x86_64/
op_long_to_int.S 1 /* we ignore the high word, making this equivalent to a 32-bit reg move */
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_IsFinite.pbtxt 6 Equivalent to np.isfinite
api_def_IsInf.pbtxt 6 Equivalent to np.isinf
api_def_IsNan.pbtxt 6 Equivalent to np.isnan
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 14 // bool equivalent(path const& lhs, path const& rhs);
15 // bool equivalent(path const& lhs, path const& rhs, std::error_code& ec) noexcept;
34 ASSERT_NOEXCEPT(equivalent(p, p, ec));
35 ASSERT_NOT_NOEXCEPT(equivalent(p, p));
54 TEST_CHECK(equivalent(TC.lhs, TC.rhs, ec) == TC.expect);
64 TEST_CHECK(equivalent(E, DNE, ec) == false);
70 TEST_CHECK(equivalent(DNE, E, ec) == false);
75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E));
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE));
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 14 // bool equivalent(path const& lhs, path const& rhs);
15 // bool equivalent(path const& lhs, path const& rhs, std::error_code& ec) noexcept;
34 ASSERT_NOEXCEPT(equivalent(p, p, ec));
35 ASSERT_NOT_NOEXCEPT(equivalent(p, p));
54 TEST_CHECK(equivalent(TC.lhs, TC.rhs, ec) == TC.expect);
64 TEST_CHECK(equivalent(E, DNE, ec) == false);
70 TEST_CHECK(equivalent(DNE, E, ec) == false);
75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E));
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE));
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE))
    [all...]
  /external/iptables/extensions/
libxt_NOTRACK.man 2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
  /external/strace/linux/arm/
nr_prefix.c 5 * For now, the set of syscalls that are shuffled is equivalent to the
  /external/curl/docs/cmdline-opts/
libcurl.d 3 Help: Dump libcurl equivalent code of this command line
7 libcurl-using C source code written to the file that does the equivalent
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
greg1.s 11 GREG @ % Equivalent to F7, unless -no-merge-gregs.
13 H9 GREG @ % Equivalent to F7, unless -no-merge-gregs.
  /external/valgrind/massif/tests/
realloc.c 5 int* x = realloc(NULL, 800); // equivalent to malloc(800), and ends up
16 x = realloc(x, 0); // equivalent to free(x), and ends up
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15439.go 18 // Ensure cmd/compile treats absent and empty tags as equivalent.
21 // Ensure package reflect treats absent and empty tags as equivalent.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15439.go 18 // Ensure cmd/compile treats absent and empty tags as equivalent.
21 // Ensure package reflect treats absent and empty tags as equivalent.
  /external/clang/test/Rewriter/
objc-modern-numeric-literal.mm 39 NSNumber *theLetterZ = @'Z'; // equivalent to [NSNumber numberWithChar:'Z']
42 NSNumber *fortyTwo = @42; // equivalent to [NSNumber numberWithInt:42]
43 NSNumber *fortyTwoUnsigned = @42U; // equivalent to [NSNumber numberWithUnsignedInt:42U]
44 NSNumber *fortyTwoLong = @42L; // equivalent to [NSNumber numberWithLong:42L]
45 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL]
48 NSNumber *piFloat = @3.141592654F; // equivalent to [NSNumber numberWithFloat:3.141592654F]
49 NSNumber *piDouble = @3.1415926535; // equivalent to [NSNumber numberWithDouble:3.1415926535]
52 NSNumber *yesNumber = @YES; // equivalent to [NSNumber numberWithBool:YES]
53 NSNumber *noNumber = @NO; // equivalent to [NSNumber numberWithBool:NO]
55 NSNumber *trueNumber = @true; // equivalent to [NSNumber numberWithBool:(BOOL)true
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
  /external/clang/test/Sema/
MicrosoftCompatibility-x64.c 3 // None of these should warn. stdcall is treated as equivalent to cdecl on
  /external/eigen/doc/snippets/
MatrixBase_applyOnTheRight.cpp 8 A.applyOnTheRight(B); // equivalent to A *= B
  /external/python/cpython2/Lib/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
  /external/python/cpython3/Lib/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>