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

/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_module.cc25 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h72 const char *full_name() const { return full_name_; } function in class:__sanitizer::LoadedModule
/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/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc162 string ToJavaName(const Params& params, const string& full_name, argument
172 result += full_name;
174 // Strip the proto package from full_name since we've replaced it with
182 full_name.find_first_of('.', sizeToSkipPackageName + 1);
186 string class_name = full_name.substr(sizeToSkip + 1);
208 const string full_name = descriptor->full_name(); local
211 string base_name = full_name.substr(0, full_name.find_last_of('.'));
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c358 char full_name[500]; local
367 sprintf(full_name,"%s/%s",path,entry->d_name);
369 lstat(full_name,&stats);
373 suffix = full_name + seprefixlen;
421 fix_stat(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,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);
/external/blktrace/btreplay/
H A Dbtrecord.c341 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);
H A Dbtreplay.c964 char full_name[MAXPATHLEN]; local
966 sprintf(full_name, "%s/%s.%s.%d", idir, dip->devnm, ibase, cpu);
967 if (access(full_name, R_OK) != 0)
970 add_input_file(cpu, dip->devnm, full_name);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc317 string full_name = temp_directory_ + "/" + name; local
318 File::WriteStringToFileOrDie(contents, full_name);
/external/chromium/base/
H A Dfile_util_posix.cc731 FilePath full_name = source.Append(dent->d_name); local
734 ret = lstat(full_name.value().c_str(), &info.stat);
736 ret = stat(full_name.value().c_str(), &info.stat);
/external/freetype/src/cff/
H A Dcfftypes.h110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py620 def full_name(self): member in class:FileInfo
634 fullname = self.full_name()
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc707 std::string full_name = table->GetRowName(index); local
708 if (full_name.length() == 0)
710 DCHECK_EQ(':', full_name[1]);
711 char counter_type = full_name[0];
712 std::string name = full_name.substr(2);
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc954 string16 full_name = l10n_util::GetStringFUTF16(message_id, local
961 UTF16ToUTF8(full_name).c_str());
/external/freetype/include/freetype/
H A Dt1tables.h73 FT_String* full_name; member in struct:PS_FontInfoRec_
/external/genext2fs/
H A Dgenext2fs.c1665 char full_name[2048]; local
1677 int tmp = snprintf(full_name, sizeof(full_name),
1679 if(tmp >= (int)sizeof(full_name))
1681 fix_stat(full_name, &st);
1683 full_name[0] = '\0';
1711 add2fs_from_dir(fs, full_name, this_nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1725 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1771 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc358 const String& full_name = String::Format("%s.%s", local
382 return (MatchesFilter(full_name, positive.c_str()) &&
383 !MatchesFilter(full_name, negative.c_str()));
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc366 bool AddSymbol(const string& full_name, Symbol symbol);
638 const string& full_name, Symbol symbol) {
639 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
640 symbols_after_checkpoint_.push_back(full_name.c_str());
985 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1270 containing_type->full_name(), field_number, &file_proto)) {
1405 proto->mutable_extendee()->append(containing_type()->full_name());
1418 proto->mutable_type_name()->append(message_type()->full_name());
1423 proto->mutable_type_name()->append(enum_type()->full_name());
1474 proto->mutable_input_type()->append(input_type()->full_name());
637 AddSymbol( const string& full_name, Symbol symbol) argument
2516 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
2581 ValidateSymbolName( const string& name, const string& full_name, const Message& proto) argument
2866 string* full_name = tables_->AllocateString(scope); local
2934 string* full_name = tables_->AllocateString(scope); local
3183 string* full_name = tables_->AllocateString(scope); local
3226 string* full_name = tables_->AllocateString(*parent->full_name_); local
3288 string* full_name = tables_->AllocateString(file_->package()); local
3317 string* full_name = tables_->AllocateString(parent->full_name()); local
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/gtest/src/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/protobuf/gtest/src/
H A Dgtest.cc457 const String& full_name = String::Format("%s.%s", local
481 return (MatchesFilter(full_name, positive.c_str()) &&
482 !MatchesFilter(full_name, negative.c_str()));

Completed in 769 milliseconds