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

12

/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/harmony/
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/v8/tools/
H A Dandroid-run.py44 def Check(output, errors): function
67 return exit_code or Check(output, errors)
H A Dnacl-run.py39 def Check(output, errors): function
62 return exit_code or Check(output, errors)
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dcheckerbase.py151 def Check(self, filename, source=None): member in class:CheckerBase
/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.h55 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
68 bool Check() const { function in class:libvpx_test::RegisterStateCheck
110 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
119 bool Check() const {
163 ~RegisterStateCheckMMX() { EXPECT_TRUE(Check()); }
168 bool Check() const { function in class:libvpx_test::RegisterStateCheckMMX
/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:__anon13437
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/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/clang/test/SemaCXX/
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/google-breakpad/src/testing/gtest/test/
H A Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { function in namespace:__anon5267
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:__anon5378
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/boringssl/src/tool/
H A Ddigest.cc215 // Check reads lines from |source| where each line is in the format of the
222 static bool Check(const CheckModeArguments &args, const EVP_MD *md, function
427 "Check mode arguments are only meaningful when verifying checksums.\n");
443 ok &= Check(check_args, md, source);
/external/v8/test/cctest/
H A Dtest-decls.cc63 void Check(const char* source,
141 void DeclarationContext::Check(const char* source, function in class:DeclarationContext
237 context.Check("var x; x",
243 context.Check("var x = 0; x",
250 context.Check("function x() { }; x",
258 context.Check("const x; x",
264 context.Check("const x = 0; x",
287 context.Check("var x; x",
293 context.Check("var x = 0; x",
300 context.Check("functio
574 void Check(const char* source, function in class:SimpleContext
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h41 inline std::error_code Check(std::error_code Err) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp173 static bool Check(DecodeStatus &Out, DecodeStatus In) { function
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
71 namespace Check { namespace
90 Check::CheckType CheckTy;
115 Pattern(Check::CheckType Ty)
148 Check::CheckType getCheckTy() const { return CheckTy; }
185 // Check that there is something on the line.
193 // Check to see if this is a fixed string, or if it has regex pieces.
381 if (CheckTy == Check::CheckEOF) {
490 // Check for undefined variable references.
587 // Check String
1032 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, function in class:CheckString
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsxform.c635 // Check whatever this is a true floating point transform
766 // Check colorspace
768 cmsBool IsProperColorSpace(cmsColorSpaceSignature Check, cmsUInt32Number dwFormat) argument
771 int Space2 = _cmsLCMScolorSpace(Check);
839 // Check if proper colorspaces
857 // Check channel count
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py304 def Check (self, event): member in class:EventTypeFilter
313 def Check (self, event): member in class:NoteFilter
323 def Check (self, event): member in class:ChannelFilter
384 if not f.Check(self):
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py40 # - Check for no 'explicit' for multi-arg ctor
41 # - Check for boolean assign RHS in parens
42 # - Check for ctor initializer-list colon position and spacing
43 # - Check that if there's a ctor, there should be a dtor
44 # - Check accessors that return non-pointer member variables are
46 # - Check accessors that return non-const pointer member vars are
48 # - Check for using public includes for testing
49 # - Check for spaces between brackets in one-line inline method
50 # - Check for no assert()
51 # - Check fo
700 def Check(self, error, filename, linenum): member in class:_FunctionState
[all...]

Completed in 767 milliseconds

12