HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 1 - 25 of 870) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest_environment_test.cc 109 // The sole purpose of this TEST is to enable us to check whether it
116 void Check(bool condition, const char* msg) {
143 Check(testing::AddGlobalTestEnvironment(env) == env,
148 Check(RunAllTests(env, NO_FAILURE) != 0,
151 Check(test_was_run,
154 Check(env->tear_down_was_run(),
159 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0,
162 Check(test_was_run,
165 Check(env->tear_down_was_run(),
170 Check(RunAllTests(env, FATAL_FAILURE) != 0
    [all...]
  /external/googletest/googletest/test/
gtest_environment_test.cc 105 // The sole purpose of this TEST is to enable us to check whether it
112 void Check(bool condition, const char* msg) {
139 Check(testing::AddGlobalTestEnvironment(env) == env,
144 Check(RunAllTests(env, NO_FAILURE) != 0,
147 Check(test_was_run,
150 Check(env->tear_down_was_run(),
155 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0,
158 Check(test_was_run,
161 Check(env->tear_down_was_run(),
166 Check(RunAllTests(env, FATAL_FAILURE) != 0
    [all...]
  /art/test/140-field-packing/src/
Main.java 20 GapOrder.Check();
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
verify_broken_exprloc.s 3 ## Check we don't crash when parsing invalid expression opcode.
5 # CHECK: DW_TAG_GNU_call_site_parameter
6 # CHECK-NEXT: DW_AT_location (<decoding error>)
8 ## Check verifier reports an error.
9 # RUN: not llvm-dwarfdump -verify %t 2>&1 | FileCheck %s --check-prefix=VERIFY
  /external/tensorflow/tensorflow/core/profiler/internal/advisor/
checker.h 41 return Check(options, stats);
45 virtual AdviceProto::Checker Check(
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
check_prop 33 echo Check No Propagation $*
35 echo Check Propagation $*
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
cfi-scope-unclosed.s 4 ## Check we don't crash on unclosed frame scope.
5 # CHECK: error: Unfinished frame!
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
AssemblerTest.cpp 38 Check(llvm::MCInst(), 0xc3);
42 Check(MCInstBuilder(XOR32rr).addReg(EAX).addReg(EAX).addReg(EAX), 0x31, 0xc0,
47 Check(MCInstBuilder(MOV64ri32).addReg(RAX).addImm(42), 0x48, 0xc7, 0xc0, 0x2a,
52 Check(MCInstBuilder(MOV32ri).addReg(EAX).addImm(42), 0xb8, 0x2a, 0x00, 0x00,
  /external/xz-java/src/org/tukaani/xz/check/
None.java 10 package org.tukaani.xz.check;
12 public class None extends 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);
  /external/tensorflow/tensorflow/lite/kernels/
split_test.cc 69 void Check(int axis, int num_splits, std::initializer_list<int> input_shape,
103 Check<float>(/*axis=*/0, /*num_splits=*/2, {2, 2, 2, 2}, {1, 2, 2, 2},
109 Check<float>(/*axis=*/1, /*num_splits=*/2, {2, 2, 2, 2}, {2, 1, 2, 2},
115 Check<float>(/*axis=*/2, /*num_splits=*/2, {2, 2, 2, 2}, {2, 2, 1, 2},
121 Check<float>(/*axis=*/3, /*num_splits=*/2, {2, 2, 2, 2}, {2, 2, 2, 1},
130 Check<int8_t>(/*axis=*/0, /*num_splits=*/2, {2, 2, 2, 2}, {1, 2, 2, 2},
137 Check<int8_t>(/*axis=*/1, /*num_splits=*/2, {2, 2, 2, 2}, {2, 1, 2, 2},
144 Check<int8_t>(/*axis=*/2, /*num_splits=*/2, {2, 2, 2, 2}, {2, 2, 1, 2},
151 Check<int8_t>(/*axis=*/3, /*num_splits=*/2, {2, 2, 2, 2}, {2, 2, 2, 1},
161 Check<int32_t>(/*axis=*/0, /*num_splits=*/2, {2, 2, 2, 2}, {1, 2, 2, 2}
    [all...]
split_v_test.cc 76 void Check(int axis, std::initializer_list<int> input_shape,
114 Check<float, TensorType_FLOAT32>(
121 Check<float, TensorType_FLOAT32>(
128 Check<float, TensorType_FLOAT32>(
135 Check<float, TensorType_FLOAT32>(
142 Check<float, TensorType_FLOAT32>(
152 Check<float, TensorType_FLOAT32>(
159 Check<float, TensorType_FLOAT32>(
166 Check<float, TensorType_FLOAT32>(
183 Check<uint8_t, TensorType_UINT8>
    [all...]
  /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 24 struct Check {
25 Check(Node* node, Check* next) : node(node), next(next) {}
27 Check* next;
42 EffectPathChecks(Check* head, size_t size) : head_(head), size_(size) {}
46 Check* head_;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/ARM/
AssemblerTest.cpp 33 Check(llvm::MCInst(), 0x1e, 0xff, 0x2f, 0xe1);
37 Check(MCInstBuilder(llvm::ARM::ADDrr)
  /external/capstone/arch/AArch64/
AArch64GenDisassemblerTables.inc     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 33 const CheckName Check;
40 BugType(class CheckName check, StringRef name, StringRef cat)
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
43 : Check(checker->getCheckName()), Name(name), Category(cat),
50 StringRef getCheckName() const { return Check.getName(); }
65 BuiltinBug(class CheckName check, const char *name, const char *description)
66 : BugType(check, name, categories::LogicError), desc(description) {}
  /external/grpc-grpc/src/ruby/pb/grpc/health/v1/
health_services_pb.rb 37 rpc :Check, HealthCheckRequest, HealthCheckResponse
  /external/libaom/libaom/test/
register_state_check.h 54 ~RegisterStateCheck() { Check(); }
67 void Check() const {
115 ~RegisterStateCheckMMX() { Check(); }
120 void Check() const {
  /external/llvm/test/tools/dsymutil/X86/
empty_range.s 53 # CHECK: DW_TAG_compile_unit
54 # CHECK: DW_TAG_subprogram
55 # CHECK-NEXT: DW_AT_low_pc{{.*}}(0x0000000000010000)
56 # CHECK-NEXT: DW_AT_ranges{{.*}}(0x00000000)
59 # debug map object isn't found. Check that we only linked one file.
60 # CHECK-NOT: DW_TAG_compile_unit
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
end-directive.s 4 # Check that the assembler doesn't choke on .align between a symbol and the
20 # CHECK: Name: a
21 # CHECK-NEXT: Value: 0x0
22 # CHECK-NEXT: Size: 24

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>