| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| configDialog.py | 14 import string namespace 42 'Python Strings':('string','05'), 194 ('\n ','normal'),('"""string"""','string'),('\n var0 = ','normal'), 195 ("'string'",'string'),('\n var1 = ','normal'),("'selected'",'hilite'), 564 value=str(value) #make sure we use a string 665 binding=string.join(prevKeys[event]) [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| gensuitemodule.py | 15 import string namespace 78 sys.stderr.write("creator must be 4-char string\n") 704 modshortname = string.split(self.basemodule.__name__, '.')[-1] 740 # Generate doc string (important, since it may be the only [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| platform.py | 7 information concatenated as single string to stdout. The output 82 # 0.2.1 - added cache logic and changed the platform string format 116 import sys,string,os,re namespace 208 tv = string.split(line) 214 version = string.strip(value) 216 values = string.split(value,'-') 224 pkg = string.split(line,'-') 284 l = string.split(string.strip(firstline)) 455 version string using the format major.minor.build (or patchlevel) [all...] |
| xmllib.py | 6 import string namespace 23 _QStr = "(?:'[^']*'|\"[^\"]*\")" # quoted XML string 73 attrtrans = string.maketrans(' \r\n\t', ' ') 225 # to the end of the string that is to be replaced [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_bigmem.py | 6 import string namespace 353 # The test takes about size bytes to build a string, and then about 371 # Allocates a string of twice size (and briefly two) and a list of 373 # list of size times the same one-character string, so we only 439 trans = string.maketrans('.aZ', '-!$') 498 # repr() will create a string four times as large as this 'binary 499 # string', but we don't want to allocate much more than twice 525 # doubled string is > 2G (but it tests more if both are > 2G :) 535 # repeated string is > 2G (but it tests more if both are > 2G :) 559 # string, too [all...] |
| test_dict.py | 4 import UserDict, random, string namespace 18 items = [(''.join(random.sample(string.letters, 8)), i)
|
| test_re.py | 7 import string namespace 365 self.assertEqual(re.match("(a)", "a").string, "a") 403 # There's a word boundary at the start of a string. 405 # A non-empty string includes a non-boundary zero-length match. 407 # There is no non-boundary match at the start of a string. 409 # However, an empty string contains no word boundaries, and also no 415 # A single word-character string has two boundaries, but no 504 alnum_chars = string.ascii_letters + string.digits 517 alnum_chars = (string.ascii_letters + string.digits).encode('ascii' [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
| test_all.py | 415 import string namespace 416 string.letters=[chr(i) for i in xrange(65,91)]
|
| test_basics.py | 8 import string namespace 1002 for x in string.letters: 1050 self.assertEqual(count, len(string.letters)) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| configDialog.py | 14 import string namespace 42 'Python Strings':('string','05'), 194 ('\n ','normal'),('"""string"""','string'),('\n var0 = ','normal'), 195 ("'string'",'string'),('\n var1 = ','normal'),("'selected'",'hilite'), 564 value=str(value) #make sure we use a string 665 binding=string.join(prevKeys[event]) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| platform.py | 7 information concatenated as single string to stdout. The output 82 # 0.2.1 - added cache logic and changed the platform string format 116 import sys,string,os,re namespace 208 tv = string.split(line) 214 version = string.strip(value) 216 values = string.split(value,'-') 224 pkg = string.split(line,'-') 284 l = string.split(string.strip(firstline)) 455 version string using the format major.minor.build (or patchlevel) [all...] |
| xmllib.py | 6 import string namespace 23 _QStr = "(?:'[^']*'|\"[^\"]*\")" # quoted XML string 73 attrtrans = string.maketrans(' \r\n\t', ' ') 225 # to the end of the string that is to be replaced [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| refpolicy.py | 20 import string namespace 45 # String represenations of the above constants 220 """Convert a set (or any sequence type) into a string representation 229 raise ValueError("cannot convert 0 len set to string") 239 raise ValueError("cannot conver 0 len set to comma string") 262 """Create a SecurityContext object, optionally from a string. 265 [context] - string representing a security context. Same format 266 as a string passed to the from_string method. 277 """Parse a string representing a context into a SecurityContext. 279 The string should be in the standard format - e.g. [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_bigmem.py | 6 import string namespace 353 # The test takes about size bytes to build a string, and then about 371 # Allocates a string of twice size (and briefly two) and a list of 373 # list of size times the same one-character string, so we only 439 trans = string.maketrans('.aZ', '-!$') 498 # repr() will create a string four times as large as this 'binary 499 # string', but we don't want to allocate much more than twice 525 # doubled string is > 2G (but it tests more if both are > 2G :) 535 # repeated string is > 2G (but it tests more if both are > 2G :) 559 # string, too [all...] |
| test_dict.py | 4 import UserDict, random, string namespace 18 items = [(''.join(random.sample(string.letters, 8)), i)
|
| test_re.py | 7 import string namespace 365 self.assertEqual(re.match("(a)", "a").string, "a") 403 # There's a word boundary at the start of a string. 405 # A non-empty string includes a non-boundary zero-length match. 407 # There is no non-boundary match at the start of a string. 409 # However, an empty string contains no word boundaries, and also no 415 # A single word-character string has two boundaries, but no 504 alnum_chars = string.ascii_letters + string.digits 517 alnum_chars = (string.ascii_letters + string.digits).encode('ascii' [all...] |
| /system/core/adb/ |
| test_device.py | 30 import string namespace 273 shell_args: List of string arguments to `adb shell`. 274 input: String input to send to the interactive shell. 454 large_input = '\n'.join(c * 100 for c in (string.ascii_letters + 455 string.digits)) 577 def compute_md5(string): 579 hsh.update(string) [all...] |
| /system/core/include/log/ |
| log.h | 569 char *string; member in union:__anon74247::__anon74248 623 /* XXX Macros to work around syntax errors in places where format string 686 * Send a simple string to the log.
|
| /system/core/libusbhost/ |
| usbhost.c | 35 #include <string.h> 59 // Some devices fail to send string descriptors if we attempt reading > 255 bytes 454 char string[256]; local 462 string[0] = 0; 480 // skip first word, and copy the rest to the string, changing shorts to bytes. 483 string[i - 1] = buffer[i]; 484 string[i - 1] = 0; 485 return strdup(string);
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar | |
| /external/icu/android_icu4j/src/main/java/android/icu/math/ |
| BigDecimal.java | 19 /* between an instance of a BigDecimal object and its String */ 21 /* to and from String and character array objects, and well as */ 89 /* constructor, no blanks in string constructor, add */ 115 * and its <code>String</code> representation; the <code>BigDecimal</code> class provides direct conversions to and from 116 * <code>String</code> and character array (<code>char[]</code>) objects, as well as conversions to and from the Java 163 * implication, how the result would be represented as a character string). These rules are defined in the BigDecimal 191 * <code>String</code>, and <code>def</code> (in this and following examples) refers to <code>MathContext.DEFAULT</code> 223 // private static final java.lang.String $0="BigDecimal.nrx"; 332 // private static final java.lang.String 363 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string, [all...] |
| /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
| BigDecimal.java | 16 /* between an instance of a BigDecimal object and its String */ 18 /* to and from String and character array objects, and well as */ 86 /* constructor, no blanks in string constructor, add */ 112 * and its <code>String</code> representation; the <code>BigDecimal</code> class provides direct conversions to and from 113 * <code>String</code> and character array (<code>char[]</code>) objects, as well as conversions to and from the Java 160 * implication, how the result would be represented as a character string). These rules are defined in the BigDecimal 188 * <code>String</code>, and <code>def</code> (in this and following examples) refers to <code>MathContext.DEFAULT</code> 221 // private static final java.lang.String $0="BigDecimal.nrx"; 341 // private static final java.lang.String 372 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string, [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| BigDecimal.java | 18 /* between an instance of a BigDecimal object and its String */ 20 /* to and from String and character array objects, and well as */ 88 /* constructor, no blanks in string constructor, add */ 114 * and its <code>String</code> representation; the <code>BigDecimal</code> class provides direct conversions to and from 115 * <code>String</code> and character array (<code>char[]</code>) objects, as well as conversions to and from the Java 162 * implication, how the result would be represented as a character string). These rules are defined in the BigDecimal 190 * <code>String</code>, and <code>def</code> (in this and following examples) refers to <code>MathContext.DEFAULT</code> 223 // private static final java.lang.String $0="BigDecimal.nrx"; 343 // private static final java.lang.String 374 * This property is an optimization; it allows us to defer number layout until it is actually needed as a string, [all...] |