Searched refs:GET_TASKS (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_test02.c | 181 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main() 264 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_def_task01.c | 167 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_def_task04.c | 184 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_def_task02.c | 178 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_test01.c | 170 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_test03.c | 177 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_test04.c | 188 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
D | cpuctl_def_task03.c | 174 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
|
/external/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.h | 70 GET_TASKS enumerator
|
D | libcontrollers.c | 133 case GET_TASKS: in read_file()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/ |
D | AndroidManifestTest.java | 389 assertThat(config.getUsedPermissions().get(2)).isEqualTo(Manifest.permission.GET_TASKS); in shouldReadPermissions()
|