HomeSort by relevance Sort by last modified time
    Searched refs:_str (Results 26 - 50 of 50) sorted by null

12

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
cdefs_elf.h 91 #define __SECTIONSTRING(_sec, _str) \
92 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
94 #define __SECTIONSTRING(_sec, _str) \
95 __asm__(".section _sec\n\t.asciz _str\n\t.previous")
  /frameworks/base/cmds/servicemanager/
binder.h 112 void bio_put_string16_x(struct binder_io *bio, const char *_str);
binder.c 529 void bio_put_string16_x(struct binder_io *bio, const char *_str)
531 unsigned char *str = (unsigned char*) _str;
540 len = strlen(_str);
  /external/qemu/android/skin/
keyset.c 199 static const struct { int _sym; const char* _str; } keysym_names[] = member in struct:__anon9464
216 return keysym_names[index]._str;
249 p = bufprint(p, end, "%s", keysym_names[nn]._str);
307 if ( !stricmp(str, keysym_names[nn]._str) )
309 if ( !strcasecmp(str, keysym_names[nn]._str) )
  /external/valgrind/main/memcheck/tests/
varinfo5so.c 129 struct _str { int bing; int bong; XX xyzzy[77]; } struct
  /external/clang/test/CodeGen/
x86_64-arguments.c 247 // CHECK: declare void @func(%struct._str* byval align 16)
248 typedef struct _str { struct
  /external/valgrind/main/VEX/priv/
main_util.c 321 # define PUTSTR(_str) \
322 do { HChar* _qq = _str; for (; *_qq; _qq++) PUT(*_qq); } \
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp     [all...]
  /external/icu4c/tools/genpname/
genpname.cpp 60 AliasName::AliasName(const char* _str,
62 str(_str),
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 468 # define FAIL(_str) \
471 res.word = (UWord)(_str); \
    [all...]
debuginfo.c     [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 449 # define BAD(_str) do { whassup = (_str); goto bad; } while (0)
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 803 #define BAD(_str) do { how = (_str); goto bad; } while (0)
838 #define BAD(_str) do { how = (_str); goto bad; } while (0)
    [all...]

Completed in 1097 milliseconds

12