Searched defs:name3 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Dms-friend-lookup.cpp73 namespace name3 { namespace in namespace:test_nns_fixit_hint::name1::name2
/external/libxml2/
H A Dhash.c59 xmlChar *name3; member in struct:_xmlHashEntry
83 const xmlChar *name2, const xmlChar *name3) {
103 if (name3 != NULL) {
104 while ((ch = *name3++) != 0) {
115 const xmlChar *prefix3, const xmlChar *name3) {
157 if (name3 != NULL) {
158 while ((ch = *name3++) != 0) {
268 oldtable[i].name3);
283 iter->name3);
345 if (iter->name3)
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
112 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
517 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
633 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
755 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
799 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
912 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
933 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1074 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
H A Dtestapi.c9882 xmlChar * name3; /* a third name of the userdata */ local
9896 name3 = gen_const_xmlChar_ptr(n_name3, 3);
9899 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9905 des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
10057 xmlChar * name3; /* a third name of the userdata */ local
10068 name3 = gen_const_xmlChar_ptr(n_name3, 3);
10070 ret_val = xmlHashLookup3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3);
10076 des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
10222 xmlChar * name3; /* a third name of the userdata */ local
10239 name3
10389 xmlChar * name3; /* a third name of the userdata */ local
10634 xmlChar * name3; /* a third name of the userdata */ local
[all...]
/external/skia/tests/
H A DPDFPrimitivesTest.cpp219 SkPDFUnion name3 = SkPDFUnion::Name("SimpleNameWithOnlyPrintableASCII"); local
220 assert_emit_eq(reporter, name3, "/SimpleNameWithOnlyPrintableASCII");
/external/syslinux/core/fs/fat/
H A Dfat_fs.h131 uint16_t name3[2]; member in struct:fat_long_name_entry
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c500 * pathcat3(buf, buflen, name1, name2, name3)
502 * Return buf, of length buflen, with name1/name2/name3 stored in it.
506 const char *name2, const char *name3)
508 (void)snprintf(buf, buflen, "%s/%s/%s", name1, name2, name3);
505 pathcat3(char *buf, int buflen, const char *name1, const char *name2, const char *name3) argument

Completed in 308 milliseconds