Searched defs:check (Results 1 - 25 of 381) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c824 /* Nothing to check, we just free it.
1204 // Valid request, check for free pointer and call it if present
1531 pANTLR3_VECTOR check; local
1548 /* Work out how many tokens we need to check in this pool.
1563 check = pool + vector;
1573 check->free(check);
1590 /* Work out how many tokens we need to check in this pool.
1605 check = pool + vector;
1608 // to triple check
[all...]
H A Dantlr3commontoken.c212 * We only need do this though if the token is not already initialized, we just check
248 pANTLR3_COMMON_TOKEN check; local
258 /* Work out how many tokens we need to check in this pool.
273 check = pool + token;
278 if (check->custom != NULL && check->freeCustom != NULL)
280 check->freeCustom(check->custom);
281 check->custom = NULL;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java50 public static boolean check(LocPathIterator path) method in class:HasPositionalPredChecker
/external/bison/
H A Dmaint.mk40 # member-check,VARIABLE,VALID-VALUES
44 member-check = \
125 release-type = $(call member-check,RELEASE_TYPE,$(RELEASE_TYPES))
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
147 news-check-lines-spec ?= 1,10
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
161 syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \
163 .PHONY: $(syntax-check-rules)
166 local-checks-available += $(syntax-check
[all...]
/external/bison/src/
H A Dtables.c126 base_number *check; variable
153 fprintf (stderr, "growing table and check from: %d to %d\n",
159 check = xnrealloc (check, table_size, sizeof *check);
165 check[old_size] = -1;
717 check[loc] = from[k];
769 check = xnmalloc (table_size, sizeof *check);
778 check[
[all...]
/external/blktrace/btt/
H A Dbtt_plot.py100 def check(mn, mx, v): function in function:get_data
166 (min_x, max_x, x) = check(min_x, max_x, f[0])
167 (min_y, max_y, y) = check(min_y, max_y, f[1])
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DPKIXAttrCertChecker.java44 * does not pass the check.
46 public abstract void check(X509AttributeCertificate attrCert, CertPath certPath, method in class:PKIXAttrCertChecker
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_memorizingfile.py47 def check(self, memorizing_file, num_read, expected_list): member in class:UtilTest
81 self.check(memorizing_file, 3, ['Hello\n', 'World\n', 'Welcome'])
86 self.check(memorizing_file, 3, ['Hello\n', 'World\n'])
91 self.check(memorizing_file, 10, [])
/external/chromium_org/ash/system/tray/
H A Dhover_highlight_view.cc101 const gfx::ImageSkia* check = local
108 image_view->SetImage(check);
/external/chromium_org/base/memory/
H A Dref_counted_unittest.cc54 CheckDerivedMemberAccess check; local
58 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local
60 check->SelfDestruct();
/external/chromium_org/base/prefs/
H A Dpref_value_map_unittest.cc80 PrefValueMap check; local
84 reference.GetDifferingKeys(&check, &differing_paths);
90 EXPECT_TRUE(check.SetValue("a", new StringValue("test")));
91 EXPECT_TRUE(check.SetValue("c", new StringValue("test")));
92 EXPECT_TRUE(check.SetValue("d", new StringValue("test")));
94 reference.GetDifferingKeys(&check, &differing_paths);
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc211 MultiProfileUserController::UserAllowedInSessionReason check; local
213 &check);
214 if (check ==
/external/chromium_org/chrome/browser/extensions/
H A Dblacklist.cc213 std::set<std::string> check; local
214 check.insert(extension_id);
215 GetBlacklistedIDs(check, base::Bind(&CheckOneExtensionState, callback));
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_unittest.cc68 explicit TestPrintJob(volatile bool* check) : check_(check) { argument
99 volatile bool check = false; local
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
111 while (!check) {
114 EXPECT_TRUE(check);
118 volatile bool check = false; local
120 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
122 EXPECT_TRUE(check);
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc45 // Records disposition information about the check. |hit| should be
166 const SafeBrowsingCheck& check) {
167 DCHECK_EQ(check.urls.size(), check.url_results.size());
168 DCHECK_EQ(check.full_hashes.size(), check.full_hash_results.size());
169 if (!check.urls.empty()) {
170 DCHECK(check.full_hashes.empty());
171 switch (check.check_type) {
174 DCHECK_EQ(1u, check
165 OnSafeBrowsingResult( const SafeBrowsingCheck& check) argument
320 SafeBrowsingCheck* check = new SafeBrowsingCheck( local
477 HandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes, const base::TimeDelta& cache_lifetime) argument
667 SafeBrowsingCheck* check = *it; local
726 OnCheckDone(SafeBrowsingCheck* check) argument
831 QueuedCheck check = queued_checks_.front(); local
909 OnHandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes) argument
935 HandleOneCheck( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes) argument
979 CheckDownloadUrlOnSBThread( SafeBrowsingCheck* check) argument
1004 CheckExtensionIDsOnSBThread( SafeBrowsingCheck* check) argument
1033 TimeoutCallback(SafeBrowsingCheck* check) argument
1047 CheckDownloadUrlDone( SafeBrowsingCheck* check) argument
1053 SafeBrowsingCheckDone( SafeBrowsingCheck* check) argument
1069 StartSafeBrowsingCheck( SafeBrowsingCheck* check, const base::Closure& task) argument
[all...]
H A Ddatabase_manager_unittest.cc39 SafeBrowsingDatabaseManager::SafeBrowsingCheck* check = local
46 db_manager_->checks_.insert(check);
54 bool result = db_manager_->HandleOneCheck(check, fake_results);
55 db_manager_->checks_.erase(check);
56 delete check;
H A Ddownload_protection_service_unittest.cc175 // easily. Note: check will be deleted automatically when the callback is
178 SafeBrowsingDatabaseManager::SafeBrowsingCheck* check) {
179 check->client->OnSafeBrowsingResult(*check);
183 SafeBrowsingDatabaseManager::SafeBrowsingCheck* check = local
190 for (size_t i = 0; i < check->url_results.size(); ++i)
191 check->url_results[i] = threat_type;
195 base::Owned(check)));
832 // Now check with an executable in the zip file as well.
177 OnSafeBrowsingResult( SafeBrowsingDatabaseManager::SafeBrowsingCheck* check) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py582 This class implements the logic to check requests for authorization. You
652 valid = signature_method.check(request, consumer, token, signature)
702 def check(self, request, consumer, token, signature): member in class:SignatureMethod
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc5 // NOTE: This code is a legacy utility API for partners to check whether
261 BOOL check = ::AllocateAndInitializeSid(&NtAuthority, 2, local
266 if (check) {
267 if (!::CheckTokenMembership(NULL, Group, &check))
268 check = FALSE;
271 return (check == TRUE);
421 // Only check that we have HKLM write permissions if we specify that
427 // For Vista or later check for elevation since even for admin user we could
433 // Then only check whether we can re-offer, if everything else is OK.
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc2943 // NOTE: target is NOT checked because the service will check it
3014 // NOTE: target is NOT checked because the service will check it
3132 const ExtensionCheck& check = checks[ii]; local
3133 if (*check.status == kUnavailableExtensionStatus &&
3134 !strcmp(extension, check.extension)) {
3135 *check.status = kUnknownExtensionStatus;
/external/chromium_org/media/base/
H A Dgmock_callback_support_unittest.cc24 MockFunction<void(const TestCallback&)> check; local
25 EXPECT_CALL(check, Call(IsNullCallback()));
26 check.Call(TestCallback());
30 MockFunction<void(const TestCallback&)> check; local
31 EXPECT_CALL(check, Call(IsNotNullCallback()));
32 check.Call(base::Bind(&SetBool));
36 MockFunction<void(const base::Closure&)> check; local
38 EXPECT_CALL(check, Call(IsNotNullCallback()))
40 check.Call(base::Bind(&SetBool, true, &dst));
45 MockFunction<void(const TestCallback&)> check; local
54 MockFunction<void(int, const TestCallback&)> check; local
63 MockFunction<void(const TestCallback&)> check; local
74 MockFunction<void(const TestCallback&)> check; local
[all...]
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc175 bool RunLoop::NotifyHandlers(MojoResult error, CheckDeadline check) { argument
184 // Only check deadline exceeded if that's what we're notifying.
185 if (check == CHECK_DEADLINE && (i->second.deadline == kInvalidTimeTicks ||
/external/chromium_org/mojo/system/
H A Dmemory.h296 void Init(const Type* user_pointer, size_t count, bool check) { argument
300 if (check) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8BindingTest.cpp17 #define CHECK_TOV8VALUE(expected, value) check(expected, value, __FILE__, __LINE__)
41 void check(const char* expected, const T& value, const char* path, int lineNumber) function in class:blink::__anon10906::V8ValueTraitsTest
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.cpp460 bool FontFaceSet::check(const String& fontString, const String& text, ExceptionState& exceptionState) function in class:blink::FontFaceSet

Completed in 666 milliseconds

1234567891011>>