Home
last modified time | relevance | path

Searched refs:PUBLIC (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapperTest.java6 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Access.PUBLIC;
30 PUBLIC, PRIVATE; enum constant
77 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "-x", "one;", ++idx), in testMultipleRulesets()
78 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "Inf", "two;", ++idx), in testMultipleRulesets()
79 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "-x", "five;", ++idx), in testMultipleRulesets()
80 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "Inf", "six;", ++idx), in testMultipleRulesets()
81 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "NaN", "three;", ++idx), in testMultipleRulesets()
82 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "0", "four;", ++idx), in testMultipleRulesets()
83 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "NaN", "seven;", ++idx), in testMultipleRulesets()
84 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, " in testMultipleRulesets()
[all...]
/third_party/mesa3d/src/gallium/include/frontend/
H A Dgraw.h56 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 bool graw_parse_args(int *argi, int argc, char *argv[]);
92 PUBLIC bool graw_save_surface_to_file(struct pipe_context *pipe,
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c255 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen()
272 PUBLIC FILE *fopen64(const char *path, const char *mode)
276 PUBLIC int open(const char *path, int flags, ...) in open()
294 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
296 PUBLIC int close(int fd) in close()
307 PUBLIC int __xstat(int ver, const char *path, struct stat *st) in __xstat()
341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st) in __xstat64()
375 PUBLIC int __fxstat(int ver, int fd, struct stat *st) in __fxstat()
391 PUBLIC int __fxstat64(int ver, int fd, struct stat64 *st) in __fxstat64()
409 PUBLIC in
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1088 PUBLIC XVisualInfo *
1148 PUBLIC GLXContext
1172 PUBLIC Bool
1247 PUBLIC Bool
1254 PUBLIC GLXContext
1261 PUBLIC Display *
1270 PUBLIC Display *
1277 PUBLIC GLXDrawable
1285 PUBLIC GLXDrawable
1293 PUBLIC GLXDrawabl
[all...]
/third_party/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c15 PUBLIC void *
30 PUBLIC void *
45 PUBLIC void *
62 PUBLIC bool
81 PUBLIC bool
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dinterop.cpp31 PUBLIC bool
42 PUBLIC bool
48 PUBLIC bool
61 PUBLIC struct pipe_fence_handle *
H A Dutil.hpp39 #define CLOVER_ICD_API PUBLIC
41 #define CLOVER_API PUBLIC
42 #define CLOVER_ICD_API PUBLIC
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.h157 PUBLIC
161 PUBLIC
164 PUBLIC
169 PUBLIC
174 PUBLIC
H A Drogue_dump.h35 PUBLIC
38 PUBLIC
41 PUBLIC
H A Drogue.h59 PUBLIC
68 PUBLIC
72 PUBLIC
H A Drogue_validate.h65 PUBLIC
68 PUBLIC
71 PUBLIC
H A Drogue_compiler.h38 PUBLIC
42 PUBLIC
H A Drogue_encode.h35 PUBLIC
38 PUBLIC
H A Drogue_nir.h35 PUBLIC
39 PUBLIC
H A Drogue_shader.h70 PUBLIC
74 PUBLIC
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dblock.c37 PUBLIC
57 PUBLIC
67 PUBLIC
87 PUBLIC
H A Dsubpicture.c260 PUBLIC
369 PUBLIC
408 PUBLIC
454 PUBLIC
476 PUBLIC
503 PUBLIC
542 PUBLIC
566 PUBLIC
577 PUBLIC
588 PUBLIC
[all...]
H A Dsurface.c153 PUBLIC
217 PUBLIC
319 PUBLIC
335 PUBLIC
348 PUBLIC
471 PUBLIC
498 PUBLIC
528 PUBLIC
H A Dattributes.c53 PUBLIC
75 PUBLIC
120 PUBLIC
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_icd.h16 PUBLIC
20 PUBLIC
24 PUBLIC
/third_party/mesa3d/src/gallium/targets/dri/
H A Dtarget.c8 PUBLIC const __DRIextension **__driDriverGetExtensions_##drivername(void) \
17 PUBLIC const __DRIextension **__driDriverGetExtensions_swrast(void) in __driDriverGetExtensions_swrast()
26 PUBLIC const __DRIextension **__driDriverGetExtensions_kms_swrast(void) in __driDriverGetExtensions_kms_swrast()
130 PUBLIC const __DRIextension **__driDriverGetExtensions_zink(void) in __driDriverGetExtensions_zink()
/third_party/gn/src/gn/
H A Dcommand_path.cc19 enum class DepType { NONE, PUBLIC, PRIVATE, DATA }; member in commands::__anon2879::DepType
25 // [1] = B, PUBLIC
66 result = DepType::PUBLIC; in ClassifyPath()
70 // PRIVATE overrides PUBLIC, and DATA overrides everything (the idea is in ClassifyPath()
73 if (result == DepType::PUBLIC) in ClassifyPath()
84 case DepType::PUBLIC: in StringForDepType()
162 if (type == DepType::PUBLIC) in InsertTargetsIntoFoundPaths()
229 work_queue.back().push_back(TargetDep(pair.ptr, DepType::PUBLIC)); in BreadthFirstSearch()
/third_party/mesa3d/src/gallium/targets/pipe-loader/
H A Dpipe_swrast.c10 PUBLIC struct pipe_screen *
25 PUBLIC
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp80 char *buffer = (char*)mContents->lock(sw::PUBLIC); in bufferSubData()
90 char* buffer = (char*)mContents->lock(sw::PUBLIC); in mapRange()
/third_party/mesa3d/src/util/
H A Dmacros.h250 * PUBLIC/USED macros
253 * use the PUBLIC macro to mark functions that are to be exported.
258 #ifndef PUBLIC
260 # define PUBLIC __declspec(dllexport) macro
263 # define PUBLIC __attribute__((visibility("default"))) macro
266 # define PUBLIC macro

Completed in 11 milliseconds

1234