HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 1076 - 1100 of 7669) sorted by null

<<41424344454647484950>>

  /external/parameter-framework/upstream/parameter/
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/python/cpython3/Doc/includes/sqlite3/
converter_point.py 14 x, y = list(map(float, s.split(b";")))
  /external/python/cpython3/Doc/tools/static/
sidebar.js 146 var items = document.cookie.split(';');
148 var key_val = items[k].split('=');
  /external/python/cpython3/Lib/idlelib/
calltip_w.py 28 curline = int(self.widget.index("insert").split('.')[0])
57 int, self.widget.index(parenleft).split("."))
93 curline, curcol = map(int, self.widget.index("insert").split('.'))
141 x, y = map(int, parent.geometry().split('+')[1:])
145 text.insert("insert", "string.split")
dynoption.py 42 x, y = map(int, parent.geometry().split('+')[1:])
  /external/python/cpython3/Lib/xml/dom/
domreg.py 82 parts = s.split()
  /external/python/cpython3/Tools/scripts/
nm2def.py 51 items = line.split()
parseentities.py 47 comment = ' '.join(comment.split())
patchcheck.py 42 with subprocess.Popen(cmd.split(),
57 with subprocess.Popen(cmd.split(), stdout=subprocess.PIPE) as st:
62 with subprocess.Popen(cmd.split(), stdout=subprocess.PIPE) as st:
72 filename = filename.split(' -> ', 2)[1].strip()
rgrep.py 41 lines = buffer.split("\n")

Completed in 899 milliseconds

<<41424344454647484950>>