/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | RbnfMapperTest.java | 6 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 D | 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 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 D | drm_shim.c | 255 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 D | glx_api.c | 1088 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 D | graw_util.c | 15 PUBLIC void * 30 PUBLIC void * 45 PUBLIC void * 62 PUBLIC bool 81 PUBLIC bool
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | interop.cpp | 31 PUBLIC bool 42 PUBLIC bool 48 PUBLIC bool 61 PUBLIC struct pipe_fence_handle *
|
H A D | util.hpp | 39 #define CLOVER_ICD_API PUBLIC 41 #define CLOVER_API PUBLIC 42 #define CLOVER_ICD_API PUBLIC
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_build_data.h | 157 PUBLIC 161 PUBLIC 164 PUBLIC 169 PUBLIC 174 PUBLIC
|
H A D | rogue_dump.h | 35 PUBLIC 38 PUBLIC 41 PUBLIC
|
H A D | rogue.h | 59 PUBLIC 68 PUBLIC 72 PUBLIC
|
H A D | rogue_validate.h | 65 PUBLIC 68 PUBLIC 71 PUBLIC
|
H A D | rogue_compiler.h | 38 PUBLIC 42 PUBLIC
|
H A D | rogue_encode.h | 35 PUBLIC 38 PUBLIC
|
H A D | rogue_nir.h | 35 PUBLIC 39 PUBLIC
|
H A D | rogue_shader.h | 70 PUBLIC 74 PUBLIC
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | block.c | 37 PUBLIC 57 PUBLIC 67 PUBLIC 87 PUBLIC
|
H A D | subpicture.c | 260 PUBLIC 369 PUBLIC 408 PUBLIC 454 PUBLIC 476 PUBLIC 503 PUBLIC 542 PUBLIC 566 PUBLIC 577 PUBLIC 588 PUBLIC [all...] |
H A D | surface.c | 153 PUBLIC 217 PUBLIC 319 PUBLIC 335 PUBLIC 348 PUBLIC 471 PUBLIC 498 PUBLIC 528 PUBLIC
|
H A D | attributes.c | 53 PUBLIC 75 PUBLIC 120 PUBLIC
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_icd.h | 16 PUBLIC 20 PUBLIC 24 PUBLIC
|
/third_party/mesa3d/src/gallium/targets/dri/ |
H A D | target.c | 8 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 D | command_path.cc | 19 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 D | pipe_swrast.c | 10 PUBLIC struct pipe_screen * 25 PUBLIC
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.cpp | 80 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 D | macros.h | 250 * 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
|