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

1 2 34 5 6 7

  /external/v8/build/android/pylib/utils/
emulator.py 460 full_name = os.path.join(emulator_imagedir, image)
461 if 'emulator' in full_name:
462 logging.info('Deleting emulator image %s', full_name)
463 os.unlink(full_name)
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 77 self->descriptor->full_name().c_str(),
78 self->descriptor->full_name().size());
100 { C("full_name"), (getter)GetFullName, NULL, "Full name", NULL},
message.cc     [all...]
  /system/core/init/
bootchart.cpp 132 const char* full_name = cmdline.c_str(); // So we stop at the first NUL. local
143 stat.replace(open + 1, close - open - 1, full_name);
  /external/protobuf/src/google/protobuf/
text_format.cc 275 << root_message_type_->full_name()
280 << root_message_type_->full_name()
292 << root_message_type_->full_name()
297 << root_message_type_->full_name()
368 descriptor->full_name() + "\".");
373 descriptor->full_name() + "\".");
415 ReportError("Message type \"" + descriptor->full_name() +
419 ReportWarning("Message type \"" + descriptor->full_name() +
    [all...]
  /art/runtime/
profiler.cc 271 std::string full_name = output_filename_; local
272 VLOG(profiler) << "Saving profile to " << full_name;
274 int fd = open(full_name.c_str(), O_RDWR);
277 LOG(ERROR) << "Failed to open profile file " << full_name;
285 LOG(ERROR) << "Failed to lock profile file " << full_name;
310 LOG(ERROR) << "Failed to truncate profile file " << full_name;
316 LOG(ERROR) << "Failed to unlock profile file " << full_name;
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 406 m["full_name"] = enum_descriptor.full_name();
411 " full_name='$full_name$',\n"
497 m["full_name"] = descriptor.full_name();
503 "full_name='$full_name$',\n"
519 m["full_name"] = method->full_name();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 23 _FX_BSTR full_name; member in struct:__anon21386::PDF_AbbrPairs
67 return CFX_ByteStringC(table[i].full_name.m_Ptr, table[i].full_name.m_Size);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 281 return field->message_type()->full_name();
751 "// @@protoc_insertion_point(class_scope:$full_name$)\n",
752 "full_name", descriptor_->full_name());
    [all...]
cpp_message_field.cc 61 (*variables)["full_name"] = descriptor->full_name();
95 " // @@protoc_insertion_point(field_get:$full_name$)\n");
109 " // @@protoc_insertion_point(field_mutable:$full_name$)\n"
126 " // @@protoc_insertion_point(field_set_allocated:$full_name$)\n"
285 " // @@protoc_insertion_point(field_get:$full_name$)\n"
289 " // @@protoc_insertion_point(field_mutable:$full_name$)\n"
293 " // @@protoc_insertion_point(field_add:$full_name$)\n"
299 " // @@protoc_insertion_point(field_list:$full_name$)\n"
304 " // @@protoc_insertion_point(field_mutable_list:$full_name$)\n
    [all...]
  /art/test/971-iface-super/util-src/
generate_smali.py 479 def __init__(self, ifaces, iface_type, full_name = None):
485 if full_name is None:
489 self.class_name = full_name
495 return TestInterface(self.ifaces, v, full_name = self.class_name)
  /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-trace/catapult/telemetry/telemetry/timeline/
process.py 77 self._counters[ctr.full_name] = ctr
  /external/freetype/src/cff/
cfftypes.h 110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h 110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 89 string ToJavaName(const string& full_name,
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomlookuptask_unittest.cc 112 EXPECT_EQ(room_full_name, listener->last_room.full_name());
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidobjs.c 233 FT_FREE( info->full_name );
375 char* full = info->full_name;
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.c 233 FT_FREE( info->full_name );
375 char* full = info->full_name;
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 309 extension.full_name,))
401 field.full_name)
460 self._cmsg = NewCMessage(message_descriptor.full_name)
562 self._cmsg.full_name, ','.join(self.FindInitializationErrors())))
642 cls._extensions_by_name[extension_handle.full_name] = extension_handle
647 extension_handle.message_type.full_name] = extension_handle
descriptor_test.py 60 full_name='protobuf_unittest.ForeignEnum',
70 full_name='protobuf_unittest.TestAllTypes.NestedMessage',
77 full_name='protobuf_unittest.TestAllTypes.NestedMessage.bb',
91 full_name='protobuf_unittest.TestService.Bar',
98 full_name='protobuf_unittest.TestServiceWithOptions',
636 self.assertEqual(result.nested_types[0].fields[0].full_name,
  /external/ltrace/
ltrace-elf.c 999 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);
    [all...]
  /external/avahi/avahi-compat-libdns_sd/
compat.c 698 char full_name[AVAHI_DOMAIN_NAME_MAX]; local
708 ret = avahi_service_name_join(full_name, sizeof(full_name), name, type, domain);
711 strcat(full_name, ".");
713 sdref->service_resolver_callback(sdref, 0, interface, kDNSServiceErr_NoError, full_name, host_name, htons(port), l, (unsigned char*) p, sdref->context);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
extended_descriptor.py 50 full_name: Fully qualified name of this enum class.
65 full_name = messages.StringField(101) variable in class:ExtendedEnumDescriptor
96 full_name: Full qualified name of this message.
118 full_name = messages.StringField(101) variable in class:ExtendedMessageDescriptor
210 " %s, '%s', '%s'," % (descriptor.full_name, mapping.python_name,

Completed in 2867 milliseconds

1 2 34 5 6 7