HomeSort by relevance Sort by last modified time
    Searched defs:filed (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vm/
gup_benchmark.c 34 int i, fd, filed, opt, nr_pages = 1, thp = -1, repeats = 1, write = 0; local
80 filed = open(file, O_RDWR|O_CREAT);
81 if (filed < 0) {
83 exit(filed);
93 p = mmap(NULL, size, PROT_READ | PROT_WRITE, flags, filed, 0);
  /external/ltp/testcases/kernel/syscalls/sync_file_range/
sync_file_range01.c 108 int filed, sfd; /* normal and special fds */ variable
121 &filed, -1, 1, SYNC_FILE_RANGE_WAIT_BEFORE, EINVAL}, {
122 &filed, 0, -1, SYNC_FILE_RANGE_WRITE, EINVAL}, {
123 &filed, 0, 1, SYNC_FILE_RANGE_INVALID, EINVAL}
150 if (close(filed) == -1) {
185 if ((filed = open(filename, O_RDWR | O_CREAT, 0700)) == -1) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IsObjectTest.java 70 ScriptField__object_element_input filed = new ScriptField__object_element_input( local
75 filed.set(mItem, 0, true);
77 mIn = filed.getAllocation();
92 ScriptField__object_type_input filed = new ScriptField__object_type_input(mRS, 1); local
95 filed.set(mItem, 0, true);
97 mIn = filed.getAllocation();
114 ScriptField__object_allocation_input filed = new ScriptField__object_allocation_input( local
119 filed.set(mItem, 0, true);
121 mIn = filed.getAllocation();
137 ScriptField__object_sampler_input filed = new ScriptField__object_sampler_input local
160 ScriptField__object_script_input filed = new ScriptField__object_script_input( local
    [all...]

Completed in 238 milliseconds