Home
last modified time | relevance | path

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

12

/external/toolchain-utils/crosperf/
Dflag_test_unittest.py8 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)
241 test_flag.SetTestMode(True)
Ddownload_images.py11 import test_flag
142 if not test_flag.GetTestMode():
199 if not test_flag.GetTestMode():
270 if not test_flag.GetTestMode():
Dexperiment.py21 import test_flag
76 if test_flag.GetTestMode():
199 if test_flag.GetTestMode():
Dcrosperf.py24 import test_flag
106 test_flag.SetTestMode(True)
Dgenerate_report_unittest.py16 import test_flag
145 test_flag.SetTestMode(True)
Dexperiment_runner.py13 import test_flag
106 if test_flag.GetTestMode():
135 if not self.locked_machines or test_flag.GetTestMode():
Dschedv2_unittest.py13 import test_flag
220 test_flag.SetTestMode(True)
Ddownload_images_unittest.py16 import test_flag
47 test_flag.SetTestMode(True)
Dsuite_runner.py13 import test_flag
260 if not test_flag.GetTestMode():
Dexperiment_factory.py17 import test_flag
288 if test_flag.GetTestMode():
Dschedv2.py10 import test_flag
239 self._in_test_mode = test_flag.GetTestMode()
Dsuite_runner_unittest.py16 import test_flag
336 test_flag.SetTestMode(True)
Dresults_report_unittest.py17 import test_flag
414 test_flag.SetTestMode(True)
Dexperiment_runner_unittest.py21 import test_flag
107 test_flag.SetTestMode(True)
Dmachine_manager.py19 import test_flag
284 if not test_flag.GetTestMode():
Dresults_cache.py23 import test_flag
406 if not test_flag.GetTestMode():
Dmachine_manager_unittest.py18 import test_flag
178 test_flag.SetTestMode(True)
/external/ltp/testcases/kernel/syscalls/chown/
Dchown02.c99 int test_flag; member
121 int test_flag; /* test condition specific flag variable */ in main() local
137 test_flag = test_cases[i].test_flag; in main()
177 if (test_flag == 1 && in main()
184 } 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
172 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts); in main()
173 test_flag(CLONE_NEWUTS, 0, do_child_newuts); in main()
177 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc); in main()
178 test_flag(CLONE_NEWIPC, 0, do_child_newipc); in main()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dcpu_id.h57 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
59 return (!cpu_info_ ? 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/ltp/testcases/kernel/syscalls/fchown/
Dfchown02.c60 int test_flag; member
91 switch (t->test_flag) { in verify_fchown()
/external/openssh/
Dsshd.c149 int test_flag = 0; variable
1492 test_flag = 1;
1495 test_flag = 2;
1524 if (!test_flag && (rexec_flag && (av[0] == NULL || *av[0] != '/')))
1570 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1573 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1798 if (test_flag > 1) {
1805 if (test_flag)

12