HomeSort by relevance Sort by last modified time
    Searched refs:PUBLIC (Results 1 - 25 of 334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_test.c 14 PUBLIC __thread struct _glapi_table * _glapi_tls_Dispatch
17 PUBLIC __thread void * _glapi_tls_Context
20 PUBLIC const struct _glapi_table *_glapi_Dispatch;
21 PUBLIC const void *_glapi_Context;
25 PUBLIC struct _glapi_table *_glapi_Dispatch;
26 PUBLIC void *_glapi_Context;
30 PUBLIC void
34 PUBLIC void
38 PUBLIC void *
44 PUBLIC voi
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c 14 PUBLIC __thread struct _glapi_table * _glapi_tls_Dispatch
17 PUBLIC __thread void * _glapi_tls_Context
20 PUBLIC const struct _glapi_table *_glapi_Dispatch;
21 PUBLIC const void *_glapi_Context;
25 PUBLIC struct _glapi_table *_glapi_Dispatch;
26 PUBLIC void *_glapi_Context;
30 PUBLIC void
34 PUBLIC void
38 PUBLIC void *
44 PUBLIC voi
    [all...]
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
rsaz-avx2.asm 4 PUBLIC rsaz_avx2_eligible
6 rsaz_avx2_eligible PROC PUBLIC
11 PUBLIC rsaz_1024_sqr_avx2
12 PUBLIC rsaz_1024_mul_avx2
13 PUBLIC rsaz_1024_norm2red_avx2
14 PUBLIC rsaz_1024_red2norm_avx2
15 PUBLIC rsaz_1024_scatter5_avx2
16 PUBLIC rsaz_1024_gather5_avx2
18 rsaz_1024_sqr_avx2 PROC PUBLIC
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
graw.h 56 PUBLIC struct pipe_screen *graw_create_window_and_screen( int x,
63 PUBLIC void graw_set_display_func( void (*func)( void ) );
64 PUBLIC void graw_main_loop( void );
66 PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe,
69 PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe,
72 PUBLIC void *graw_parse_fragment_shader( struct pipe_context *pipe,
82 PUBLIC boolean graw_parse_args(int *argi, int argc, char *argv[]);
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 56 PUBLIC struct pipe_screen *graw_create_window_and_screen( int x,
63 PUBLIC void graw_set_display_func( void (*func)( void ) );
64 PUBLIC void graw_main_loop( void );
66 PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe,
69 PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe,
72 PUBLIC void *graw_parse_fragment_shader( struct pipe_context *pipe,
82 PUBLIC boolean graw_parse_args(int *argi, int argc, char *argv[]);
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /cts/tools/signature-tools/src/signature/converter/
Visibility.java 23 * <li><code>PUBLIC</code> only the public classes and members are included.
24 * <li><code>PROTECTED</code> the public and protected classes members are
26 * <li><code>PACKAGE</code> the public, protected and package visible classes
34 public enum Visibility {
35 PUBLIC, PROTECTED, PACKAGE, PRIVATE;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
st_GL.c 31 PUBLIC struct st_api *
  /external/mesa3d/src/gallium/targets/egl-static/
st_GL.c 31 PUBLIC struct st_api *
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
aesni-gcm-x86_64.asm 4 PUBLIC aesni_gcm_encrypt
6 aesni_gcm_encrypt PROC PUBLIC
11 PUBLIC aesni_gcm_decrypt
13 aesni_gcm_decrypt PROC PUBLIC
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egllog.h 46 PUBLIC void
50 PUBLIC void
54 PUBLIC void
eglcurrent.h 92 PUBLIC _EGLThreadInfo *
104 PUBLIC _EGLContext *
108 PUBLIC _EGLContext *
112 PUBLIC EGLBoolean
  /external/mesa3d/src/egl/main/
egllog.h 46 PUBLIC void
50 PUBLIC void
54 PUBLIC void
eglcurrent.h 92 PUBLIC _EGLThreadInfo *
104 PUBLIC _EGLContext *
108 PUBLIC _EGLContext *
112 PUBLIC EGLBoolean
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_compiler.h 31 #ifndef PUBLIC
33 # define PUBLIC __attribute__((visibility("default")))
35 # define PUBLIC __declspec(dllexport)
37 # define PUBLIC
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 31 #ifndef PUBLIC
33 # define PUBLIC __attribute__((visibility("default")))
35 # define PUBLIC __declspec(dllexport)
37 # define PUBLIC
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 27 public interface Member {
30 * Designates all public members of a class or interface (including
33 public static final int PUBLIC = 0;
39 public static final int DECLARED = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
pipe_swrast.c 6 PUBLIC struct pipe_screen *
9 PUBLIC
pipe_nouveau.c 20 PUBLIC
  /external/chromium_org/tools/gyp/test/win/linker-flags/
safeseh_zero.asm 4 PUBLIC zero
  /external/chromium_org/tools/gyp/test/win/ml-safeseh/
a.asm 4 PUBLIC zero
  /external/mesa3d/src/gallium/targets/pipe-loader/
pipe_swrast.c 6 PUBLIC struct pipe_screen *
9 PUBLIC
pipe_nouveau.c 20 PUBLIC
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
20 * for access modifiers such as public, rivate, ...
22 public class AccessFlag {
23 public static final int PUBLIC = 0x0001;
24 public static final int PRIVATE = 0x0002;
25 public static final int PROTECTED = 0x0004;
26 public static final int STATIC = 0x0008;
27 public static final int FINAL = 0x0010
    [all...]
  /external/dnsmasq/dbus/
dnsmasq.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/javassist/src/main/javassist/
Modifier.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
30 public class Modifier {
31 public static final int PUBLIC = AccessFlag.PUBLIC;
32 public static final int PRIVATE = AccessFlag.PRIVATE;
33 public static final int PROTECTED = AccessFlag.PROTECTED;
34 public static final int STATIC = AccessFlag.STATIC;
35 public static final int FINAL = AccessFlag.FINAL
    [all...]

Completed in 1459 milliseconds

1 2 3 4 5 6 7 8 91011>>