| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| urllib.py | 528 dirs = path.split('/') 581 [type, data] = url.split(',', 1) [all...] |
| /prebuilts/go/darwin-x86/src/net/http/cgi/ |
| host_test.go | 65 split := strings.SplitN(trimmedLine, "=", 2) 66 if len(split) != 2 { 68 len(split), linesRead, line, m) 70 m[split[0]] = split[1] 488 cwd, _ = filepath.Split(perl)
|
| /prebuilts/go/linux-x86/src/net/http/cgi/ |
| host_test.go | 65 split := strings.SplitN(trimmedLine, "=", 2) 66 if len(split) != 2 { 68 len(split), linesRead, line, m) 70 m[split[0]] = split[1] 488 cwd, _ = filepath.Split(perl)
|
| /prebuilts/ndk/r13/sources/third_party/vulkan/src/ |
| vulkan.py | [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| urllib.py | 528 dirs = path.split('/') 581 [type, data] = url.split(',', 1) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| urllib.py | 528 dirs = path.split('/') 581 [type, data] = url.split(',', 1) [all...] |
| /external/clang/lib/AST/ |
| Type.cpp | 213 SplitQualType split = getSplitDesugaredType(T); local 214 return Context.getQualifiedType(split.Ty, split.Quals); 219 SplitQualType split = type.split(); local 220 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); 221 return Context.getQualifiedType(desugar, split.Quals); 260 SplitQualType split = type.split(); local 263 Qualifiers quals = split.Quals [all...] |
| /external/protobuf/js/binary/ |
| utils.js | 48 * have to split them into two 32-bit halves and do the math manually. 52 * bits of a split value - for example, if the original value was a 64-bit 63 * of whatever value was split. 72 * @param {number} value The number to split. 88 * @param {number} value The number to split. 121 * @param {number} value The number to split. 124 // Convert to sign-magnitude and scale by 2 before we split the value. 132 // If the value is negative, subtract 1 from the split representation so we 338 // Increment the split value if the sign bit was set. 442 * Losslessly converts a 64-bit unsigned integer in 32:32 split representatio [all...] |
| /external/abi-compliance-checker/modules/Internals/ |
| SysCheck.pm | 101 foreach (split(/\n/, readFile($SPath1."/sonames.txt"))) 103 if(my ($LFName, $Soname) = split(/;/, $_)) 111 foreach (split(/\n/, readFile($SPath2."/sonames.txt"))) 113 if(my ($LFName, $Soname) = split(/;/, $_)) 122 foreach (split(/\n/, readFile($SPath1."/versions.txt"))) 124 if(my ($LFName, $V) = split(/;/, $_)) { 128 foreach (split(/\n/, readFile($SPath2."/versions.txt"))) 130 if(my ($LFName, $V) = split(/;/, $_)) { [all...] |
| /external/python/cpython2/Lib/test/ |
| test_re.py | 225 self.assertEqual(re.split(":", ":a:b::c"), ['', 'a', 'b', '', 'c']) 226 self.assertEqual(re.split(":*", ":a:b::c"), ['', 'a', 'b', 'c']) 227 self.assertEqual(re.split("(:*)", ":a:b::c"), 229 self.assertEqual(re.split("(?::*)", ":a:b::c"), ['', 'a', 'b', 'c']) 230 self.assertEqual(re.split("(:)*", ":a:b::c"), 232 self.assertEqual(re.split("([b:]+)", ":a:b::c"), 234 self.assertEqual(re.split("(b)|(:+)", ":a:b::c"), 237 self.assertEqual(re.split("(?:b)|(?::+)", ":a:b::c"), 241 self.assertEqual(re.split(":", ":a:b::c", 2), ['', 'a', 'b::c']) 242 self.assertEqual(re.split(':', 'a:b:c:d', 2), ['a', 'b', 'c:d'] [all...] |
| /external/skia/samplecode/ |
| SampleAAGeometry.cpp | [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
| DecPomAlignment.py | 129 (Path, Name) = os.path.split(Filename)
400 PackagePath = os.path.split(self.GetFullPath())[0]
614 StrList = StringDefClassObject.StringName.split('_')
658 StrNameList = PromptStrList[Index][1].split('_')
672 StrNameList = HelpStrList[Index][1].split('_')
689 StrNameList = PcdErrStrList[Index][1].split('_')
[all...] |
| /external/libxml2/doc/ |
| index.py | 248 l = string.split(desc, ".") 505 l = string.split(str) 560 l = string.split(str) 606 l = string.split(str) 653 l = string.split(str) 795 l = string.split(info) 834 l = string.split(info) [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
| build.py | 75 extns = os.environ['PATHEXT'].split(os.path.pathsep)
78 for pathDir in os.environ['PATH'].split(os.path.pathsep):
263 Command = Command.split()
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| urllib.py | 524 dirs = path.split('/')
577 [type, data] = url.split(',', 1)
[all...] |
| rfc822.py | 400 for line in text.split("\n"):
430 for line in text.split("\n"):
857 data = data.split()
867 stuff = data[0].split('-')
899 tm = tm.split(':')
[all...] |
| /external/python/cpython2/Lib/plat-mac/ |
| gensuitemodule.py | 72 split = a.split('=') 73 if len(split) != 2: 75 edit_modnames.append(split) 458 packagename = os.path.split(os.path.normpath(pathname))[1] 463 dirname, basepkgname = os.path.split(os.path.normpath(basepkgname)) 593 self.modname = os.path.splitext(os.path.split(self.pathname)[1])[0] 704 modshortname = string.split(self.basemodule.__name__, '.')[-1] [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
| gensuitemodule.py | 72 split = a.split('=') 73 if len(split) != 2: 75 edit_modnames.append(split) 458 packagename = os.path.split(os.path.normpath(pathname))[1] 463 dirname, basepkgname = os.path.split(os.path.normpath(basepkgname)) 593 self.modname = os.path.splitext(os.path.split(self.pathname)[1])[0] 704 modshortname = string.split(self.basemodule.__name__, '.')[-1] [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| gensuitemodule.py | 72 split = a.split('=') 73 if len(split) != 2: 75 edit_modnames.append(split) 458 packagename = os.path.split(os.path.normpath(pathname))[1] 463 dirname, basepkgname = os.path.split(os.path.normpath(basepkgname)) 593 self.modname = os.path.splitext(os.path.split(self.pathname)[1])[0] 704 modshortname = string.split(self.basemodule.__name__, '.')[-1] [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| regrtest.py | 311 huntrleaks = a.split(':')
328 u = [x.lower() for x in a.split(',')]
404 guts = line.split() # assuming no test has whitespace in its name
426 " ".join(sys.version.split())
[all...] |
| /external/clang/utils/ABITest/ |
| ABITestGen.py | 272 if t.name.split(' ')[-1] == '_Bool': 280 elif t.name.split(' ')[-1] in ('_Bool','char','short', 510 for specifier in opts.bitFields.split(','): 513 name,width = specifier.strip().split(':', 1) 543 for i,t in enumerate(opts.vectorTypes.split(',')):
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| Utility.java | [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| Utility.java | [all...] |
| /external/libxml2/xstc/ |
| xstc.py | 95 options.combines = options.combines.split() 128 dirs = fileName.split("/") 200 dirs = self.fileName.split("/") 207 tokens = self.name.split("-") 213 tokens = self.groupName.split("-")
|
| /external/llvm/lib/Support/ |
| Host.cpp | 1048 Str.split(Lines, "\n"); [all...] |