HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 251 - 275 of 391) sorted by null

<<111213141516

  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc 130 // Check the function's context matches the context argument.
480 Label check; local
486 __ j(parity_odd, &check, Label::kNear);
494 __ j(parity_odd, &check, Label::kNear);
514 __ j(parity_odd, &check, Label::kNear);
522 __ j(parity_odd, &check, Label::kNear);
530 __ j(parity_odd, &check, Label::kNear);
538 __ j(parity_odd, &check, Label::kNear);
552 __ bind(&check);
    [all...]
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 224 // Check the function's context matches the context argument.
702 Label check; local
708 __ j(parity_odd, &check, Label::kNear);
716 __ j(parity_odd, &check, Label::kNear);
736 __ j(parity_odd, &check, Label::kNear);
744 __ j(parity_odd, &check, Label::kNear);
752 __ j(parity_odd, &check, Label::kNear);
760 __ j(parity_odd, &check, Label::kNear);
774 __ bind(&check);
  /external/chromium_org/v8/src/
hydrogen-bce.cc 14 // If in the dominator tree we check "exp + v1" and later (dominated)
15 // "exp + v2", if v2 <= v1 we can safely remove the second check, and if
16 // v2 > v1 we can use v2 in the 1st check and again remove the second.
30 HBoundsCheck* check,
32 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
38 if (check->index()->IsAdd()) {
39 HAdd* index = HAdd::cast(check->index());
47 } else if (check->index()->IsSub()) {
48 HSub* index = HSub::cast(check->index());
54 } else if (check->index()->IsConstant())
381 HBoundsCheck* check = HBoundsCheck::cast(i); local
    [all...]
hydrogen-bch.cc 13 * It is used to check if, inside one loop, all execution paths contain
14 * a bounds check for a particular [index, length] combination.
16 * executing a check then the check cannot be hoisted out of the loop (it
18 * We also check is there are paths that exit the loop early, and if yes we
22 * some cases they could cause a deopt if we hoist the check so this is a
114 * where the check is not performed, but hoisting the check has the same
116 * unnecessary check failures (which would mean unnecessary deoptimizations).
118 * (loop back to the header) without meeting a check, or UNSAFE is set i
299 HBoundsCheck* check = HBoundsCheck::cast(i); local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 26 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::_VoidCheck, typename CHECK10=check::_VoidCheck
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 48 /// Check for missing invalidation method declarations.
50 /// Check that all ivars are invalidated.
146 void check(const Expr *E);
179 /// Check if the any of the methods inside the interface are annotated with
187 /// Check if ivar should be tracked and add to TrackedIvars if positive.
250 // Check all methods.
256 // If interface, check all parent protocols and super.
272 // If protocol, check all parent protocols.
361 // Check that the invalidatable interfaces with ivars/properties implement the
418 // If no ivars need invalidation, there is nothing to check here
652 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { function in class:__anon22813::IvarInvalidationCheckerImpl::MethodCrawler
    [all...]
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 214 * chain is pinned appropriately for that host. If null, it does not check for pinned certs.
233 * null, it does not check for pinned certs. The return value is a list of
322 // There's no point in checking trust anchors here, and it will throw off the MD5 check,
324 ChainStrengthAnalyzer.check(newChain);
471 public void check(Certificate c, Collection<String> unresolvedCritExts) method in class:TrustManagerImpl.ExtendedKeyUsagePKIXCertPathChecker
484 // We are here to check EKU, but there is none.
540 // TrustedCertificateIndex, check the KeyStore for a hit
549 * Check the trustedCertificateIndex for the cert to see if it is
550 * already trusted and failing that check the KeyStore if it is
559 // not trusted and no TrustedCertificateStore to check
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 301 // Check for builtin function calls.
389 // Check for '(symbol +/- constant)' form.
532 // 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/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 34 #define check(x) assert(x) macro
37 #define check(x) do {if(!(x)) throw(#x);} while(0) macro
114 check(op.has_simple_index());
115 check(op.indices[0].disp < temps.size());
118 check(op.has_simple_index());
119 check(op.indices[0].disp < outputs.size());
122 check(0);
129 check(i < insn->num_ops);
131 check(op.mode == SM4_OPERAND_MODE_MASK || op.mode == SM4_OPERAND_MODE_SCALAR);
140 check(i < insn->num_ops)
    [all...]
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
libtruth.jar 
  /bionic/libc/kernel/uapi/linux/
ip.h 107 __sum16 check; member in struct:iphdr
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 116 protected boolean check() { method
263 protected boolean check() { method
271 protected boolean check() { method
DownloadManagerTest.java 345 protected boolean check() { method
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 76 // Check the values set in the constructor
362 * Polling check specific frame should be current one in timeout.
370 protected boolean check() { method
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java 162 protected boolean check() { method
174 protected boolean check() { method
186 protected boolean check() { method
198 protected boolean check() { method
210 protected boolean check() { method
224 protected boolean check() { method
236 protected boolean check() { method
248 protected boolean check() { method
262 protected boolean check() { method
274 protected boolean check() { method
286 protected boolean check() { method
300 protected boolean check() { method
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 52 protected boolean check() { method
100 protected boolean check() { method
152 protected boolean check() { method
245 protected boolean check() { method
263 protected boolean check() { method
306 protected boolean check() { method
323 protected boolean check() { method
348 protected boolean check() { method
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 61 protected boolean check() { method
160 protected boolean check() { method
211 protected boolean check() { method
242 protected boolean check() { method
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 334 protected boolean check() { method
HorizontalScrollViewTest.java 480 // check scrolling to the child which wants focus
485 // check scrolling to the child which wants focus
628 protected boolean check() { method
637 protected boolean check() { method
645 protected boolean check() { method
654 protected boolean check() { method
666 protected boolean check() { method
  /development/ndk/platforms/android-3/include/linux/
tcp.h 49 __u16 check; member in struct:tcphdr
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 681 /* Check that the allocation was good
824 /* Nothing to check, we just free it.
1531 pANTLR3_VECTOR check; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 420 // TODO: Check performance of alternate solution:
1204 Attr check=elem.getAttributeNode(attr.getNodeName()); local
    [all...]
  /external/bison/src/
tables.c 121 /* TABLE_SIZE is the allocated size of both TABLE and CHECK. We start
126 base_number *check; variable
139 | If TABLE (and CHECK) appear to be small to be addressed at |
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)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc 211 MultiProfileUserController::UserAllowedInSessionReason check; local
213 &check);
214 if (check ==
    [all...]

Completed in 650 milliseconds

<<111213141516