/external/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl01.c | 55 static int test_id; variable 86 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, 90 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq, 95 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf, 99 {QCMD(Q_GETINFO, USRQUOTA), &test_id, &res_qf, 104 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf, 109 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq, 113 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 114 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 118 {QCMD(Q_QUOTAOFF, USRQUOTA), &test_id, USRPATH, [all …]
|
D | quotactl04.c | 40 static int test_id, mount_flag; variable 70 {QCMD(Q_SETQUOTA, PRJQUOTA), &test_id, &set_dq, 74 {QCMD(Q_GETQUOTA, PRJQUOTA), &test_id, &res_dq, 79 {QCMD(Q_SETINFO, PRJQUOTA), &test_id, &set_qf, 83 {QCMD(Q_GETINFO, PRJQUOTA), &test_id, &res_qf, 88 {QCMD(Q_GETFMT, PRJQUOTA), &test_id, &fmt_buf, 92 {QCMD(Q_GETNEXTQUOTA, PRJQUOTA), &test_id, &res_ndq, 93 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 97 {QCMD(Q_QUOTAOFF, PRJQUOTA), &test_id, NULL, 107 test_id = geteuid(); in setup()
|
D | quotactl02.h | 25 static uint32_t test_id; variable 45 test_id, (void *) &resfs_dquota)); in check_support_cmd() 49 TEST(quotactl(QCMD(Q_XGETQSTATV, quotatype), tst_device->dev, test_id, in check_support_cmd() 60 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstat); in check_qoff() 80 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstat); in check_qon() 102 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstatv); in check_qoffv() 124 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstatv); in check_qonv() 146 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_dquota); in check_qlim() 153 if (res_dquota.d_id != test_id) { in check_qlim() 155 res_dquota.d_id, test_id); in check_qlim()
|
D | quotactl06.c | 46 static int test_id; variable 85 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, ESRCH, 0}, 88 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1}, 167 test_id = geteuid(); in setup() 168 test_invalid = test_id + 1; in setup() 171 test_id, (void *) &res_ndq)); in setup()
|
D | quotactl03.c | 40 static uint32_t test_id = 0xfffffffc; variable 49 test_id, (void *)&res_dquota)); in verify_quota()
|
D | quotactl05.c | 65 test_id = geteuid(); in setup() 88 TEST(quotactl(tc->cmd, tst_device->dev, test_id, tc->addr)); in verify_quota()
|
D | quotactl02.c | 108 test_id = geteuid(); in setup() 131 TEST(quotactl(tc->cmd, tst_device->dev, test_id, tc->addr)); in verify_quota()
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | TdcResults.py | 12 def __init__(self, test_id="", test_name=""): argument 13 self.test_id = test_id 78 def find_result(self, test_id): argument 79 return next((tr for tr in self._testsuite if tr.test_id == test_id), None) 82 orig = self.find_result(result_data.test_id) 96 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name) 114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
|
/external/python/cpython2/Lib/test/ |
D | test_xrange.py | 28 def assert_iterators_equal(self, xs, ys, test_id, limit=None): argument 41 'at position {}; expected {}'.format(test_id, i, y)) 44 'position {}'.format(test_id, x, i)) 47 'expected {}, got {}'.format(test_id, i, y, x)) 200 test_id = "xrange({}, {}, {})".format(start, end, step) 202 self.assert_iterators_equal(iter1, iter2, test_id, limit=100) 210 test_id = "reversed(xrange({}, {}, {}))".format(start, end, step) 211 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
|
D | test_test_support.py | 365 def __init__(self, test_id): argument 366 self.test_id = test_id 369 return self.test_id
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | acceleration_test_util_internal.h | 45 bool Matches(const std::string& test_id) { in Matches() argument 66 std::optional<T> GetAccelerationTestParam(std::string test_id) { in GetAccelerationTestParam() argument 91 [&test_id](ConfigurationEntry<T> elem) { return elem.Matches(test_id); }); in GetAccelerationTestParam()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | acceleration_test_util.cc | 22 std::string test_id) { in GetNnapiAccelerationTestParam() argument 23 return GetAccelerationTestParam<NnapiAccelerationTestParams>(test_id); in GetNnapiAccelerationTestParam()
|
D | acceleration_test_util.h | 48 std::string test_id);
|
/external/toolchain-utils/crosperf/ |
D | download_images_buildid_test.py | 75 def test_one_id(self, downloader, test_id, result_string, exact_match): argument 76 print("Translating '%s'" % test_id) 79 result = downloader.GetBuildID(self.chromeos_root, test_id)
|
/external/autotest/database/ |
D | schema_129.sql | 143 `test_id` int(11) NOT NULL, 146 UNIQUE KEY `test_id` (`test_id`,`label_id`), 149 …CONSTRAINT `autotests_dependency_labels_test_id_fk` FOREIGN KEY (`test_id`) REFERENCES `afe_autote… 535 `test_id` int(11) NOT NULL, 541 KEY `afe_parameterized_jobs_test_ibfk` (`test_id`), 544 …CONSTRAINT `afe_parameterized_jobs_test_ibfk` FOREIGN KEY (`test_id`) REFERENCES `afe_autotests` (… 786 `test_id` int(11) NOT NULL, 789 UNIQUE KEY `afe_test_parameters_unique` (`test_id`,`name`), 790 …CONSTRAINT `afe_test_parameters_test_ibfk` FOREIGN KEY (`test_id`) REFERENCES `afe_autotests` (`id… 1406 `test_id` int(10) unsigned NOT NULL, [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | combinations.py | 424 def _test_runner(test_id, test_env): argument 444 test = unittest.defaultTestLoader.loadTestsFromName(test_id) 515 test_id = self.id() 517 results = runner.run(_test_runner, args=(test_id, _env)) 525 _test_runner, cluster_spec, args=(test_id, _env)).return_value
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | patchable-statepoints.ll | 6 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function { 7 ; CHECK-LABEL: @test_id(
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | patchable-statepoints.ll | 7 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function { 8 ; CHECK-LABEL: @test_id(
|
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 538 int test_id = -1; /* By default run all tests in the suite */ in main() local 563 test_id = atoi(optarg); in main() 662 if (test_id != -1) { /* If user specify test id */ in main() 664 (unsigned int) test_id, in main() 674 test_id); in main()
|
/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 221 DEVICE_ATTR(test_id, S_IRUGO, NULL, NULL); 224 BUS_ATTR(test_id, S_IRUGO, NULL, NULL); 227 CLASS_ATTR(test_id, 0644, NULL, NULL); 230 CLASS_DEVICE_ATTR(test_id, 0644, NULL, NULL);
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 66 define i1 @test_id() gc "statepoint-example" { 67 ; CHECK-LABEL: test_id 97 ; CHECK-NEXT: .quad test_id 240 ; Records for the test_id function: 246 ; CHECK-NEXT: .long .Ltmp5-test_id
|
/external/grpc-grpc/test/cpp/interop/ |
D | stress_interop_client.cc | 70 int test_id, const grpc::string& server_address, in StressTestInteropClient() argument 74 : test_id_(test_id), in StressTestInteropClient()
|
/external/python/cpython3/Lib/test/support/ |
D | testresult.py | 34 test_id = test.id 38 return test_id() 40 return str(test_id)
|
/external/python/cpython3/Lib/test/ |
D | test_range.py | 25 def assert_iterators_equal(self, xs, ys, test_id, limit=None): argument 38 'at position {}; expected {}'.format(test_id, i, y)) 41 'position {}'.format(test_id, x, i)) 44 'expected {}, got {}'.format(test_id, i, y, x)) 500 test_id = "range({}, {}, {})".format(start, end, step) 502 self.assert_iterators_equal(iter1, iter2, test_id, limit=100) 506 test_id = "reversed(range({}, {}, {}))".format(start, end, step) 507 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
|
/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 1096 for (const TestIdentifier& test_id : tests_) { in RunTests() local 1098 FormatFullTestName(test_id.test_case_name, test_id.test_name); in RunTests() 1110 if (!launcher_delegate_->ShouldRunTest(test_id.test_case_name, in RunTests() 1111 test_id.test_name)) { in RunTests() 1154 results_tracker_.AddTestLocation(test_name, test_id.file, test_id.line); in RunTests()
|