Searched refs:check (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dbuiltin-unary-fp.c2 void check(int);
4 check(__builtin_isfinite(1.0f));
5 check(__builtin_isinf(1.0));
6 check(__builtin_isinf_sign(1.0L));
7 check(__builtin_isnan(1.0f));
8 check(__builtin_isnormal(1.0f));
9 check(__builtin_isfinite(1)); // expected-error{{requires argument of floating point type}}
10 check(__builtin_isinf()); // expected-error{{too few arguments}}
11 check(__builtin_isnan(1,2)); // expected-error{{too many arguments}}
12 check(__builtin_fpclassif
[all...]
H A Dpragma-pack-5.c13 extern int check[sizeof(struct s0) == 6 ? 1 : -1];
20 extern int check[sizeof(struct s1) == 5 ? 1 : -1];
28 extern int check[sizeof(struct s2) == 6 ? 1 : -1];
36 extern int check[sizeof(struct s3) == 8 ? 1 : -1];
37 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
44 extern int check[sizeof(struct s4) == 4 ? 1 : -1];
45 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
H A Darm-layout.c4 #define check(name, cond) int _##name##_check[(cond) ? 1 : -1] macro
8 check(s0_size, sizeof(struct s0) == 16);
10 check(s0_size, sizeof(struct s0) == 12);
15 check(s1_size, sizeof(struct s1) == 16);
17 check(s1_size, sizeof(struct s1) == 12);
26 check(s2_size, sizeof(struct s2) == 8);
27 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0);
28 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 7);
30 check(s2_size, sizeof(struct s2) == 6);
31 check(s2_offset_
[all...]
H A Dpragma-pack-6.c14 extern int check[__alignof(struct X) == 2 ? 1 : -1];
15 extern int check[__alignof(struct Y) == 4 ? 1 : -1];
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-80981.js89 case 0: if (n[0]++ > 0) check ('a string 0'); break;
90 case 1: if (n[1]++ > 0) check ('a string 1'); break;
91 case 2: if (n[2]++ > 0) check ('a string 2'); break;
92 case 3: if (n[3]++ > 0) check ('a string 3'); break;
93 case 4: if (n[4]++ > 0) check ('a string 4'); break;
94 case 5: if (n[5]++ > 0) check ('a string 5'); break;
95 case 6: if (n[6]++ > 0) check ('a string 6'); break;
96 case 7: if (n[7]++ > 0) check ('a string 7'); break;
97 case 8: if (n[8]++ > 0) check ('a string 8'); break;
98 case 9: if (n[9]++ > 0) check ('
3108 function check(status) function
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp25 void Checker<check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
26 check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
27 check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
28 check
[all...]
/external/clang/test/SemaCXX/
H A Dgoto2.cpp11 bool check = true; local
13 if (check)
17 if (check)
21 if (check)
27 check = !check;
29 while (check);
35 if (check)
/external/oprofile/libutil++/tests/
H A Dpath_filter_tests.cpp19 #define check(filter, str, result) \ macro
29 check(f1, "foo/barfoobar", true);
30 check(f1, "foo/bar", true);
31 check(f1, "/foo/foobar/foo", false);
32 check(f1, "fooobar1", false);
33 check(f1, "foo1", false);
34 check(f1, "foobar", false);
35 check(f1, "bar1", false);
38 check(f2, "foo", true);
39 check(f
[all...]
H A Dcomma_list_tests.cpp19 #define check(clist, val, result) \ macro
30 check(c1, 1, true);
34 check(c1, 2, true);
35 check(c1, 3, false);
39 check(c1, 2, false);
40 check(c1, 3, true);
44 check(c1, 2, true);
45 check(c1, 3, true);
46 check(c1, 4, false);
50 check(c
[all...]
H A Dstring_filter_tests.cpp19 #define check(filter, str, result) \ macro
29 check(f1, "", true);
30 check(f1, "ok", true);
33 check(f2, "ok", true);
34 check(f2, "no", false);
37 check(f3, "ok", true);
38 check(f3, "no", false);
41 check(f4, "ok", true);
42 check(f4, "ok2", true);
43 check(f
[all...]
H A Dglob_filter_tests.cpp19 #define check(filter, str, result) \ macro
29 check(f1, "foo/barfoobar", true);
30 check(f1, "foo/bar", true);
31 check(f1, "/foo/foobar/foo", false);
32 check(f1, "fooobar1", false);
33 check(f1, "foo1", false);
34 check(f1, "foobar", false);
35 check(f1, "bar1", false);
38 check(f2, "foo", true);
39 check(f
[all...]
/external/grub/stage2/
H A Dsize_test26 check () function
39 check ffs_stage1_5 7168
41 check ufs2_stage1_5 7168
45 check fat_stage1_5 31744
48 check e2fs_stage1_5 31744
51 check minix_stage1_5 31744
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh22 check() { function
31 check $f rsp 1 # To read caller pc.
32 check $f push 0
33 check $f pop 0
37 check $f rsp 0
38 check $f push 0
39 check $f pop 0
40 check $f call 1 # TraceSwitch()
/external/v8/test/mjsunit/regress/
H A Dregress-1181.js40 function check(count) { function
52 check(150);
53 check(200);
54 check(350)
/external/elfutils/tests/
H A Dhash.c35 check (const char *name, unsigned long int expected) function
49 status = check ("_DYNAMIC", 165832675);
50 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
/external/stlport/test/unit/
H A Dtest_errno.cpp8 #include <errno.h> // not typo, check errno def/undef/redef
20 CPPUNIT_TEST(check);
24 void check();
29 void ErrnoTest::check() function in class:ErrnoTest
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c49 check (int thing, int number) function
62 check(a != NULL && b != NULL && STREQ (a, b), number);
73 check (strcmp ("", "") == 0, 1); /* Trivial case. */
74 check (strcmp ("a", "a") == 0, 2); /* Identity. */
75 check (strcmp ("abc", "abc") == 0, 3); /* Multicharacter. */
76 check (strcmp ("abc", "abcd") < 0, 4); /* Length mismatches. */
77 check (strcmp ("abcd", "abc") > 0, 5);
78 check (strcmp ("abcd", "abce") < 0, 6); /* Honest miscompares. */
79 check (strcmp ("abce", "abcd") > 0, 7);
80 check (strcm
[all...]
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp44 bool check();
48 if (result((cls::type) i).check())
51 if (result((ns::type) i).check())
54 if (result((::type) i).check())
57 if (result((cls::rec) i).check())
60 if (result((ns::rec) i).check())
63 if (result((::rec) i).check())
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp36 class CheckerDocumentation : public Checker< check::PreStmt<DeclStmt>,
37 check::PostStmt<CallExpr>,
38 check::PreObjCMessage,
39 check::PostObjCMessage,
40 check::PreCall,
41 check::PostCall,
42 check::BranchCondition,
43 check::Location,
44 check::Bind,
45 check
[all...]
/external/bison/tests/
H A DMakefile.am70 check-local: atconfig atlocal $(TESTSUITE)
80 .PHONY: maintainer-check-g++
81 maintainer-check-g++: $(TESTSUITE)
84 .PHONY: maintainer-check-posix
85 maintainer-check-posix: $(TESTSUITE)
88 .PHONY: maintainer-check-valgrind
89 maintainer-check-valgrind: $(TESTSUITE)
93 .PHONY: maintainer-check
94 maintainer-check: maintainer-check
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dtext.py43 def check(self, lines): member in class:TextChecker
44 self._tab_checker.check(lines)
50 checker.check(lines)
/external/clang/test/Analysis/inlining/
H A Dpath-notes.c19 void check(int *p) { function
30 check(a);
31 // expected-note@-1 {{Calling 'check'}}
32 // expected-note@-2 {{Returning from 'check'}}
43 check(a);
44 // expected-note@-1 {{Calling 'check'}}
45 // expected-note@-2 {{Returning from 'check'}}
53 check(a);
54 // expected-note@-1 {{Calling 'check'}}
55 // expected-note@-2 {{Returning from 'check'}}
[all...]
/external/icu4c/test/threadtest/
H A Dthreadtest.h32 // check() will be called periodically in a single threaded
41 virtual void check() = 0;
/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py189 self.check("/trunk/", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/index.html", Channel.TRUNK)
190 self.check("/trunk/index.html", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/index.html", Channel.TRUNK)
191 self.check("/trunk/getstarted.html", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/getstarted.html", Channel.TRUNK)
192 self.check("/trunk/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.TRUNK)
195 self.check("/dev/", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.DEV)
196 self.check("/dev/index.html", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.DEV)
197 self.check("/dev/getstarted.html", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/getstarted.html", Channel.DEV)
198 self.check("/dev/images/toolstrip.png", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/images/toolstrip.png", Channel.DEV)
201 self.check("/beta/", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.BETA)
202 self.check("/bet
259 def check(self, path, expectedUrl, expectedChannel): member in class:MainPage
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc49 // When download url check takes this long, client's callback will be called
64 // Records disposition information about the check. |hit| should be
134 const SafeBrowsingCheck& check) {
135 if (!check.urls.empty()) {
137 DCHECK(!check.full_hash.get());
138 if (!check.is_download) {
139 DCHECK_EQ(1U, check.urls.size());
140 OnBrowseUrlCheckResult(check.urls[0], check.result);
142 OnDownloadUrlCheckResult(check
133 OnSafeBrowsingResult( const SafeBrowsingCheck& check) argument
271 QueuedCheck check; local
378 HandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes, bool can_cache) argument
636 SafeBrowsingCheck* check = *it; local
696 OnCheckDone(SafeBrowsingCheck* check) argument
787 QueuedCheck check = queued_checks_.front(); local
935 OnHandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes) argument
961 HandleOneCheck( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes) argument
1091 CheckDownloadHashOnSBThread( SafeBrowsingCheck* check) argument
1114 CheckDownloadUrlOnSBThread(SafeBrowsingCheck* check) argument
1139 TimeoutCallback(SafeBrowsingCheck* check) argument
1155 CheckDownloadUrlDone(SafeBrowsingCheck* check) argument
1160 CheckDownloadHashDone(SafeBrowsingCheck* check) argument
1165 SafeBrowsingCheckDone(SafeBrowsingCheck* check) argument
1182 StartDownloadCheck(SafeBrowsingCheck* check, Client* client, CancelableTask* task, int64 timeout_ms) argument
[all...]

Completed in 490 milliseconds

1234567891011>>