HomeSort by relevance Sort by last modified time
    Searched refs:get_name (Results 1 - 25 of 39) sorted by null

1 2

  /external/freetype/include/freetype/internal/services/
svgldict.h 50 FT_GlyphDict_GetNameFunc get_name; local
70 clazz->get_name = get_name_; \
  /external/oprofile/libpp/
symbol.cpp 48 return image_names.get_name(id, type, extra);
name_storage.cpp 35 string const & image_name_storage::get_name(image_name_id id, function in class:image_name_storage
47 get_name(id, int_real_filename, extra);
65 throw op_runtime_error("image_name_storage::get_name() called"
70 " image_name_storage;;get_name()");
name_storage.h 107 * can't be located the return value is the same as if get_name()
114 std::string const & get_name(image_name_id id,
xml_utils.cpp 419 string get_name() { return name; } function in class:module_info
644 string current_module_name = (m == 0 ? "" : my_modules[m-1].get_name());
902 (nr_modules == 0 ? "" : my_modules[nr_modules-1].get_name());
  /external/qemu/elff/
dwarf_die.cc 42 const char* DIEObject::get_name() const { function in class:DIEObject
56 return org_die_obj->get_name();
66 return org_die_obj->get_name();
200 get_name());
dwarf_die.h 64 const char* get_name() const;
elf_file.cc 226 address_info->routine_name = info.die_obj->get_name();
295 info.die_obj->get_name();
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 42 const char* DIEObject::get_name() const { function in class:DIEObject
56 return org_die_obj->get_name();
66 return org_die_obj->get_name();
200 get_name());
dwarf_die.h 64 const char* get_name() const;
elf_file.cc 226 address_info->routine_name = info.die_obj->get_name();
295 info.die_obj->get_name();
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 64 abstract public function get_name();
100 function get_name() { function
126 public function get_name() { function
162 public function get_name() { function
450 $signature_method->get_name(),
492 $this->signature_methods[$signature_method->get_name()] =
  /external/bluetooth/glib/gio/
gdrive.h 46 * @get_name: Returns the name for the given #GDrive.
78 char * (* get_name) (GDrive *drive); member in struct:_GDriveIface
gvolume.h 81 * @get_name: Gets a string containing the name of the #GVolume.
118 char * (* get_name) (GVolume *volume); member in struct:_GVolumeIface
gmount.h 48 * @get_name: Gets a string containing the name of the #GMount.
81 char * (* get_name) (GMount *mount); member in struct:_GMountIface
gappinfo.h 62 * @get_name: Gets the name of the application for a #GAppInfo.
96 const char * (* get_name) (GAppInfo *appinfo); member in struct:_GAppInfoIface
gdrive.c 173 return (* iface->get_name) (drive);
gvolume.c 180 return (* iface->get_name) (volume);
gwin32mount.c 338 iface->get_name = g_win32_mount_get_name;
gappinfo.c 226 return (* iface->get_name) (appinfo);
gmount.c 190 return (* iface->get_name) (mount);
  /external/stlport/src/
locale_catalog.cpp 205 loc_name_func_t get_name,
212 char const* name = get_name(cat, buf);
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 205 loc_name_func_t get_name,
212 char const* name = get_name(cat, buf);
  /external/tcpdump/missing/
getaddrinfo.c 183 static int get_name (const char *, const struct afd *, struct addrinfo **,
651 get_name(ap, afd, &cur->ai_next,
811 get_name(pton, afd, &cur->ai_next,
905 get_name(addr, afd, res, numaddr, pai, servname) function
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 169 iface->get_name = webkitAccessibleHyperlinkActionGetName;

Completed in 616 milliseconds

1 2