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

12

/external/toolchain-utils/crosperf/
H A Dflag_test_unittest.py8 import test_flag namespace
16 # Verify that test_flag.is_test exists, that it is a list,
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())
34 # Verify that test_flag
[all...]
H A Dexperiment_factory_unittest.py19 import test_flag namespace
96 test_flag.SetTestMode(False)
133 test_flag.SetTestMode(True)
175 test_flag.SetTestMode(True)
241 test_flag.SetTestMode(True)
H A Dcrosperf.py24 import test_flag namespace
106 test_flag.SetTestMode(True)
H A Dgenerate_report_unittest.py16 import test_flag namespace
145 test_flag.SetTestMode(True)
H A Ddownload_images.py11 import test_flag namespace
142 if not test_flag.GetTestMode():
199 if not test_flag.GetTestMode():
270 if not test_flag.GetTestMode():
H A Dexperiment.py21 import test_flag namespace
76 if test_flag.GetTestMode():
199 if test_flag.GetTestMode():
H A Ddownload_images_unittest.py16 import test_flag namespace
47 test_flag.SetTestMode(True)
H A Dschedv2_unittest.py13 import test_flag namespace
220 test_flag.SetTestMode(True)
H A Dsuite_runner.py13 import test_flag namespace
260 if not test_flag.GetTestMode():
H A Dexperiment_runner.py13 import test_flag namespace
106 if test_flag.GetTestMode():
135 if not self.locked_machines or test_flag.GetTestMode():
H A Dexperiment_factory.py17 import test_flag namespace
288 if test_flag.GetTestMode():
H A Dschedv2.py10 import test_flag namespace
239 self._in_test_mode = test_flag.GetTestMode()
H A Dresults_report_unittest.py17 import test_flag namespace
414 test_flag.SetTestMode(True)
H A Dsuite_runner_unittest.py16 import test_flag namespace
336 test_flag.SetTestMode(True)
H A Dexperiment_runner_unittest.py21 import test_flag namespace
107 test_flag.SetTestMode(True)
H A Dmachine_manager.py19 import test_flag namespace
284 if not test_flag.GetTestMode():
H A Dmachine_manager_unittest.py18 import test_flag namespace
178 test_flag.SetTestMode(True)
H A Dresults_cache.py23 import test_flag namespace
406 if not test_flag.GetTestMode():
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dcpu_id.h57 static __inline int TestCpuFlag(int test_flag) { argument
59 return (!cpu_info_ ? InitCpuFlags() : cpu_info_) & test_flag;
/external/libyuv/files/include/libyuv/
H A Dcpu_id.h60 static __inline int TestCpuFlag(int test_flag) { argument
62 return (!cpu_info_ ? InitCpuFlags() : cpu_info_) & test_flag;
/external/ltp/testcases/kernel/syscalls/chown/
H A Dchown02.c99 int test_flag; member in struct:test_case_t
121 int test_flag; /* test condition specific flag variable */ local
137 test_flag = test_cases[i].test_flag;
177 if (test_flag == 1 &&
184 } else if (test_flag == 2
/external/toolchain-utils/bestflags/
H A 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/
H A Dsetns02.c137 static void test_flag(int clone_flag, int ns_flag, int (*fn) (void *arg)) function
172 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts);
173 test_flag(CLONE_NEWUTS, 0, do_child_newuts);
177 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc);
178 test_flag(CLONE_NEWIPC, 0, do_child_newipc);
/external/ltp/testcases/kernel/syscalls/fchown/
H A Dfchown02.c60 int test_flag; member in struct:test_case
91 switch (t->test_flag) {
/external/openssh/
H A 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)

Completed in 184 milliseconds

12