Searched defs:check (Results 251 - 275 of 381) sorted by relevance

<<111213141516

/external/chromium_org/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc496 PrototypeCheckType check) {
517 // Traverse the prototype chain and check the maps in the prototype chain for
556 if (depth != 1 || check == CHECK_ALL_MAPS) {
561 // the map check so that we know that the object is actually a global
586 // Log the check depth.
587 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
589 if (depth != 0 || check == CHECK_ALL_MAPS) {
594 // Perform security check for access to the global object.
692 // case might cause a miss during the prototype check.
493 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc195 // Generate code to check that a global property cell is empty. Create
504 PrototypeCheckType check) {
522 // Traverse the prototype chain and check the maps in the prototype chain for
557 if (depth != 1 || check == CHECK_ALL_MAPS) {
562 // the map check so that we know that the object is actually a global
593 // Log the check depth.
594 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
596 if (depth != 0 || check == CHECK_ALL_MAPS) {
601 // Perform security check for access to the global object.
700 // case might cause a miss during the prototype check
501 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h26 namespace check { namespace in namespace:clang::ento
418 } // end check namespace
479 template <typename CHECK1, typename CHECK2=check::_VoidCheck,
480 typename CHECK3=check::_VoidCheck, typename CHECK4=check::_VoidCheck,
481 typename CHECK5=check::_VoidCheck, typename CHECK6=check::_VoidCheck,
482 typename CHECK7=check::_VoidCheck, typename CHECK8=check::_VoidCheck,
483 typename CHECK9=check
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp146 void check(const Expr *E);
256 // If interface, check all parent protocols and super.
272 // If protocol, check all parent protocols.
418 // If no ivars need invalidation, there is nothing to check here.
456 // nothing to check here.
475 // Only check if Ivars are invalidated when InstanceVariableInvalidation
652 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { function in class:__anon18195::IvarInvalidationCheckerImpl::MethodCrawler
675 // Do we assign/compare against zero? If yes, check the variable we are
684 check(BO->getLHS());
689 check(B
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java202 check(handler != null, "handler == null");
203 check(constructorArgTypes.length == constructorArgValues.length,
541 private static void check(boolean condition, String message) { method in class:ProxyBuilder
/external/dnsmasq/src/
H A Ddhcp.c432 /* Check is an address is OK for this network, check all
503 /* Is every member of check matched by a member of pool?
505 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) argument
509 if (!check && !tagnotneeded)
512 for (; check; check = check->next)
514 if (check->net[0] != '#')
517 if (strcmp(check->net, tmp1->net) == 0)
524 if (strcmp((check
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp123 // check a dependency ------------------------------------------------------ ***
165 CheckDependency check, void *context,
170 check(context, itemName, target);
176 checkParent(const char *itemName, CheckDependency check, void *context, argument
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
225 CheckDependency check, void *context, UErrorCode *pErrorCode) {
273 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
284 CheckDependency check, void *context,
309 checkAlias(itemName, res, alias, length, useResSuffix, check, context, pErrorCode);
316 checkAlias(itemName, res, alias, length, TRUE, check, contex
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix, CheckDependency check, void *context, UErrorCode *pErrorCode) argument
223 checkAlias(const char *itemName, Resource res, const UChar *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) argument
281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) argument
368 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) argument
443 ucnv_enumDependencies(const UDataSwapper *ds, const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, UErrorCode *pErrorCode) argument
576 enumDependencies(Item *pItem, void *context, CheckDependency check) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c212 vchar_t *check; local
228 if ((check = oakley_compute_hash1(iph1,
236 if (memcmp(ph + 1, check->v, check->l) != 0) {
240 vfree(check);
244 vfree(check);
2085 /* If a pool already exists, check if we can shrink it */
/external/javassist/src/main/javassist/
H A DCtField.java810 void check(String desc) throws CannotCompileException {} method in class:CtField.Initializer
1159 void check(String desc) throws CannotCompileException { method in class:CtField.IntInitializer
1193 void check(String desc) throws CannotCompileException { method in class:CtField.LongInitializer
1229 void check(String desc) throws CannotCompileException { method in class:CtField.FloatInitializer
1265 void check(String desc) throws CannotCompileException { method in class:CtField.DoubleInitializer
1366 void check(String desc) throws CannotCompileException { method in class:CtField.MultiArrayInitializer
/external/kernel-headers/original/uapi/linux/
H A Dip.h101 __sum16 check; member in struct:iphdr
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dparse-events.c1178 int (*check)(struct perf_evlist *evlist); member in struct:evlist_test
1184 .check = test__checkevent_tracepoint,
1188 .check = test__checkevent_tracepoint_multi,
1192 .check = test__checkevent_raw,
1196 .check = test__checkevent_numeric,
1200 .check = test__checkevent_symbolic_name,
1204 .check = test__checkevent_symbolic_name_config,
1208 .check = test__checkevent_symbolic_alias,
1212 .check = test__checkevent_genhw,
1216 .check
1366 int (*check)(struct list_head *terms); member in struct:terms_test
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp532 // Otherwise check if this is a binary expressioan.
570 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { function in class:RuntimeDyldChecker
602 DidAllTestsPass &= check(Line.substr(RulePrefix.size()));
/external/lzma/C/
H A DXz.h217 CXzCheck check; member in struct:__anon26749
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c1138 struct pipe_resource *check; local
1146 check = xorg_exa_get_texture(rootPixmap);
1147 if (ms->root_texture != check)
1150 pipe_resource_reference(&check, NULL);
/external/oprofile/gui/
H A Doprof_start.cpp172 // the unit mask check boxes
720 // return the unit mask selected through the unit mask check box
789 QCheckBox * check = 0; local
791 case 0: check = check0; break;
792 case 1: check = check1; break;
793 case 2: check = check2; break;
794 case 3: check = check3; break;
795 case 4: check = check4; break;
796 case 5: check = check5; break;
797 case 6: check
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp224 int check = Columns; local
225 if (Colors < 0 || (check > 0 && Colors > INT_MAX / check)) {
228 check *= Colors;
230 (check > 0 && BitsPerComponent > INT_MAX / check)) {
233 check *= BitsPerComponent;
234 if (check > INT_MAX - 7) {
/external/skia/tests/
H A DMathTest.cpp208 what to do if the float exceeds 2^32-1, we check for that explicitly.
474 int64_t check = ((int64_t)numer << 16) / denom; local
480 if (check > SK_MaxS32) {
481 check = SK_MaxS32;
482 } else if (check < -SK_MaxS32) {
483 check = SK_MinS32;
485 REPORTER_ASSERT(reporter, result == (int32_t)check);
H A DReadPixelsTest.cpp188 bool check; local
189 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul));
190 if (!check) {
377 // check the old webkit version of readPixels that clips the
H A DWritePixelsTest.cpp234 bool check = checkPixel(bmpPMColor, canvasPixel, mul); local
235 REPORTER_ASSERT(reporter, check);
236 if (!check) {
240 bool check; local
242 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
243 if (!check) {
251 bool check; local
252 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
253 if (!check) {
/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...]
/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/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...]
/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/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp594 // Could be done within a spec implementation check - http://crbug.com/301580
685 bool check = VTTParser::collectTimeStamp(child->nodeValue(), currentTimestamp); local
686 ASSERT_UNUSED(check, check);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp354 // minimum check for ICU-format data
491 /* check data format and format version */
512 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
1226 // check dependency: make sure the target item is in the package
1242 Package::enumDependencies(void *context, CheckDependency check) { argument
1246 enumDependencies(items+i, context, check);

Completed in 565 milliseconds

<<111213141516