Home
last modified time | relevance | path

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

12

/external/toolchain-utils/crosperf/
Dflag_test_unittest.py13 import test_flag
22 self.assertTrue(isinstance(test_flag.is_test, list))
23 self.assertEqual(len(test_flag.is_test), 1)
27 save_flag = test_flag.GetTestMode()
31 test_flag.SetTestMode(True)
32 self.assertTrue(test_flag.GetTestMode())
35 test_flag.SetTestMode(save_flag)
36 self.assertFalse(test_flag.GetTestMode())
40 self.assertTrue(isinstance(test_flag.is_test, list))
41 self.assertEqual(len(test_flag.is_test), 1)
Ddownload_images.py13 import test_flag
143 if not test_flag.GetTestMode():
199 if not test_flag.GetTestMode():
304 if not test_flag.GetTestMode():
Dexperiment.py22 import test_flag
81 if test_flag.GetTestMode():
214 if test_flag.GetTestMode() or not self.locked_machines:
Dcrosperf.py28 import test_flag
113 test_flag.SetTestMode(True)
Dexperiment_factory_unittest.py22 import test_flag
271 test_flag.SetTestMode(False)
312 test_flag.SetTestMode(True)
355 test_flag.SetTestMode(True)
448 test_flag.SetTestMode(True)
Dgenerate_report_unittest.py19 import test_flag
177 test_flag.SetTestMode(True)
Dschedv2_unittest.py18 import test_flag
224 test_flag.SetTestMode(True)
Ddownload_images_unittest.py19 import test_flag
51 test_flag.SetTestMode(True)
Dschedv2.py18 import test_flag
248 self._in_test_mode = test_flag.GetTestMode()
Dexperiment_factory.py22 import test_flag
417 if test_flag.GetTestMode():
Dexperiment_runner.py15 import test_flag
131 if test_flag.GetTestMode():
Dresults_report_unittest.py19 import test_flag
462 test_flag.SetTestMode(True)
Dexperiment_runner_unittest.py24 import test_flag
111 test_flag.SetTestMode(True)
Dmachine_manager.py22 import test_flag
288 if not test_flag.GetTestMode():
Dmachine_manager_unittest.py21 import test_flag
180 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.c31 static struct test_flag { struct
47 static void check_hugepage_support(struct test_flag *test_flags) in check_hugepage_support() argument
62 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.h61 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
68 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.c155 static int test_flag = 0; variable
1614 test_flag = 1;
1617 test_flag = 2;
1647 if (!test_flag && rexec_flag && !path_absolute(av[0]))
1681 if (test_flag < 2 && connection_info != NULL)
1923 if (test_flag > 1) {
1936 if (test_flag)

12