HomeSort by relevance Sort by last modified time
    Searched defs:CASES (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_encode_basestring_ascii.py 5 CASES = [
27 for input_string, expect in CASES:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_encode_basestring_ascii.py 5 CASES = [
27 for input_string, expect in CASES:
  /external/python/cpython2/Lib/json/tests/
test_encode_basestring_ascii.py 5 CASES = [
27 for input_string, expect in CASES:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 5 CASES = [
27 for input_string, expect in CASES:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 5 CASES = [
27 for input_string, expect in CASES:
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 34 #define CASES SANDBOX_BPF_DSL_CASES
402 .CASES((F_GETFL, F_GETFD), Error(ENOENT))
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 111 #define CASES SANDBOX_BPF_DSL_CASES
154 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE
192 return Switch(request).CASES((TCGETS, FIONREAD), Allow()).Default(
235 .CASES((F_GETFL,
257 .CASES((SYS_SOCKETPAIR,
289 .CASES((FUTEX_WAIT, FUTEX_WAKE, FUTEX_REQUEUE, FUTEX_CMP_REQUEUE,
299 Switch(who).CASES((0, target_pid), Allow()).Default(Error(EPERM)))
316 .CASES((0, target_pid), Allow())
327 return Switch(pid).CASES((0, target_pid), Allow()).Default(CrashSIGSYS());
340 .CASES((
    [all...]

Completed in 749 milliseconds