/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 04-safe.t | 45 $text1 = $template1->fill_in(); 52 print +(defined $text1 ? '' : 'not '), "ok $n\n"; 78 print +($text1 eq $goodoutput ? '' : 'not '), "ok $n\n"; 91 $text1 = $template1->fill_in(); 99 print +(defined $text1 ? '' : 'not '), "ok $n\n"; 110 print +($text1 eq $text4 ? '' : 'not '), "ok $n\n"; 119 print +($text1 eq $badnosafeoutput ? '' : 'not '), "ok $n\n"; 136 $text1 = $template1->fill_in(); 140 print +($text1 eq $text2 ? '' : 'not '), "ok $n\n"; 150 $text1 = $templateB->fill_in(BROKEN => \&my_broken, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | instantiateTemplateTagTypeParameterOnVariableStatement.types | 15 const text1 = "hello"; 16 >text1 : "hello" 24 var text3 = seq(text1)(text2); 26 >seq(text1)(text2) : string 27 >seq(text1) : (b: string) => string 29 >text1 : "hello"
|
D | instantiateTemplateTagTypeParameterOnVariableStatement.symbols | 13 const text1 = "hello"; 14 >text1 : Symbol(text1, Decl(instantiateTemplateTagTypeParameterOnVariableStatement.js, 7, 5)) 20 var text3 = seq(text1)(text2); 23 >text1 : Symbol(text1, Decl(instantiateTemplateTagTypeParameterOnVariableStatement.js, 7, 5))
|
D | instantiateTemplateTagTypeParameterOnVariableStatement.js | 9 const text1 = "hello"; constant 13 var text3 = seq(text1)(text2); 25 declare const text1: "hello";
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 407 UChar text1[50]; in TestRegexCAPI() local 411 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 424 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 436 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 442 uregex_setText(re, text1, 5, &status); in TestRegexCAPI() 448 uregex_setText(re, text1, 6, &status); in TestRegexCAPI() 461 UChar text1[50]; in TestRegexCAPI() local 466 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 472 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 474 TEST_ASSERT(result == text1); in TestRegexCAPI() [all …]
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CollatorTest.java | 111 for (String text1 : data) { in checkCollation() 113 int jdkRes = jdkColl.compare(text1, text2); in checkCollation() 114 int icuRes = icuColl.compare(text1, text2); in checkCollation() 117 … errln("FAIL: Different results for [text1=" + text1 + ",text2=" + text2 + ") for locale " in checkCollation() 122 CollationKey jdkKey1 = jdkColl.getCollationKey(text1); in checkCollation() 125 com.ibm.icu.text.CollationKey icuKey1 = icuColl.getCollationKey(text1); in checkCollation() 132 … errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2 in checkCollation()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | default_text_style_test.dart | 63 final RichText text1 = tester.firstWidget(find.byType(RichText)); 64 expect(text1, isNotNull); 65 expect(text1.text.style, s1); 66 expect(text1.textAlign, TextAlign.start); 67 expect(text1.softWrap, isTrue); 68 expect(text1.overflow, TextOverflow.clip); 69 expect(text1.maxLines, isNull);
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | instantiateTemplateTagTypeParameterOnVariableStatement.ts | 13 const text1 = "hello"; constant 17 var text3 = seq(text1)(text2);
|
/third_party/python/Lib/test/ |
D | test_textwrap.py | 646 self.text1 = '''\ 656 self.check_wrap(self.text1, 50, expected) 660 self.check_wrap(self.text1, 10, expected) 669 self.check_wrap(self.text1, 50, expected, break_on_hyphens=False) 673 self.check_wrap(self.text1, 10, expected, break_on_hyphens=False) 684 self.check_wrap(self.text1, 50, expected, break_long_words=False) 689 self.check_wrap(self.text1, 10, expected, break_long_words=False) 700 self.check_wrap(self.text1, 50, expected, 707 self.check_wrap(self.text1, 10, expected,
|
D | test_pulldom.py | 335 (text1, elm1, text2) = root.childNodes 338 self.assertIsNone(text1.previousSibling) 339 self.assertIs(text1.nextSibling, elm1) 340 self.assertIs(elm1.previousSibling, text1) 348 self.assertIs(text1.parentNode, root)
|
/third_party/flutter/skia/tests/ |
D | TextBlobTest.cpp | 319 const char text1[] = "Foo"; in DEF_TEST() local 322 int glyphCount = font.countText(text1, strlen(text1), SkTextEncoding::kUTF8); in DEF_TEST() 324 (void)font.textToGlyphs(text1, strlen(text1), SkTextEncoding::kUTF8, glyphs.get(), glyphCount); in DEF_TEST()
|
/third_party/cJSON/tests/inputs/ |
D | test3 | 20 "name": "text1",
|
D | test3.expected | 21 "name": "text1",
|
/third_party/cJSON/fuzzing/inputs/ |
D | test3.uf | 20 "name": "text1",
|
D | test3 | 20 "name": "text1",
|
D | test3.bu | 20 "name": "text1",
|
/third_party/skia/tests/ |
D | TextBlobTest.cpp | 313 const char text1[] = "Foo"; in DEF_TEST() local 316 int glyphCount = font.countText(text1, strlen(text1), SkTextEncoding::kUTF8); in DEF_TEST() 318 (void)font.textToGlyphs(text1, strlen(text1), SkTextEncoding::kUTF8, glyphs.get(), glyphCount); in DEF_TEST()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
D | README.md | 15 [2018/03/29 08:29:49:8601] USER: text1: (len 4) 'xxxx'
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/ |
D | README.md | 15 [2018/03/29 08:29:49:8601] USER: text1: (len 4) 'xxxx'
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/ |
D | README.md | 17 [2018/03/29 08:29:49:8601] USER: text1: (len 4) 'xxxx'
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regcoll.cpp | 1115 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local 1140 for (i = 0; i < UPRV_LENGTHOF(text1); i++) { in TestT7189() 1144 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status); in TestT7189() 1146 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]); in TestT7189() 1156 …errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " +… in TestT7189() 1158 …logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestU… in TestT7189()
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_text_jieba_tokenizer.py | 38 text1 = "今天天气太好了我们一起去外面玩吧" 40 assert np.array_equal(jieba_op1(text1), ['今天天气', '太好了', '我们', '一起', '去', '外面', '玩吧']) 41 …assert np.array_equal(jieba_op2(text1), ['今天', '天气', '太', '好', '了', '我们', '一起', '去', '外面', '玩', '吧… 47 _ = jieba_op1(text1, text2)
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
D | README.md | 16 [2018/03/29 09:58:45:3284] USER: text1: (len 3) 'xxx'
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/ |
D | main.qml | 30 id: text1
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 2668 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n"; in START_TEST() local 2681 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 2737 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 2751 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 3263 const char *text1 = "<doc>Hello "; in START_TEST() local 3272 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 3982 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_param() local 4000 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE) in external_entity_param() 4229 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_valuer() local 4243 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE) in external_entity_valuer() [all …]
|