HomeSort by relevance Sort by last modified time
    Searched defs:__STRING (Results 151 - 167 of 167) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 94 * strings produced by the __STRING macro, but this only works with ANSI C.
97 #define ___STRING(x) __STRING(x)
103 #define __STRING(x) #x
119 #define __STRING(x) "x"
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 94 * strings produced by the __STRING macro, but this only works with ANSI C.
97 #define ___STRING(x) __STRING(x)
103 #define __STRING(x) #x
119 #define __STRING(x) "x"
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 94 * strings produced by the __STRING macro, but this only works with ANSI C.
97 #define ___STRING(x) __STRING(x)
103 #define __STRING(x) #x
119 #define __STRING(x) "x"
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 94 * strings produced by the __STRING macro, but this only works with ANSI C.
97 #define ___STRING(x) __STRING(x)
103 #define __STRING(x) #x
119 #define __STRING(x) "x"
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 94 * strings produced by the __STRING macro, but this only works with ANSI C.
97 #define ___STRING(x) __STRING(x)
103 #define __STRING(x) #x
119 #define __STRING(x) "x"
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
cdefs.h 122 * concatenate double-quoted strings produced by the __STRING macro, but
125 * __XSTRING is like __STRING, but it expands any macros in its argument
132 #define __STRING(x) #x /* stringify without expanding x */
133 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
149 #define __STRING(x) "x"
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 56 def __STRING(x): return #x
IN.py 56 def __STRING(x): return #x
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 56 def __STRING(x): return #x
IN.py 56 def __STRING(x): return #x
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 56 def __STRING(x): return #x
IN.py 56 def __STRING(x): return #x
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-atheos/
IN.py 57 def __STRING(x): return #x
59 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 177 def __STRING(x): return #x
181 def __STRING(x): return "x"

Completed in 1369 milliseconds

1 2 3 4 5 67