Searched refs:Check (Results 1 - 25 of 259) sorted by relevance

1234567891011

/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/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/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/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/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/llvm/test/MC/ARM/
H A Ddirective-fpu-softvfp.s3 @ Check softvfp as the FPU name.
H A Deh-directive-cantunwind.s4 @ Check the .cantunwind directive
24 @ Check .text section
36 @ Check .ARM.exidx section
H A Deh-compact-pr1.s4 @ Check the compact pr1 model
25 @ Check .TEST1 section
37 @ Check .ARM.extab.TEST1 section
55 @ Check .ARM.exidx.TEST1 section
H A Deh-directive-fnend-diagnostics.s4 @ Check the diagnostics for mismatched .fnend directive
H A Dthumb-st_other.s1 @ Check the value of st_other for thumb function.
H A Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
H A Deh-directive-section.s6 @ Check the combination of .section, .fnstart, and .fnend directives.
49 @ Check the .TEST1 section.
61 @ Check the .ARM.extab.TEST1 section, the EXTAB of .TEST1 section.
79 @ Check the.ARM.exidx.TEST1 section, the EXIDX of .TEST1 section.
109 @ Check the TEST2 section (without the dot in the beginning)
120 @ Check the .ARM.extabTEST2 section, the EXTAB of TEST2 section.
138 @ Check the .ARM.exidxTEST2 section, the EXIDX of TEST2 section.
169 @ Check the symbols and the sections they belong to
/external/llvm/test/MC/PowerPC/
H A Dppc32-ba.s3 # Check that large immediates in 32bit mode are accepted.
/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/test/ExecutionEngine/RuntimeDyld/ARM/
H A DMachO_ARM_PIC_relocations.s9 # Check lower 16-bits of section difference relocation
13 # Check upper 16-bits of section difference relocation
20 # Check stub generation for external symbols by referencing a common symbol, 'baz'.
21 # Check both the content of the stub, and the reference to the stub.
31 # Check stub generation for internal symbols by referencing 'bar'.
43 # Check that the symbol pointer section entries are fixed up properly:
/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/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp123 static bool Check(DecodeStatus &Out, DecodeStatus In) { function
717 Check(Result, AddThumbPredicate(MI));
727 Check(Result, AddThumbPredicate(MI));
743 Check(Result, AddThumbPredicate(MI));
772 Check(Result, AddThumbPredicate(MI));
782 Check(Result, AddThumbPredicate(MI));
811 Check(Result, AddThumbPredicate(MI));
825 Check(Result, AddThumbPredicate(MI));
840 Check(Result, AddThumbPredicate(MI));
909 Check(
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/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/llvm/test/MC/Mips/
H A Dhilo-addressing.s11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2)
39 # Check that relocation isn't emitted for %hi(label1 - label2) and
H A Dsym-expr.s0 # Check parsing symbol expressions
H A Dcfi.s6 # Check that we can accept register names in CFI directives and that they are
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dfixjsstyle.py52 # Check the list of files.
54 style_checker.Check(filename)

Completed in 697 milliseconds

1234567891011