HomeSort by relevance Sort by last modified time
    Searched defs:full_name (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 72 const string16 full_name = is_extension_keyword ? local
75 full_label_.SetText(full_name);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomlookuptask.h 42 std::string full_name() const { function in struct:buzz::MucRoomInfo
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h 58 PyObject* full_name; member in struct:google::protobuf::python::__anon15749
python-proto2.cc 191 const char* full_name; member in struct:google::protobuf::python::CMessage
266 { C("full_name"), T_STRING, offsetof(CMessage, full_name), 0, "Full name" },
    [all...]
  /build/tools/fs_config/
fs_config.c 128 char* full_name = (char*) malloc(full_name_size); local
129 if (full_name == NULL) {
134 full_name[0] = '/';
135 strncpy(full_name + 1, buffer, full_name_size - 1);
136 full_name[full_name_size - 1] = '\0';
139 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
144 free(full_name);
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 25 std::string full_name(name);
26 full_name += extension->id();
27 return full_name;
77 std::string full_name = BuildMetricName(name, GetExtension()); local
80 counter = LinearHistogram::FactoryGet(full_name,
86 counter = Histogram::FactoryGet(full_name,
  /external/chromium_org/base/files/
file_enumerator_posix.cc 138 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/autocomplete/
contact_provider_chromeos.cc 68 ContactData(const string16& full_name,
73 : full_name(full_name),
81 given_name, full_name, &given_name_index, NULL);
83 family_name, full_name, &family_name_index, NULL);
86 string16 full_name; member in struct:ContactProvider::ContactData
90 // Indices into |full_name| where |given_name| and |family_name| first appear,
174 string16 full_name = local
175 AutocompleteMatch::SanitizeString(UTF8ToUTF16(contact.full_name()));
183 if (!full_name.empty())
    [all...]
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 108 string16 full_name = downloader->GetProfileFullName(); local
120 cache.SetGAIANameOfProfileAtIndex(profile_index, full_name);
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 105 std::vector<base::string16> full_name; local
107 full_name.push_back(first_);
110 full_name.push_back(middle_);
113 full_name.push_back(last_);
115 return JoinString(full_name, ' ');
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /bionic/tests/
benchmark_main.cpp 152 char full_name[100]; local
155 snprintf(full_name, sizeof(full_name), "%s/%dM", name_, arg/(1<<20));
157 snprintf(full_name, sizeof(full_name), "%s/%dK", name_, arg/(1<<10));
159 snprintf(full_name, sizeof(full_name), "%s/%d", name_, arg);
162 snprintf(full_name, sizeof(full_name), "%s", name_);
165 printf("%-20s %10lld %10lld%s\n", full_name,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 93 const char *full_name() const { return full_name_; } function in class:__sanitizer::LoadedModule
116 // filter(full_name) is false.
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 18 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='google.protobuf.FileDescriptorProto.dependency', index=2
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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 237 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/
check-formats.c 267 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/
mkyaffsimage.c 403 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);
mkyaffs2image.c 353 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,fixstats)
    [all...]
  /external/blktrace/btreplay/
btrecord.c 341 char full_name[MAXPATHLEN]; local
343 sprintf(full_name, "%s/%s.blktrace.%d", idir, devnm, cpu);
344 if (access(full_name, R_OK) != 0)
347 __add_input_file(cpu, devnm, full_name);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 325 string full_name = temp_directory_ + "/" + name; local
326 File::WriteStringToFileOrDie(contents, full_name);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 317 string full_name = temp_directory_ + "/" + name; local
318 File::WriteStringToFileOrDie(contents, full_name);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 374 std::string full_name; local
375 assign_op( full_name, m_test_case_name, 0 );
376 full_name += '<';
377 full_name += typeid(TestType).name();
379 full_name += " const";
380 full_name += '>';
383 new test_case( full_name, test_case_template_invoker<TestCaseTemplate,TestType>() ) );

Completed in 814 milliseconds

1 2 3