Home
last modified time | relevance | path

Searched defs:demo (Results 1 – 18 of 18) sorted by relevance

/third_party/glfw/tests/
Dtriangle-vulkan.c152 struct demo { struct
153 GLFWwindow* window;
154 VkSurfaceKHR surface;
155 bool use_staging_buffer;
157 VkInstance inst;
158 VkPhysicalDevice gpu;
159 VkDevice device;
160 VkQueue queue;
161 VkPhysicalDeviceProperties gpu_props;
162 VkPhysicalDeviceFeatures gpu_features;
[all …]
/third_party/curl/tests/unit/
Dunit1655.c88 struct demo { struct
105 struct demo victim; argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java86 String demo = demoList[i]; in init() local
120 void showStatus(String demo, String status) { in showStatus()
130 void showFailure(String demo, String status) { in showFailure()
140 String demo = demoBase+'.'+demoShort; in actionPerformed() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocImportTypeReferenceToCommonjsModule.ts12 function demo(a) { function
DjsdocImportTypeReferenceToESModule.ts9 function demo(a) { function
DjsdocImportTypeReferenceToClassAlias.ts13 function demo(c) { function
/third_party/skia/site/docs/user/modules/
Dparticles.md20 #demo canvas { hashtag
Dcanvaskit.md27 #demo canvas { hashtag
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3787.js16 var obj = {demo: "3"}; property
Dnew-target.js20 function demo () { function
/third_party/mbedtls/tests/scripts/
Drun_demos.py9 def run_demo(demo, quiet=False): argument
/third_party/rust/crates/syn/examples/heapsize/example/src/
Dmain.rs12 let demo = Demo { in main() localVariable
/third_party/vixl/examples/aarch32/
Dgetting-started.cc48 Label demo; in main() local
/third_party/vixl/examples/aarch64/
Dgetting-started.cc51 Label demo; in main() local
/third_party/python/Lib/turtledemo/
Dpenrose.py148 def demo(fun=sun): function
/third_party/python/Lib/
Dfilecmp.py300 def demo(): function
/third_party/skia/third_party/externals/microhttpd/src/examples/
DMakefile.am52 demo \ program
/third_party/python/Tools/demo/
Dsortvisu.py514 def __init__(self, master, demo): argument