HomeSort by relevance Sort by last modified time
    Searched refs:startline (Results 1 - 25 of 40) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 200 startline, startchar = self._decode(index1)
202 endline, endchar = startline, startchar+1
206 if startline == endline:
207 return self.data[startline][startchar:endchar]
209 lines = [self.data[startline][startchar:]]
210 for i in range(startline+1, endline):
222 startline, startchar = self._decode(index1, -1)
224 if startchar < len(self.data[startline])-1:
226 endline, endchar = startline, startchar+1
227 elif startline < len(self.data) - 1
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 200 startline, startchar = self._decode(index1)
202 endline, endchar = startline, startchar+1
206 if startline == endline:
207 return self.data[startline][startchar:endchar]
209 lines = [self.data[startline][startchar:]]
210 for i in range(startline+1, endline):
222 startline, startchar = self._decode(index1, -1)
224 if startchar < len(self.data[startline])-1:
226 endline, endchar = startline, startchar+1
227 elif startline < len(self.data) - 1
    [all...]
  /external/apache-commons-bcel/src/examples/Mini/
ASCII_CharStream.java 237 public ASCII_CharStream(java.io.Reader dstream, int startline,
246 line = startline;
255 public ASCII_CharStream(java.io.Reader dstream, int startline,
258 this(dstream, startline, startcolumn, 4096);
260 static public void ReInit(java.io.Reader dstream, int startline,
264 line = startline;
279 static public void ReInit(java.io.Reader dstream, int startline,
282 ReInit(dstream, startline, startcolumn, 4096);
284 public ASCII_CharStream(java.io.InputStream dstream, int startline,
287 this(new java.io.InputStreamReader(dstream), startline, startcolumn, 4096)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
JavaCharStream.java 410 int startline, int startcolumn, int buffersize)
413 line = startline;
425 int startline, int startcolumn)
427 this(dstream, startline, startcolumn, 4096);
437 int startline, int startcolumn, int buffersize)
440 line = startline;
458 int startline, int startcolumn)
460 ReInit(dstream, startline, startcolumn, 4096);
469 public JavaCharStream(java.io.InputStream dstream, String encoding, int startline,
472 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
SimpleCharStream.java 275 public SimpleCharStream(Provider dstream, int startline,
279 line = startline;
289 public SimpleCharStream(Provider dstream, int startline,
292 this(dstream, startline, startcolumn, 4096);
302 public void ReInit(Provider dstream, int startline,
306 line = startline;
322 public void ReInit(Provider dstream, int startline,
325 ReInit(dstream, startline, startcolumn, 4096);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status)
330 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
454 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status)
471 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
532 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
544 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
594 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
601 return parseUCARules(tag, startline, status);
604 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1849 uint32_t startline; local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
JavaCharStream.java 413 int startline, int startcolumn, int buffersize)
416 line = startline;
428 int startline, int startcolumn)
430 this(dstream, startline, startcolumn, 4096);
440 int startline, int startcolumn, int buffersize)
443 line = startline;
461 int startline, int startcolumn)
463 ReInit(dstream, startline, startcolumn, 4096);
  /external/python/cpython2/Lib/
tokenize.py 202 startline = False
218 startline = True
219 elif startline and indents:
224 startline = False
236 startline = token[0] in (NEWLINE, NL)
260 startline = True
261 elif startline and indents:
263 startline = False
  /external/python/cpython2/Lib/idlelib/
SearchEngine.py 145 startline = line
153 if wrapped and line > startline:
167 startline = line
175 if wrapped and line < startline:
  /external/python/cpython3/Lib/idlelib/
searchengine.py 147 startline = line
155 if wrapped and line > startline:
169 startline = line
177 if wrapped and line < startline:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 114 startline = int(opts.get('-s', '1'))
117 for lineno, line in izip(count(startline), islice(source, startline-1, None)):
cleanfuture.py 184 startline = srow - 1 # tokenize is one-based
245 changed.append((startline, endline, line))
  /external/python/cpython2/Tools/scripts/
texcheck.py 114 startline = int(opts.get('-s', '1'))
117 for lineno, line in izip(count(startline), islice(source, startline-1, None)):
cleanfuture.py 184 startline = srow - 1 # tokenize is one-based
245 changed.append((startline, endline, line))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 212 startline = False
219 startline = True
233 startline = True
234 elif startline and indents:
236 startline = False
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 207 startline = False
214 startline = True
237 startline = True
238 elif startline and indents:
240 startline = False
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 219 startline = token[0] in (NEWLINE, NL)
243 startline = True
244 elif startline and indents:
246 startline = False
  /external/python/cpython3/Lib/
tokenize.py 241 startline = False
260 startline = True
261 elif startline and indents:
266 startline = False
278 startline = token[0] in (NEWLINE, NL)
305 startline = True
306 elif startline and indents:
308 startline = False
  /external/python/cpython3/Tools/scripts/
cleanfuture.py 184 startline = srow - 1 # tokenize is one-based
245 changed.append((startline, endline, line))
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 212 startline = False
219 startline = True
233 startline = True
234 elif startline and indents:
236 startline = False
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 200 startline = False
207 startline = True
221 startline = True
222 elif startline and indents:
224 startline = False
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 486 'setgrid', 'spacing1', 'spacing2', 'spacing3', 'startline', 'state',
515 self.checkParam(widget, 'startline', 15)
517 errmsg='-startline must be less than or equal to -endline')
566 self.checkParam(widget, 'startline', 200, expected='')
567 self.checkParam(widget, 'startline', -10, expected='')
568 self.checkInvalidParam(widget, 'startline', 'spam',
570 self.checkParam(widget, 'startline', 10)
572 self.checkInvalidParam(widget, 'startline', 70,
573 errmsg='-startline must be less than or equal to -endline')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 497 'setgrid', 'spacing1', 'spacing2', 'spacing3', 'startline', 'state',
526 self.checkParam(widget, 'startline', 15)
528 errmsg='-startline must be less than or equal to -endline')
577 self.checkParam(widget, 'startline', 200, expected='')
578 self.checkParam(widget, 'startline', -10, expected='')
579 self.checkInvalidParam(widget, 'startline', 'spam',
581 self.checkParam(widget, 'startline', 10)
583 self.checkInvalidParam(widget, 'startline', 70,
584 errmsg='-startline must be less than or equal to -endline')
    [all...]
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/libcups/cups/
ppd.c 2871 startline, \/* Start line *\/ local
    [all...]

Completed in 575 milliseconds

1 2