Searched defs:Check (Results 1 - 25 of 66) sorted by relevance

123

/external/libchrome/base/threading/
H A Dthread_collision_warner.h118 base::ThreadCollisionWarner::Check check_##obj(&obj)
162 class BASE_EXPORT Check { class in class:base::ThreadCollisionWarner
164 explicit Check(ThreadCollisionWarner* warner) function in class:base::ThreadCollisionWarner::Check
169 ~Check() {}
174 DISALLOW_COPY_AND_ASSIGN(Check);
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
H A DCheck.java2 * Check
15 public abstract class Check { class
34 public static Check getInstance(int checkType)
55 "Unsupported Check ID " + checkType);
/external/v8/tools/
H A Dandroid-run.py44 def Check(output, errors): function
67 return exit_code or Check(output, errors)
/external/clang/test/SemaCXX/
H A Dpass-object-size.cpp97 void Check() { function in namespace:why
H A Dmissing-namespace-qualifier-typo-corrections.cpp25 void Check() { // expected-note{{'Check' declared here}} function
39 Cleck(); // expected-error{{use of undeclared identifier 'Cleck'; did you mean 'Check'?}}
/external/v8/src/compiler/
H A Dredundancy-elimination.h22 struct Check { struct in class:v8::internal::compiler::final
23 Check(Node* node, Check* next) : node(node), next(next) {} function in struct:v8::internal::compiler::final::Check
25 Check* next;
39 EffectPathChecks(Check* head, size_t size) : head_(head), size_(size) {}
43 Check* head_;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h33 const CheckName Check; member in class:clang::ento::BugType
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
43 : Check(checker->getCheckName()), Name(name), Category(cat),
50 StringRef getCheckName() const { return Check.getName(); }
/external/libvpx/libvpx/test/
H A Dregister_state_check.h53 ~RegisterStateCheck() { Check(); }
66 void Check() const { function in class:libvpx_test::RegisterStateCheck
108 ~RegisterStateCheck() { Check(); }
112 void Check() const {
154 ~RegisterStateCheckMMX() { Check(); }
159 void Check() const { function in class:libvpx_test::RegisterStateCheckMMX
H A Davg_test.cc221 void Check(const int expected) { function in class:__anon11713::SatdTest
274 void Check(const int64_t expected) { function in class:__anon11713::BlockErrorTestFP
345 Check(expected);
352 Check(expected);
367 Check(expected);
374 Check(expected);
381 Check(expected);
396 Check(expected);
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { function in namespace:__anon16169
137 Check(testing::AddGlobalTestEnvironment(env) == env,
142 Check(RunAllTests(env, NO_FAILURE) != 0,
145 Check(test_was_run,
148 Check(env->tear_down_was_run(),
153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0,
156 Check(test_was_run,
159 Check(env->tear_down_was_run(),
164 Check(RunAllTests(env, FATAL_FAILURE) != 0,
167 Check(!test_was_ru
[all...]
/external/skia/tools/skiaserve/tester/
H A Dtester.py24 def Check(request): function
55 return Check(requests.get(self.url + '/info'))
62 return Check(requests.post(self.url + '/new', files=files))
66 return WriteJson(Check(requests.get(self.url + '/cmd')), path)
72 return WritePng(Check(requests.get(url)), path)
75 return Check(requests.post(self.url + '/enableGPU/1'))
78 return Check(requests.post(self.url + '/enableGPU/0'))
86 return WriteJson(Check(requests.get(self.url + '/batches')), path)
/external/v8/src/base/
H A Dsafe_conversions_impl.h143 static RangeConstraint Check(Src value) { return RANGE_VALID; } function in struct:v8::base::internal::DstRangeRelationToSrcRangeImpl
154 static RangeConstraint Check(Src value) { function in struct:v8::base::internal::DstRangeRelationToSrcRangeImpl
170 static RangeConstraint Check(Src value) { function in struct:v8::base::internal::DstRangeRelationToSrcRangeImpl
182 static RangeConstraint Check(Src value) { function in struct:v8::base::internal::DstRangeRelationToSrcRangeImpl
199 static RangeConstraint Check(Src value) { function in struct:v8::base::internal::DstRangeRelationToSrcRangeImpl
213 return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
/external/webrtc/webrtc/base/
H A Dsafe_conversions_impl.h116 static RangeCheckResult Check(Src value) { function in struct:rtc::internal::RangeCheckImpl
124 static RangeCheckResult Check(Src value) { function in struct:rtc::internal::RangeCheckImpl
139 static RangeCheckResult Check(Src value) { function in struct:rtc::internal::RangeCheckImpl
149 static RangeCheckResult Check(Src value) { function in struct:rtc::internal::RangeCheckImpl
160 static RangeCheckResult Check(Src value) { function in struct:rtc::internal::RangeCheckImpl
182 return RangeCheckImpl<Dst, Src>::Check(value);
H A Dfirewallsocketserver.cc30 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) {
46 if (!server_->Check(FP_UDP, GetLocalAddress(), addr)) {
65 if (server_->Check(FP_UDP, *paddr, GetLocalAddress()))
86 if (server_->Check(FP_TCP, addr, GetLocalAddress())) {
156 bool FirewallSocketServer::Check(FirewallProtocol p, function in class:rtc::FirewallSocketServer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs8 // Check.cs
37 static class Check { class in namespace:Antlr.Runtime.JavaExtensions
H A DEnumerableExtensions.cs61 Check.Source(source);
93 Check.Source(source);
113 Check.Source(source);
134 Check.Source(source);
157 Check.Source(source);
167 Check.SourceAndSelector(source, selector);
178 Check.SourceAndSelector(source, selector);
197 Check.SourceAndCollectionSelectors(source, collectionSelector, selector);
203 Check.SourceAndSelector(source, selector);
230 Check
[all...]
/external/gemmlowp/test/
H A Dtest.h42 #define Check(b) \ macro
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon6885
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,
173 Check(!test_was_ru
[all...]
/external/googletest/googletest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon7032
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,
173 Check(!test_was_ru
[all...]
/external/libchrome/base/numerics/
H A Dsafe_conversions_impl.h191 static constexpr RangeConstraint Check(Src /*value*/) { return RANGE_VALID; } function in struct:base::internal::DstRangeRelationToSrcRangeImpl
202 static constexpr RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
215 static constexpr RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
227 static constexpr RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
244 static constexpr RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
259 return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
/external/v8/testing/gtest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon21927
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,
173 Check(!test_was_ru
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon24156
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,
173 Check(!test_was_ru
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp39 struct Check : Bs<As>... { struct in struct:ParameterPackExpansions::Outer::Inner
40 Check(Cs...);
54 Check check(&x);
/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { argument
52 Preds = std::move(Check);
197 for (const auto &Check : AliasChecks)
198 GroupToNonAliasingScopes[Check.first].push_back(GroupToScope[Check.second]);
/external/v8/src/
H A Dhandles.h32 // Check if this handle refers to the exact same object as the other handle.
216 V8_INLINE void Check() const { CHECK_NOT_NULL(location_); } function in class:v8::internal::final
219 Check();

Completed in 633 milliseconds

123