HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 476 - 500 of 2181) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/
T_instance_of_8.d 30 check-cast v0, java/lang/String
  /dalvik/vm/mterp/armv5te/
OP_IGET.S 37 cmp r9, #0 @ check object for null
OP_INVOKE_OBJECT_INIT_RANGE.S 11 cmp r0, #0 @ check for NULL
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 37 cmp r9, #0 @ check object for null
OP_IGET_WIDE.S 33 cmp r9, #0 @ check object for null
OP_IPUT.S 39 cmp r9, #0 @ check object for null
  /dalvik/vm/mterp/x86-atom/
OP_EXECUTE_INLINE_RANGE.S 71 cmp $$0, %eax # check boolean result of inline
OP_SHR_LONG_2ADDR.S 40 cmpl $$0, 4(rFP, rINST, 4) # check if we need to consider sign
binopD2addr.S 21 * the remainder. Also, a divide-by-zero check is done.
40 cmp $$0, %ecx # check for divide by zero
binopDLit16.S 21 * Also, a divide-by-zero check is done.
38 cmp $$0, %ecx # check for divide by zero
binopDLit8.S 21 * Also, a divide-by-zero check is done.
37 cmp $$0, %ecx # check for divide by zero
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 12 // 1) Check for buffer overflows:
32 class ObjCContainersChecker : public Checker< check::PreStmt<CallExpr>,
33 check::PostStmt<CallExpr> > {
117 // Check the array access.
139 // Now, check if 'Idx in [0, Size-1]'.
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 35 void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
43 // check the template function case
44 template<class T> void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
  /external/icu4c/data/misc/
miscfiles.mk 8 # Instead of changing this file [unless you want to check it back in],
  /external/icu4c/data/sprep/
sprepfiles.mk 8 # Instead of changing this file [unless you want to check it back in],
  /external/llvm/test/MC/ARM/
vpush-vpop.s 1 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
5 @ CHECK: foo
16 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b]
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
18 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
21 @ CHECK-ARM: vpush {d8, d9, d10, d11, d12} @ encoding: [0x0a,0x8b,0x2d,0xed
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
480 @abstract Performs a compile-time check of something such as the size of an int.
508 @abstract Perform a compile-time check, suitable for placement in code, of something such as the size of an int.
533 #pragma mark == check macros ==
537 /*! @defined check
539 @abstract Check that an expression is true (non-zero).
546 Code inside check() statements is not compiled into production builds.
550 #undef check macro
552 #if( !defined( check ) )
554 #define check( X ) macro
563 #define check macro
    [all...]
  /external/proguard/src/proguard/shrink/
ShortestUsageMarker.java 45 // A utility object to check for recursive causes.
195 return recursiveCauseChecker.check(shortestUsageMark, clazz);
205 public boolean check(ShortestUsageMark shortestUsageMark, method in class:ShortestUsageMarker.MyRecursiveCauseChecker
265 // Check the class of this mark, if any
268 // Check the causing class or method, if still necessary.
  /external/stlport/test/eh/
como.mak 37 check: $(TEST)
deccxx.mak 51 check: $(TEST)
intel.mak 37 check: eh_test.out
sgi_mipspro.mak 43 check: $(TEST)
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
build.com 8 $! and `[test]' is either "CHECK-ONLY" or "NO-CHECK" or empty
26 $ if p3.eqs."CHECK-ONLY" then goto check
141 $ if p3.eqs."NO-CHECK" .or. p3.eqs."NOCHECK" then goto done
143 $check:
  /system/core/sh/
alias.c 179 lookupalias(char *name, int check)
185 if (check && (ap->flag & ALIASINUSE))
  /bionic/libc/kernel/common/linux/
ip.h 105 __u16 check; member in struct:iphdr

Completed in 377 milliseconds

<<11121314151617181920>>