HomeSort by relevance Sort by last modified time
    Searched full:typedef (Results 51 - 75 of 22050) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
posix_types.h 15 typedef unsigned long __kernel_ino_t;
16 typedef unsigned short __kernel_mode_t;
17 typedef unsigned short __kernel_nlink_t;
18 typedef long __kernel_off_t;
19 typedef int __kernel_pid_t;
20 typedef unsigned short __kernel_ipc_pid_t;
21 typedef unsigned short __kernel_uid_t;
22 typedef unsigned short __kernel_gid_t;
23 typedef unsigned int __kernel_size_t;
24 typedef int __kernel_ssize_t
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf);
24 typedef void (GL_APIENTRY *glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf);
25 typedef void (GL_APIENTRY *glClearDepthf_t) (GLclampf);
26 typedef void (GL_APIENTRY *glClipPlanef_t) (GLenum, const GLfloat*);
27 typedef void (GL_APIENTRY *glColor4f_t) (GLfloat, GLfloat, GLfloat, GLfloat);
28 typedef void (GL_APIENTRY *glDepthRangef_t) (GLclampf, GLclampf);
29 typedef void (GL_APIENTRY *glFogf_t) (GLenum, GLfloat);
30 typedef void (GL_APIENTRY *glFogfv_t) (GLenum, const GLfloat*);
31 typedef void (GL_APIENTRY *glFrustumf_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat);
32 typedef void (GL_APIENTRY *glGetClipPlanef_t) (GLenum, GLfloat)
    [all...]
