Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DAutoCompleteWindow.py56 def _change_start(self, newstart): argument
57 min_len = min(len(self.start), len(newstart))
59 while i < min_len and self.start[i] == newstart[i]:
64 if i < len(newstart):
66 newstart[i:])
67 self.start = newstart
123 newstart = lts
129 newstart = selstart[:i]
130 self._change_start(newstart)
/external/python/cpython3/Lib/idlelib/
Dautocomplete_w.py61 def _change_start(self, newstart): argument
62 min_len = min(len(self.start), len(newstart))
64 while i < min_len and self.start[i] == newstart[i]:
69 if i < len(newstart):
71 newstart[i:])
72 self.start = newstart
128 newstart = lts
134 newstart = selstart[:i]
135 self._change_start(newstart)
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1473 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1491 newstart = scan - 1; in findmust()
1514 start = newstart; in findmust()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c1600 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1618 newstart = scan - 1; in findmust()
1641 start = newstart; in findmust()
/external/llvm/lib/Support/
Dregcomp.c1473 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1491 newstart = scan - 1; in findmust()
1514 start = newstart; in findmust()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c1424 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1442 newstart = scan - 1; in findmust()
1465 start = newstart; in findmust()