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

1 2 3 4 5 6 7 8 91011>>

  /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,
  /external/mesa3d/src/gallium/state_trackers/clover/api/
interop.cpp 31 PUBLIC bool
42 PUBLIC bool
48 PUBLIC bool
61 PUBLIC struct pipe_fence_handle *
util.hpp 35 #define CLOVER_ICD_API PUBLIC
37 #define CLOVER_API PUBLIC
38 #define CLOVER_ICD_API PUBLIC
  /external/mesa3d/src/gallium/targets/dri/
target.c 10 PUBLIC const __DRIextension **__driDriverGetExtensions_swrast(void)
20 PUBLIC const __DRIextension **__driDriverGetExtensions_kms_swrast(void)
33 PUBLIC const __DRIextension **__driDriverGetExtensions_i915(void)
44 PUBLIC const __DRIextension **__driDriverGetExtensions_i965(void)
55 PUBLIC const __DRIextension **__driDriverGetExtensions_nouveau(void)
66 PUBLIC const __DRIextension **__driDriverGetExtensions_r300(void)
77 PUBLIC const __DRIextension **__driDriverGetExtensions_r600(void)
88 PUBLIC const __DRIextension **__driDriverGetExtensions_radeonsi(void)
99 PUBLIC const __DRIextension **__driDriverGetExtensions_vmwgfx(void)
110 PUBLIC const __DRIextension **__driDriverGetExtensions_msm(void
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Member.java 6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
39 public
43 * Identifies the set of all public members of a class or interface,
46 public static final int PUBLIC = 0;
52 public static final int DECLARED = 1;
61 public Class<?> getDeclaringClass();
69 public String getName()
    [all...]
Modifier.java 7 * under the terms of the GNU General Public License version 2 only, as
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 * You should have received a copy of the GNU General Public License version
43 public class Modifier {
47 * {@code public} modifier, {@code false} otherwise.
51 * {@code public} modifier; {@code false} otherwise.
53 public static boolean isPublic(int mod) {
54 return (mod & PUBLIC) != 0;
65 public static boolean isPrivate(int mod) {
77 public static boolean isProtected(int mod)
    [all...]
  /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/mesa3d/src/gallium/state_trackers/omx/
entrypoint.h 41 PUBLIC extern int omx_component_library_Setup(stLoaderComponentType **stComponents);
  /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/gallium/targets/pipe-loader/
pipe_swrast.c 10 PUBLIC struct pipe_screen *
25 PUBLIC
  /system/tpm/trunks/
com.android.Trunks.conf 1 <!DOCTYPE busconfig PUBLIC
org.chromium.Trunks.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 61 #define KEYWORD1 PUBLIC
155 XVisualInfo PUBLIC *
166 void PUBLIC
177 GLXContext PUBLIC
188 GLXPixmap PUBLIC
199 void PUBLIC
210 void PUBLIC
221 int PUBLIC
235 GLXContext PUBLIC
242 GLXDrawable PUBLIC
    [all...]
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 15 PUBLIC void *
30 PUBLIC void *
45 PUBLIC void *
62 PUBLIC boolean
81 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...]
  /system/tpm/attestation/server/
org.chromium.Attestation.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/mesa3d/src/gallium/drivers/swr/
swr_public.h 39 PUBLIC struct pipe_screen *swr_create_screen_internal(struct sw_winsys *winsys);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 37 PUBLIC
57 PUBLIC
67 PUBLIC
87 PUBLIC
  /external/mesa3d/src/gallium/targets/d3dadapter9/
getproc.c 37 PUBLIC const void * WINAPI
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.asm 32 EfiHalt PROC C PUBLIC
41 EfiWbinvd PROC C PUBLIC
50 EfiInvd PROC C PUBLIC
58 EfiCpuid PROC C PUBLIC
92 EfiReadMsr PROC C PUBLIC
103 EfiWriteMsr PROC C PUBLIC
115 EfiReadTsc PROC C PUBLIC
124 EfiDisableCache PROC C PUBLIC
142 EfiEnableCache PROC C PUBLIC
154 EfiGetEflags PROC C PUBLIC
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
Cpu.asm 31 EfiHalt PROC PUBLIC
43 EfiWbinvd PROC PUBLIC
55 EfiInvd PROC PUBLIC
67 EfiCpuid PROC PUBLIC
91 EfiReadMsr PROC PUBLIC
105 EfiWriteMsr PROC PUBLIC
119 EfiReadTsc PROC PUBLIC
132 EfiDisableCache PROC PUBLIC
152 EfiEnableCache PROC PUBLIC
166 EfiGetEflags PROC PUBLIC
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
Cpu.asm 52 EfiHalt PROC PUBLIC
64 EfiWbinvd PROC PUBLIC
76 EfiInvd PROC PUBLIC
88 EfiCpuid PROC PUBLIC
112 EfiReadMsr PROC PUBLIC
126 EfiWriteMsr PROC PUBLIC
140 EfiReadTsc PROC PUBLIC
153 EfiDisableCache PROC PUBLIC
173 EfiEnableCache PROC PUBLIC
187 EfiGetEflags PROC PUBLIC
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ModifierTest.java 22 public class ModifierTest extends junit.framework.TestCase {
29 public void test_Constructor() {
37 public void test_isAbstractI() {
49 public void test_isFinalI() {
60 public void test_isInterfaceI() {
72 public void test_isNativeI() {
83 public void test_isPrivateI() {
95 public void test_isProtectedI() {
107 public void test_isPublicI() {
109 assertTrue("PUBLIC returned false", Modifier.isPublic(ALL_FLAGS))
    [all...]
  /cts/tests/signature/tests/src/android/signature/cts/tests/
ApiComplianceCheckerTest.java 32 public class ApiComplianceCheckerTest extends TestCase {
38 public void notifyFailure(FailureType type, String name, String errmsg) {
52 public void notifyFailure(FailureType type, String name, String errMsg) {
90 clz.setModifier(Modifier.PUBLIC);
94 public void testNormalClassCompliance() {
97 assertEquals(clz.toSignatureString(), "public class NormalClass");
100 public void testMissingClass() {
109 public void testSimpleConstructor() {
112 new JDiffClassDescription.JDiffConstructor("NormalClass", Modifier.PUBLIC);
115 assertEquals(constructor.toSignatureString(), "public NormalClass()")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus-wpa_supplicant.conf 1 <!DOCTYPE busconfig PUBLIC

Completed in 1220 milliseconds

1 2 3 4 5 6 7 8 91011>>