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

  /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...]
  /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:
  /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/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 64 // tests all cases in a single input array. TEST_2D tests all
65 // combinations of cases from two arrays. The arrays must be statically
78 #define TEST_1D(FIXTURE, NAME, CASES) \
82 void DoSingleCase(const CaseType& CASES##_case); \
86 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
88 << #CASES " case #" << i << ": " << CASES[i]); \
89 DoSingleCase(CASES[i]); \
94 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
174 // we test cases where reads cross buffer boundaries as well as case
    [all...]
coded_stream_unittest.cc 71 // tests all cases in a single input array. TEST_2D tests all
72 // combinations of cases from two arrays. The arrays must be statically
88 #define TEST_1D(FIXTURE, NAME, CASES) \
92 void DoSingleCase(const CaseType& CASES##_case); \
96 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
98 << #CASES " case #" << i << ": " << CASES[i]); \
99 DoSingleCase(CASES[i]); \
104 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
147 // we test cases where reads or writes cross buffer boundaries, case
    [all...]
  /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/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 97 * Use cases for ThreadGroup include for example testing thread-safety of
    [all...]

Completed in 1189 milliseconds