Home
last modified time | relevance | path

Searched refs:Demo (Results 1 – 25 of 59) sorted by relevance

123

/third_party/python/Doc/library/
Dtkinter.tix.rst99 .. Python Demo of:
109 .. Python Demo of:
121 .. Python Demo of:
134 .. Python Demo of:
145 .. Python Demo of:
157 .. Python Demo of:
168 .. Python Demo of:
178 .. Python Demo of:
190 .. Python Demo of:
201 .. Python Demo of:
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/read-only_properties_and_index_signatures/
Dread-only_properties_and_index_signatures.ts26 interface Demo { interface
32 let d3: Demo = d2;
41 class Demo2 implements Demo {
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/optional_class_properties/
Doptional_class_properties.ts24 class Demo { class
36 let c = new Demo();
/third_party/rust/crates/syn/examples/heapsize/example/src/
Dmain.rs4 struct Demo<'a, T: ?Sized> { struct
12 let demo = Demo { in main() argument
/third_party/icu/icu4j/demos/
Dmanifest.stub6 Specification-Title: ICU for Java Demo
9 Implementation-Title: ICU for Java Demo
/third_party/rust/crates/cxx/book/src/
Dextern-c++.md192 C++ type `example::Demo`. If both were written just containing `type Demo;`,
194 `Demo` and thus the compiler wouldn't allow us to take the `Demo` returned by
195 `file1::ffi::create_demo` and pass it as the `Demo` argument accepted by
196 `file2::ffi::take_ref_demo`. Instead, one of the two `Demo`s has been defined as
204 type Demo;
206 fn create_demo() -> UniquePtr<Demo>;
216 type Demo = crate::file1::ffi::Demo;
218 fn take_ref_demo(demo: &Demo);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemoApplet.java35 Demo frame = null;
48 frame = new Demo(600, 200); in init()
Ddemo.bat17 javaw Demo
DDemo.java67 public class Demo extends Frame { class
98 Frame f = new Demo(600, 200); in main()
109 public Demo(int width, int height) { in Demo() method in Demo
422 Demo frame;
425 FileListener(Demo frame, int choice) { in FileListener()
/third_party/openssl/test/certs/
Droot-ed25519.pem7 Issuer: CN = IETF Test Demo
11 Subject: CN = IETF Test Demo
Dee-ed25519.pem6 Issuer: CN = IETF Test Demo
10 Subject: CN = IETF Test Demo
/third_party/rust/crates/syn/examples/heapsize/
DREADME.md22 struct Demo<'a, T: ?Sized> {
33 impl<'a, T: ?Sized + heapsize::HeapSize> heapsize::HeapSize for Demo<'a, T> {
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/demo-hack-impl/
DCargo.toml6 description = "Demo of proc-macro-hack"
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/
DCargo.toml6 description = "Demo of proc-macro-hack"
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt51 - Debug: Stack Tool: Added "Stack Tool" available in "Demo->Tools->Stack Tool", "Metrics->Tools",
213 - Demo: Fixed requirement in 1.83 to link with imgui_demo.cpp if IMGUI_DISABLE_METRICS_WINDOW is no…
315 - Demo: Improved popups demo and comments.
504 - Demo: Added 'Examples->Fullscreen Window' demo using GetMainViewport() values. (#3789)
505 - Demo: 'Simple Overlay' demo now moves under main menu-bar (if any) using GetMainViewport()'s work…
555 Check out 'Demo->Tables' for many demos.
614 - Demo: Clarify usage of right-aligned items in Demo>Layout>Widgets Width.
686 with signed and unsigned types. Added reverse Sliders to Demo. (#3432, #3449) [@rokups]
715 - Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Con…
820 - Demo: Improved "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu.
[all …]
/third_party/libphonenumber/java/demo/war/
Dphonenumberparser.jsp7 <h2>Phone Number Parser Demo</h2>
/third_party/node/deps/openssl/openssl/apps/
Dopenssl.cnf336 [insta] # CMP using Insta Demo CA
344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
Dopenssl-vms.cnf336 [insta] # CMP using Insta Demo CA
344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
/third_party/openssl/apps/
Dopenssl-vms.cnf336 [insta] # CMP using Insta Demo CA
344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
Dopenssl.cnf336 [insta] # CMP using Insta Demo CA
344 recipient = "/C=FI/O=Insta Demo/CN=Insta Demo CA" # or set srvcert or issuer
/third_party/skia/third_party/externals/libwebp/
DREADME.webp_js33 Demo HTML page:
/third_party/weex-loader/deps/weex-styler/
DREADME.md82 ## Demo section in Weex `<style>` Transformer
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
DREADME.md81 ## Demo and Documentation
/third_party/libwebsockets/lib/misc/fts/
DREADME.md24 Demo minimal example|[minimal-examples/http-server/minimal-http-server-fulltext-search](https://lib…
25 Live Demo|[https://libwebsockets.org/ftsdemo/](https://libwebsockets.org/ftsdemo/)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm126 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos…

123