/third_party/flutter/glfw/tests/ |
D | vulkan.c | 73 demo->fp##entrypoint = \ 75 if (demo->fp##entrypoint == NULL) { \ 83 demo->fp##entrypoint = \ 85 if (demo->fp##entrypoint == NULL) { \ 286 struct demo { struct 379 static void demo_resize(struct demo *demo); argument 381 static bool memory_type_from_properties(struct demo *demo, uint32_t typeBits, in memory_type_from_properties() argument 390 if ((demo->memory_properties.memoryTypes[i].propertyFlags & in memory_type_from_properties() 402 static void demo_flush_init_cmd(struct demo *demo) { in demo_flush_init_cmd() argument 405 if (demo->setup_cmd == VK_NULL_HANDLE) in demo_flush_init_cmd() [all …]
|
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/demo/ |
D | updates-with-circular-reference.js | 161 …eferences may not form a circular graph. Cycle detected: /user/username/projects/demo/tsconfig.json 162 /user/username/projects/demo/core/tsconfig.json 163 /user/username/projects/demo/zoo/tsconfig.json 164 /user/username/projects/demo/animals/tsconfig.json 171 /user/username/projects/demo/animals/tsconfig.json: 173 /user/username/projects/demo/tsconfig-base.json: 175 /user/username/projects/demo/animals/animal.ts: 177 /user/username/projects/demo/animals/dog.ts: 179 /user/username/projects/demo/animals/index.ts: 181 /user/username/projects/demo/zoo/tsconfig.json: [all …]
|
D | updates-with-bad-reference.js | 214 …of project '/user/username/projects/demo/animals/tsconfig.json' because its dependency '/user/user… 229 /user/username/projects/demo/animals/animal.ts 230 /user/username/projects/demo/animals/dog.ts 231 /user/username/projects/demo/animals/index.ts 232 /user/username/projects/demo/core/utilities.ts 236 /user/username/projects/demo/animals/animal.ts 237 /user/username/projects/demo/animals/dog.ts 238 /user/username/projects/demo/animals/index.ts 239 /user/username/projects/demo/core/utilities.ts 242 /user/username/projects/demo/core/tsconfig.json: [all …]
|
/third_party/weex-loader/test/spec/ |
D | o.we | 22 {name: 'component/text-demo', title: 'Text'}, 23 {name: 'component/image-demo', title: 'Image'}, 24 {name: 'component/input-demo', title: 'Input'}, 25 {name: 'component/scroller-demo', title: 'Scroller'}, 27 {name: 'component/list/list-demo', title: 'List (Advanced)'}, 29 {name: 'component/a-demo', title: 'A'}, 30 {name: 'component/video-demo', title: 'Video'}, 31 {name: 'component/countdown-demo', title: 'Countdown'}, 32 {name: 'component/marquee-demo', title: 'Marquee'}, 33 {name: 'component/web-demo', title: 'Web'}, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | aliasDoesNotDuplicateSignatures.symbols | 1 === tests/cases/compiler/demo.d.ts === 3 >demoNS : Symbol(demoNS, Decl(demo.d.ts, 0, 0)) 6 >f : Symbol(f, Decl(demo.d.ts, 0, 26)) 9 >'demoModule' : Symbol("demoModule", Decl(demo.d.ts, 2, 1)) 12 >alias : Symbol(alias, Decl(demo.d.ts, 3, 29)) 13 >demoNS : Symbol(alias, Decl(demo.d.ts, 0, 0)) 16 >alias : Symbol(alias, Decl(demo.d.ts, 3, 29)) 25 >demoNS.f : Symbol(f, Decl(demo.d.ts, 0, 26)) 26 >demoNS : Symbol(demoNS, Decl(demo.d.ts, 0, 0)) 27 >f : Symbol(f, Decl(demo.d.ts, 0, 26))
|
D | jsdocImportTypeReferenceToESModule.symbols | 7 function demo(a) { 8 >demo : Symbol(demo, Decl(test.js, 0, 0))
|
D | jsdocImportTypeReferenceToCommonjsModule.symbols | 13 function demo(a) { 14 >demo : Symbol(demo, Decl(test.js, 0, 0))
|
/third_party/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 …]
|
/third_party/mindspore/mindspore/lite/examples/quick_start_c/ |
D | Readme.md | 35 ## demo使用方法 37 脚本运行成功之后,编译得到的`demo`可执行程序会存放在`build`目录下。 38 `demo`接收一个参数,该参数为`.ms`模型文件的路径。 40 首先使用hdc_std(或hdc)工具将`demo`和模型文件推送到开发板的`/data`目录中,并修改`demo`的权限为可执行,然后在开发板中运行如下命令 44 chmod 755 ./demo 45 ./demo ./mobilenetv2.ms
|
/third_party/libphonenumber/ |
D | run-java-demo.md | 1 # How to run the Java demo 5 This document explains how to build and run the demo of the Java version of 7 App Engine. By following the instructions here, you can build a demo running 21 ### Check out the demo code 30 the `java` directory. Alternatively, update `java/demo/build.xml` to point to 36 `demo/war/WEB-INF/lib/`. 46 cp build/jar/* demo/war/WEB-INF/lib 49 ### Run the demo code 54 cd demo 73 ## Uploading your own demo App Engine application [all …]
|
/third_party/boost/libs/python/doc/reference/ |
D | docstring_options.qbk | 81 BOOST_PYTHON_MODULE(demo) 90 >>> import demo 91 >>> print demo.foo.__doc__ 98 >>> import demo 99 >>> print demo.foo.__doc__ 115 BOOST_PYTHON_MODULE(demo) 135 >>> import demo 136 >>> print demo.foo1.__doc__ 140 >>> print demo.foo2.__doc__ 144 >>> print demo.foo3.__doc__ [all …]
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | module_host_with_custom_build_test.dart | 90 'demo', 92 'app-demo-debug.apk', 96 return TaskResult.failure('Failed to build app-demo-debug.apk'); 99 section('Verify snapshots in app-demo-debug.apk'); 139 'demo', 141 'app-demo-staging.apk', 145 return TaskResult.failure('Failed to build app-demo-staging.apk'); 148 section('Verify snapshots in app-demo-staging.apk'); 190 'demo', 192 'app-demo-release-unsigned.apk', [all …]
|
/third_party/python/Lib/test/ |
D | test_xxlimited.py | 43 self.assertEqual(xxo.demo("abc"), "abc") 52 self.assertEqual(xxo.demo("abc"), "abc") 53 self.assertEqual(xxo.demo(xxo), xxo) 54 self.assertEqual(xxo.demo(other), other) 55 self.assertEqual(xxo.demo(0), None) 68 self.assertEqual(xxo.demo("abc"), "abc") 69 self.assertEqual(xxo.demo(0), None)
|
/third_party/python/Doc/extending/ |
D | building.rst | 64 module1 = Extension('demo', 65 sources = ['demo.c']) 69 description = 'This is a demo package', 73 With this :file:`setup.py`, and a file :file:`demo.c`, running :: 77 will compile :file:`demo.c`, and produce an extension module named ``demo`` in 80 :file:`demo.so` or :file:`demo.pyd`. 96 defines an extension named ``demo`` which is build by compiling a single source 97 file, :file:`demo.c`. 107 module1 = Extension('demo', 113 sources = ['demo.c']) [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/test/ |
D | live_smoketest.dart | 25 const MethodChannel _kTestChannel = MethodChannel('io.flutter.demo.gallery/TestLifecycleListener'); 55 …final List<String> allDemoTitles = kAllGalleryDemos.map((GalleryDemo demo) => demo.title).toList(); 57 fail('Unrecognized demo titles in _kUnsynchronizedDemosTitles: $_kUnsynchronizedDemoTitles'); 59 fail('Unrecognized demo names in _kSkippedDemoTitles: $_kSkippedDemoTitles'); 67 for (GalleryDemo demo in kGalleryCategoryToDemos[category]) { 68 final Finder demoItem = find.text(demo.title); 69 print('Scrolling to "${demo.title}"...'); 71 if (_kSkippedDemoTitles.contains(demo.title)) 74 print('Tapping "${demo.title}"...'); 75 await controller.tap(demoItem); // Launch the demo [all …]
|
D | smoke_test.dart | 13 // This title is visible on the home and demo category pages. It's 57 Future<void> smokeDemo(WidgetTester tester, GalleryDemo demo) async { 60 // indicators demo). 62 await tester.tap(find.text(demo.title)); 63 await tester.pump(); // Launch the demo. 64 await tester.pump(const Duration(milliseconds: 400)); // Wait until the demo has opened. 67 // Leave the demo on the screen briefly for manual testing. 70 // Scroll the demo around a bit. 79 final String routeName = demo.routeName; 84 // Scroll the demo around a bit more. [all …]
|
/third_party/libphonenumber/javascript/ |
D | README.md | 44 4. Run the demo: `javascript/i18n/phonenumbers/demo.html` 54 2. Compile the demo.js and all its dependencies to one file: `demo-compiled.js`: 55 `ant -f javascript/build.xml compile-demo` 57 3. Run the compiled demo: `javascript/i18n/phonenumbers/demo-compiled.html` 62 …demo.js` as an example. You will need to goog.exportSymbol all the methods you use in your html so… 86 …ur changes syntax and type checked. This will also generate `demo-compiled.js` used by `demo-compi…
|
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/ |
D | meson.build | 1 executable('demo-audiotest', 'demo-audiotest.c', 7 executable('demo-osssrc', 'demo-osssrc.c',
|
/third_party/openh264/codec/build/iOS/dec/demo/demo.xcodeproj/ |
D | project.pbxproj | 64 …61810EFA5000C888E /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application… 68 …F0E663511810EFA5000C888E /* demo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text… 124 F0E6634F1810EFA5000C888E /* demo */, 133 F0E663461810EFA5000C888E /* demo.app */, 150 F0E6634F1810EFA5000C888E /* demo */ = { 164 path = demo; 170 F0E663511810EFA5000C888E /* demo-Info.plist */, 212 F0E663451810EFA5000C888E /* demo */ = { 214 …igurationList = F0E6636C1810EFA5000C888E /* Build configuration list for PBXNativeTarget "demo" */; 226 name = demo; [all …]
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | material_arc.dart | 399 typedef _DemoBuilder = Widget Function(_ArcDemo demo); 426 _ArcDemo('POINT', (_ArcDemo demo) { 428 key: demo.key, 429 controller: demo.controller, 432 _ArcDemo('RECTANGLE', (_ArcDemo demo) { 434 key: demo.key, 435 controller: demo.controller, 441 Future<void> _play(_ArcDemo demo) async { 442 await demo.controller.forward(); 443 if (demo.key.currentState != null && demo.key.currentState.mounted) [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/ |
D | home.dart | 18 import 'package:flutter_gallery/demo/shrine/backdrop.dart'; 19 import 'package:flutter_gallery/demo/shrine/expanding_bottom_sheet.dart'; 20 import 'package:flutter_gallery/demo/shrine/model/app_state_model.dart'; 21 import 'package:flutter_gallery/demo/shrine/model/product.dart'; 22 import 'package:flutter_gallery/demo/shrine/supplemental/asymmetric_view.dart';
|
D | app.dart | 17 import 'package:flutter_gallery/demo/shrine/backdrop.dart'; 18 import 'package:flutter_gallery/demo/shrine/category_menu_page.dart'; 19 import 'package:flutter_gallery/demo/shrine/colors.dart'; 20 import 'package:flutter_gallery/demo/shrine/expanding_bottom_sheet.dart'; 21 import 'package:flutter_gallery/demo/shrine/home.dart'; 22 import 'package:flutter_gallery/demo/shrine/login.dart'; 23 import 'package:flutter_gallery/demo/shrine/supplemental/cut_corners_border.dart';
|
/third_party/flutter/flutter/examples/flutter_gallery/test_driver/ |
D | transitions_perf_test.dart | 130 /// Scrolls each demo menu item into view, launches it, then returns to the 136 for (String demo in demos) { 137 if (kSkippedDemos.contains(demo)) 140 final String demoName = demo.substring(0, demo.indexOf('@')); 141 final String demoCategory = demo.substring(demo.indexOf('@') + 1); 142 print('> $demo'); 162 await driver.tap(demoItem); // Launch the demo 164 if (kUnsynchronizedDemos.contains(demo)) { 197 throw 'no demo names found'; 219 // 'Start Transition' event when a demo is launched (see GalleryItem).
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | new-target.js | 20 function demo () { function 25 assert (demo () === undefined); 26 assert ((new demo ()) === demo);
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | home.dart | 168 const _DemoItem({ Key key, this.demo }) : super(key: key); 170 final GalleryDemo demo; 173 if (demo.routeName != null) { 176 'to': demo.routeName, 178 Navigator.pushNamed(context, demo.routeName); 190 demo.title, 196 if (demo.subtitle != null) { 199 demo.subtitle, 223 demo.icon, 264 children: kGalleryCategoryToDemos[category].map<Widget>((GalleryDemo demo) { [all …]
|