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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity':
    [all...]
decoder.py 157 nextchar = s[end:end + 1]
158 # Normally we expect nextchar == '"'
159 if nextchar != '"':
160 if nextchar in _ws:
162 nextchar = s[end:end + 1]
164 if nextchar == '}':
172 elif nextchar != '"':
202 nextchar = s[end]
203 if nextchar in _ws:
205 nextchar = s[end]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity':
    [all...]
decoder.py 156 nextchar = s[end:end + 1]
157 # Normally we expect nextchar == '"'
158 if nextchar != '"':
159 if nextchar in _ws:
161 nextchar = s[end:end + 1]
163 if nextchar == '}':
171 elif nextchar != '"':
201 nextchar = s[end]
202 if nextchar in _ws:
204 nextchar = s[end]
    [all...]
  /external/python/cpython2/Lib/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 155 nextchar = s[end:end + 1]
156 # Normally we expect nextchar == '"'
157 if nextchar != '"':
158 if nextchar in _ws:
160 nextchar = s[end:end + 1]
162 if nextchar == '}':
170 elif nextchar != '"':
200 nextchar = s[end]
201 if nextchar in _ws:
203 nextchar = s[end
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 156 nextchar = s[end:end + 1]
157 # Normally we expect nextchar == '"'
158 if nextchar != '"':
159 if nextchar in _ws:
161 nextchar = s[end:end + 1]
163 if nextchar == '}':
171 elif nextchar != '"':
201 nextchar = s[end]
202 if nextchar in _ws:
204 nextchar = s[end
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 156 nextchar = s[end:end + 1]
157 # Normally we expect nextchar == '"'
158 if nextchar != '"':
159 if nextchar in _ws:
161 nextchar = s[end:end + 1]
163 if nextchar == '}':
171 elif nextchar != '"':
201 nextchar = s[end]
202 if nextchar in _ws:
204 nextchar = s[end
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 156 nextchar = s[end:end + 1]
157 # Normally we expect nextchar == '"'
158 if nextchar != '"':
159 if nextchar in _ws:
161 nextchar = s[end:end + 1]
163 if nextchar == '}':
171 elif nextchar != '"':
201 nextchar = s[end]
202 if nextchar in _ws:
204 nextchar = s[end
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 156 nextchar = s[end:end + 1]
157 # Normally we expect nextchar == '"'
158 if nextchar != '"':
159 if nextchar in _ws:
161 nextchar = s[end:end + 1]
163 if nextchar == '}':
171 elif nextchar != '"':
201 nextchar = s[end]
202 if nextchar in _ws:
204 nextchar = s[end
    [all...]
  /external/libusb/examples/getopt/
getopt.c 144 static char *nextchar;
403 nextchar = NULL;
468 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
143 static char *nextchar; variable
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 147 static char *nextchar;
414 nextchar = NULL;
479 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
146 static char *nextchar; variable
    [all...]
  /external/python/cpython3/Lib/json/
scanner.py 30 nextchar = string[idx]
34 if nextchar == '"':
36 elif nextchar == '{':
39 elif nextchar == '[':
41 elif nextchar == 'n' and string[idx:idx + 4] == 'null':
43 elif nextchar == 't' and string[idx:idx + 4] == 'true':
45 elif nextchar == 'f' and string[idx:idx + 5] == 'false':
56 elif nextchar == 'N' and string[idx:idx + 3] == 'NaN':
58 elif nextchar == 'I' and string[idx:idx + 8] == 'Infinity':
60 elif nextchar == '-' and string[idx:idx + 9] == '-Infinity'
    [all...]
decoder.py 146 nextchar = s[end:end + 1]
147 # Normally we expect nextchar == '"'
148 if nextchar != '"':
149 if nextchar in _ws:
151 nextchar = s[end:end + 1]
153 if nextchar == '}':
161 elif nextchar != '"':
190 nextchar = s[end]
191 if nextchar in _ws:
193 nextchar = s[end
    [all...]
  /external/syslinux/gpxe/src/include/
getopt.h 54 extern int nextchar;
91 nextchar = 0;
  /external/syslinux/gpxe/src/core/
getopt.c 53 int nextchar; variable
177 nextchar++;
183 nextchar = 0;
188 nextchar = 0;
256 if ( nextchar < 1 )
257 nextchar = 1;
258 opttext = ( argv[optind] + nextchar );
exec.c 42 int nextchar; variable
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic6x.h 179 enum expr_mode mode, char *nextchar);
tc-mmix.c 462 int nextchar = ','; local
464 while (nextchar == ',')
504 nextchar = *p++;
508 if (nextchar != ',')
    [all...]
tc-tic6x.c     [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 417 milliseconds

1 2