Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 2785) sorted by relevance

12345678910>>...112

/third_party/weex-loader/test/spec/
Do.we16 {name: 'hello', title: 'Hello World'},
17 {name: 'syntax/index', title: 'More Syntax'},
18 {name: 'style/index', title: 'Common Style'},
19 {name: 'animation', title: 'Animation'},
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'},
26 {name: 'component/list/list-basic', title: 'List (Basic)'},
27 {name: 'component/list/list-demo', title: 'List (Advanced)'},
[all …]
/third_party/parse5/test/data/parser-feedback/
Dtests5.test197 "description": "<title> <!-- </title> --> </title>x",
198 "input": "<title> <!-- </title> --> </title>x",
202 "title",
211 "title"
219 "title"
329 "description": "<title>&amp;</title>",
330 "input": "<title>&amp;</title>",
334 "title",
343 "title"
348 "description": "<title><!--&amp;--></title>",
[all …]
/third_party/python/Lib/tkinter/
Dmessagebox.py71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
74 if title: options["title"] = title
86 def showinfo(title=None, message=None, **options): argument
88 return _show(title, message, INFO, OK, **options)
91 def showwarning(title=None, message=None, **options): argument
93 return _show(title, message, WARNING, OK, **options)
96 def showerror(title=None, message=None, **options): argument
98 return _show(title, message, ERROR, OK, **options)
101 def askquestion(title=None, message=None, **options): argument
103 return _show(title, message, QUESTION, YESNO, **options)
[all …]
/third_party/libxml2/result/
Dslashdot.rdf.rde8 2 1 title 0 0
10 2 15 title 0 0
30 2 1 title 0 0
32 2 15 title 0 0
52 2 1 title 0 0
54 2 15 title 0 0
69 2 1 title 0 0
71 2 15 title 0 0
86 2 1 title 0 0
88 2 15 title 0 0
[all …]
Dslashdot.rdf.rdr8 2 1 title 0 0
10 2 15 title 0 0
30 2 1 title 0 0
32 2 15 title 0 0
52 2 1 title 0 0
54 2 15 title 0 0
69 2 1 title 0 0
71 2 15 title 0 0
86 2 1 title 0 0
88 2 15 title 0 0
[all …]
Dslashdot.rdf.sax10 SAX.startElement(title)
12 SAX.endElement(title)
32 SAX.startElement(title)
34 SAX.endElement(title)
54 SAX.startElement(title)
56 SAX.endElement(title)
71 SAX.startElement(title)
73 SAX.endElement(title)
88 SAX.startElement(title)
90 SAX.endElement(title)
[all …]
Dslashdot16.xml.rde7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot16.xml.rdr7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot.xml.rde7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
Dslashdot.xml.rdr7 2 1 title 0 0
9 2 15 title 0 0
58 2 1 title 0 0
60 2 15 title 0 0
109 2 1 title 0 0
111 2 15 title 0 0
160 2 1 title 0 0
162 2 15 title 0 0
211 2 1 title 0 0
213 2 15 title 0 0
[all …]
/third_party/typescript/src/testRunner/parallel/
Dworker.ts75 _createHook(title: string, fn?: Mocha.Func | Mocha.AsyncFunc) {
76 const hook = super._createHook(title, fn);
101 …context.before = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc)…
102 …context.after = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) …
103 …ntext.beforeEach = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFun…
104 …context.afterEach = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFu…
105 …context.describe = context.context = ((title: string, fn: (this: Mocha.Suite) => void) => addSuite…
106 …ext.describe.skip = context.xdescribe = context.xcontext = (title: string) => addSuite(title, /*fn…
107 … context.describe.only = (title: string, fn?: (this: Mocha.Suite) => void) => addSuite(title, fn);
108 …xt.it = context.specify = ((title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.…
[all …]
/third_party/node/test/parallel/
Dtest-setproctitle.js21 let title = String(process.pid); variable
23 assert.notStrictEqual(process.title, title);
24 process.title = title;
25 assert.strictEqual(process.title, title);
34 `ps -o pid,args | grep '${process.pid} ${title}' | grep -v grep` :
42 title += ` (${path.basename(process.execPath)})`;
45 assert.strictEqual(stdout.replace(/\s+$/, '').endsWith(title), true);
/third_party/typescript/tests/baselines/reference/
DcontrolFlowCaching.types108 taTitleFont = o.titleFont || (ta.title && ta.title.font),
110 >o.titleFont || (ta.title && ta.title.font) : any
114 >(ta.title && ta.title.font) : any
115 >ta.title && ta.title.font : any
116 >ta.title : any
118 >title : any
119 >ta.title.font : any
120 >ta.title : any
122 >title : any
155 taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black",
[all …]
DcallbackTag1.types21 var noreturn = obj => void obj.title
23 >obj => void obj.title : (obj: { e: number; m: number; title: string; }) => any
24 >obj : { e: number; m: number; title: string; }
25 >void obj.title : undefined
26 >obj.title : string
27 >obj : { e: number; m: number; title: string; }
28 >title : string
32 * @param {{ e: number, m: number, title: string }} s - Knee deep, shores, etc
/third_party/flutter/flutter/packages/flutter/test/material/
Dstepper_test.dart22 title: Text('Step 1'),
29 title: Text('Step 2'),
52 title: Text('Step 1'),
59 title: Text('Step 2'),
83 title: Text('Step 1'),
90 title: Text('Step 2'),
120 title: Text('Step 1'),
145 title: Text('Step 1'),
149 title: Text('Step 2'),
169 title: Text('Step 1'),
[all …]
/third_party/flutter/flutter/examples/catalog/test/
Dexpansion_tile_sample_test.dart17 expect(find.text(chapter.title), findsOneWidget);
19 expect(find.text(section.title), findsNothing);
21 expect(find.text(item.title), findsNothing);
30 Future<void> tapEntry(String title) async {
31 await tester.tap(find.text(title));
38 await tapEntry(chapter.title);
41 expect(find.text(chapter.title), findsOneWidget);
43 expect(find.text(section.title), findsOneWidget);
46 expect(find.text(item.title), findsNothing);
58 await tapEntry(section.title);
[all …]
/third_party/mbedtls/programs/test/
Dbenchmark.c551 char title[TITLE_LEN]; in main() local
723 mbedtls_snprintf( title, sizeof( title ), "AES-CBC-%d", keysize ); in main()
729 TIME_AND_TSC( title, in main()
744 mbedtls_snprintf( title, sizeof( title ), "AES-XTS-%d", keysize ); in main()
750 TIME_AND_TSC( title, in main()
767 mbedtls_snprintf( title, sizeof( title ), "AES-GCM-%d", keysize ); in main()
773 TIME_AND_TSC( title, in main()
790 mbedtls_snprintf( title, sizeof( title ), "AES-CCM-%d", keysize ); in main()
796 TIME_AND_TSC( title, in main()
813 mbedtls_snprintf( title, sizeof( title ), "ChaCha20-Poly1305" ); in main()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Ddemos.dart65 @required this.title,
72 }) : assert(title != null),
77 final String title;
87 return '$runtimeType($title $routeName)';
95 title: 'Shrine',
103 title: 'Fortnightly',
111 title: 'Contact profile',
119 title: 'Animation',
127 title: '2D Transformations',
137 title: 'Colors',
[all …]
/third_party/ltp/
Dltpmenu84 --title " $1 " \
106 --title "Compiling LTP testsuite"\
172 --title "LTP Test Results" \
180 --title "LTP Test Results" \
184 --title "LTP Test Results." \
203 --title "LTP Test Results" \
221 --title "Output Direction" --clear\
227 --title "Output Direction" --clear\
238 --title "Test Duration" --clear\
245 --title "Test Duration - Interval Selection" --clear\
[all …]
/third_party/libxml2/result/XPath/tests/
Dchaptersprefol27 2 ELEMENT title
32 4 ELEMENT title
43 9 ELEMENT title
54 2 ELEMENT title
60 5 ELEMENT title
68 2 ELEMENT title
69 3 ELEMENT title
81 3 ELEMENT title
87 6 ELEMENT title
93 9 ELEMENT title
[all …]
/third_party/python/Lib/distutils/command/
Dbdist_msi.py35 def title(self, title): member in PyDialog
40 r"{\VerdanaBold10}%s" % title)
42 def back(self, title, next, name = "Back", active = 1): argument
51 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
53 def cancel(self, title, next, name = "Cancel", active = 1): argument
62 return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next)
64 def next(self, title, next, name = "Next", active = 1): argument
73 return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next)
75 def xbutton(self, name, title, next, xpos): argument
81 return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next)
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dsections.dart18 this.title,
23 final String title;
31 this.title,
38 final String title;
50 return title == otherSection.title;
54 int get hashCode => title.hashCode;
64 title: 'Flutter enables interactive animation',
76 title: 'Flutter enables interactive animation',
88 title: 'Flutter enables interactive animation',
100 title: 'Flutter enables interactive animation',
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dtabs_demo.dart23 const _CardData({ this.title, this.imageAsset, this.imageAssetPackage });
24 final String title;
32 title: 'Flatwear',
37 title: 'Pine Table',
42 title: 'Blue Cup',
47 title: 'Tea Set',
52 title: 'Desk Set',
57 title: 'Blue Linen Napkins',
62 title: 'Planters',
67 title: 'Kitchen Quattro',
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
49 #define wpa_trace_dump(title, ptr) do { } while (0) argument
51 #define wpa_trace_show(title) do { } while (0) argument
61 void wpa_trace_dump_funcname(const char *title, void *pc);
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
49 #define wpa_trace_dump(title, ptr) do { } while (0) argument
51 #define wpa_trace_show(title) do { } while (0) argument
61 void wpa_trace_dump_funcname(const char *title, void *pc);
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument

12345678910>>...112