Home
last modified time | relevance | path

Searched refs:ENTRYPOINT (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/icuinfo/
Dicuplugins_windows_sample.txt24 # LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]
31 # ENTRYPOINT is the short (undecorated) symbol name of the plugin's entrypoint.
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c687 #define GET_INSTANCE_PROC_ADDR(ENTRYPOINT) \ in app_create_instance() argument
689 inst->ENTRYPOINT = \ in app_create_instance()
690 (void *)vkGetInstanceProcAddr(inst->instance, #ENTRYPOINT); \ in app_create_instance()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp118 ENTRYPOINT, enumerator
449 if( options[ENTRYPOINT].doesOccur ) { in main()
450 o.entryName = options[ENTRYPOINT].value; in main()