HomeSort by relevance Sort by last modified time
    Searched full:typecheck (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/common/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /external/iptables/libiptc/
linux_stddef.h 31 #define typecheck(type,x) \ macro
linux_list.h 23 #define typecheck(type,x) \ macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
jiffies.h 64 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(b) - (long)(a) < 0))
66 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long)(a) - (long)(b) >= 0))
  /dalvik/vm/
Dalvik.h 82 #include "oo/TypeCheck.h"
Dvm.mk 191 oo/TypeCheck.c \
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 69 /* Originally declared in oo/TypeCheck.h */
  /external/kernel-headers/original/linux/
jiffies.h 107 (typecheck(unsigned long, a) && \
108 typecheck(unsigned long, b) && \
113 (typecheck(unsigned long, a) && \
114 typecheck(unsigned long, b) && \
kernel.h 303 #define typecheck(type,x) \ macro
  /external/icu4c/tools/tzcode/
zdump.c 186 #ifndef TYPECHECK
188 #else /* !defined TYPECHECK */
221 #endif /* !defined TYPECHECK */
  /system/core/debuggerd/
debuggerd.c 449 #define typecheck(x,y) { \ macro
472 typecheck(mtime, sb.st_mtime);
  /external/v8/src/
builtins.cc 680 static inline Object* TypeCheck(int argc,
743 Object* raw_holder = TypeCheck(args.length(), &args[0], fun_data);
    [all...]

Completed in 564 milliseconds