/external/toolchain-utils/crosperf/ |
D | flag_test_unittest.py | 7 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)
|
D | experiment_factory_unittest.py | 19 import test_flag 96 test_flag.SetTestMode(False) 133 test_flag.SetTestMode(True) 175 test_flag.SetTestMode(True) 240 test_flag.SetTestMode(True)
|
D | download_images.py | 11 import test_flag 142 if not test_flag.GetTestMode(): 199 if not test_flag.GetTestMode(): 268 if not test_flag.GetTestMode():
|
D | experiment.py | 21 import test_flag 76 if test_flag.GetTestMode(): 200 if test_flag.GetTestMode():
|
D | crosperf.py | 24 import test_flag 106 test_flag.SetTestMode(True)
|
D | generate_report_unittest.py | 16 import test_flag 171 test_flag.SetTestMode(True)
|
D | experiment_runner.py | 13 import test_flag 107 if test_flag.GetTestMode(): 136 if not self.locked_machines or test_flag.GetTestMode():
|
D | schedv2_unittest.py | 13 import test_flag 217 test_flag.SetTestMode(True)
|
D | download_images_unittest.py | 16 import test_flag 47 test_flag.SetTestMode(True)
|
D | suite_runner.py | 13 import test_flag 265 if not test_flag.GetTestMode():
|
D | experiment_factory.py | 17 import test_flag 295 if test_flag.GetTestMode():
|
D | suite_runner_unittest.py | 16 import test_flag 327 test_flag.SetTestMode(True)
|
D | schedv2.py | 9 import test_flag 237 self._in_test_mode = test_flag.GetTestMode()
|
D | results_report_unittest.py | 16 import test_flag 434 test_flag.SetTestMode(True)
|
D | experiment_runner_unittest.py | 21 import test_flag 107 test_flag.SetTestMode(True)
|
/external/ltp/testcases/kernel/syscalls/chown/ |
D | chown02.c | 100 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/ |
D | flags_test.py | 38 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/ |
D | setns02.c | 137 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/ |
D | memfd_create04.c | 40 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/ |
D | gflags_unittest_flagfile | 1 --test_flag=1 2 --test_flag=2
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | cpu_id.h | 59 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/ |
D | cpu_id.h | 60 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/ |
D | cpu_id.h | 60 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/ |
D | fchown02.c | 60 int test_flag; member 91 switch (t->test_flag) { in verify_fchown()
|
/external/openssh/ |
D | sshd.c | 165 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)
|