/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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> 120 const char* string; member in struct:__anon60720 142 for ( ; werr->string != NULL; werr++ ) { 160 /* this function returns a string describing the latest Winsock error */ 167 for ( ; werr->string; werr++ ) { 169 result = werr->string; [all...] |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.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 | |
/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 | |
/art/oatdump/ |
oatdump.cc | 22 #include <string> 99 explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file) 132 const std::string image_file_location(oat_header.GetImageFileLocation()); 656 const std::string host_prefix_; 665 explicit ImageDumper(std::ostream* os, const std::string& image_filename, 666 const std::string& host_prefix, gc::space::ImageSpace& image_space, 723 std::string oat_location(oat_location_object->AsString()->ToModifiedUtf8()); 778 std::string cache_location(GetDalvikCacheFilenameOrDie(image_filename_)); 809 mirror::String* string = value->AsString(); local [all...] |
/art/tools/ |
cpplint.py | 85 import string namespace 205 'runtime/string', 261 'string', 'strstream', 'strstream.h', 'tempbuf.h', 'tree.h', 'typeinfo', 410 """Matches the string with the pattern, caching the compiled regexp.""" 420 """Searches the string for the pattern, caching the compiled regexp.""" 507 The empty string if the header is in the right order, or an 560 self.errors_by_category = {} # string to int dict storing error counts 588 filters: A string of comma-separated filters (eg "+whitespace/indent"). 668 filters: A string of comma-separated filters (eg "whitespace/indent"). 873 category: A string used to describe the "category" this bu [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 3 import sys, re, string namespace 59 tokSTRING = "<string>" 64 an 'id' and a 'value'. the id is a string that identifies 65 the token's class, while the value is the string of the 98 return "(string '%s')" % self.value 620 # op is an "operator" string 711 s = self.arg # string value 715 return string.atoi(s) 959 where "op" is a string describing the operation""" [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string 49 // ::string, which is different to std::string). 50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string 160 // string. 163 // string. 181 // StringFromGTestEnv() - parses a string environment variable. 187 #include <string.h> 195 #include <string> // NOLINT 324 // The user told us that ::std::string isn't available 738 typedef ::string string; typedef in namespace:testing::internal 740 typedef ::std::string string; typedef in namespace:testing::internal [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | 51 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string 53 // ::string, which is different to std::string). 54 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string 173 // string. 176 // string. 194 // StringFromGTestEnv() - parses a string environment variable. 200 #include <string.h> 213 #include <string> // NOLINT 376 // The user told us that ::std::string isn't available 870 typedef ::string string; typedef in namespace:testing::internal 872 typedef ::std::string string; typedef in namespace:testing::internal [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
CompositeEditCommand.cpp | 498 void CompositeEditCommand::insertTextIntoNode(PassRefPtr<Text> node, unsigned offset, const String& text) 509 void CompositeEditCommand::replaceTextInNode(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText) 517 Position CompositeEditCommand::replaceSelectedTextInNode(const String& text) 538 void CompositeEditCommand::replaceTextInNodePreservingMarkers(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText) 613 static inline bool containsOnlyWhitespace(const String& text) 623 bool CompositeEditCommand::shouldRebalanceLeadingWhitespaceFor(const String& text) const 654 String text = toText(node)->data(); 668 String text = textNode->data(); 687 String string = text.substring(upstream, length) local [all...] |
TextIterator.cpp | 71 SearchBuffer(const String& target, FindOptions); 512 return string()[startOffset() + index]; 515 String TextIterator::substring(unsigned position, unsigned length) const 524 return String(&m_singleCharacterBuffer, 1); 526 return string().substring(startOffset() + position, length); 538 builder.append(string(), startOffset() + position, lengthToAppend); 550 String str = renderer->text(); 562 String firstLetter = m_firstLetterText->text(); 621 String str = renderer->text(); 1504 String CharacterIterator::string(int numChars) function in class:WebCore::CharacterIterator [all...] |
VisibleUnits.cpp | 287 int& previousBoxLength, bool& previousBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogicallyOrderedLeafBoxes& leafBoxes) 295 string.clear(); 298 previousBox->textRenderer()->text().appendTo(string, previousBox->start(), previousBoxLength); 301 textBox->textRenderer()->text().appendTo(string, textBox->start(), textBox->len()); 304 return wordBreakIterator(string.data(), len); 308 bool& nextBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogicallyOrderedLeafBoxes& leafBoxes) 316 string.clear(); 317 textBox->textRenderer()->text().appendTo(string, textBox->start(), textBox->len()); 320 nextBox->textRenderer()->text().appendTo(string, nextBox->start(), nextBox->len()); 324 return wordBreakIterator(string.data(), len) 358 Vector<UChar, 1024> string; local 460 Vector<UChar, 1024> string; local 540 Vector<UChar, 1024> string; local [all...] |