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

123

/external/v8/test/mjsunit/regress/
H A Dregress-2027.js30 function Check(time) { function
34 Check(d.setMilliseconds(10));
35 Check(d.setSeconds(10));
36 Check(d.setMinutes(10));
37 Check(d.setHours(10));
38 Check(d.setDate(10));
39 Check(d.setMonth(10));
40 Check(d.setFullYear(2010));
41 Check(d.setUTCMilliseconds(10));
42 Check(
[all...]
H A Dregress-357108.js8 function Check(a) {
16 Check(new constructor(1));
17 Check(new constructor(100));
/external/v8/test/mjsunit/es6/
H A Dblock-early-errors.js35 function Check(str) { function
50 // Check for early syntax errors when using let
52 Check("let x;");
53 Check("let x = 1;");
54 Check("let x, y;");
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dchecker.py66 def Check(self, start_token, limited_doc_checks=False, is_html=False, member in class:JavaScriptStyleChecker
H A Dcheckerbase.py129 def Check(self, start_token, limited_doc_checks=False, is_html=False, member in class:CheckerBase
/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)
H A Dnacl-run.py40 def Check(output, errors): function
63 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/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
H A Dbar_chart_test.py38 def Check(vertical, stacked, expected_type): function in function:BarChartTest.testChartType
42 Check(vertical=True, stacked=True, expected_type='bvs')
43 Check(vertical=True, stacked=False, expected_type='bvg')
44 Check(vertical=False, stacked=True, expected_type='bhs')
45 Check(vertical=False, stacked=False, expected_type='bhg')
/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/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp44 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { argument
45 Preds = std::move(Check);
/external/pdfium/third_party/base/numerics/
H A Dsafe_conversions_impl.h140 static RangeConstraint Check(Src value) { return RANGE_VALID; } function in struct:pdfium::base::internal::DstRangeRelationToSrcRangeImpl
151 static RangeConstraint Check(Src value) { function in struct:pdfium::base::internal::DstRangeRelationToSrcRangeImpl
167 static RangeConstraint Check(Src value) { function in struct:pdfium::base::internal::DstRangeRelationToSrcRangeImpl
179 static RangeConstraint Check(Src value) { function in struct:pdfium::base::internal::DstRangeRelationToSrcRangeImpl
196 static RangeConstraint Check(Src value) { function in struct:pdfium::base::internal::DstRangeRelationToSrcRangeImpl
211 return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { function in namespace:__anon16277
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/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);
/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:__anon6255
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/gtest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon6367
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.h190 static RangeConstraint Check(Src /* value */) { return RANGE_VALID; } function in struct:base::internal::DstRangeRelationToSrcRangeImpl
201 static RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
214 static RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
226 static RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
243 static RangeConstraint Check(Src value) { function in struct:base::internal::DstRangeRelationToSrcRangeImpl
258 return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
/external/libvpx/libvpx/test/
H A Dregister_state_check.h57 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
70 bool Check() const { function in class:libvpx_test::RegisterStateCheck
112 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
121 bool Check() const {
165 ~RegisterStateCheckMMX() { EXPECT_TRUE(Check()); }
170 bool Check() const { function in class:libvpx_test::RegisterStateCheckMMX

Completed in 5664 milliseconds

123