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

12

/external/squashfs-tools/squashfs-tools/
H A Dandroid.c75 char* full_name = (char*) malloc(full_name_size); local
76 if (full_name == NULL) {
81 full_name[0] = '/';
82 strncpy(full_name + 1, path, full_name_size - 1);
84 if (selabel_lookup(sehnd, &secontext, full_name, mode)) {
88 free(full_name);
H A Dxattr.h44 char *full_name; member in struct:xattr_list
/external/toybox/toys/other/
H A Dmodinfo.c36 static void modinfo_file(char *full_name) argument
45 if (-1 != (fd = open(full_name, O_RDONLY))) {
51 perror_msg("%s", full_name);
55 output_field("filename", full_name);
/external/google-breakpad/src/common/
H A Ddwarf_line_to_module.cc99 string full_name = ExpandPath(name, dir_name); local
103 files_[file_num] = module_->FindFile(full_name);
/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/google/protobuf/compiler/
H A Dplugin_pb2.py24 full_name='google.protobuf.compiler.CodeGeneratorRequest', variable
30 name='file_to_generate', full_name='google.protobuf.compiler.CodeGeneratorRequest.file_to_generate', index=0,
37 name='parameter', full_name='google.protobuf.compiler.CodeGeneratorRequest.parameter', index=1,
44 name='proto_file', full_name='google.protobuf.compiler.CodeGeneratorRequest.proto_file', index=2,
66 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', variable
72 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
79 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
86 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
107 full_name='google.protobuf.compiler.CodeGeneratorResponse', variable
113 name='error', full_name
[all...]
/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_name_resolver.cc54 string StripPackageName(const string& full_name, argument
57 return full_name;
60 return full_name.substr(file->package().size() + 1);
67 return StripPackageName(descriptor->full_name(),
87 string full_name = StripPackageName(descriptor->full_name(), local
90 GOOGLE_CHECK(full_name.find('.') == string::npos);
91 return full_name;
H A Djava_helpers.cc152 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
193 string ToJavaName(const string& full_name, argument
205 result += full_name;
207 // Strip the proto package from full_name since we've replaced it with
209 result += full_name.substr(file->package().size() + 1);
236 + descriptor->full_name() + ")";
243 + descriptor->full_name() + ")";
249 + descriptor->full_name() + ")";
/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/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pb2.py21 full_name='google.protobuf.FieldDescriptorProto.Type', variable
106 full_name='google.protobuf.FieldDescriptorProto.Label', variable
131 full_name='google.protobuf.FileOptions.OptimizeMode', variable
156 full_name='google.protobuf.FieldOptions.CType', variable
182 full_name='google.protobuf.FileDescriptorSet', variable
188 name='file', full_name='google.protobuf.FileDescriptorSet.file', index=0,
210 full_name='google.protobuf.FileDescriptorProto', variable
216 name='name', full_name='google.protobuf.FileDescriptorProto.name', index=0,
223 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,
230 name='dependency', full_name
308 full_name='google.protobuf.DescriptorProto.ExtensionRange', variable
342 full_name='google.protobuf.DescriptorProto', variable
412 full_name='google.protobuf.FieldDescriptorProto', variable
491 full_name='google.protobuf.EnumDescriptorProto', variable
533 full_name='google.protobuf.EnumValueDescriptorProto', variable
575 full_name='google.protobuf.ServiceDescriptorProto', variable
617 full_name='google.protobuf.MethodDescriptorProto', variable
666 full_name='google.protobuf.FileOptions', variable
758 full_name='google.protobuf.MessageOptions', variable
800 full_name='google.protobuf.FieldOptions', variable
871 full_name='google.protobuf.EnumOptions', variable
906 full_name='google.protobuf.EnumValueOptions', variable
934 full_name='google.protobuf.ServiceOptions', variable
962 full_name='google.protobuf.MethodOptions', variable
990 full_name='google.protobuf.UninterpretedOption.NamePart', variable
1024 full_name='google.protobuf.UninterpretedOption', variable
1094 full_name='google.protobuf.SourceCodeInfo.Location', variable
1142 full_name='google.protobuf.SourceCodeInfo', variable
[all...]
/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/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp14 CFX_WideString full_name; local
19 if (full_name == L"") {
20 full_name = short_name;
22 full_name = short_name + L"." + full_name;
27 return full_name;
H A Ddoc_form.cpp16 _CFieldNameExtractor(const CFX_WideString& full_name) argument
18 m_pStart = full_name.c_str();
19 m_pEnd = m_pStart + full_name.GetLength();
86 void SetField(const CFX_WideString &full_name, CPDF_FormField *field_ptr);
87 CPDF_FormField *GetField(const CFX_WideString &full_name);
88 CPDF_FormField *RemoveField(const CFX_WideString &full_name);
90 _Node *FindNode(const CFX_WideString &full_name);
156 void CFieldTree::SetField(const CFX_WideString &full_name, CPDF_FormField *field_ptr) argument
158 if (full_name == L"") {
161 _CFieldNameExtractor name_extractor(full_name);
179 GetField(const CFX_WideString &full_name) argument
197 RemoveField(const CFX_WideString & full_name) argument
227 FindNode(const CFX_WideString& full_name) argument
764 CFX_WideString full_name = GetFullName(pField->GetFieldDict()); local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc343 string full_name = temp_directory_ + "/" + name; local
344 GOOGLE_CHECK_OK(File::SetContents(full_name, contents, true));
/external/freetype/src/cff/
H A Dcfftypes.h110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
/external/ltrace/
H A Dltrace-elf.c999 char *full_name = strdup(name); local
1000 if (full_name == NULL) {
1009 naddr, full_name, &libsym);
1012 naddr, full_name, &libsym);
1019 || library_symbol_init(tmp, naddr, full_name, 1,
1038 full_name = NULL;
1047 free(full_name);
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftypes.h110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc752 bool LibraryNameIs(const char *full_name, const char *base_name) { argument
753 const char *name = full_name;
756 while (name > full_name && *name != '/') name--;
/external/freetype/include/
H A Dt1tables.h93 FT_String* full_name; member in struct:PS_FontInfoRec_
/external/pdfium/third_party/freetype/include/
H A Dt1tables.h93 FT_String* full_name; member in struct:PS_FontInfoRec_
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp938 CommandInterpreter::GetAliasFullName (const char *cmd, std::string &full_name) argument
943 full_name.assign(cmd);
962 full_name.assign (matches.GetStringAtIndex(0));
1622 std::string full_name; local
1623 if (GetAliasFullName(next_word.c_str(), full_name))
1626 cmd_obj = BuildAliasResult (full_name.c_str(), command_string, alias_result, result);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc427 bool AddSymbol(const string& full_name, Symbol symbol);
769 const string& full_name, Symbol symbol) {
770 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
771 symbols_after_checkpoint_.push_back(full_name.c_str());
1156 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1494 containing_type->full_name(), field_number, &file_proto)) {
1646 proto->mutable_extendee()->append(containing_type()->full_name());
1659 proto->mutable_type_name()->append(message_type()->full_name());
1664 proto->mutable_type_name()->append(enum_type()->full_name());
1723 proto->mutable_input_type()->append(input_type()->full_name());
768 AddSymbol( const string& full_name, Symbol symbol) argument
3087 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
3152 ValidateSymbolName( const string& name, const string& full_name, const Message& proto) argument
3528 string* full_name = tables_->AllocateString(scope); local
3598 string* full_name = tables_->AllocateString(scope); local
3892 string* full_name = tables_->AllocateString(parent->full_name()); local
3916 string* full_name = tables_->AllocateString(scope); local
3959 string* full_name = tables_->AllocateString(*parent->full_name_); local
4021 string* full_name = tables_->AllocateString(file_->package()); local
4050 string* full_name = tables_->AllocateString(parent->full_name()); local
[all...]

Completed in 2008 milliseconds

12