/external/vulkan-validation-layers/demos/ |
D | cube.c | 76 if (!demo->suppress_popups) \ 99 demo->fp##entrypoint = \ 101 if (demo->fp##entrypoint == NULL) { \ 113 demo->inst, "vkGetDeviceProcAddr"); \ 114 demo->fp##entrypoint = \ 116 if (demo->fp##entrypoint == NULL) { \ 287 struct demo { struct 457 struct demo *demo = (struct demo*) pUserData; in dbgFunc() local 458 if (!demo->suppress_popups) in dbgFunc() 500 static void demo_resize(struct demo *demo); [all …]
|
D | cube.cpp | 2713 Demo demo; variable 2722 demo.run(); in WndProc() 2725 ((MINMAXINFO *)lParam)->ptMinTrackSize = demo.minsize; in WndProc() 2732 demo.width = lParam & 0xffff; in WndProc() 2733 demo.height = (lParam & 0xffff0000) >> 16; in WndProc() 2734 demo.resize(); in WndProc() 2783 demo.init(argc, argv); in WinMain() 2795 demo.connection = hInstance; in WinMain() 2796 strncpy(demo.name, "cube", APP_NAME_STR_LEN); in WinMain() 2797 demo.create_window(); in WinMain() [all …]
|
/external/ImageMagick/scripts/ |
D | Makefile.am | 34 Magick++/demo/analyze.sh \ 35 Magick++/demo/button.sh \ 36 Magick++/demo/demo.sh \ 37 Magick++/demo/flip.sh \ 38 Magick++/demo/gravity.sh \ 39 Magick++/demo/piddle.sh \ 40 Magick++/demo/shapes.sh \ 41 Magick++/demo/zoom_bessel.sh \ 42 Magick++/demo/zoom_blackman.sh \ 43 Magick++/demo/zoom_box.sh \ [all …]
|
/external/ImageMagick/Magick++/ |
D | Makefile.am | 45 Magick++/demo/demos.tap 58 Magick++/demo/model.miff \ 59 Magick++/demo/smile.miff \ 60 Magick++/demo/smile_anim.miff \ 61 Magick++/demo/tile.miff \ 67 Magick++/demo/*_out* \ 68 Magick++/demo/ir.out \ 157 Magick++/demo/analyze \ 158 Magick++/demo/button \ 159 Magick++/demo/demo \ [all …]
|
/external/ImageMagick/ |
D | .gitignore | 13 /Magick++/demo/*_out* 14 /Magick++/demo/analyze 15 /Magick++/demo/button 16 /Magick++/demo/demo 17 /Magick++/demo/detrans 18 /Magick++/demo/flip 19 /Magick++/demo/gravity 20 /Magick++/demo/piddle 21 /Magick++/demo/shapes 22 /Magick++/demo/zoom
|
/external/python/cpython2/Demo/embed/ |
D | Makefile | 32 all: demo loop importexc 33 demo: demo.o target 34 $(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo 44 test: demo 45 ./demo 55 -rm -f *~ @* '#'* demo loop importexc
|
/external/python/cpython2/Demo/turtle/ |
D | demohelp.txt | 11 (1) How to use the demo viewer 12 (2) How to add your own demos to the demo repository 15 (1) How to use the demo viewer. 21 - Press START button to start the demo. 30 Press START button to start the demo. 33 as in an ordinary demo script. 47 between events concerning the demo script and those concerning the 48 demo-viewer. (They run in the same process.) Strange behaviour may be 54 (2) How to add your own demos to the demo repository 55 IMPORTANT! When imported, the demo should not modify the system [all …]
|
D | tdemo_penrose.py | 154 def demo(fun=sun): function 168 demo(sun) 170 demo(star)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
D | Launcher.java | 9 package com.ibm.icu.dev.demo; 25 import com.ibm.icu.dev.demo.impl.DemoApplet; 26 import com.ibm.icu.dev.demo.impl.DemoUtility; 86 String demo = demoList[i]; in init() local 87 Button b = new Button(demo); in init() 120 void showStatus(String demo, String status) { in showStatus() argument 121 showStatus(demo+": "+status); in showStatus() 130 void showFailure(String demo, String status) { in showFailure() argument 131 showFailure(demo+": "+status); in showFailure() 140 String demo = demoBase+'.'+demoShort; in actionPerformed() local [all …]
|
/external/python/cpython2/Doc/extending/ |
D | building.rst | 33 module1 = Extension('demo', 34 sources = ['demo.c']) 38 description = 'This is a demo package', 42 With this :file:`setup.py`, and a file :file:`demo.c`, running :: 46 will compile :file:`demo.c`, and produce an extension module named ``demo`` in 49 :file:`demo.so` or :file:`demo.pyd`. 64 defines an extension named ``demo`` which is build by compiling a single source 65 file, :file:`demo.c`. 75 module1 = Extension('demo', 81 sources = ['demo.c']) [all …]
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 104 global demo 108 demo.statusbar = Tix.Label(w, relief=Tix.SUNKEN, bd=1) 109 demo.statusbar.form(padx=3, pady=3, left=0, right='%70') 120 demo.balloon = Tix.Balloon(root) 127 demo.balloon['statusbar'] = demo.statusbar 176 global demo 178 demo = Demo(root) 180 demo.build() 181 demo.loop() 182 demo.destroy() [all …]
|
/external/ImageMagick/Magick++/demo/ |
D | demos.tap | 9 subdir=Magick++/demo 20 for demo in button demo flip gravity piddle shapes 22 ./${demo} && echo "ok" || echo "not ok"
|
/external/vixl/examples/aarch32/ |
D | getting-started.cc | 45 Label demo; in main() local 48 masm.Bind(&demo); in main() 61 memory.GetEntryPoint<uint32_t (*)(uint32_t)>(demo); in main()
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 4 demo/annotate.pl 5 demo/button.pl 6 demo/compose-specials.pl 7 demo/composite.pl 8 demo/demo.pl 9 demo/dst.png 10 demo/Generic.ttf 11 demo/lsys.pl 12 demo/Makefile 13 demo/model.gif [all …]
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | canvasevents.py | 181 def __init__(self, demo): argument 182 self.demo = demo 183 MovingPile.__init__(self, self.demo.canvas, self.x, self.y, self.tag) 194 return self.demo.p2 213 return self.demo.p1 239 demo = Demo(root)
|
/external/clang/www/demo/ |
D | what is this directory.txt | 1 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/ |
D | CalendarApp.java | 10 package com.ibm.icu.dev.demo.calendar; 14 import com.ibm.icu.dev.demo.impl.DemoApplet;
|
/external/icu/icu4j/demos/ |
D | manifest.stub | 2 Main-Class: com.ibm.icu.dev.demo.Launcher 5 Name: com/ibm/icu/dev/demo
|
/external/ImageMagick/PerlMagick/demo/ |
D | Makefile | 2 perl demo.pl 16 /bin/rm -f demo.jpg button.gif model.png shadow.gif tree.gif \
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | Makefile | 17 SRCS = demo.c app-linux.c importvbo.c 29 SRCS = demo.c app-linux.c importgl.c matrixop.c shader.c
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | DemoApplet.java | 9 package com.ibm.icu.dev.demo.translit; 18 import com.ibm.icu.dev.demo.impl.AppletFrame;
|
/external/lmfit/ |
D | configure.ac | 32 AC_CONFIG_SRCDIR([lib/lmmin.c], [demo/curve1.c]) 35 AC_CONFIG_FILES([Makefile lib/Makefile test/Makefile man/Makefile demo/Makefile lmfit.pc])
|
/external/swiftshader/third_party/subzero/bloat/ |
D | README.chromium | 34 webtreemap.{js,css} are used with no modifications. demo/demo.html
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
D | TParser.g | 30 // 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/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/ |
D | ChameleonMan.txt | 5 This demo shows a matrix skinned character in combination with bump mapping. 8 The ChameleonMan demo shows a Matrix Skinned Character in combination with bump mapping.
|