OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CASES
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc
100
#define
CASES
SANDBOX_BPF_DSL_CASES
143
.
CASES
((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE
155
return Switch(request).
CASES
((TCGETS, FIONREAD), Allow()).Default(
198
.
CASES
((F_GETFL,
220
.
CASES
((SYS_SOCKETPAIR,
252
.
CASES
((FUTEX_WAIT,
267
Switch(who).
CASES
((0, target_pid), Allow()).Default(Error(EPERM)))
284
.
CASES
((0, target_pid), Allow())
295
return Switch(pid).
CASES
((0, target_pid), Allow()).Default(CrashSIGSYS());
308
.
CASES
((CLOCK_MONOTONIC, CLOCK_MONOTONIC_COARSE, CLOCK_PROCESS_CPUTIME_ID
[
all
...]
/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
63
// tests all
cases
in a single input array. TEST_2D tests all
64
// combinations of
cases
from two arrays. The arrays must be statically
77
#define TEST_1D(FIXTURE, NAME,
CASES
) \
81
void DoSingleCase(const CaseType&
CASES
##_case); \
85
for (int i = 0; i < GOOGLE_ARRAYSIZE(
CASES
); i++) { \
87
<< #
CASES
" case #" << i << ": " <<
CASES
[i]); \
88
DoSingleCase(
CASES
[i]); \
93
void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType&
CASES
##_case)
173
// we test
cases
where reads cross buffer boundaries as well as case
[
all
...]
coded_stream_unittest.cc
65
// tests all
cases
in a single input array. TEST_2D tests all
66
// combinations of
cases
from two arrays. The arrays must be statically
82
#define TEST_1D(FIXTURE, NAME,
CASES
) \
86
void DoSingleCase(const CaseType&
CASES
##_case); \
90
for (int i = 0; i < GOOGLE_ARRAYSIZE(
CASES
); i++) { \
92
<< #
CASES
" case #" << i << ": " <<
CASES
[i]); \
93
DoSingleCase(
CASES
[i]); \
98
void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType&
CASES
##_case)
141
// 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))
/ndk/build/core/
add-application.mk
99
# SPECIAL
CASES
:
104
# ADDITIONAL
CASES
for remote server where total number of files is limited
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
93
* Use
cases
for ThreadGroup include for example testing thread-safety of
[
all
...]
Completed in 254 milliseconds