Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/external/gtest/test/
Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { in Check() function
137 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
142 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
145 Check(test_was_run, in main()
148 Check(env->tear_down_was_run(), in main()
153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
156 Check(test_was_run, in main()
159 Check(env->tear_down_was_run(), in main()
164 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
167 Check(!test_was_run, in main()
[all …]
/external/protobuf/gtest/test/
Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { in Check() function
137 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
142 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
145 Check(test_was_run, in main()
148 Check(env->tear_down_was_run(), in main()
153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
156 Check(test_was_run, in main()
159 Check(env->tear_down_was_run(), in main()
164 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
167 Check(!test_was_run, in main()
[all …]
/external/chromium/testing/gtest/test/
Dgtest_environment_test.cc115 void Check(bool condition, const char* msg) { in Check() function
142 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
147 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
150 Check(test_was_run, in main()
153 Check(env->tear_down_was_run(), in main()
158 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
161 Check(test_was_run, in main()
164 Check(env->tear_down_was_run(), in main()
169 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
172 Check(!test_was_run, in main()
[all …]
/external/v8/test/mjsunit/
Dgreedy.js44 function Check(n, expected) { class
51 Check(0, 0);
52 Check(1, 1);
53 Check(2, 1);
54 Check(3, 1 + 1);
55 Check(4, 2 + 1);
56 Check(5, 3 + 2);
57 Check(10, 55);
58 Check(15, 610);
59 Check(20, 6765);
/external/v8/test/cctest/
Dtest-decls.cc59 void Check(const char* source,
126 void DeclarationContext::Check(const char* source, in Check() function in DeclarationContext
208 context.Check("var x; x", in TEST()
216 context.Check("var x = 0; x", in TEST()
224 context.Check("function x() { }; x", in TEST()
232 context.Check("const x; x", in TEST()
240 context.Check("const x = 0; x", in TEST()
263 context.Check("var x; x", in TEST()
271 context.Check("var x = 0; x", in TEST()
279 context.Check("function x() { }; x", in TEST()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td60 HelpText<"Check for dereferences of null pointers">,
64 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
68 …HelpText<"Check to see if the return value of a function call is different than the caller expects…
72 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are marked wit…
76 HelpText<"Check for declarations of VLA of undefined or zero size">,
80 HelpText<"Check for division by zero">,
84 HelpText<"Check for undefined results of binary operators">,
88 HelpText<"Check that addresses to stack memory do not escape the function">,
96 …HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
100 HelpText<"Check for cast from non-struct pointer to struct pointer">,
[all …]
/external/chromium/base/threading/
Dthread_collision_warner.h117 base::ThreadCollisionWarner::Check check_##obj(&obj)
161 class BASE_API Check {
163 explicit Check(ThreadCollisionWarner* warner) in Check() function
168 ~Check() {} in ~Check()
173 DISALLOW_COPY_AND_ASSIGN(Check);
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller_unittest.mm123 // Check that dismissing the infobar calls InfoBarClosed() on the delegate.
130 // Check that clicking on the link calls LinkClicked() on the
140 // Check that clicking on the link calls LinkClicked() on the
162 // Check to make sure the infobar message was set properly.
166 // Check that dismissing the infobar calls InfoBarClosed() on the delegate.
175 // Check that clicking the OK button calls Accept() and then closes
187 // Check that clicking the OK button calls Accept() but does not close
197 // Check that clicking the cancel button calls Cancel() and closes
209 // Check that clicking the cancel button calls Cancel() but does not close
219 // Check that clicking on the link calls LinkClicked() on the
[all …]
/external/mksh/src/
Dcheck.t30 Check version of shell.
70 Check that recursion is detected/avoided in aliases.
80 Check that recursion is detected/avoided in aliases.
92 Check that recursion is detected/avoided in aliases.
106 Check that alias expansion isn't done on keywords (in keyword
118 Check that alias expansion done after alias with trailing space.
131 Check that alias expansion done after alias with trailing space.
143 Check that alias expansion done after alias with trailing space
154 Check that newlines in an alias don't cause the command to be lost.
174 Check that recursion is detected/avoided in aliases.
[all …]
/external/expat/tests/
DREADME.txt6 The Expat tests use a partial internal implementation of the "Check"
7 unit testing framework for C. More information on Check can be found at:
13 Since both Check and this test suite are young, it can all change in a
/external/llvm/test/CodeGen/CellSPU/
Dsub_ops.ll4 ; Check ordering of registers ret=param1-param2 -> rt=rb-ra
12 ; Check ordering of registers ret=param1-param2 -> rt=rb-ra
20 ; Check ordering of registers ret=param1-param2 -> rt=ra-rb
/external/llvm/test/CodeGen/ARM/
Dvst2.ll5 ;Check the alignment value. Max for this instruction is 128 bits:
12 ;Check for a post-increment updating store with register increment.
26 ;Check the alignment value. Max for this instruction is 128 bits:
54 ;Check the alignment value. Max for this instruction is 128 bits:
62 ;Check for a post-increment updating store.
77 ;Check the alignment value. Max for this instruction is 256 bits:
86 ;Check the alignment value. Max for this instruction is 256 bits:
96 ;Check the alignment value. Max for this instruction is 256 bits:
Dvld2.ll16 ;Check the alignment value. Max for this instruction is 128 bits:
27 ;Check the alignment value. Max for this instruction is 128 bits:
59 ;Check for a post-increment updating load.
76 ;Check the alignment value. Max for this instruction is 128 bits:
88 ;Check the alignment value. Max for this instruction is 256 bits:
97 ;Check for a post-increment updating load with register increment.
113 ;Check the alignment value. Max for this instruction is 256 bits:
125 ;Check the alignment value. Max for this instruction is 256 bits:
Dvst4.ll5 ;Check the alignment value. Max for this instruction is 256 bits:
12 ;Check for a post-increment updating store with register increment.
26 ;Check the alignment value. Max for this instruction is 256 bits:
36 ;Check the alignment value. Max for this instruction is 256 bits:
55 ;Check the alignment value. Max for this instruction is 256 bits:
65 ;Check the alignment value. Max for this instruction is 256 bits:
75 ;Check for no alignment specifier.
104 ;Check for a post-increment updating store.
Dvlddup.ll5 ;Check the (default) alignment value.
15 ;Check the alignment value. Max for this instruction is 16 bits:
25 ;Check the alignment value. Max for this instruction is 32 bits:
44 ;Check the (default) alignment value.
67 ;Check the (default) alignment value.
80 ;Check that a power-of-two alignment smaller than the total size of the memory
92 ;Check for a post-increment updating load.
110 ;Check the alignment value. Max for this instruction is 64 bits:
128 ;Check for a post-increment updating load with register increment.
149 ;Check the (default) alignment value. VLD3 does not support alignment.
[all …]
Dvstlane.ll5 ;Check the (default) alignment.
13 ;Check for a post-increment updating store.
28 ;Check the alignment value. Max for this instruction is 16 bits:
38 ;Check the alignment value. Max for this instruction is 32 bits:
84 ;Check for a post-increment updating store.
110 ;Check the alignment value. Max for this instruction is 16 bits:
119 ;Check the alignment value. Max for this instruction is 32 bits:
127 ;Check for a post-increment updating store with register increment.
160 ;Check the (default) alignment.
170 ;Check the alignment value. Max for this instruction is 64 bits:
[all …]
Dvld4.ll16 ;Check the alignment value. Max for this instruction is 256 bits:
25 ;Check for a post-increment updating load with register increment.
41 ;Check the alignment value. Max for this instruction is 256 bits:
53 ;Check the alignment value. Max for this instruction is 256 bits:
76 ;Check the alignment value. Max for this instruction is 256 bits:
88 ;Check the alignment value. Max for this instruction is 256 bits:
100 ;Check for no alignment specifier.
111 ;Check for a post-increment updating load.
/external/protobuf/gtest/
Dconfigure.ac25 # Check for programs used in building Google Test.
42 # Check for pthreads.
45 # TODO(chandlerc@google.com) Check for the necessary system headers.
47 # TODO(chandlerc@google.com) Check the types, structures, and other compiler
/external/clang/test/Index/
Dcomplete-super.m42 // Check "super" completion as a message receiver.
49 // Check "super" completion at the first identifier
60 // Check "super" completion at the second identifier
67 // Check "super" completion at the third identifier
71 // Check "super" completion with missing '['.
76 // Check "super" completion for a method declared in a category.
/external/chromium/third_party/libjingle/source/talk/base/
Dfirewallsocketserver.cc46 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) { in Connect()
62 if (!server_->Check(FP_UDP, GetLocalAddress(), addr)) { in SendTo()
81 if (server_->Check(FP_UDP, *paddr, GetLocalAddress())) in RecvFrom()
102 if (server_->Check(FP_TCP, addr, GetLocalAddress())) { in Accept()
172 bool FirewallSocketServer::Check(FirewallProtocol p, in Check() function in talk_base::FirewallSocketServer
/external/stlport/src/
Dsparc_atomic.s20 cmp %o2, %o3 ! Check whether successful
39 cmp %o3, %o2 ! Check whether successful
61 cmp %o3, %o2 ! Check whether successful
Dsparc_atomic64.s17 cmp %o2, %o3 ! Check whether successful
36 cmp %o3, %o2 ! Check whether successful
56 cmp %o3, %o2 ! Check whether successful
/external/chromium/chrome/browser/ui/cocoa/translate/
Dtranslate_infobar_unittest.mm113 // Check that we can instantiate a Translate Infobar correctly.
119 // Check that clicking the Translate button calls Translate().
127 // Check that clicking the "Retry" button calls Translate() when we're
137 // Check that clicking the "Show Original button calls RevertTranslation().
145 // Check that items in the options menu are hooked up correctly.
197 // Check that selecting a new item from the "Source Language" popup in "before
211 // Check that the infobar lays itself out correctly when instantiated in
/external/webkit/LayoutTests/http/tests/cookies/
Dsimple-cookies-max-age-expected.txt6 Check that setting a simple cookie works.
8 Check setting a cookie that timed out.
Dsimple-cookies-expired-expected.txt6 Check that setting a simple cookie works.
8 Check setting a cookie that timed out.

12345678910>>...28