HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 76 - 100 of 1794) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-local1.s 2 % Check that error handling for the restrictions on LOCAL works.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
noglob1.d 5 # Check that we can link an object that doesn't have any global symbols;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined5.d 6 # Check that arithmetic on DEFINED works.
  /bionic/tests/
sys_statvfs_test.cpp 27 template <typename StatVfsT> void Check(StatVfsT& sb) {
43 Check(sb);
49 Check(sb);
57 Check(sb);
65 Check(sb);
sys_vfs_test.cpp 27 template <typename StatFsT> void Check(StatFsT& sb) {
44 Check(sb);
50 Check(sb);
58 Check(sb);
66 Check(sb);
  /external/gemmlowp/test/
test_allocator.cc 29 Check(int32_array == a->GetPointer<std::int32_t>(handle_to_int32_array));
30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array));
31 Check(
33 Check(
35 Check(reinterpret_cast<std::uintptr_t>(int8_array) >=
test_math_helpers.cc 36 Check(x >= RoundDown<Modulus>(x));
37 Check(x < RoundDown<Modulus>(x) + Modulus);
38 Check(RoundDown<Modulus>(x) % Modulus == 0);
40 Check(x <= RoundUp<Modulus>(x));
41 Check(x > RoundUp<Modulus>(x) - Modulus);
42 Check(RoundUp<Modulus>(x) % Modulus == 0);
56 Check(CeilQuotient(x, y) * y >= x);
57 Check(CeilQuotient(x, y) * y < x + y);
77 Check(RoundUpToPowerOfTwo(RoundUpToPowerOfTwo(x) == RoundUpToPowerOfTwo(x)));
78 Check(RoundUpToPowerOfTwo(x) >= x)
    [all...]
  /external/libvpx/libvpx/test/
register_state_check.h 53 ~RegisterStateCheck() { Check(); }
66 void Check() const {
108 ~RegisterStateCheck() { Check(); }
112 void Check() const {
154 ~RegisterStateCheckMMX() { Check(); }
159 void Check() const {
  /external/v8/src/compiler/
redundancy-elimination.h 22 struct Check {
23 Check(Node* node, Check* next) : node(node), next(next) {}
25 Check* next;
40 EffectPathChecks(Check* head, size_t size) : head_(head), size_(size) {}
44 Check* head_;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
Check.java 2 * Check
10 package org.tukaani.xz.check;
15 public abstract class Check {
34 public static Check getInstance(int checkType)
55 "Unsupported Check ID " + checkType);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cp0-names-mips32.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips32r2.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips64.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-mips64r2.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-numeric.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-r3000.d 6 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-r4000.d 6 # Check objdump's handling of -M cp0-names=foo options.
cp0-names-sb1.d 5 # Check objdump's handling of -M cp0-names=foo options.
cp1-names-mips32.d 5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips32r2.d 5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips64.d 5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips64r2.d 5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-numeric.d 5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-r3000.d 6 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-r4000.d 6 # Check objdump's handling of -M cp1-names=foo options.

Completed in 1693 milliseconds

1 2 34 5 6 7 8 91011>>