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

1 2

  /external/freetype/include/freetype/internal/services/
svgldict.h 50 FT_GlyphDict_GetNameFunc get_name; local
76 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 44 const char* DIEObject::get_name() const { function in class:DIEObject
58 return org_die_obj->get_name();
68 return org_die_obj->get_name();
202 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/harfbuzz_ng/src/
hb-ot-name-table.hh 79 inline unsigned int get_name (unsigned int platform_id, function in struct:OT::name
hb-ot-layout-gsubgpos-private.hh 43 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
53 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
58 inline const char *get_name (void) { return "CLOSURE"; } function in struct:OT::hb_closure_context_t
103 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
108 inline const char *get_name (void) { return "WOULD_APPLY"; } function in struct:OT::hb_would_apply_context_t
141 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
146 inline const char *get_name (void) { return "COLLECT_GLYPHS"; } function in struct:OT::hb_collect_glyphs_context_t
213 inline const char *get_name (void) { return "GET_COVERAGE"; } function in struct:OT::hb_get_coverage_context_t
234 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
239 inline const char *get_name (void) { return "APPLY"; function in struct:OT::hb_apply_context_t
    [all...]
hb-uniscribe.cc 124 unsigned int len = name_table->get_name (3, 1, 0x409, 4,
hb-open-type-private.hh 171 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
181 inline const char *get_name (void) { return "SANITIZE"; } function in struct:OT::hb_sanitize_context_t
  /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);
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 74 def get_name(self): member in class:DebugAppInfo
366 if not currentAppInfo.get_name():
371 self._update_status(currentAppInfo.get_name(),
540 self.process_name = currentAppInfo.get_name()
599 self.process_name = currentAppInfo.get_name()
722 print "\tname=" + currentAppInfo.get_name()
  /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;
AccessibilityObjectWrapperAtk.cpp 712 klass->get_name = webkit_accessible_get_name;
789 iface->get_name = webkit_accessible_action_get_name;
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 4864 const char * get_name; local
    [all...]
  /external/openssl/ssl/
kssl.c 686 char * (KRB5_CALLCONV *get_name) member in struct:_krb5_cc_ops
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]

Completed in 657 milliseconds

1 2