/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl01.c | 45 static int test_id; variable 78 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, 82 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq, 87 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf, 91 {QCMD(Q_GETINFO, USRQUOTA), &test_id, &res_qf, 96 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf, 101 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq, 105 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 106 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 110 {QCMD(Q_QUOTAOFF, USRQUOTA), &test_id, usrpath, [all …]
|
D | quotactl08.c | 46 static int test_id, mount_flag; variable 77 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, 81 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq, 86 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf, 90 {QCMD(Q_GETINFO, USRQUOTA), &test_id, &res_qf, 95 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf, 100 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq, 104 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 105 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 109 {QCMD(Q_QUOTAOFF, USRQUOTA), &test_id, NULL, [all …]
|
D | quotactl02.h | 24 static uint32_t test_id; variable 39 test_id, (void *) &resfs_dquota)); in check_support_cmd() 43 TEST(do_quotactl(fd, QCMD(Q_XGETQSTATV, quotatype), tst_device->dev, test_id, in check_support_cmd() 54 TST_EXP_PASS_SILENT(do_quotactl(fd, subcmd, tst_device->dev, test_id, in check_qoff() 71 TST_EXP_PASS_SILENT(do_quotactl(fd, subcmd, tst_device->dev, test_id, in check_qon() 90 TST_EXP_PASS_SILENT(do_quotactl(fd, subcmd, tst_device->dev, test_id, in check_qoffv() 109 TST_EXP_PASS_SILENT(do_quotactl(fd, subcmd, tst_device->dev, test_id, in check_qonv() 128 TST_EXP_PASS_SILENT(do_quotactl(fd, subcmd, tst_device->dev, test_id, in check_qlim() 133 if (res_dquota.d_id != test_id) { in check_qlim() 135 res_dquota.d_id, test_id); in check_qlim()
|
D | quotactl04.c | 35 static int test_id, mount_flag; variable 65 {QCMD(Q_SETQUOTA, PRJQUOTA), &test_id, &set_dq, 69 {QCMD(Q_GETQUOTA, PRJQUOTA), &test_id, &res_dq, 74 {QCMD(Q_SETINFO, PRJQUOTA), &test_id, &set_qf, 78 {QCMD(Q_GETINFO, PRJQUOTA), &test_id, &res_qf, 83 {QCMD(Q_GETFMT, PRJQUOTA), &test_id, &fmt_buf, 87 {QCMD(Q_GETNEXTQUOTA, PRJQUOTA), &test_id, &res_ndq, 88 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 92 {QCMD(Q_QUOTAOFF, PRJQUOTA), &test_id, NULL,
|
D | quotactl06.c | 57 static int test_id; variable 109 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, ESRCH, 0, 118 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1, 188 test_id, (void *) &res_ndq)); in setup()
|
D | quotactl03.c | 37 static uint32_t test_id = 0xfffffffc; variable 46 test_id, (void *)&res_dquota)); in verify_quota()
|
D | quotactl09.c | 35 static int test_id; variable 74 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1, 152 test_id, (void *) &res_ndq)); in setup()
|
D | quotactl05.c | 96 TST_EXP_PASS_SILENT(do_quotactl(fd, tc->cmd, tst_device->dev, test_id, tc->addr), in verify_quota()
|
/third_party/node/test/parallel/ |
D | test-async-wrap-destroyid.js | 10 let test_id = null; variable 17 assert.strictEqual(test_id, null); 24 if (id === test_id) { 26 test_id = null; 33 assert.strictEqual(test_id, null); 36 test_id = (Math.random() * 1e9) >>> 0; 37 async_wrap.queueDestroyAsyncId(test_id);
|
/third_party/boost/libs/multiprecision/test/ |
D | test_float_serial.hpp | 53 int test_id = 0; in test() local 59 test_id = 0; in test() 84 ++test_id; in test() 96 ++test_id; in test() 107 ++test_id; in test() 120 ++test_id; in test() 135 std::cout << "Failed test ID = " << test_id << std::endl; in test() 145 std::cout << "Failed test ID = " << test_id << std::endl; in test()
|
/third_party/boost/tools/build/test/ |
D | configuration.py | 83 def __call__(self, test_id, env, extra_args=None, *args, **kwargs): argument 87 self.__registerTestId(str(test_id)) 90 extra_args.append("---test-id---=%s" % test_id) 99 def __registerTestId(self, test_id): argument 100 if test_id in self.__test_ids: 102 "using the same test id '%s'." % test_id) 103 self.__test_ids.append(test_id)
|
/third_party/mindspore/tests/ut/python/debugger/gpu_tests/ |
D | test_sync_read_tensors_base_stat.py | 124 test_id = "test"+ str(test_index+x+1) 125 info_json = expected_list[x+test_index][test_id]['tensor_info'] 126 base_json = expected_list[x+test_index][test_id]['tensor_base_info'] 127 stat_json = expected_list[x+test_index][test_id]['tensor_stat_info']
|
D | test_read_tensors.py | 134 test_id = "tensor_"+ str(test_index+x+1) 135 info = expected_list[x+test_index][test_id]
|
D | test_watchpoints.py | 191 test_id = "watchpoint_hit" + str(test_index+x+1) 192 info = expected_list[x+test_index][test_id]
|
/third_party/libdrm/tests/amdgpu/ |
D | amdgpu_test.c | 527 int test_id = -1; /* By default run all tests in the suite */ in main() local 552 test_id = atoi(optarg); in main() 651 if (test_id != -1) { /* If user specify test id */ in main() 653 (unsigned int) test_id, in main() 663 test_id); in main()
|
/third_party/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);
|
/third_party/python/Lib/test/support/ |
D | testresult.py | 31 test_id = test.id 35 return test_id() 37 return str(test_id)
|
/third_party/grpc/test/cpp/interop/ |
D | stress_interop_client.cc | 70 int test_id, const std::string& server_address, in StressTestInteropClient() argument 74 : test_id_(test_id), in StressTestInteropClient()
|
D | stress_interop_client.h | 93 StressTestInteropClient(int test_id, const std::string& server_address,
|
/third_party/mindspore/tests/st/debugger/ |
D | test_async_sink_mode_true_watchpoints.py | 87 def print_watchpoint_hits(watchpoint_hits, test_id, f_write): argument 91 f_write.write("watchpoint_hit for test_%u attributes:" % test_id + "\n")
|
D | test_sync_trans_false_watchpoints.py | 106 def print_watchpoint_hits(watchpoint_hits, test_id, f_write): argument 110 f_write.write("watchpoint_hit for test_%u attributes:" % test_id + "\n")
|
/third_party/jerryscript/tests/unit-core/ |
D | test-newtarget.c | 64 int test_id = (int) jerry_get_number_value (args_p[0]); in construct_handler() local 66 switch (test_id) in construct_handler()
|
/third_party/python/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)) 521 test_id = "range({}, {}, {})".format(start, end, step) 523 self.assert_iterators_equal(iter1, iter2, test_id, limit=100) 527 test_id = "reversed(range({}, {}, {}))".format(start, end, step) 528 self.assert_iterators_equal(iter1, iter2, test_id, limit=100)
|
D | test_support.py | 555 def __init__(self, test_id): argument 556 self.test_id = test_id 559 return self.test_id
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_views.cc | 290 void RootWindowViews::OnTest(int test_id) { in OnTest() argument 293 MAIN_POST_CLOSURE(base::BindOnce(&RootWindowViews::OnTest, this, test_id)); in OnTest() 297 delegate_->OnTest(this, test_id); in OnTest()
|