HomeSort by relevance Sort by last modified time
    Searched full:_stringify (Results 1 - 14 of 14) sorted by null

  /external/qemu/android/config/
check-esd.c 23 #define STRINGIFY(x) _STRINGIFY(x)
24 #define _STRINGIFY(x) #x
check-pulseaudio.c 23 #define STRINGIFY(x) _STRINGIFY(x)
24 #define _STRINGIFY(x) #x
check-alsa.c 21 #define STRINGIFY(x) _STRINGIFY(x)
22 #define _STRINGIFY(x) #x
  /external/qemu/android/utils/
system.h 86 #define _STRINGIFY(x) #x
87 #define STRINGIFY(x) _STRINGIFY(x)
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 39 #define STRINGIFY(x) _STRINGIFY(x)
40 #define _STRINGIFY(x) #x
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 180 def _stringify(string): function
187 def _stringify(string): function
872 self.append(_stringify(data))
890 dict[_stringify(items[i])] = items[i+1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 180 def _stringify(string): function
187 def _stringify(string): function
872 self.append(_stringify(data))
890 dict[_stringify(items[i])] = items[i+1]
    [all...]
  /external/qemu/android/
main.c 66 #define STRINGIFY(x) _STRINGIFY(x)
67 #define _STRINGIFY(x) #x
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 29 from Tkinter import _flatten, _join, _stringify namespace
54 value = _stringify(value)
    [all...]
Tkinter.py 67 return ' '.join(map(_stringify, value))
69 def _stringify(value): function
73 value = _stringify(value[0])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 29 from Tkinter import _flatten, _join, _stringify namespace
54 value = _stringify(value)
    [all...]
Tkinter.py 67 return ' '.join(map(_stringify, value))
69 def _stringify(value): function
73 value = _stringify(value[0])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 149 # SF bug #1115989: wrong decoding in '_stringify'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 149 # SF bug #1115989: wrong decoding in '_stringify'
    [all...]

Completed in 613 milliseconds