Home
last modified time | relevance | path

Searched refs:test_flag (Results 1 – 25 of 30) sorted by relevance

12

/external/toolchain-utils/crosperf/
Dflag_test_unittest.py7 import test_flag
18 self.assertTrue(type(test_flag.is_test) is list)
19 self.assertEqual(len(test_flag.is_test), 1)
23 save_flag = test_flag.GetTestMode()
27 test_flag.SetTestMode(True)
28 self.assertTrue(test_flag.GetTestMode())
31 test_flag.SetTestMode(save_flag)
32 self.assertFalse(test_flag.GetTestMode())
36 self.assertTrue(type(test_flag.is_test) is list)
37 self.assertEqual(len(test_flag.is_test), 1)
Dexperiment_factory_unittest.py19 import test_flag
96 test_flag.SetTestMode(False)
133 test_flag.SetTestMode(True)
175 test_flag.SetTestMode(True)
240 test_flag.SetTestMode(True)
Ddownload_images.py11 import test_flag
142 if not test_flag.GetTestMode():
199 if not test_flag.GetTestMode():
268 if not test_flag.GetTestMode():
Dexperiment.py21 import test_flag
76 if test_flag.GetTestMode():
200 if test_flag.GetTestMode():
Dcrosperf.py24 import test_flag
106 test_flag.SetTestMode(True)
Dgenerate_report_unittest.py16 import test_flag
171 test_flag.SetTestMode(True)
Dexperiment_runner.py13 import test_flag
107 if test_flag.GetTestMode():
136 if not self.locked_machines or test_flag.GetTestMode():
Dschedv2_unittest.py13 import test_flag
217 test_flag.SetTestMode(True)
Ddownload_images_unittest.py16 import test_flag
47 test_flag.SetTestMode(True)
Dsuite_runner.py13 import test_flag
265 if not test_flag.GetTestMode():
Dexperiment_factory.py17 import test_flag
295 if test_flag.GetTestMode():
Dsuite_runner_unittest.py16 import test_flag
327 test_flag.SetTestMode(True)
Dschedv2.py9 import test_flag
237 self._in_test_mode = test_flag.GetTestMode()
Dresults_report_unittest.py16 import test_flag
434 test_flag.SetTestMode(True)
Dexperiment_runner_unittest.py21 import test_flag
107 test_flag.SetTestMode(True)
/external/ltp/testcases/kernel/syscalls/chown/
Dchown02.c100 int test_flag; member
122 int test_flag; /* test condition specific flag variable */ in main() local
138 test_flag = test_cases[i].test_flag; in main()
178 if (test_flag == 1 && in main()
185 } else if (test_flag == 2 in main()
/external/toolchain-utils/bestflags/
Dflags_test.py38 test_flag = Flag(spec)
40 value = test_flag.GetValue()
79 test_flag = Flag(spec, value)
83 test_value = test_flag.FormattedForUse()
91 test_flag = Flag('flag', value)
94 test_value = test_flag.FormattedForUse()
/external/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c137 static void test_flag(int clone_flag, int ns_flag, int (*fn) (void *arg)) in test_flag() function
171 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts); in main()
172 test_flag(CLONE_NEWUTS, 0, do_child_newuts); in main()
176 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc); in main()
177 test_flag(CLONE_NEWIPC, 0, do_child_newipc); in main()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create04.c40 static struct test_flag { struct
56 static void check_hugepage_support(struct test_flag *test_flags) in check_hugepage_support() argument
71 struct test_flag tflag; in memfd_huge_x_controller()
/external/gflags/test/
Dgflags_unittest_flagfile1 --test_flag=1
2 --test_flag=2
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dcpu_id.h59 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
61 return (cpu_info_ == kCpuInit ? InitCpuFlags() : cpu_info_) & test_flag; in TestCpuFlag()
/external/libyuv/files/include/libyuv/
Dcpu_id.h60 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
62 return (!cpu_info_ ? InitCpuFlags() : cpu_info_) & test_flag; in TestCpuFlag()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dcpu_id.h60 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
67 return (!cpu_info ? InitCpuFlags() : cpu_info) & test_flag; in TestCpuFlag()
/external/ltp/testcases/kernel/syscalls/fchown/
Dfchown02.c60 int test_flag; member
91 switch (t->test_flag) { in verify_fchown()
/external/openssh/
Dsshd.c165 int test_flag = 0; variable
1543 test_flag = 1;
1546 test_flag = 2;
1575 if (!test_flag && (rexec_flag && (av[0] == NULL || *av[0] != '/')))
1621 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1624 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1849 if (test_flag > 1) {
1856 if (test_flag)

12