Home
last modified time | relevance | path

Searched refs:get_name (Results 1 – 25 of 31) sorted by relevance

12

/external/freetype/include/freetype/internal/services/
Dsvgldict.h50 FT_GlyphDict_GetNameFunc get_name; in FT_DEFINE_SERVICE() local
70 clazz->get_name = get_name_; \
/external/qemu/elff/
Ddwarf_die.cc42 const char* DIEObject::get_name() const { in get_name() function in DIEObject
56 return org_die_obj->get_name(); in get_name()
66 return org_die_obj->get_name(); in get_name()
200 get_name()); in dump()
Ddwarf_die.h64 const char* get_name() const;
Delf_file.cc226 address_info->routine_name = info.die_obj->get_name(); in get_pc_address_info()
295 info.die_obj->get_name(); in get_pc_address_info()
/external/oprofile/libpp/
Dname_storage.cpp35 string const & image_name_storage::get_name(image_name_id id, in get_name() function in image_name_storage
47 get_name(id, int_real_filename, extra); in get_name()
Dsymbol.cpp48 return image_names.get_name(id, type, extra); in get_image_name()
Dname_storage.h114 std::string const & get_name(image_name_id id,
Dxml_utils.cpp419 string get_name() { return name; } in get_name() function in module_info
644 string current_module_name = (m == 0 ? "" : my_modules[m-1].get_name()); in add_module_symbol()
902 (nr_modules == 0 ? "" : my_modules[nr_modules-1].get_name()); in add_modules()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php64 abstract public function get_name(); function in OAuthSignatureMethod
100 function get_name() { function in OAuthSignatureMethod_HMAC_SHA1
126 public function get_name() { function in OAuthSignatureMethod_PLAINTEXT
162 public function get_name() { function in OAuthSignatureMethod_RSA_SHA1
450 $signature_method->get_name(),
492 $this->signature_methods[$signature_method->get_name()] =
/external/bluetooth/glib/gio/
Dgdrive.h78 char * (* get_name) (GDrive *drive); member
Dgvolume.h118 char * (* get_name) (GVolume *volume); member
Dgmount.h81 char * (* get_name) (GMount *mount); member
Dgappinfo.h96 const char * (* get_name) (GAppInfo *appinfo); member
Dgdrive.c173 return (* iface->get_name) (drive); in g_drive_get_name()
Dgwin32mount.c338 iface->get_name = g_win32_mount_get_name; in g_win32_mount_mount_iface_init()
Dgvolume.c180 return (* iface->get_name) (volume); in g_volume_get_name()
Dgappinfo.c226 return (* iface->get_name) (appinfo); in g_app_info_get_name()
Dgmount.c190 return (* iface->get_name) (mount); in g_mount_get_name()
Dgunixmount.c456 iface->get_name = g_unix_mount_get_name; in g_unix_mount_mount_iface_init()
Dgunixvolume.c520 iface->get_name = g_unix_volume_get_name; in g_unix_volume_volume_iface_init()
Dgwin32appinfo.c381 iface->get_name = g_win32_app_info_get_name; in g_win32_app_info_iface_init()
/external/stlport/src/
Dlocale_catalog.cpp205 loc_name_func_t get_name, in __release_category() argument
212 char const* name = get_name(cat, buf); in __release_category()
/external/tcpdump/missing/
Dgetaddrinfo.c183 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) in get_name() function
/external/webkit/Source/WebCore/accessibility/gtk/
DWebKitAccessibleHyperlink.cpp169 iface->get_name = webkitAccessibleHyperlinkActionGetName; in atkActionInterfaceInit()
/external/icu4c/test/cintltst/
Dnucnvtst.c4852 const char * get_name; in TestLMBCS() local
4873 get_name = ucnv_getName (cnv1, &errorCode); in TestLMBCS()
4874 if (strcmp(NAME_LMBCS_1,get_name)){ in TestLMBCS()
4875 log_err("Unexpected converter name: %s\n", get_name); in TestLMBCS()
4877 get_name = ucnv_getName (cnv2, &errorCode); in TestLMBCS()
4878 if (strcmp(NAME_LMBCS_2,get_name)){ in TestLMBCS()
4879 log_err("Unexpected converter name: %s\n", get_name); in TestLMBCS()

12