HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 451 - 475 of 1366) sorted by null

<<11121314151617181920>>

  /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/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/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/v8/src/
type-info.cc 168 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value());
169 ASSERT(check != RECEIVER_MAP_CHECK);
170 return check;
188 CheckType check) {
190 switch (check) {
402 CheckType check = target->check_type(); local
403 ASSERT(check != RECEIVER_MAP_CHECK);
404 SetInfo(position, Smi::FromInt(check));
  /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:
  /sdk/sdklauncher/app/
Android.mk 14 # to also check the following files:
  /system/core/sh/
alias.c 179 lookupalias(char *name, int check)
185 if (check && (ap->flag & ALIASINUSE))
  /bionic/libc/kernel/common/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /cts/tests/tests/media/src/android/media/cts/
AudioRecord_BufferSizeTest.java 90 protected boolean check() { method
  /development/ndk/platforms/android-3/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 50 public static boolean check(LocPathIterator path) method in class:HasPositionalPredChecker
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 25 class CastSizeChecker : public Checker< check::PreStmt<CastExpr> > {
43 // Only perform the check if 'ToPointeeTy' is a complete type.
UndefCapturedBlockVarChecker.cpp 27 : public Checker< check::PostStmt<BlockExpr> > {
  /external/icu4c/config/
dist.mk 75 DISTY_CHECK=$(DISTY_TMP)/check
81 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
  /external/kernel-headers/original/linux/
ip.h 98 __u16 check; member in struct:iphdr

Completed in 710 milliseconds

<<11121314151617181920>>