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

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 110 final RestrictionApplicator restr =
  /external/one-true-awk/
awk.h 229 uschar *restr; member in struct:fa
b.c 98 && strcmp((const char *) fatab[i]->restr, s) == 0) {
148 f->restr = (uschar *) tostring(s);
965 xfree(f->restr);
run.c 1285 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 218 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
  /external/python/cpython2/Lib/
csv.py 218 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
  /external/python/cpython3/Lib/
csv.py 218 for restr in (r'(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
222 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
  /external/mesa3d/src/compiler/nir/
nir_print.c 404 const char *const restr = (var->data.image.restrict_flag) ? "restrict " : ""; local
407 fprintf(fp, "%s%s%s%s%s", coher, volat, restr, ronly, wonly);
    [all...]

Completed in 880 milliseconds