egl_proc.h 23 typedef EGLint (EGLAPIENTRY *eglGetError_t) ();
24 typedef EGLDisplay (EGLAPIENTRY *eglGetDisplay_t) (EGLNativeDisplayType);
25 typedef EGLBoolean (EGLAPIENTRY *eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
26 typedef EGLBoolean (EGLAPIENTRY *eglTerminate_t) (EGLDisplay);
27 typedef char* (EGLAPIENTRY *eglQueryString_t) (EGLDisplay, EGLint);
28 typedef EGLBoolean (EGLAPIENTRY *eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (EGLAPIENTRY *eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (EGLAPIENTRY *eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (EGLAPIENTRY *eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (EGLAPIENTRY *eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*)
    [all...]
  /external/libogg/include/ogg/
os_types.h 31 typedef int16_t ogg_int16_t;
32 typedef uint16_t ogg_uint16_t;
33 typedef int32_t ogg_int32_t;
34 typedef uint32_t ogg_uint32_t;
35 typedef int64_t ogg_int64_t;
36 typedef uint64_t ogg_uint64_t;
39 typedef short ogg_int16_t;
40 typedef unsigned short ogg_uint16_t;
41 typedef int ogg_int32_t;
42 typedef unsigned int ogg_uint32_t
    [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 42 typedef uint32_t WKTypeID;
43 typedef const void* WKTypeRef;
45 typedef const struct OpaqueWKArray* WKArrayRef;
46 typedef struct OpaqueWKArray* WKMutableArrayRef;
48 typedef const struct OpaqueWKDictionary* WKDictionaryRef;
49 typedef struct OpaqueWKDictionary* WKMutableDictionaryRef;
51 typedef const struct OpaqueWKBoolean* WKBooleanRef;
52 typedef const struct OpaqueWKCertificateInfo* WKCertificateInfoRef;
53 typedef const struct OpaqueWKContextMenuItem* WKContextMenuItemRef;
54 typedef const struct OpaqueWKData* WKDataRef
    [all...]
  /development/tools/emulator/opengl/system/renderControl_enc/
renderControl_client_proc.h 12 typedef GLint (renderControl_APIENTRY *rcGetRendererVersion_client_proc_t) (void * ctx);
13 typedef EGLint (renderControl_APIENTRY *rcGetEGLVersion_client_proc_t) (void * ctx, EGLint*, EGLint*);
14 typedef EGLint (renderControl_APIENTRY *rcQueryEGLString_client_proc_t) (void * ctx, EGLenum, void*, EGLint);
15 typedef EGLint (renderControl_APIENTRY *rcGetGLString_client_proc_t) (void * ctx, EGLenum, void*, EGLint);
16 typedef EGLint (renderControl_APIENTRY *rcGetNumConfigs_client_proc_t) (void * ctx, uint32_t*);
17 typedef EGLint (renderControl_APIENTRY *rcGetConfigs_client_proc_t) (void * ctx, uint32_t, GLuint*);
18 typedef EGLint (renderControl_APIENTRY *rcChooseConfig_client_proc_t) (void * ctx, EGLint*, uint32_t, uint32_t*, uint32_t);
19 typedef EGLint (renderControl_APIENTRY *rcGetFBParam_client_proc_t) (void * ctx, EGLint);
20 typedef uint32_t (renderControl_APIENTRY *rcCreateContext_client_proc_t) (void * ctx, uint32_t, uint32_t, uint32_t);
21 typedef void (renderControl_APIENTRY *rcDestroyContext_client_proc_t) (void * ctx, uint32_t)
    [all...]
  /external/clang/test/Index/Inputs/
a.h 3 typedef int A;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_proc.h 23 typedef EGLint (* eglGetError_t) ();
24 typedef EGLDisplay (* eglGetDisplay_t) (EGLNativeDisplayType);
25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
26 typedef EGLBoolean (* eglTerminate_t) (EGLDisplay);
27 typedef char* (* eglQueryString_t) (EGLDisplay, EGLint);
28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (* eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
types.h 6 typedef unsigned short umode_t;
13 typedef __signed__ char __s8;
14 typedef unsigned char __u8;
16 typedef __signed__ short __s16;
17 typedef unsigned short __u16;
19 typedef __signed__ int __s32;
20 typedef unsigned int __u32;
24 __extension__ typedef __signed__ long long __s64;
25 __extension__ typedef unsigned long long __u64;
28 typedef __signed__ long long __s64
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
types.h 6 typedef unsigned short umode_t;
13 typedef __signed__ char __s8;
14 typedef unsigned char __u8;
16 typedef __signed__ short __s16;
17 typedef unsigned short __u16;
19 typedef __signed__ int __s32;
20 typedef unsigned int __u32;
24 __extension__ typedef __signed__ long long __s64;
25 __extension__ typedef unsigned long long __u64;
28 typedef __signed__ long long __s64
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
types.h 6 typedef unsigned short umode_t;
13 typedef __signed__ char __s8;
14 typedef unsigned char __u8;
16 typedef __signed__ short __s16;
17 typedef unsigned short __u16;
19 typedef __signed__ int __s32;
20 typedef unsigned int __u32;
24 __extension__ typedef __signed__ long long __s64;
25 __extension__ typedef unsigned long long __u64;
28 typedef __signed__ long long __s64
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
types.h 17 typedef unsigned short umode_t;
19 typedef __signed__ char __s8;
20 typedef unsigned char __u8;
22 typedef __signed__ short __s16;
23 typedef unsigned short __u16;
25 typedef __signed__ int __s32;
26 typedef unsigned int __u32;
30 __extension__ typedef __signed__ long long __s64;
31 __extension__ typedef unsigned long long __u64;
34 typedef __signed__ long long __s64
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
types.h 17 typedef unsigned short umode_t;
19 typedef __signed__ char __s8;
20 typedef unsigned char __u8;
22 typedef __signed__ short __s16;
23 typedef unsigned short __u16;
25 typedef __signed__ int __s32;
26 typedef unsigned int __u32;
30 __extension__ typedef __signed__ long long __s64;
31 __extension__ typedef unsigned long long __u64;
34 typedef __signed__ long long __s64
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
types.h 17 typedef unsigned short umode_t;
19 typedef __signed__ char __s8;
20 typedef unsigned char __u8;
22 typedef __signed__ short __s16;
23 typedef unsigned short __u16;
25 typedef __signed__ int __s32;
26 typedef unsigned int __u32;
30 __extension__ typedef __signed__ long long __s64;
31 __extension__ typedef unsigned long long __u64;
34 typedef __signed__ long long __s64
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
types.h 17 typedef unsigned short umode_t;
19 typedef __signed__ char __s8;
20 typedef unsigned char __u8;
22 typedef __signed__ short __s16;
23 typedef unsigned short __u16;
25 typedef __signed__ int __s32;
26 typedef unsigned int __u32;
30 __extension__ typedef __signed__ long long __s64;
31 __extension__ typedef unsigned long long __u64;
34 typedef __signed__ long long __s64
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
types.h 17 typedef unsigned short umode_t;
19 typedef __signed__ char __s8;
20 typedef unsigned char __u8;
22 typedef __signed__ short __s16;
23 typedef unsigned short __u16;
25 typedef __signed__ int __s32;
26 typedef unsigned int __u32;
30 __extension__ typedef __signed__ long long __s64;
31 __extension__ typedef unsigned long long __u64;
34 typedef __signed__ long long __s64
    [all...]
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_proc.h 23 typedef EGLint (* eglGetError_t) ();
24 typedef EGLDisplay (* eglGetDisplay_t) (EGLNativeDisplayType);
25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
26 typedef EGLBoolean (* eglTerminate_t) (EGLDisplay);
27 typedef char* (* eglQueryString_t) (EGLDisplay, EGLint);
28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (* eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
qnxtypes.h 15 typedef __le16 qnx4_nxtnt_t;
16 typedef __u8 qnx4_ftype_t;
18 typedef struct {
23 typedef __le16 qnx4_mode_t;
24 typedef __le16 qnx4_muid_t;
25 typedef __le16 qnx4_mgid_t;
26 typedef __le32 qnx4_off_t;
27 typedef __le16 qnx4_nlink_t;

Completed in 4003 milliseconds

1 23 4 5 6 7 8 91011>>