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

  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 125 final RestrictionApplicator restr =
165 final RestrictionApplicator restr =
  /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)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 97 milliseconds