Home
last modified time | relevance | path

Searched refs:demo (Results 1 – 25 of 153) sorted by relevance

1234567

/external/vulkan-validation-layers/demos/
Dtri.c86 demo->fp##entrypoint = \
88 if (demo->fp##entrypoint == NULL) { \
96 demo->fp##entrypoint = \
98 if (demo->fp##entrypoint == NULL) { \
157 struct demo { struct
261 static void demo_resize(struct demo *demo); argument
263 static bool memory_type_from_properties(struct demo *demo, uint32_t typeBits, in memory_type_from_properties() argument
270 if ((demo->memory_properties.memoryTypes[i].propertyFlags & in memory_type_from_properties()
282 static void demo_flush_init_cmd(struct demo *demo) { in demo_flush_init_cmd() argument
285 if (demo->setup_cmd == VK_NULL_HANDLE) in demo_flush_init_cmd()
[all …]
Dcube.c80 demo->fp##entrypoint = \
82 if (demo->fp##entrypoint == NULL) { \
94 demo->inst, "vkGetDeviceProcAddr"); \
95 demo->fp##entrypoint = \
97 if (demo->fp##entrypoint == NULL) { \
326 struct demo { struct
435 static void demo_resize(struct demo *demo); argument
437 static bool memory_type_from_properties(struct demo *demo, uint32_t typeBits, in memory_type_from_properties() argument
444 if ((demo->memory_properties.memoryTypes[i].propertyFlags & in memory_type_from_properties()
456 static void demo_flush_init_cmd(struct demo *demo) { in demo_flush_init_cmd() argument
[all …]
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/
Ddemonstrate_parser_differences.py79 demo = Demonstration(markup.decode("utf8").strip().replace("\\n", "\n")) variable
80 is_uniform = demo.run_against(*parsers)
82 uniform_results.append(demo)
84 different_results.append(demo)
88 for demo in uniform_results:
89 demo.dump()
93 for demo in different_results:
94 demo.dump()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java7 package com.ibm.icu.dev.demo;
23 import com.ibm.icu.dev.demo.impl.DemoApplet;
24 import com.ibm.icu.dev.demo.impl.DemoUtility;
84 String demo = demoList[i]; in init() local
85 Button b = new Button(demo); in init()
118 void showStatus(String demo, String status) { in showStatus() argument
119 showStatus(demo+": "+status); in showStatus()
128 void showFailure(String demo, String status) { in showFailure() argument
129 showFailure(demo+": "+status); in showFailure()
138 String demo = demoBase+'.'+demoShort; in actionPerformed() local
[all …]
/external/clang/www/demo/
Dwhat is this directory.txt1 This is for the LLVM+Clang browser based demo.
2 It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed …
7 Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been m…
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarApp.java8 package com.ibm.icu.dev.demo.calendar;
12 import com.ibm.icu.dev.demo.impl.DemoApplet;
/external/icu/icu4j/demos/
Dmanifest.stub2 Main-Class: com.ibm.icu.dev.demo.Launcher
5 Name: com/ibm/icu/dev/demo
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/
DREADME.md43 content: url(demo/image-400px.jpg);
47 content: url(demo/image-1000px.jpg);
51 content: url(demo/image-full.jpg);
65 …her elements that can't contain other elements. Wrapping with a `div` works fine though (See demo).
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemoApplet.java7 package com.ibm.icu.dev.demo.translit;
16 import com.ibm.icu.dev.demo.impl.AppletFrame;
DTransliteratingTextComponent.java7 package com.ibm.icu.dev.demo.translit;
11 import com.ibm.icu.dev.demo.impl.DumbTextComponent;
/external/autotest/client/site_tests/graphics_SanAngeles/src/
DMakefile17 SRCS = demo.c app-linux.c importvbo.c
29 SRCS = demo.c app-linux.c importgl.c matrixop.c shader.c
DREADME.txt62 The demo application is briefly tested with a few other OpenGL ES
64 Axim X50v). Most of these other implementations rendered the demo
65 erroneously in some aspect. This may indicate that the demo source
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTParser.g30 // simle demo parser. We do the import to show where imported grammars should be
51 // This is just a simple parser for demo purpose
/external/libxml2/result/relaxng/
Ddemo_err1 ./test/relaxng/demo.rng validates
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DPerson.java17 package com.google.inject.grapher.demo;
DFluxCapacitor.java17 package com.google.inject.grapher.demo;
DDanceParty.java17 package com.google.inject.grapher.demo;
DMartyMcFly.java17 package com.google.inject.grapher.demo;
DPlutonium.java17 package com.google.inject.grapher.demo;
DDancePartyFactory.java17 package com.google.inject.grapher.demo;
DEnergySource.java17 package com.google.inject.grapher.demo;
DDocBrown.java17 package com.google.inject.grapher.demo;
DPinballParts.java17 package com.google.inject.grapher.demo;
/external/vulkan-validation-layers/demos/smoke/
DREADME.md1 This demo demonstrates multi-thread command buffer recording.
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
D.coveragerc3 */demo/*

1234567