Home
last modified time | relevance | path

Searched refs:demo (Results 26 - 50 of 60) sorted by relevance

123

/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3787.js16 var obj = {demo: "3"};
22 assert(str === '{"demo":"3"}');
/third_party/python/Tools/demo/
H A Dsortvisu.py63 self.reset("Sort demo, size %d" % self.size)
482 # Sort demo class -- usable as a Grail applet
514 def __init__(self, master, demo):
515 self.demo = demo
520 self.demo.resize(value)
630 demo = SortDemo(root)
631 root.protocol('WM_DELETE_WINDOW', demo.c_quit)
H A Dredemo.py166 demo = ReDemo(root)
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/
H A DLibPhoneNumberRenderer.java19 package com.google.phonenumbers.demo.render;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat11 REM For best results, run the demo as an applet inside of Netscape
H A DInfoDialog.java9 package com.ibm.icu.dev.demo.translit;
H A DIntDiffer.java10 package com.ibm.icu.dev.demo.translit;
/third_party/mbedtls/programs/
H A Ddemo_common.sh1 ## Common shell functions used by demo scripts programs/*/*.sh.
3 ## How to write a demo script
6 ## Include this file near the top of each demo script:
22 # The code supports demo scripts nested up to 4 levels deep.
23 # The code works no matter where the demo script is relative to the current
102 $0: this demo requires the following
125 ## meant to be called directly from a demo script.
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/helper/
H A DWebHelper.java19 package com.google.phonenumbers.demo.helper;
/third_party/qrcodegen/c/
H A DMakefile56 MAINS = qrcodegen-demo qrcodegen-test
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java10 package com.ibm.icu.dev.demo.holiday;
39 import com.ibm.icu.dev.demo.impl.DemoApplet;
40 import com.ibm.icu.dev.demo.impl.DemoTextBox;
41 import com.ibm.icu.dev.demo.impl.DemoUtility;
66 /* This creates a CalendarFrame for the demo applet. */
133 // Get G7 locales only for demo purpose. To get all the locales in init()
185 // Label for the demo's title in buildGUI()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java10 package com.ibm.icu.dev.demo.calendar;
37 import com.ibm.icu.dev.demo.impl.DemoApplet;
38 import com.ibm.icu.dev.demo.impl.DemoUtility;
68 * This creates a CalendarCalcFrame for the demo applet.
H A DCalendarFrame.java10 package com.ibm.icu.dev.demo.calendar;
38 import com.ibm.icu.dev.demo.impl.DemoApplet;
39 import com.ibm.icu.dev.demo.impl.DemoUtility;
H A DCalendarPanel.java10 package com.ibm.icu.dev.demo.calendar;
21 import com.ibm.icu.dev.demo.impl.DemoUtility;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java9 package com.ibm.icu.dev.demo.impl;
H A DDemoApplet.java10 package com.ibm.icu.dev.demo.impl;
30 //Create a button that will display the demo
H A DDemoTextBox.java9 package com.ibm.icu.dev.demo.impl;
H A DDemoUtility.java9 package com.ibm.icu.dev.demo.impl;
H A DSelection.java9 package com.ibm.icu.dev.demo.impl;
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfSampleRuleSets.java9 package com.ibm.icu.dev.demo.rbnf;
1619 * A list of all the sample rule sets, used by the demo program.
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java11 package com.ibm.icu.dev.demo.charsetdet;
41 import com.ibm.icu.dev.demo.impl.DemoApplet;
/third_party/python/Lib/
H A Dfilecmp.py300 def demo(): function
313 demo()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
H A DCurrencyDemo.java13 package com.ibm.icu.dev.demo.number;
/third_party/python/Lib/turtledemo/
H A D__main__.py10 (1) How to use the demo viewer
11 (2) How to add your own demos to the demo repository
14 (1) How to use the demo viewer.
20 The demo viewer windows can be resized. The divider between text
26 Press START button to start the demo.
33 Press START button to start the demo.
36 as in an ordinary demo script.
50 between events concerning the demo script and those concerning the
51 demo-viewer. (They run in the same process.) Strange behaviour may be
57 (2) How to add your own demos to the demo repositor
[all...]
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_loader.py158 self.assertEqual(ex.demo('abcd'), 'abcd')
159 self.assertEqual(ex.demo(), None)

Completed in 14 milliseconds

123