/external/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 46 testpath=$(cgroup_get_test_path "pids") 54 start_pids_tasks2_path $testpath $1 73 stop_pids_tasks_path $testpath 92 pids_task1 "$testpath/$task_list" 110 ROD echo $max \> $testpath/pids.max 115 pids_task1 "$testpath/$task_list" 133 ROD echo $lim \> $testpath/pids.max 137 pids_task1 "$testpath/$task_list" 154 ROD echo 0 \> $testpath/pids.max 166 echo -1 > $testpath/pids.max [all …]
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/ |
D | filepath.c | 45 const char *testpath = *inpath; in apr_filepath_root() local 75 deconstruct(testpath, server, volume, NULL, file, NULL, &elements, PATH_UNDEF); in apr_filepath_root() 128 if (testpath[0] == '/' || testpath[0] == '\\') { in apr_filepath_root() 129 if (testpath[1] == '/' || testpath[1] == '\\') { in apr_filepath_root() 132 if ((testpath[2] == '?' || testpath[2] == '.') in apr_filepath_root() 133 && (testpath[3] == '/' || testpath[3] == '\\')) { in apr_filepath_root() 134 if (IS_FNCHAR(testpath[4]) && testpath[5] == ':') in apr_filepath_root() 137 testpath += 4; in apr_filepath_root() 141 rv = apr_filepath_root(rootpath, &testpath, flags, p); in apr_filepath_root() 143 *inpath = testpath; in apr_filepath_root() [all …]
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/ |
D | filepath.c | 45 const char *testpath = *inpath; in apr_filepath_root() local 75 deconstruct(testpath, server, volume, NULL, file, NULL, &elements, PATH_UNDEF); in apr_filepath_root() 128 if (testpath[0] == '/' || testpath[0] == '\\') { in apr_filepath_root() 129 if (testpath[1] == '/' || testpath[1] == '\\') { in apr_filepath_root() 132 if ((testpath[2] == '?' || testpath[2] == '.') in apr_filepath_root() 133 && (testpath[3] == '/' || testpath[3] == '\\')) { in apr_filepath_root() 134 if (IS_FNCHAR(testpath[4]) && testpath[5] == ':') in apr_filepath_root() 137 testpath += 4; in apr_filepath_root() 141 rv = apr_filepath_root(rootpath, &testpath, flags, p); in apr_filepath_root() 143 *inpath = testpath; in apr_filepath_root() [all …]
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 104 testpath=$mount_point/ltp_$TST_ID 111 ROD mkdir $testpath 115 ROD mkdir $testpath/subgroup_$i 122 if [ "$testpath" ]; then 125 if [ -d "$testpath/subgroup_1" ]; then 126 rmdir $testpath/subgroup_* 128 rmdir $testpath 145 cpuacct_task $testpath/subgroup_$i/tasks & 156 tmp=`cat $testpath/subgroup_$i/cpuacct.usage` 171 ref=`cat $testpath/cpuacct.usage`
|
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 85 testpath = tmpdir / "test.plist" 86 with testpath.open("wb") as fp: 89 with testpath.open("rb") as fp: 472 testpath = tmpdir / "test.plist" 473 old_plistlib.writePlist(pl_no_builtin_types, str(testpath)) 474 with testpath.open("rb") as fp: 481 testpath = tmpdir / "test.plist" 482 with testpath.open("wb") as fp: 484 with testpath.open("rb") as fp:
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testnames.c | 271 char *testpath; in root_from_cwd_and_back() local 308 rv = apr_filepath_merge(&testpath, root, path, in root_from_cwd_and_back() 321 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()
|
D | abts_tests.h | 50 {testpath},
|
D | testutil.h | 85 abts_suite *testpath(abts_suite *suite);
|
D | testpath.c | 127 abts_suite *testpath(abts_suite *suite) in testpath() function
|
D | Makefile.in | 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
|
D | Makefile | 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
|
D | Makefile.win | 94 $(INTDIR)\testuser.obj $(INTDIR)\testpath.obj \
|
D | NWGNUaprtest | 195 $(OBJDIR)/testpath.o \
|
D | testlib.dsp | 282 SOURCE=.\testpath.c
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testnames.c | 271 char *testpath; in root_from_cwd_and_back() local 308 rv = apr_filepath_merge(&testpath, root, path, in root_from_cwd_and_back() 321 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()
|
D | abts_tests.h | 50 {testpath},
|
D | testutil.h | 85 abts_suite *testpath(abts_suite *suite);
|
D | testpath.c | 127 abts_suite *testpath(abts_suite *suite) in testpath() function
|
D | Makefile.in | 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
|
D | Makefile | 29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
|
D | Makefile.win | 94 $(INTDIR)\testuser.obj $(INTDIR)\testpath.obj \
|
D | NWGNUaprtest | 195 $(OBJDIR)/testpath.o \
|
D | testlib.dsp | 282 SOURCE=.\testpath.c
|
D | testdll.dsp | 282 SOURCE=.\testpath.c
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | cpuset_regression_test.sh | 127 testpath=$(cgroup_get_test_path "cpuset")
|