Searched refs:lnum (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dtokenize.py363 lnum = parenlev = continued = 0
374 lnum = lnum + 1
384 strstart, (lnum, end), contline + line)
389 strstart, (lnum, len(line)), contline)
414 (lnum, pos), (lnum, pos + len(comment_token)), line)
416 (lnum, nl_pos), (lnum, len(line)), line)
419 (lnum, po
[all...]
/external/python/cpython2/Lib/
H A Dtokenize.py303 lnum = parenlev = continued = 0
314 lnum += 1
324 strstart, (lnum, end), contline + line)
329 strstart, (lnum, len(line)), contline)
359 (lnum, pos), (lnum, pos + len(comment_token)), line)
361 (lnum, nl_pos), (lnum, len(line)), line)
364 (lnum, pos), (lnum, le
[all...]
H A Dcgitb.py119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
[all...]
H A Dinspect.py576 lnum = object.co_firstlineno - 1
578 while lnum > 0:
579 if pat.match(lines[lnum]): break
580 lnum = lnum - 1
581 return lines, lnum
590 lines, lnum = findsource(object)
609 elif lnum > 0:
610 indent = indentsize(lines[lnum])
611 end = lnum
[all...]
/external/llvm/utils/vim/indent/
H A Dllvm.vim28 function! FindOpenBrace(lnum)
29 call cursor(a:lnum, 1)
35 let thisline = getline(v:lnum)
37 call cursor(v:lnum, 1)
40 if opening_lnum != v:lnum
47 let blockbegin = FindOpenBrace(v:lnum)
54 let prev_lnum = prevnonblank(v:lnum - 1)
/external/conscrypt/libcore-stub/src/main/java/libcore/java/io/
H A DNullPrintStream.java83 public void print(long lnum) {} argument
113 public void println(long lnum) {} argument
/external/kernel-headers/original/uapi/mtd/
H A Dubi-user.h390 * @lnum: logical eraseblock number to change
405 __s32 lnum; member in struct:ubi_leb_change_req
414 * @lnum: logical eraseblock number to unmap
418 __s32 lnum; member in struct:ubi_map_req
/external/strace/linux/
H A Dubi-user.h374 * @lnum: logical eraseblock number to change
389 __s32 lnum; member in struct:ubi_leb_change_req
398 * @lnum: logical eraseblock number to unmap
402 __s32 lnum; member in struct:ubi_map_req
/external/mksh/src/
H A Dshf.c793 unsigned long lnum; local
911 lnum = (long)VA(ssize_t);
913 lnum = VA(long);
915 lnum = (long)(short)VA(int);
917 lnum = (long)VA(int);
924 lnum = VA(size_t);
926 lnum = VA(unsigned long);
928 lnum = (unsigned long)(unsigned short)VA(int);
930 lnum = (unsigned long)VA(unsigned int);
940 if (0 > (long)lnum) {
[all...]
/external/strace/
H A Dubi.c124 tprintf("{lnum=%d, bytes=%d}", leb.lnum, leb.bytes);
156 tprintf("{lnum=%" PRIi32 ", dtype=%" PRIi8 "}",
157 map.lnum, map.dtype);
/external/mesa3d/src/mesa/main/
H A Dlight.h85 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
H A Dlight.c101 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params) argument
105 assert(lnum < MAX_LIGHTS);
106 light = &ctx->Light.Light[lnum];
194 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params );
/external/curl/tests/server/
H A Dfake_ntlm.c168 long lnum = strtol(env, &endptr, 10); local
169 if((endptr != env + strlen(env)) || (lnum < 1L)) {
173 testnum = lnum;
/external/curl/tests/
H A Dmemanalyze.pl92 my $lnum=0;
96 $lnum++;
144 print "Mixed debug compile ($source:$linenum at line $lnum), rebuild curl now\n";
/external/openssh/
H A Dssh-keygen.c888 u_long lnum = 0; local
900 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) {
918 if (lnum == 1 && strcmp(identity_file, "-") != 0 &&
951 debug("%s:%lu: not a public key", path, lnum);
1935 u_long lnum = 0; local
1950 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) {
1961 lnum, ssh_err(r));
1965 error("%s:%lu is not a certificate", path, lnum);
1969 if (!is_stdin && lnum == 1)
1972 printf("%s:%lu:\n", path, lnum);
2005 u_long lnum = 0; local
[all...]
/external/svox/pico/lib/
H A Dpicopr.c1316 picoos_int32 lnum; local
1333 lnum = 0;
1348 lnum = PICO_PITCH_DEFAULT;
1352 lnum = PICO_SPEED_DEFAULT;
1356 lnum = PICO_VOLUME_DEFAULT;
1382 pr_putItem(this, pr,& (*first),& (*last),PICODATA_ITEM_CMD,lcmd,PICODATA_ITEMINFO2_CMD_ABSOLUTE,lnum,(picoos_uchar*)"");
1462 lnum = 1;
1466 lnum = 1;
1470 lnum = 0;
1486 pr_putItem(this, pr,& (*first),& (*last),PICODATA_ITEM_CMD, lcmd,lnum,
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 807 milliseconds