Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl01.c45 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 …]
Dquotactl08.c46 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 …]
Dquotactl02.h24 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()
Dquotactl04.c35 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,
Dquotactl06.c57 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()
Dquotactl03.c37 static uint32_t test_id = 0xfffffffc; variable
46 test_id, (void *)&res_dquota)); in verify_quota()
Dquotactl09.c35 static int test_id; variable
74 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1,
152 test_id, (void *) &res_ndq)); in setup()
Dquotactl05.c96 TST_EXP_PASS_SILENT(do_quotactl(fd, tc->cmd, tst_device->dev, test_id, tc->addr), in verify_quota()
/third_party/node/test/parallel/
Dtest-async-wrap-destroyid.js10 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/
Dtest_float_serial.hpp53 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/
Dconfiguration.py83 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/
Dtest_sync_read_tensors_base_stat.py124 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']
Dtest_read_tensors.py134 test_id = "tensor_"+ str(test_index+x+1)
135 info = expected_list[x+test_index][test_id]
Dtest_watchpoints.py191 test_id = "watchpoint_hit" + str(test_index+x+1)
192 info = expected_list[x+test_index][test_id]
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.c527 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/
Dtbase.c221 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/
Dtestresult.py31 test_id = test.id
35 return test_id()
37 return str(test_id)
/third_party/grpc/test/cpp/interop/
Dstress_interop_client.cc70 int test_id, const std::string& server_address, in StressTestInteropClient() argument
74 : test_id_(test_id), in StressTestInteropClient()
Dstress_interop_client.h93 StressTestInteropClient(int test_id, const std::string& server_address,
/third_party/mindspore/tests/st/debugger/
Dtest_async_sink_mode_true_watchpoints.py87 def print_watchpoint_hits(watchpoint_hits, test_id, f_write): argument
91 f_write.write("watchpoint_hit for test_%u attributes:" % test_id + "\n")
Dtest_sync_trans_false_watchpoints.py106 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/
Dtest-newtarget.c64 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/
Dtest_range.py25 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)
Dtest_support.py555 def __init__(self, test_id): argument
556 self.test_id = test_id
559 return self.test_id
/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc290 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()

12