/external/clang/test/CodeCompletion/Inputs/ |
reserved.h | 0 typedef int _INTEGER_TYPE; 2 typedef float FLOATING_TYPE;
|
/external/chromium_org/tools/gyp/test/mac/archs/ |
header.h | 0 typedef int MyInt;
|
/external/chromium_org/tools/gyp/test/mac/prefixheader/ |
header.h | 0 typedef int MyInt;
|
/external/clang/test/Index/Inputs/ |
b.h | 0 typedef float B;
|
cindex-from-source.h | 0 typedef int t0;
|
/external/clang/test/Misc/Inputs/ |
working-directory.h | 0 typedef int Foo;
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
stdint.h | 0 typedef int my_awesome_nonstandard_integer_type;
|
/frameworks/rs/ |
rsEnv.h | 4 typedef void * RsAdapter1D; 5 typedef void * RsAdapter2D; 6 typedef void * RsAllocation; 7 typedef void * RsContext; 8 typedef void * RsDevice; 9 typedef void * RsElement; 10 typedef void * RsSampler; 11 typedef void * RsScript; 12 typedef void * RsMesh; 13 typedef void * RsType [all...] |
/external/clang/test/ASTMerge/Inputs/ |
typedef1.c | 0 typedef int Typedef1; 2 typedef int Typedef2;
|
typedef2.c | 0 typedef int Typedef1; 2 typedef double Typedef2;
|
/external/clang/test/PCH/ |
ocl_types.h | 4 typedef image1d_t img1d_t; 7 typedef image1d_array_t img1darr_t; 10 typedef image1d_buffer_t img1dbuff_t; 13 typedef image2d_t img2d_t; 16 typedef image2d_array_t img2darr_t; 19 typedef image3d_t img3d_t; 22 typedef sampler_t smp_t; 25 typedef event_t evt_t;
|
/external/clang/test/Preprocessor/ |
pragma_sysheader.h | 2 typedef int x; 3 typedef int x;
|
/external/libogg/include/ogg/ |
config_types.h | 4 typedef short ogg_int16_t; 5 typedef unsigned short ogg_uint16_t; 6 typedef int ogg_int32_t; 7 typedef unsigned int ogg_uint32_t; 8 typedef long long ogg_int64_t;
|
/external/e2fsprogs/include/nonunix/linux/ |
types.h | 9 typedef unsigned __int8 __u8; 10 typedef signed __int8 __s8; 12 typedef signed __int64 __s64; 13 typedef unsigned __int64 __u64; 15 typedef signed __int16 __s16; 16 typedef unsigned __int16 __u16; 18 typedef signed __int32 __s32; 19 typedef unsigned __int32 __u32; 21 typedef signed __int64 __s64; 22 typedef unsigned __int64 __u64 [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/ |
numeric_cast_traits_common.hpp | 21 typedef def_overflow_handler overflow_policy; 22 typedef UseInternalRangeChecker range_checking_policy; 23 typedef Trunc<char> rounding_policy; 33 typedef def_overflow_handler overflow_policy; 34 typedef UseInternalRangeChecker range_checking_policy; 35 typedef Trunc<signed char> rounding_policy; 45 typedef def_overflow_handler overflow_policy; 46 typedef UseInternalRangeChecker range_checking_policy; 47 typedef Trunc<unsigned char> rounding_policy; 57 typedef def_overflow_handler overflow_policy [all...] |
numeric_cast_traits_long_long.hpp | 19 typedef def_overflow_handler overflow_policy; 20 typedef UseInternalRangeChecker range_checking_policy; 21 typedef Trunc<boost::long_long_type> rounding_policy; 31 typedef def_overflow_handler overflow_policy; 32 typedef UseInternalRangeChecker range_checking_policy; 33 typedef Trunc<boost::ulong_long_type> rounding_policy; 43 typedef def_overflow_handler overflow_policy; 44 typedef UseInternalRangeChecker range_checking_policy; 45 typedef Trunc<boost::long_long_type> rounding_policy; 55 typedef def_overflow_handler overflow_policy [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
posix_types_64.h | 10 typedef unsigned long __kernel_ino_t; 11 typedef unsigned int __kernel_mode_t; 12 typedef unsigned long __kernel_nlink_t; 13 typedef long __kernel_off_t; 14 typedef int __kernel_pid_t; 15 typedef int __kernel_ipc_pid_t; 16 typedef unsigned int __kernel_uid_t; 17 typedef unsigned int __kernel_gid_t; 18 typedef unsigned long __kernel_size_t; 19 typedef long __kernel_ssize_t [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
posix_types_64.h | 10 typedef unsigned long __kernel_ino_t; 11 typedef unsigned int __kernel_mode_t; 12 typedef unsigned long __kernel_nlink_t; 13 typedef long __kernel_off_t; 14 typedef int __kernel_pid_t; 15 typedef int __kernel_ipc_pid_t; 16 typedef unsigned int __kernel_uid_t; 17 typedef unsigned int __kernel_gid_t; 18 typedef unsigned long __kernel_size_t; 19 typedef long __kernel_ssize_t [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
posix_types_64.h | 10 typedef unsigned long __kernel_ino_t; 11 typedef unsigned int __kernel_mode_t; 12 typedef unsigned long __kernel_nlink_t; 13 typedef long __kernel_off_t; 14 typedef int __kernel_pid_t; 15 typedef int __kernel_ipc_pid_t; 16 typedef unsigned int __kernel_uid_t; 17 typedef unsigned int __kernel_gid_t; 18 typedef unsigned long __kernel_size_t; 19 typedef long __kernel_ssize_t [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_proc.h | 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf); 24 typedef void (* glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf); 25 typedef void (* glClearDepthf_t) (GLclampf); 26 typedef void (* glClipPlanef_t) (GLenum, const GLfloat*); 27 typedef void (* glColor4f_t) (GLfloat, GLfloat, GLfloat, GLfloat); 28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf); 29 typedef void (* glFogf_t) (GLenum, GLfloat); 30 typedef void (* glFogfv_t) (GLenum, const GLfloat*); 31 typedef void (* glFrustumf_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); 32 typedef void (* glGetClipPlanef_t) (GLenum, GLfloat*) [all...] |
/external/libexif/contrib/watcom/ |
_stdint.h | 4 typedef unsigned char uint8_t; 5 typedef unsigned short uint16_t; 6 typedef unsigned long uint32_t; 8 typedef signed char int8_t; 9 typedef signed short int16_t; 10 typedef signed long int32_t;
|
/external/clang/test/Modules/Inputs/ |
decl.h | 2 typedef struct B B;
|
/external/speex/include/speex/ |
speex_config_types.h | 5 typedef short spx_int16_t; 6 typedef unsigned short spx_uint16_t; 7 typedef int spx_int32_t; 8 typedef unsigned int spx_uint32_t;
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
egltypes.h | 4 typedef int EGLBoolean; 5 typedef long EGLint; 6 typedef void *EGLDisplay; 7 typedef void *EGLConfig; 8 typedef void *EGLSurface; 9 typedef void *EGLContext; 10 typedef void *NativeDisplayType; 11 typedef void *NativeWindowType; 12 typedef void *NativePixmapType;
|
/external/linux-tools-perf/util/ |
types.h | 10 typedef uint64_t u64; 11 typedef int64_t s64; 12 typedef unsigned int u32; 13 typedef signed int s32; 14 typedef unsigned short u16; 15 typedef signed short s16; 16 typedef unsigned char u8; 17 typedef signed char s8;
|