HomeSort by relevance Sort by last modified time
    Searched refs:check_coding_spec (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 256 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, function
436 This function is called from check_bom and check_coding_spec.
508 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) {
680 /* need to check line 1 and 2 separately since check_coding_spec
683 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
686 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 256 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, function
456 This function is called from check_bom and check_coding_spec.
528 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) {
700 /* need to check line 1 and 2 separately since check_coding_spec
703 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
706 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 260 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, function
460 This function is called from check_bom and check_coding_spec.
532 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) {
704 /* need to check line 1 and 2 separately since check_coding_spec
707 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl))
710 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0],
    [all...]

Completed in 196 milliseconds