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

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage_unittest.cc84 const std::string name3 = "EFGH"; local
118 entry3.set_base_name(name3);
123 EXPECT_EQ(FILE_ERROR_OK, storage_->GetChild(key2, name3, &child_id));
131 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetChild(key2, name3, &child_id));
132 EXPECT_EQ(FILE_ERROR_OK, storage_->GetChild(key1, name3, &child_id));
564 const std::string name3 = "piyo"; local
591 PutChild(key2, name3, key3);
597 entry.set_base_name(name3);
602 RemoveChild(key2, name3);
610 PutChild(key2, name3, key
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dhash.c43 xmlChar *name3; member in struct:_xmlHashEntry
64 const xmlChar *name2, const xmlChar *name3) {
79 if (name3 != NULL) {
80 while ((ch = *name3++) != 0) {
91 const xmlChar *prefix3, const xmlChar *name3) {
128 if (name3 != NULL) {
129 while ((ch = *name3++) != 0) {
236 oldtable[i].name3);
251 iter->name3);
313 if (iter->name3)
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
485 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
601 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
723 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
767 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
880 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
901 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
H A Dtestapi.c9831 xmlChar * name3; /* a third name of the userdata */ local
9845 name3 = gen_const_xmlChar_ptr(n_name3, 3);
9848 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9854 des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
10006 xmlChar * name3; /* a third name of the userdata */ local
10017 name3 = gen_const_xmlChar_ptr(n_name3, 3);
10019 ret_val = xmlHashLookup3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3);
10025 des_const_xmlChar_ptr(n_name3, (const xmlChar *)name3, 3);
10171 xmlChar * name3; /* a third name of the userdata */ local
10188 name3
10338 xmlChar * name3; /* a third name of the userdata */ local
10583 xmlChar * name3; /* a third name of the userdata */ local
[all...]
/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
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc371 v8::Local<v8::String> name3 = v8::String::NewFromUtf8(env->GetIsolate(), "3"); local
372 cpu_profiler->StartProfiling(name3);
373 v8::CpuProfile* p3 = cpu_profiler->StopProfiling(name3);

Completed in 1044 milliseconds