HomeSort by relevance Sort by last modified time
    Searched refs:_f (Results 51 - 75 of 79) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
kernel.h 30 char _f[20-2*sizeof(long)-sizeof(int)]; member in struct:sysinfo
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
kernel.h 30 char _f[20-2*sizeof(long)-sizeof(int)]; member in struct:sysinfo
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 30 char _f[20-2*sizeof(long)-sizeof(int)]; member in struct:sysinfo
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 8 S operator"" _f(long double);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
  /external/clang/test/Lexer/
token-concat.cpp 15 id(1.0)_f // CHECK: 1.0 _f
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
118 self.do_disassembly_test(_f, dis_f)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
118 self.do_disassembly_test(_f, dis_f)
  /external/iptables/include/linux/
kernel.h 27 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /ndk/sources/host-tools/make-3.81/
remake.c 49 #define start_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\
51 #define finish_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\
53 #define is_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpfr.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpfr.h     [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 62 int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) {
72 flags = _f;
77 hash = (ODD_PRIME_NUMBER*hash) + _f;
  /external/compiler-rt/lib/interception/
interception.h 146 # define FUNC_TYPE(x) x##_f
  /bootable/diskinstaller/
config.mk 27 $(hide) $(foreach _f,$(android_sysbase_files), \
28 f=$(patsubst $(1)/%,$(2)/%,$(_f)); \
31 cp -fR $(_f) $$f; \
  /external/kernel-headers/original/linux/
kernel.h 336 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/mksh/src/
Build.sh 64 for _f in "$@"; do
65 case $_f in
67 *) rm -f "$_f" ;;
461 ccpr='|| for _f in ${tcfn}*; do case $_f in Build.sh|check.pl|check.t|dot.mkshrc|*.c|*.h|mksh.1) ;; *) rm -f "$_f" ;; esac; done'
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 259 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:vki_sysinfo
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]
  /external/qemu/target-mips/
translate.c 660 case 0: gen_helper_2i(cmp ## type ## _ ## fmt ## _f, a, b, cc); break;\
    [all...]

Completed in 568 milliseconds

1 23 4