/external/oprofile/libpp/ |
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()");
|
symbol.cpp | 48 return image_names.get_name(id, type, extra);
|
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/freetype/include/freetype/internal/services/ |
svgldict.h | 50 FT_GlyphDict_GetNameFunc get_name; local 76 clazz->get_name = get_name_; \
|
svpostnm.h | 29 * font when available. The `get_name' field should never be NULL.
|
/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/freetype/src/sfnt/ |
sfobjs.c | 529 #define GET_NAME( id, field ) \ 763 GET_NAME( PREFERRED_FAMILY, &face->root.family_name ); 765 GET_NAME( FONT_FAMILY, &face->root.family_name ); 768 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ); 770 GET_NAME( FONT_SUBFAMILY, &face->root.style_name ); 774 GET_NAME( WWS_FAMILY, &face->root.family_name ); 776 GET_NAME( PREFERRED_FAMILY, &face->root.family_name ); 778 GET_NAME( FONT_FAMILY, &face->root.family_name ); 780 GET_NAME( WWS_SUBFAMILY, &face->root.style_name ); 782 GET_NAME( PREFERRED_SUBFAMILY, &face->root.style_name ) [all...] |
/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/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()] =
|
/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/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
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/ |
msm_camera.h | 349 #define GET_NAME 0
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/ |
msm_camera.h | 349 #define GET_NAME 0
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
WebKitAccessibleHyperlink.cpp | 169 iface->get_name = webkitAccessibleHyperlinkActionGetName;
|