HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 926 - 950 of 6499) sorted by null

<<31323334353637383940>>

  /external/ltp/pan/cgi/
reconsile.cgi 18 ($a, $b, $lastsuite) = split(/\./, $results[0]);
20 ($a, $b, $thissuite) = split(/\./, $results[$i]);
57 ($host, $datestr, $suite, $ext) = split(/\./, $result_filename);
79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line);
  /external/markdown/markdown/
blockparser.py 67 blocks which will be split on blank lines, it could contain only one
75 self.parseBlocks(parent, text.split('\n\n'))
  /external/markdown/markdown/extensions/
fenced_code.py 100 return text.split("\n")
  /external/parameter-framework/upstream/parameter/
MappingData.cpp 41 for (const auto &strMappingElement : mappingTok.split()) {
PathNavigator.cpp 42 _astrItems = tokenizer.split();
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
InclusiveCriterion.py 64 valueList = stringNewVal.split()
  /external/python/cpython2/Demo/scripts/
pp.py 49 for line in optarg.split('\n'):
99 ' \t \t \tif FS: F = L.split(FS)',
100 ' \t \t \telse: F = L.split()'
  /external/python/cpython2/Doc/includes/sqlite3/
converter_point.py 14 x, y = map(float, s.split(";"))
  /external/python/cpython2/Doc/tools/static/
sidebar.js 139 var items = document.cookie.split(';');
141 var key_val = items[k].split('=');
  /external/python/cpython2/Lib/plat-mac/
macostools.py 37 dstdir, dstname = os.path.split(dst)
62 head, tail = os.path.split(dst)
83 pardir = os.path.split(dst)[0]
95 mkdirs(os.path.split(dst)[0])
  /external/python/cpython2/Lib/plat-riscos/
rourl2path.py 23 components = string.split(url, '/')
  /external/python/cpython2/Lib/
stringold.py 103 # Split a string into a list of space/tab-separated words
104 def split(s, sep=None, maxsplit=0): function
105 """split(str [,sep [,maxsplit]]) -> list of strings
112 (split and splitfields are synonymous)
115 return s.split(sep, maxsplit)
116 splitfields = split
372 Split the argument into words using split, capitalize each
378 return join(map(capitalize, s.split(sep)), sep or ' ')
  /external/python/cpython2/Mac/Demo/quicktime/
MovieInWindow.py 35 theWindow = Win.NewCWindow(bounds, os.path.split(filename)[1], 1, 0, -1, 0, 0)
  /external/python/cpython2/Tools/compiler/
regrtest.py 25 libdir = os.path.split(test.__path__[0])[0]
  /external/python/cpython2/Tools/scripts/
cvsfiles.py 53 words = e.split('/')
h2py.py 47 searchdirs=os.environ['include'].split(';')
50 searchdirs=os.environ['INCLUDE'].split(';')
54 searchdirs=os.environ['BEINCLUDES'].split(';')
56 searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
nm2def.py 51 items = line.split()
rgrep.py 40 lines = buffer.split("\n")
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
  /external/python/cpython2/Tools/unicode/
genwincodec.py 55 ) + code.split('"""#"', 1)[1]
  /external/selinux/python/sepolgen/src/sepolgen/
defaults.py 47 paths = paths.split(":")
  /external/selinux/python/sepolgen/tests/
test_audit.py 70 avc.from_split_string(granted1.split())
91 recs = audit1.split()
115 recs = audit2.split()
139 recs = path1.split()
test_refpolicy.py 27 s = s.to_space_str().split(' ')
29 expected = "{ read write getattr }".split(' ')
107 a = a.to_string().split(' ')
109 b = "dontaudit { foo_t user_t } { user_home_t bar_t }:{ lnk_file file } { read write };".split(' ')
  /external/selinux/python/sepolicy/sepolicy/
interface.py 92 admin_list.append(i.split("_admin")[0])
168 interface_text = "%s(%s) %s" % (interface, ", ".join(idict[interface][0]), " ".join(idict[interface][1].split("\n")))
200 filename = os.path.basename(if_file).split(".")[0]
222 if not (interface.split("_")[0] in exclude_interfaces or idict[interface][2] in exclude_interface_type):
  /external/skia/infra/bots/recipes/
infra.py 27 repo_name = api.properties['repository'].split('/')[-1]

Completed in 849 milliseconds

<<31323334353637383940>>