HomeSort by relevance Sort by last modified time
    Searched refs:full_name (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /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>() ) );
  /external/protobuf/src/google/protobuf/
message.cc 66 "to: " << descriptor->full_name() << ", "
67 "from:" << from.GetDescriptor()->full_name();
79 "to: " << descriptor->full_name() << ", "
80 "from:" << from.GetDescriptor()->full_name();
85 return GetDescriptor()->full_name();
108 << "Message of type \"" << GetDescriptor()->full_name()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
295 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
333 << "registered: " << type->full_name();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 47 if (strstr(modules[i].full_name(), binary_name) != 0)
  /external/squashfs-tools/squashfs-tools/
xattr.c 133 xattr->full_name = strdup(name);
137 if(strncmp(xattr->full_name, p->prefix, strlen(p->prefix)) == 0)
142 xattr->name = xattr->full_name + strlen(prefix_table[i].prefix);
238 xattr_list[i].full_name);
239 free(xattr_list[i].full_name);
245 vsize = lgetxattr(filename, xattr_list[i].full_name,
252 free(xattr_list[i].full_name);
260 vsize = lgetxattr(filename, xattr_list[i].full_name,
272 free(xattr_list[i].full_name);
282 " vsize %d\n", filename, xattr_list[i].full_name,
    [all...]
xattr.h 44 char *full_name; member in struct:xattr_list
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 99 string full_name = ExpandPath(name, dir_name); local
103 files_[file_num] = module_->FindFile(full_name);
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 262 add_declaration_with_full_name(Dwarf_die* die, const char* full_name);
438 std::string full_name = this->get_qualified_name(die, context); local
439 if (!full_name.empty())
441 full_name.c_str(), 0);
453 std::string full_name; local
462 full_name.assign(this->guess_full_class_name(die));
466 if (full_name.empty())
469 this->add_declaration_with_full_name(die, full_name.c_str());
477 if (full_name.empty())
478 full_name = this->get_qualified_name(die, context)
651 std::string full_name; local
771 std::string full_name; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
definition.py 66 def _get_or_define_module(full_name, modules):
70 full_name: Fully qualified name of module to create or return.
77 module = modules.get(full_name)
79 module = types.ModuleType(full_name)
80 modules[full_name] = module
82 split_name = full_name.rsplit('.', 1)
  /system/core/liblog/tests/
benchmark_main.cpp 149 char full_name[100]; local
150 snprintf(full_name, sizeof(full_name), "%s%s%s", b->Name(),
163 printf("%-25s %10" PRIu64 " %10" PRIu64 "%s\n", full_name,
166 printf("%-25s %10" PRIu64 " %10" PRIu64 "(\317\203%" PRIu64 ")%s\n", full_name,
  /external/libchrome/base/files/
file_enumerator_posix.cc 140 FilePath full_name = source.Append(dent->d_name); local
143 ret = lstat(full_name.value().c_str(), &info.stat_);
145 ret = stat(full_name.value().c_str(), &info.stat_);
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 169 "fullname", EscapeJavadoc(message->full_name()));
195 "fullname", EscapeJavadoc(enum_->full_name()));
215 "fullname", EscapeJavadoc(service->full_name()));
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py 22 return self._counter.full_name
63 self.full_name = category + '.' + name
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 110 msg1.full_name)
131 msg2.full_name)
267 expected_enum_full_name = '.'.join([msg_desc.full_name, name])
268 test.assertEqual(expected_enum_full_name, enum_desc.full_name)
295 expected_full_name = '.'.join([containing_type_desc.full_name, name])
298 test.assertEqual(expected_full_name, desc.full_name)
323 expected_field_full_name = '.'.join([msg_desc.full_name, name])
324 test.assertEqual(expected_field_full_name, field_desc.full_name)
347 expected_field_full_name = '.'.join([msg_desc.full_name, name])
348 test.assertEqual(expected_field_full_name, field_desc.full_name)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 15 explicit CFieldNameExtractor(const CFX_WideString& full_name) {
16 m_pStart = full_name.c_str();
17 m_pEnd = m_pStart + full_name.GetLength();
77 void SetField(const CFX_WideString& full_name, CPDF_FormField* field_ptr);
78 CPDF_FormField* GetField(const CFX_WideString& full_name);
79 CPDF_FormField* RemoveField(const CFX_WideString& full_name);
81 _Node* FindNode(const CFX_WideString& full_name);
140 void CFieldTree::SetField(const CFX_WideString& full_name,
142 if (full_name == L"") {
145 CFieldNameExtractor name_extractor(full_name);
672 CFX_WideString full_name = GetFullName(pField->GetFieldDict()); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 83 bool LibraryNameIs(const char *full_name, const char *base_name);
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomlookuptask.h 25 std::string full_name() const { function in struct:buzz::MucRoomInfo
  /external/nanopb-c/generator/google/protobuf/
text_format.py 88 out.write(field.message_type.full_name)
90 out.write(field.full_name)
181 message_descriptor.full_name)
189 name, message_descriptor.full_name))
210 message_descriptor.full_name, name))
731 enum_descriptor.full_name, value))
738 enum_descriptor.full_name, number))
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 189 string full_name = cv::tempfile(ext.c_str()); local
190 ts->printf(ts->LOG, " full_name : %s\n", full_name.c_str());
192 imwrite(full_name, image);
194 Mat loaded = imread(full_name);
213 FILE *f = fopen(full_name.c_str(), "rb");
362 string full_name = cv::tempfile((s_digit.str() + ".bmp").c_str()); local
363 ts->printf(ts->LOG, " full_name : %s\n", full_name.c_str());
365 imwrite(full_name, image)
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 134 out.write(field.message_type.full_name)
136 out.write(field.full_name)
325 message_descriptor.full_name)
335 name, message_descriptor.full_name))
356 message_descriptor.full_name, name))
448 (message.DESCRIPTOR.full_name, field.full_name))
455 (message.DESCRIPTOR.full_name, field.name))
865 enum_descriptor.full_name, value))
872 enum_descriptor.full_name, number)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
message_registry.py 132 full_name = self.__ComputeFullName(new_descriptor.name)
133 if full_name in self.__message_registry:
135 'Attempt to re-register descriptor %s' % full_name)
136 if full_name not in self.__nascent_types:
138 new_descriptor.full_name = full_name
139 self.__message_registry[full_name] = new_descriptor
146 self.__unknown_types.discard(full_name)
147 self.__nascent_types.remove(full_name)

Completed in 719 milliseconds

12 3 4 5 6 7