| /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon62790::__anon62792
|
| /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon63566::__anon63568
|
| /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon64343::__anon64345
|
| /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon65113::__anon65115
|
| /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon65880::__anon65882
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon66659::__anon66661
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon67437::__anon67439
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon68213::__anon68215
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
| irda.h | 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon68990::__anon68992
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| unicodeobject.h | 18 * Yet another Unicode string type for Python. This type supports the 30 * This Unicode String Type is 404 #define Py_UNICODE_MATCH(string, offset, substring) \ 405 ((*((string)->str + (offset)) == *((substring)->str)) && \ 406 ((*((string)->str + (offset) + (substring)->length-1) == *((substring)->str + (substring)->length-1))) && \ 407 !memcmp((string)->str + (offset), (substring)->str, (substring)->length*sizeof(Py_UNICODE))) 421 string, or NULL; this is used for 478 const char *u /* string */ 521 1. String and other char buffer compatible objects are decoded 560 (Advanced String Formatting). * 721 PyObject* string \/* 256 character map *\/ variable [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| PyShell.py | 6 import string namespace 40 IDENTCHARS = string.ascii_letters + string.digits + "_" 265 lineno = int(float(ranges[index].string)) 266 end = int(float(ranges[index+1].string)) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_collections.py | 95 # verify that field string can have commas 100 # verify that fieldspec can be a non-string sequence 142 import string, random namespace 143 names = list(set(''.join([random.choice(string.ascii_letters) [all...] |
| test_csv.py | 832 import array, string namespace 833 a = array.array('c', string.letters) [all...] |
| test_urllib2.py | 28 import string namespace 30 fname = fname.translate(string.maketrans("/.", "./")) 47 for string, list in tests: 48 self.assertEqual(urllib2.parse_http_list(string), list) 369 return None. Using a tuple instead of a string causes the method to [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| urllib.py | 25 import string namespace [all...] |
| xmlrpclib.py | 112 DateTime dateTime wrapper for an ISO 8601 string or time tuple or 139 import re, string, time, operator namespace 169 # decode non-ascii string (if possible) 174 def escape(s, replace=string.replace): 180 def _stringify(string): 183 return string.encode("ascii") 185 return string 187 def _stringify(string): 188 return string 263 # a fault string. This exception can also used as a class, t [all...] |
| zipfile.py | 8 import string namespace 330 """Return the per-file header as a string.""" [all...] |
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| unicodeobject.h | 18 * Yet another Unicode string type for Python. This type supports the 30 * This Unicode String Type is 404 #define Py_UNICODE_MATCH(string, offset, substring) \ 405 ((*((string)->str + (offset)) == *((substring)->str)) && \ 406 ((*((string)->str + (offset) + (substring)->length-1) == *((substring)->str + (substring)->length-1))) && \ 407 !memcmp((string)->str + (offset), (substring)->str, (substring)->length*sizeof(Py_UNICODE))) 421 string, or NULL; this is used for 478 const char *u /* string */ 521 1. String and other char buffer compatible objects are decoded 560 (Advanced String Formatting). * 721 PyObject* string \/* 256 character map *\/ variable [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| PyShell.py | 6 import string namespace 40 IDENTCHARS = string.ascii_letters + string.digits + "_" 265 lineno = int(float(ranges[index].string)) 266 end = int(float(ranges[index+1].string)) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_collections.py | 95 # verify that field string can have commas 100 # verify that fieldspec can be a non-string sequence 142 import string, random namespace 143 names = list(set(''.join([random.choice(string.ascii_letters) [all...] |
| test_csv.py | 832 import array, string namespace 833 a = array.array('c', string.letters) [all...] |
| test_urllib2.py | 28 import string namespace 30 fname = fname.translate(string.maketrans("/.", "./")) 47 for string, list in tests: 48 self.assertEqual(urllib2.parse_http_list(string), list) 369 return None. Using a tuple instead of a string causes the method to [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| urllib.py | 25 import string namespace [all...] |
| xmlrpclib.py | 112 DateTime dateTime wrapper for an ISO 8601 string or time tuple or 139 import re, string, time, operator namespace 169 # decode non-ascii string (if possible) 174 def escape(s, replace=string.replace): 180 def _stringify(string): 183 return string.encode("ascii") 185 return string 187 def _stringify(string): 188 return string 263 # a fault string. This exception can also used as a class, t [all...] |
| zipfile.py | 8 import string namespace 330 """Return the per-file header as a string.""" [all...] |