HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 926 - 950 of 1699) sorted by null

<<31323334353637383940>>

  /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...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 25 #include <string.h>
116 const char* string; member in struct:__anon81176
138 for ( ; werr->string != NULL; werr++ ) {
156 /* this function returns a string describing the latest Winsock error */
163 for ( ; werr->string; werr++ ) {
165 result = werr->string;
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 65 * also the supplied vector and string classes, see following sections for
175 #include <string>
224 /*! \brief Get error string associated with exception
226 * \return A memory pointer to the error message string.
327 /*! \class string
328 * \brief Simple string class, that provides a limited subset of std::string
331 class string class in namespace:cl
337 string(void) : size_(0), str_(NULL) function in class:cl::string
341 string(char * str, ::size_t size) function in class:cl::string
355 string(char * str) : function in class:cl::string
392 string(const string& rhs) function in class:cl::string
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 65 * also the supplied vector and string classes, see following sections for
175 #include <string>
224 /*! \brief Get error string associated with exception
226 * \return A memory pointer to the error message string.
327 /*! \class string
328 * \brief Simple string class, that provides a limited subset of std::string
331 class string class in namespace:cl
337 string(void) : size_(0), str_(NULL) function in class:cl::string
341 string(char * str, ::size_t size) function in class:cl::string
355 string(char * str) : function in class:cl::string
392 string(const string& rhs) function in class:cl::string
    [all...]
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 7662 milliseconds

<<31323334353637383940>>