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

1 2 3 4 5 6 7 8 91011>>

  /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/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/mesa3d/src/gallium/targets/egl-static/
st_GL.c 31 PUBLIC struct st_api *
  /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
eglcompiler.h 97 #ifndef PUBLIC
99 # define PUBLIC __attribute__((visibility("default")))
101 # define PUBLIC __declspec(dllexport)
103 # 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/mesa3d/src/gallium/targets/pipe-loader/
pipe_swrast.c 6 PUBLIC struct pipe_screen *
9 PUBLIC
pipe_nouveau.c 20 PUBLIC
pipe_i915.c 26 PUBLIC
pipe_r300.c 26 PUBLIC
pipe_r600.c 25 PUBLIC
pipe_radeonsi.c 25 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...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 62 #define KEYWORD1 PUBLIC
162 PUBLIC __thread void * CurrentContext
190 XVisualInfo PUBLIC *
201 void PUBLIC
212 GLXContext PUBLIC
223 GLXPixmap PUBLIC
234 void PUBLIC
247 void PUBLIC
258 int PUBLIC
269 GLXContext PUBLIC
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp 28 PUBLIC cl_command_queue
50 PUBLIC cl_int
59 PUBLIC cl_int
70 PUBLIC cl_int
95 PUBLIC cl_int
sampler.cpp 28 PUBLIC cl_sampler
43 PUBLIC cl_int
52 PUBLIC cl_int
63 PUBLIC cl_int
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 14 PUBLIC void *
28 PUBLIC void *
42 PUBLIC void *
58 PUBLIC boolean
77 PUBLIC boolean
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 8 * under the terms of the GNU General Public License as published by the Free
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * You should have received a copy of the GNU General Public License along
29 * <code>PACKAGE_VISIBLE</code>, <code>PROTECTED</code>, and <code>PUBLIC</code>.
33 public class AccessUtil
35 public static final int PRIVATE = 0;
36 public static final int PACKAGE_VISIBLE = 1;
37 public static final int PROTECTED = 2;
38 public static final int PUBLIC = 3
    [all...]
  /cts/tests/signature-tests/src/android/signature/cts/tests/
JDiffClassDescriptionTest.java 31 public class JDiffClassDescriptionTest extends TestCase {
35 public void notifyFailure(FailureType type, String name, String errmsg) {
44 public ExpectFailure(FailureType expectedType) {
49 public void notifyFailure(FailureType type, String name, String errMsg) {
62 public void validate() {
85 clz.setModifier(Modifier.PUBLIC);
89 public void testNormalClassCompliance() {
92 assertEquals(clz.toSignatureString(), "public class NormalClass");
95 public void testMissingClass() {
104 public void testSimpleConstructor()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 37 PUBLIC
57 PUBLIC
67 PUBLIC
87 PUBLIC

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>