HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 1051 - 1075 of 2901) sorted by null

<<41424344454647484950>>

  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon55819::__anon55821
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon56586::__anon56588
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon57365::__anon57367
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon58143::__anon58145
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon58919::__anon58921
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon59696::__anon59698
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon60466::__anon60468
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon61233::__anon61235
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
irda.h 151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon62012::__anon62014

Completed in 1597 milliseconds

<<41424344454647484950>>