/external/libxml2/optim/ |
D | hash_dict.patch | 21 - xmlChar *name2; 24 + const xmlChar *name2; 68 - if (iter->name2) 69 - xmlFree(iter->name2); 88 + if (name2) name2 = xmlDictLookup(table->dict, name2, -1); 98 - (xmlStrEqual(insert->name2, name2)) && 101 + (insert->name2 == name2) && 107 - (xmlStrEqual(insert->name2, name2)) && 110 + (insert->name2 == name2) && 120 - entry->name2 = xmlStrdup(name2); [all …]
|
/external/webrtc/webrtc/libjingle/xmllite/ |
D | qname_unittest.cc | 28 QName name2("a-very:long:namespace:test-this"); in TEST() local 29 EXPECT_EQ(name2.LocalPart(), "test-this"); in TEST() 30 EXPECT_EQ(name2.Namespace(), "a-very:long:namespace"); in TEST() 38 QName name2("a-very:long:namespace", "test-this"); in TEST() local 39 EXPECT_EQ(name2.LocalPart(), "test-this"); in TEST() 40 EXPECT_EQ(name2.Namespace(), "a-very:long:namespace"); in TEST() 41 EXPECT_EQ(name2.Merged(), "a-very:long:namespace:test-this"); in TEST() 69 QName name2("a-very:long:namespace", "test-this"); in TEST() local 71 EXPECT_TRUE(name == name2); in TEST() 77 QName name2("nsa", "a"); in TEST() local [all …]
|
/external/libxml2/ |
D | hash.c | 58 xmlChar *name2; member 83 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey() argument 97 if (name2 != NULL) { in xmlHashComputeKey() 98 while ((ch = *name2++) != 0) { in xmlHashComputeKey() 114 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 145 if (name2 != NULL) { in xmlHashComputeQKey() 146 while ((ch = *name2++) != 0) { in xmlHashComputeQKey() 267 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2, in xmlHashGrow() 282 key = xmlHashComputeKey(table, iter->name, iter->name2, in xmlHashGrow() 343 if (iter->name2) in xmlHashFree() [all …]
|
/external/clang/test/OpenMP/ |
D | critical_messages.cpp | 13 #pragma omp critical (name2 // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain() 19 #pragma omp critical (name2) // expected-note {{previous 'critical' region starts here}} in tmain() 27 …#pragma omp critical(name2) // expected-error {{cannot nest 'critical' regions having the same nam… in tmain() 31 #pragma omp critical (name2) in tmain() 42 #pragma omp critical (name2) in tmain() 54 #pragma omp critical (name2) hint // expected-error {{expected '(' after 'hint'}} in tmain() 56 …#pragma omp critical (name2) hint( // expected-error {{expected expression}} expected-error {{expe… in tmain() 58 …#pragma omp critical (name2) hint(+ // expected-error {{expected expression}} expected-error {{exp… in tmain() 60 …#pragma omp critical (name2) hint(argc) // expected-error {{expression is not an integral constant… in tmain() 76 #pragma omp critical (name2 // expected-error {{expected ')'}} expected-note {{to match this '('}} in main() [all …]
|
/external/ltp/testcases/kernel/syscalls/gethostid/ |
D | gethostid01.c | 144 char name[HOSTIDLEN], name2[HOSTIDLEN], hostid[HOSTIDLEN], in main() local 194 name2[i] = name[i + 2]; in main() 196 strncpy(name2, name, HOSTIDLEN); in main() 207 if (0 == strncmp(name2, hex_64, 8)) in main() 219 name2[j] = name2[j + 8]; in main() 221 if ((result = strstr(hostid2, name2)) != NULL) { in main() 222 hostid3 = strdup(name2); in main() 227 "reports %s", name2, hostid3); in main() 232 "reports %s", name2, hostid2); in main()
|
/external/libxml2/include/libxml/ |
D | hash.h | 100 const xmlChar *name, const xmlChar *name2, 133 const xmlChar *name2, 138 const xmlChar *name2, 144 const xmlChar *name2, 150 const xmlChar *name2, 163 const xmlChar *name2, xmlHashDeallocator f); 166 const xmlChar *name2, const xmlChar *name3, 178 const xmlChar *name2); 182 const xmlChar *name2, 192 const xmlChar *name2, [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 13 namespace name2 { namespace 19 using name2::B2; 41 while (B2 == name2::B1); in test() 56 while ((B2) == (name2::B1)); in test() 66 while (B2 == ((((((name2::B1))))))); in test() 69 …while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enu… in test() 70 …while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration… in test() 73 …while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different e… in test() 74 …while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enu… in test() 77 …while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with diffe… in test() [all …]
|
/external/dtc/tests/ |
D | dtbs_equal_ordered.c | 83 const char *name1, *name2; in compare_structure() local 108 name2 = fdt_get_name(fdt2, offset2, NULL); in compare_structure() 109 if (!name2) in compare_structure() 113 if (!streq(name1, name2)) in compare_structure() 115 name1, name2, offset1, offset2); in compare_structure() 127 name2 = fdt_string(fdt2, fdt32_to_cpu(prop2->nameoff)); in compare_structure() 128 if (!streq(name1, name2)) in compare_structure() 130 "at (%d, %d)", name1, name2, offset1, offset2); in compare_structure()
|
/external/libxml2/result/errors/ |
D | name2.xml.str | 1 ./test/errors/name2.xml:2: parser error : Specification mandates value for attribute fooooooooooooo… 4 ./test/errors/name2.xml:2: parser error : attributes construct error 7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo 10 ./test/errors/name2.xml : failed to parse
|
D | name2.xml.err | 1 ./test/errors/name2.xml:2: parser error : Specification mandates value for attribute fooooooooooooo… 4 ./test/errors/name2.xml:2: parser error : attributes construct error 7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo line 1
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 1011 String name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName() local 1015 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1016 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1025 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName() 1029 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1030 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1039 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName() 1043 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1044 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1053 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_TERRITORY); in TestDisplayName() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 1010 String name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName() local 1014 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1015 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1024 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName() 1028 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1029 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1038 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName() 1042 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName() 1043 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName() 1052 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_TERRITORY); in TestDisplayName() [all …]
|
/external/valgrind/none/tests/darwin/ |
D | access_extended.c | 14 char* name2 = "no_such_file"; in main() local 19 strlen(name2) + 1; in main() 33 strcpy(string2, name2); in main() 44 name2, results[2], strerror(results[2])); in main()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveOpenCallback.cpp | 93 UString name2 = name; in GetStream() local 99 name2.Replace(L'/', WCHAR_PATH_SEPARATOR); in GetStream() 103 if (!IsSafePath(name2)) in GetStream() 110 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name2), fullPath)) in GetStream() 127 FileNames.Add(name2); in GetStream()
|
D | ArchiveName.cpp | 65 FString name2 = resultName.Left(dotPos); in CreateArchiveName2() local 66 if (name2.ReverseFind_Dot() < 0) in CreateArchiveName2() 67 resultName = name2; in CreateArchiveName2()
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 60 * @name2: the second name associated 107 d name2 * value options(*string) const xmlChar * 115 d name2 * value options(*string) const xmlChar * 124 d name2 * value options(*string) const xmlChar * 133 d name2 * value options(*string) const xmlChar * 152 d name2 * value options(*string) const xmlChar * 160 d name2 * value options(*string) const xmlChar * 173 d name2 * value options(*string) const xmlChar * 178 d name2 * value options(*string) const xmlChar * 191 d name2 * value options(*string) const xmlChar * [all …]
|
/external/python/cpython2/Lib/plat-irix5/ |
D | cddb.py | 97 name1, name2, value = match.group(1, 2, 3) 99 if name2 == 'artist': 101 elif name2 == 'title': 103 elif name2 == 'toc': 108 elif name2 == 'notes': 119 if name2 == 'title': 121 elif name2 == 'artist':
|
/external/python/cpython2/Lib/plat-irix6/ |
D | cddb.py | 97 name1, name2, value = match.group(1, 2, 3) 99 if name2 == 'artist': 101 elif name2 == 'title': 103 elif name2 == 'toc': 108 elif name2 == 'notes': 119 if name2 == 'title': 121 elif name2 == 'artist':
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_driver.c | 301 int start_testcase(char *name1, char *name2, char *param1, char *param2, in start_testcase() argument 312 name1, name2, param1, param2, param3, param4); in start_testcase() 326 execl(name1, name2, param1, param2, param3, param4, NULL); in start_testcase() 333 printf("testcase %s started -- pid is %d\n", name2, pid_save); in start_testcase() 340 printf("new process: %s ", name2); in start_testcase() 341 if (strstr(name2, "tc1") || strstr(name2, "tc3")) { in start_testcase() 348 if (strstr(name2, "tc0") || strstr(name2, "tc2")) { in start_testcase()
|
/external/strace/ |
D | ioctlsort.c | 64 const char *name2 = ((struct ioctlent *) b)->name; in compare_name_info() local 68 rc = strcmp(name1, name2); in compare_name_info() 101 const char *name2 = ((struct ioctlent *) b)->name; in compare_code_name() local 103 1 : (code1 < code2) ? -1 : strcmp(name1, name2); in compare_code_name()
|
/external/icu/icu4c/source/common/ |
D | propname.cpp | 93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument 98 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames() 114 name2+=r2>>8; in uprv_compareASCIIPropertyNames() 119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument 124 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames() 140 name2+=r2>>8; in uprv_compareEBCDICPropertyNames()
|
/external/libyuv/files/util/ |
D | compare.cc | 27 char* name2 = (argc > 2) ? argv[2] : NULL; in main() local 29 FILE* fin2 = name2 ? fopen(name2, "rb") : NULL; in main()
|
/external/elfutils/src/ |
D | xelf.h | 72 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument 74 name2 = (unlikely ((ndxdata) != NULL) \ 78 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument 82 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2 204 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument 206 name2 = (unlikely ((ndxdata) != NULL) \ 210 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument 214 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2) 338 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument 339 name1 = gelf_getsymshndx (data, ndxdata, idx, &name1##_mem, &(name2)) [all …]
|
/external/ltp/testcases/kernel/fs/dmapi/ |
D | event_sn.c | 59 char name1[FILENAME_MAX], name2[FILENAME_MAX]; variable 392 } else if (strcmp(name2, DUMMY_SUBDIR2) != 0) { in main() 395 name2, DUMMY_SUBDIR2); in main() 471 } else if (strcmp(name2, DUMMY_SUBDIR2) != 0) { in main() 474 name2, DUMMY_SUBDIR2); in main() 537 } else if (strcmp(name2, DummySubdir) != 0) { in main() 540 name2, DummySubdir); in main() 606 } else if (strcmp(name2, DummySubdir) != 0) { in main() 609 name2, DummySubdir); in main() 1073 } else if (strcmp(name2, DUMMY_FILE2) != 0) { in main() [all …]
|
/external/javassist/src/main/javassist/ |
D | ClassMap.java | 151 String name2 = toJvmName(name); in fix() local 152 super.put(name2, name2); in fix()
|