HomeSort by relevance Sort by last modified time
    Searched defs:test_id (Results 1 - 25 of 36) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl03.c 59 static uint32_t test_id = 0xfffffffc; variable
68 test_id, (void *)&res_dquota)); local
quotactl01.c 82 static int test_id; variable
109 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq,
112 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq,
116 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf,
119 {QCMD(Q_GETINFO, USRQUOTA), &test_id, &res_qf,
123 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf,
127 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq,
130 {QCMD(Q_QUOTAOFF, USRQUOTA), &test_id, USRPATH,
136 {QCMD(Q_SETQUOTA, GRPQUOTA), &test_id, &set_dq,
139 {QCMD(Q_GETQUOTA, GRPQUOTA), &test_id, &res_dq, &set_dq.dqb_bsoftlimit
    [all...]
quotactl02.c 53 static uint32_t test_id; variable
84 test_id, (void*) &res_qstat);
105 test_id, (void*) &res_qstat);
128 test_id, (void*) &res_dquota);
139 if (res_dquota.d_id != test_id) {
141 " expected %u", res_dquota.d_id, test_id);
158 test_id = geteuid();
165 TEST(quotactl(tc->cmd, tst_device->dev, test_id, tc->addr));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 367 def test_id(self): member in class:Test_TestCase
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 368 def test_id(self): member in class:Test_TestCase
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 510 def test_id(self): member in class:Test_TestCase
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 368 def test_id(self): member in class:Test_TestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 368 def test_id(self): member in class:Test_TestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 368 def test_id(self): member in class:Test_TestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 124 def test_id(self): member in class:Test_FunctionTestCase
test_case.py 368 def test_id(self): member in class:Test_TestCase
    [all...]
  /external/eigen/unsupported/test/
cxx11_meta.cpp 241 static void test_id() function
349 CALL_SUBTEST(test_id());
  /external/libdrm/tests/amdgpu/
amdgpu_test.c 299 int test_id = -1; /* By default run all tests in the suite */ local
322 test_id = atoi(optarg);
406 if (test_id != -1) { /* If user specify test id */
408 (unsigned int) test_id,
414 test_id);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 56 def test_id method in class:TestPatternLexer
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_builtin.py 671 def test_id(self): member in class:BuiltinTest
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_builtin.py 673 def test_id(self): member in class:BuiltinTest
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_builtin.py 673 def test_id(self): member in class:BuiltinTest
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 673 def test_id(self): member in class:BuiltinTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 673 def test_id(self): member in class:BuiltinTest
    [all...]

Completed in 1479 milliseconds

1 2