/external/syzkaller/pkg/ifuzz/ |
D | decode.go | 122 text1 := text 124 if len(text1) == 0 { 127 b := text1[0] 134 text1 = text1[1:] 137 if len(text1) == 0 { 140 modrm := text1[0] 141 text1 = text1[1:] 155 if len(text1) == 0 { 158 sib := text1[0] 159 text1 = text1[1:] [all …]
|
D | ifuzz.go | 150 text1 := insn.Encode(cfg, r) 152 insns[i] = text1 156 text1 := insns[i] 157 for stop := false; !stop || len(text1) == 0; stop = r.Intn(2) == 0 { 159 case x < 5 && len(text1) != 0: 161 pos := r.Intn(len(text1)) 162 copy(text1[pos:], text1[pos+1:]) 163 text1 = text1[:len(text1)-1] 164 case x < 40 && len(text1) != 0: 166 pos := r.Intn(len(text1)) [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 399 UChar text1[50]; in TestRegexCAPI() local 403 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 416 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 428 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 434 uregex_setText(re, text1, 5, &status); in TestRegexCAPI() 440 uregex_setText(re, text1, 6, &status); in TestRegexCAPI() 453 UChar text1[50]; in TestRegexCAPI() local 458 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 464 uregex_setText(re, text1, -1, &status); in TestRegexCAPI() 466 TEST_ASSERT(result == text1); in TestRegexCAPI() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CharUtilities.java | 76 public static int compare(CharSource text1, CharSource text2) { in compare() argument 82 if (!text1.hasCharAt(i1)) { in compare() 90 int cp1 = text1.charAt(i1++); in compare() 116 public static int compare(CharSequence text1, CharSequence text2) { in compare() argument 122 if (i1 >= text1.length()) { in compare() 130 int cp1 = text1.charAt(i1++); in compare()
|
/external/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()
|
/external/strace/tests-m32/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/strace/tests/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/strace/tests-mx32/ |
D | prctl-seccomp-strict.c | 42 static const char text1[] = in main() local 62 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
D | seccomp-strict.c | 41 static const char text1[] = in main() local 63 rc = write(1, text1, LENGTH_OF(text1)) != LENGTH_OF(text1); in main()
|
/external/libcap/contrib/bug400591/ |
D | bug.c | 16 char *text1, *text2; in main() local 20 text1 = cap_to_text(caps, NULL); in main() 21 assert(text1); in main() 38 assert(strcmp(text1, text2) == 0); in main()
|
/external/libbrillo/brillo/ |
D | data_encoding_unittest.cc | 43 const std::string text1 = "hello world"; in TEST() local 65 EXPECT_EQ(encoded1, Base64Encode(text1)); in TEST() 71 const std::string text1 = "hello world"; in TEST() local 94 EXPECT_EQ(encoded1, Base64EncodeWrapLines(text1)); in TEST()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | section-alignment.s | 13 .section text1, "x" 15 # CHECK-LABEL: Name: text1
|
D | different-sections.s | 9 .section text1, "x" 10 # CHECK: section text1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/ |
D | section-alignment.s | 13 .section text1, "x" 15 # CHECK-LABEL: Name: text1
|
D | different-sections.s | 9 .section text1, "x" 10 # CHECK: section text1
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | XmlPullParserTest.java | 73 ANDROID_NS, "id", android.R.attr.id, "@" + android.R.id.text1, android.R.id.text1); in xmlParser() 132 ANDROID_NS, "id", android.R.attr.id, "@" + android.R.id.text1, android.R.id.text1); in buildAttrSet()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | ResourceTableFactoryTest.java | 40 …(systemResourceTable.getResourceId(new ResName("android:id/text1"))).isEqualTo(android.R.id.text1); in shouldPrefixAllSystemResourcesWithAndroid() 45 …assertThat(systemResourceTable.getResName(android.R.id.text1).getFullyQualifiedName()).isEqualTo("… in shouldRetainPackageNameForFullyQualifiedQueries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | assembler-expressions.s | 36 text1: label 39 .if . - text1 == 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | disassemble-demangle.test | 15 - Name: .text1 31 Section: .text1
|
/external/python/cpython3/Lib/test/ |
D | test_pulldom.py | 328 (text1, elm1, text2) = root.childNodes 331 self.assertIsNone(text1.previousSibling) 332 self.assertIs(text1.nextSibling, elm1) 333 self.assertIs(elm1.previousSibling, text1) 341 self.assertIs(text1.parentNode, root)
|
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_gen_code.cc | 267 char text1[100]; in gen_cospi_list_sse2() local 295 cos_text_arr(w0, COS_MOD, text1, size), in gen_cospi_list_sse2() 313 cos_text_arr(w1, COS_MOD, text1, size), in gen_cospi_list_sse2() 328 cos_text_arr(w0, COS_MOD, text1, size), in gen_cospi_list_sse2() 383 char text1[100]; in gen_cospi_list_sse4_1() local 409 cos_text_arr(w, COS_MOD, text1, size)); in gen_cospi_list_sse4_1()
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 973 (text1, elm1, text2) = root.childNodes 976 self.confirm(text1.previousSibling is None and 977 text1.nextSibling is elm1 and 978 elm1.previousSibling is text1 and 986 text1.parentNode is root and 1226 text1 = elem.firstChild 1228 splitter = text1.nextSibling 1230 elem.insertBefore(doc.createCDATASection("c"), text1) 1231 return doc, elem, text1, splitter, text2 1233 doc, elem, text1, splitter, text2 = setup() [all …]
|
/external/skqp/tests/ |
D | TextBlobTest.cpp | 319 const char text1[] = "Foo"; in DEF_TEST() local 322 int glyphCount = font.countText(text1, strlen(text1), kUTF8_SkTextEncoding); in DEF_TEST() 324 (void)font.textToGlyphs(text1, strlen(text1), kUTF8_SkTextEncoding, glyphs.get(), glyphCount); in DEF_TEST()
|