Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 25 of 57) sorted by relevance

123

/external/libxml2/
Dhash.c42 xmlChar *name2; member
64 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey() argument
74 if (name2 != NULL) { in xmlHashComputeKey()
75 while ((ch = *name2++) != 0) { in xmlHashComputeKey()
90 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument
117 if (name2 != NULL) { in xmlHashComputeQKey()
118 while ((ch = *name2++) != 0) { in xmlHashComputeQKey()
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2, in xmlHashGrow()
250 key = xmlHashComputeKey(table, iter->name, iter->name2, in xmlHashGrow()
311 if (iter->name2) in xmlHashFree()
[all …]
/external/libxml2/include/libxml/
Dhash.h100 const xmlChar *name, const xmlChar *name2,
130 const xmlChar *name2,
135 const xmlChar *name2,
141 const xmlChar *name2,
147 const xmlChar *name2,
160 const xmlChar *name2, xmlHashDeallocator f);
163 const xmlChar *name2, const xmlChar *name3,
175 const xmlChar *name2);
179 const xmlChar *name2,
189 const xmlChar *name2,
[all …]
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp13 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/valgrind/main/none/tests/darwin/
Daccess_extended.c14 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/chromium/base/metrics/
Dfield_trial_unittest.cc42 const char* name2 = "name 2 test"; in TEST_F() local
44 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
55 EXPECT_FALSE(FieldTrialList::Find(name2)); in TEST_F()
58 new FieldTrial(name2, 10, "default name 2 test", next_year_, 12, 31); in TEST_F()
60 EXPECT_EQ(name2, trial2->name()); in TEST_F()
66 EXPECT_EQ(trial2, FieldTrialList::Find(name2)); in TEST_F()
/external/elfutils/src/
Dxelf.h68 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
70 name2 = (unlikely ((ndxdata) != NULL) \
74 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument
78 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2
200 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
202 name2 = (unlikely ((ndxdata) != NULL) \
206 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument
210 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
334 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
335 name1 = gelf_getsymshndx (data, ndxdata, idx, &name1##_mem, &(name2))
[all …]
/external/javassist/src/main/javassist/
DClassMap.java151 String name2 = toJvmName(name); in fix() local
152 super.put(name2, name2); in fix()
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
DBCStrictStyle.java13 public boolean areEqual(X500Name name1, X500Name name2) in areEqual() argument
16 RDN[] rdns2 = name2.getRDNs(); in areEqual()
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
DX509CertSelectorTest.java585 String name2 = "O=Second Org."; in testSetIssuer2() local
587 X500Principal iss2 = new X500Principal(name2); in testSetIssuer2()
602 selector.setIssuer(name2); in testSetIssuer2()
614 String name2 = "O=Second Org."; in testGetIssuerAsString() local
616 X500Principal iss2 = new X500Principal(name2); in testGetIssuerAsString()
625 new X500Principal(name2).equals( in testGetIssuerAsString()
629 new X500Principal(name2), in testGetIssuerAsString()
643 byte[] name2 = new byte[] in testSetIssuer3()
648 X500Principal iss2 = new X500Principal(name2); in testSetIssuer3()
663 selector.setIssuer(name2); in testSetIssuer3()
[all …]
/external/stlport/src/
Dlocale.cpp209 const char* name1, const char* name2, in _Stl_loc_combine_names() argument
214 L->name = name2; in _Stl_loc_combine_names()
216 _Stl_loc_combine_names_aux(L, name1, name2, name2, name2, name2, name2, name2, c); in _Stl_loc_combine_names()
/external/strace/linux/
Dioctlsort.c30 const char *name2 = ((struct ioctlent *) b)->name; in compare() local
31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2); in compare()
/external/strace/strace/linux/
Dioctlsort.c30 const char *name2 = ((struct ioctlent *) b)->name; in compare() local
31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2); in compare()
/external/chromium/base/win/
Devent_trace_controller_unittest.cc112 std::wstring name2(1024, L'A'); in TEST() local
113 ASSERT_HRESULT_FAILED(prop.SetLoggerFileName(name2.c_str())); in TEST()
114 ASSERT_HRESULT_FAILED(prop.SetLoggerName(name2.c_str())); in TEST()
/external/icu4c/test/intltest/
Daliastst.cpp164 UnicodeString name1, name2; in TestULocale() local
166 newLoc.getDisplayName(name2); in TestULocale()
167 if (name1!=name2) { in TestULocale()
173 logln(name2); in TestULocale()
/external/icu4c/common/
Dpropname.cpp86 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
91 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames()
107 name2+=r2>>8; in uprv_compareASCIIPropertyNames()
112 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
117 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames()
133 name2+=r2>>8; in uprv_compareEBCDICPropertyNames()
429 typedef int32_t U_CALLCONV PropNameCompareFn(const char *name1, const char *name2);
Dpropname.h50 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
53 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/external/iptables/extensions/
Dlibxt_rateest.c146 strncpy(info->name2, optarg, sizeof(info->name2) - 1); in rateest_parse()
387 printf(" %s", info->name2); in rateest_print()
416 printf(" --rateest2 %s", info->name2); in rateest_save()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc332 v8::Local<v8::String> name2 = v8::String::New("2"); in TEST() local
333 v8::CpuProfiler::StartProfiling(name2); in TEST()
334 const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2); in TEST()
386 v8::Local<v8::String> name2 = v8::String::New("2"); in TEST() local
387 v8::CpuProfiler::StartProfiling(name2); in TEST()
389 const v8::CpuProfile* p2_t2 = v8::CpuProfiler::StopProfiling(name2, token2); in TEST()
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT78 name2 other-value
83 'name2'
89 some.other.name2 other-value
/external/llvm/utils/TableGen/
DARMDecoderEmitter.cpp1397 const std::string &name2 = nameWithID(Opcodes[1]); in emit() local
1398 if ((name1 == "VMOVDneon" && name2 == "VORRd") || in emit()
1399 (name1 == "VMOVQ" && name2 == "VORRq")) { in emit()
1414 << Opcodes[1] << " /* " << name2 << " */ ;\n"; in emit()
1423 if (name1 == "LDR" && name2 == "LDRcp") { in emit()
1429 if (name1 == "tLDMIA" && name2 == "tLDMIA_UPD") { in emit()
1440 << Opcodes[1] << " /* " << name2 << " */ : " in emit()
1450 if (sameStringExceptSuffix(name1, name2, "_UPD")) { in emit()
1453 << " /* " << name1 << " */ : " << Opcodes[1] << "/* " << name2 in emit()
/external/iptables/include/linux/netfilter/
Dxt_rateest.h24 char name2[IFNAMSIZ]; member
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/
DX500NameStyle.java27 boolean areEqual(X500Name name1, X500Name name2); in areEqual() argument
/external/clang/test/Sema/
Dstruct-decl.c9 …char name2[(int)&((struct bar *)0)->n - 1]; //expected-error{{'name2' declared as an array with a … member
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h1119 kind2, name2) kind0 name0, kind1 name1, kind2 name2 argument
1121 kind2, name2, kind3, name3) kind0 name0, kind1 name1, kind2 name2, \ argument
1124 kind2, name2, kind3, name3, kind4, name4) kind0 name0, kind1 name1, \ argument
1125 kind2 name2, kind3 name3, kind4 name4
1127 kind2, name2, kind3, name3, kind4, name4, kind5, name5) kind0 name0, \ argument
1128 kind1 name1, kind2 name2, kind3 name3, kind4 name4, kind5 name5
1130 kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, \ argument
1131 name6) kind0 name0, kind1 name1, kind2 name2, kind3 name3, kind4 name4, \
1134 kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, \ argument
1135 kind7, name7) kind0 name0, kind1 name1, kind2 name2, kind3 name3, \
[all …]
/external/valgrind/main/coregrind/
Dm_redir.c1324 HChar name2[64] = ""; in show_active() local
1325 name1[0] = name2[0] = 0; in show_active()
1328 ok = VG_(get_fnname_w_offset)(act->to_addr, name2, 64); in show_active()
1329 if (!ok) VG_(strcpy)(name2, "???"); in show_active()
1335 (ULong)act->to_addr, name2 ); in show_active()

123