Searched defs:full_name (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/extensions/common/
H A Dextension_api_stub.cc40 bool ExtensionAPI::IsAvailableInUntrustedContext(const std::string& full_name, argument
51 const std::string& full_name) {
50 GetSchema( const std::string& full_name) argument
H A Dextension_api.cc185 void ExtensionAPI::SplitDependencyName(const std::string& full_name, argument
188 size_t colon_index = full_name.find(':');
192 *feature_name = full_name;
196 *feature_type = full_name.substr(0, colon_index);
197 *feature_name = full_name.substr(colon_index + 1);
281 Feature::Availability ExtensionAPI::IsAvailable(const std::string& full_name, argument
285 Feature* feature = GetFeatureDependency(full_name);
288 std::string("Unknown feature: ") + full_name);
312 const std::string& full_name) {
314 std::string api_name = GetAPINameFromFullName(full_name,
311 GetSchema( const std::string& full_name) argument
348 GetFeatureDependency(const std::string& full_name) argument
368 GetAPINameFromFullName(const std::string& full_name, std::string* child_name) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomlookuptask.h42 std::string full_name() const { function in struct:buzz::MucRoomInfo
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.h58 PyObject* full_name; member in struct:google::protobuf::python::__anon14787
/external/chromium_org/base/test/launcher/
H A Dtest_result.h48 std::string full_name; member in struct:base::TestResult
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc71 const base::string16 full_name = is_extension_keyword ? local
74 full_label_.SetText(full_name);
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc138 FilePath full_name = source.Append(dent->d_name); local
141 ret = lstat(full_name.value().c_str(), &info.stat_);
143 ret = stat(full_name.value().c_str(), &info.stat_);
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc96 const base::string16& full_name,
105 base::android::ConvertUTF16ToJavaString(env, full_name).obj(),
94 OnProfileDownloadSuccess( const std::string& account_id, const base::string16& full_name, const SkBitmap& bitmap) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader_unittest.cc12 std::string GetJSonData(const std::string& full_name, argument
20 if (!full_name.empty()) {
21 stream << "\"name\": \"" << full_name << "\""; local
51 void VerifyWithAccountData(const std::string& full_name, argument
62 GetJSonData(full_name, given_name, url, locale),
72 EXPECT_EQ(full_name, parsed_full_name_utf8);
H A Dgaia_info_update_service.cc107 base::string16 full_name = downloader->GetProfileFullName(); local
120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
H A Dgaia_info_update_service_unittest.cc103 const base::string16& full_name,
108 WillOnce(Return(full_name));
120 void RenameProfile(const base::string16& full_name, argument
124 ProfileDownloadSuccess(full_name, given_name, image, url);
128 EXPECT_EQ(full_name, GetCache()->GetGAIANameOfProfileAtIndex(index));
102 ProfileDownloadSuccess( const base::string16& full_name, const base::string16& given_name, const gfx::Image& image, const std::string& url) argument
H A Dprofile_downloader.cc137 base::string16* full_name,
142 DCHECK(full_name);
147 *full_name = base::string16();
169 root_dictionary->GetString(kFullNamePath, full_name);
184 return !full_name->empty() || !url->empty();
136 ParseProfileJSON(const std::string& data, base::string16* full_name, base::string16* given_name, std::string* url, int image_size, std::string* profile_locale) argument
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc34 static bool IsLinker(const char* full_name) { argument
35 return LibraryNameIs(full_name, kLinkerName);
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py20 full_name='google.protobuf.compiler.CodeGeneratorRequest', variable
26 name='file_to_generate', full_name='google.protobuf.compiler.CodeGeneratorRequest.file_to_generate', index=0,
33 name='parameter', full_name='google.protobuf.compiler.CodeGeneratorRequest.parameter', index=1,
40 name='proto_file', full_name='google.protobuf.compiler.CodeGeneratorRequest.proto_file', index=2,
62 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', variable
68 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
75 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
82 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
103 full_name='google.protobuf.compiler.CodeGeneratorResponse', variable
109 name='error', full_name
[all...]
H A Dnanopb_pb2.py17 full_name='FieldType', variable
57 name='nanopb_fileopt', full_name='nanopb_fileopt', index=0,
65 name='nanopb_msgopt', full_name='nanopb_msgopt', index=1,
73 name='nanopb_enumopt', full_name='nanopb_enumopt', index=2,
81 name='nanopb', full_name='nanopb', index=3,
91 full_name='NanoPBOptions', variable
97 name='max_size', full_name='NanoPBOptions.max_size', index=0,
104 name='max_count', full_name='NanoPBOptions.max_count', index=1,
111 name='type', full_name='NanoPBOptions.type', index=2,
118 name='long_names', full_name
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc149 string ToJavaName(const string& full_name, const FileDescriptor* file) { argument
160 result += full_name;
162 // Strip the proto package from full_name since we've replaced it with
164 result += full_name.substr(file->package().size() + 1);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc37 void OnProfileDownloadedFail(const base::string16& full_name) { argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui.cc287 void NewTabUI::SetFullNameAndDirection(const base::string16& full_name, argument
289 dictionary->SetString("full_name", full_name);
290 dictionary->SetString("full_name_direction", GetHtmlTextDirection(full_name));
/external/chromium_org/content/public/test/
H A Dtest_launcher.cc194 std::string GetPreTestName(const std::string& full_name) { argument
195 size_t dot_pos = full_name.find('.');
197 std::string test_case_name = full_name.substr(0, dot_pos);
198 std::string test_name = full_name.substr(dot_pos + 1);
214 std::string full_name(test_names[i]);
215 std::string pre_test_name(GetPreTestName(full_name));
221 dependent_test_map_[pre_test_name] = full_name;
223 DCHECK(!ContainsKey(reverse_dependent_test_map_, full_name));
224 reverse_dependent_test_map_[full_name] = pre_test_name;
226 full_name
[all...]
/external/chromium_org/third_party/protobuf/
H A Ddescriptor_pb2.py18 full_name='google.protobuf.FieldDescriptorProto.Type', variable
103 full_name='google.protobuf.FieldDescriptorProto.Label', variable
128 full_name='google.protobuf.FileOptions.OptimizeMode', variable
153 full_name='google.protobuf.FieldOptions.CType', variable
179 full_name='google.protobuf.FileDescriptorSet', variable
185 name='file', full_name='google.protobuf.FileDescriptorSet.file', index=0,
207 full_name='google.protobuf.FileDescriptorProto', variable
213 name='name', full_name='google.protobuf.FileDescriptorProto.name', index=0,
220 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,
227 name='dependency', full_name
284 full_name='google.protobuf.DescriptorProto.ExtensionRange', variable
318 full_name='google.protobuf.DescriptorProto', variable
388 full_name='google.protobuf.FieldDescriptorProto', variable
467 full_name='google.protobuf.EnumDescriptorProto', variable
509 full_name='google.protobuf.EnumValueDescriptorProto', variable
551 full_name='google.protobuf.ServiceDescriptorProto', variable
593 full_name='google.protobuf.MethodDescriptorProto', variable
642 full_name='google.protobuf.FileOptions', variable
720 full_name='google.protobuf.MessageOptions', variable
762 full_name='google.protobuf.FieldOptions', variable
819 full_name='google.protobuf.EnumOptions', variable
847 full_name='google.protobuf.EnumValueOptions', variable
875 full_name='google.protobuf.ServiceOptions', variable
903 full_name='google.protobuf.MethodOptions', variable
931 full_name='google.protobuf.UninterpretedOption.NamePart', variable
965 full_name='google.protobuf.UninterpretedOption', variable
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc160 string ToJavaName(const string& full_name, const FileDescriptor* file) { argument
171 result += full_name;
173 // Strip the proto package from full_name since we've replaced it with
175 result += full_name.substr(file->package().size() + 1);
181 return ToJavaName(descriptor->full_name(), descriptor->file());
185 return ToJavaName(descriptor->full_name(), descriptor->file());
189 return ToJavaName(descriptor->full_name(), descriptor->file());
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc237 char full_name[256]; local
245 internal_snprintf(full_name, ARRAY_SIZE(full_name), "%s%s%s.so",
247 EXPECT_TRUE(LibraryNameIs(full_name, base_names[k]))
248 << "Full name " << full_name
251 EXPECT_FALSE(LibraryNameIs(full_name, wrong_names[m]))
252 << "Full name " << full_name
/external/pixman/test/
H A Dcheck-formats.c267 char full_name[128] = { 0 }; local
270 snprintf (full_name, (sizeof full_name) - 1, "PIXMAN_OP_%s", s);
276 if (strcasecmp (operator_name (op), full_name) == 0)
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c353 char full_name[500]; local
360 sprintf(full_name,"%s/%s",path,entry->d_name);
362 lstat(full_name,&stats);
365 suffix = full_name + seprefixlen;
412 fix_stat(full_name, &stats);
415 //printf("Object %d, %s is a ",newObj,full_name);
436 readlink(full_name,symname,sizeof(symname) -1);
454 h = open(full_name,O_RDONLY);
502 // NCB modified 10/9/2001 process_directory(1,full_name);
503 process_directory(newObj,full_name,fixstat
[all...]
H A Dmkyaffsimage.c403 char full_name[500]; local
408 sprintf(full_name,"%s/%s",path,entry->d_name);
410 lstat(full_name,&stats);
424 printf("Object %d, %s is a ",newObj,full_name);
445 readlink(full_name,symname,sizeof(symname) -1);
463 h = open(full_name,O_RDONLY);
511 // NCB modified 10/9/2001 process_directory(1,full_name);
512 process_directory(newObj,full_name);

Completed in 832 milliseconds

123