Home
last modified time | relevance | path

Searched refs:Title (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dapp_title_test.dart33 testWidgets('Specified title and color are used to build a Title', (WidgetTester tester) async {
35 expect(tester.widget<Title>(find.byType(Title)).title, kTitleString);
36 expect(tester.widget<Title>(find.byType(Title)).color, kTitleColor);
45 expect(tester.widget<Title>(find.byType(Title)).title, 'en_US');
46 expect(tester.widget<Title>(find.byType(Title)).color, kTitleColor);
50 expect(tester.widget<Title>(find.byType(Title)).title, 'en_GB');
51 expect(tester.widget<Title>(find.byType(Title)).color, kTitleColor);
56 expect(tester.widget<Title>(find.byType(Title)).title, 'en_US');
57 expect(tester.widget<Title>(find.byType(Title)).color, kTitleColor);
Dtitle_test.dart11 final Widget widget = Title(
20 final Title widget = Title(
30 expect(() => Title(
35 expect(() => Title(
42 expect(() => Title(
55 await tester.pumpWidget(Title(
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java51 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
193 public static final class Title extends CaseMap { class in CaseMap
194 private static final Title DEFAULT = new Title(0);
195 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
196 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
210 public Title wholeString() { in wholeString()
211 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
227 public Title sentences() { in sentences()
228 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
237 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCaseMap.java48 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
179 public static final class Title extends CaseMap { class in CaseMap
180 private static final Title DEFAULT = new Title(0);
181 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
182 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
195 public Title wholeString() { in wholeString()
196 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
211 public Title sentences() { in sentences()
212 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
220 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h114 void writeGraph(const std::string &Title = "") {
116 writeHeader(Title);
128 void writeHeader(const std::string &Title) { in writeHeader() argument
131 if (!Title.empty()) in writeHeader()
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
141 if (!Title.empty()) in writeHeader()
142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
330 const Twine &Title = "",
[all …]
/third_party/boost/tools/quickbook/test/
Dtable-1_3.quickbook16 [table [/ Comment?] Title
22 comment] Title
27 [table Title [/ ] containing a comment
36 Title
43 [[Title]]
Dtable-1_6.quickbook28 [table [/ Comment?] Title
34 comment] Title
39 [table Title [/ ] containing a comment
46 Title
58 [table Title on multiple
Dtable-1_5.quickbook31 [table [/ Comment?] Title
37 comment] Title
42 [table Title [/ ] containing a comment
51 Title
58 [[Title]]
Dtable-1_7.quickbook28 [table [/ Comment?] Title
34 comment] Title
39 [table Title [/ ] containing a comment
46 Title
58 [table Title on multiple
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h56 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
58 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
104 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
134 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
136 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
166 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dnav_bar_test.dart20 middle: Text('Title'),
26 expect(tester.getCenter(find.text('Title')).dx, 400.0);
33 middle: Text('Title'),
57 middle: Text('Title'),
69 middle: Text('Title'),
90 child: const Text('Title'),
115 // Title is still exactly centered.
116 expect(tester.getCenter(find.text('Title')).dx, 400.0);
130 middle: Text('Title'),
145 // Title is still exactly centered.
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdprograminformationnode.c39 if (self->Title) in gst_mpd_program_information_node_finalize()
40 xmlFree (self->Title); in gst_mpd_program_information_node_finalize()
68 if (self->Title) { in gst_mpd_program_information_get_xml_node()
70 gst_xml_helper_set_content (child_node, self->Title); in gst_mpd_program_information_get_xml_node()
109 self->Title = NULL; in gst_mpd_program_information_node_init()
/third_party/typescript/tests/baselines/reference/
DjsxIntrinsicUnions.types17 const tag = <El className="ok" key="key">{"Title"}</El>;
19 ><El className="ok" key="key">{"Title"}</El> : JSX.Element
23 >"Title" : "Title"
/third_party/icu/icu4j/tools/build/
Dmanifest.stub4 Specification-Title: ICU for Java Doc Tools
7 Implementation-Title: ICU for Java Doc Tools
14 Specification-Title: ICU for Java Resource Index Generator
17 Implementation-Title: ICU for Java Resource Index Generator
/third_party/node/deps/npm/docs/src/components/home/
DFeatureCard.js16 const Title = styled(Text)` constant
32 <Title textAlign={['center', 'left']}>{title}</Title>
/third_party/flutter/flutter/packages/flutter/test/material/
Ddialog_theme_test.dart68 title: Text('Title'),
84 title: Text('Title'),
103 title: Text('Title'),
122 title: Text('Title'),
140 testWidgets('Custom Title Text Style - Constructor Param', (WidgetTester tester) async {
141 const String titleText = 'Title';
157 testWidgets('Custom Title Text Style - Dialog Theme', (WidgetTester tester) async {
158 const String titleText = 'Title';
174 testWidgets('Custom Title Text Style - Theme', (WidgetTester tester) async {
175 const String titleText = 'Title';
/third_party/boost/libs/graph/example/
Diohb.h19 int readHB_header(FILE* in_file, char* Title, char* Key, char* Type,
39 const char* Title, const char* Key, const char* Type,
57 const char* Title, const char* Key, const char* Type,
Diohb.c256 char Title[73], Key[9], Rhstype[4]; in readHB_info() local
267 readHB_header(in_file, Title, Key, mat_type, &Nrow, &Ncol, &Nnzero, Nrhs, in readHB_info()
297 int readHB_header(FILE* in_file, char* Title, char* Key, char* Type, in readHB_header() argument
313 (void) sscanf(line, "%72c%8[^\n]", Title, Key); in readHB_header()
315 *(Title+72) = (char) NULL; in readHB_header()
399 char Title[73], Key[8], Type[4], Rhstype[4]; in readHB_mat_double() local
408 readHB_header(in_file, Title, Key, Type, &Nrow, &Ncol, &Nnzero, &Nrhs, in readHB_mat_double()
578 char Title[73], Key[9], Type[4], Rhstype[4]; in readHB_aux_double() local
587 readHB_header(in_file, Title, Key, Type, &Nrow, &Ncol, &Nnzero, &Nrhs, in readHB_aux_double()
740 const char* Title, const char* Key, const char* Type, in writeHB_mat_double() argument
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_ecc.txt1 Title=brainpoolP160r1 curve tests
39 Title=brainpoolP160t1 curve tests
77 Title=brainpoolP192r1 curve tests
117 Title=brainpoolP192t1 curve tests
157 Title=brainpoolP224r1 curve tests
197 Title=brainpoolP224t1 curve tests
237 Title=brainpoolP256r1 curve tests
277 Title=brainpoolP256t1 curve tests
317 Title=brainpoolP320r1 curve tests
357 Title=brainpoolP320t1 curve tests
[all …]
Devpdigest.txt20 Title = BLAKE tests
94 Title = SHA tests from (RFC6234 section 8.5 and others)
230 Title = MD5 tests
260 Title = MD5-SHA1
274 Title = MD4 tests
304 Title = RIPEMD160 tests
338 Title = Whirlpool (from ISO/IEC 10118-3 test vector set)
378 Title = SHA3
509 Title = SM3 Tests
/third_party/json/doc/examples/
Dparse__string__parser_callback_t.output16 "Title": "View from 15th Floor",
31 "Title": "View from 15th Floor",
Dparse__istream__parser_callback_t.output16 "Title": "View from 15th Floor",
31 "Title": "View from 15th Floor",
/third_party/boost/tools/quickbook/test/include/
Dcompatibility-inc.quickbook19 [table With Title
23 [table:x Id and Title
Dcompatibility-inc_1_1.quickbook21 [table With Title
25 [table:x Id and Title
Dcompatibility-inc_1_5.quickbook21 [table With Title
25 [table:x Id and Title

12345678910>>...15