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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
flow.h 22 void *isl_restriction_free(__isl_take isl_restriction *restr);
32 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
flow.h 22 void *isl_restriction_free(__isl_take isl_restriction *restr);
32 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
  /ndk/sources/host-tools/nawk-20071023/
awk.h 221 uschar *restr; member in struct:fa
b.c 97 && strcmp((const char *) fatab[i]->restr, s) == 0) {
147 f->restr = (uschar *) tostring(s);
953 xfree(f->restr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)

Completed in 392 milliseconds