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

  /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...]
  /external/ltp/testcases/kernel/syscalls/exit/
exit02.c 69 int filed; local
101 if ((filed = creat(filen, MODE)) == -1) {
106 if (write(filed, wbuf, len) != len) {
151 filed = open(filen, O_RDONLY, READ);
152 if (filed == -1) {
157 rlen = read(filed, rbuf, len);
168 close(filed);
  /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) {
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 386 int filed; local
395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664);
783 int filed; local
    [all...]
  /external/autotest/server/cros/dynamic_suite/
reporting.py 64 @param labels: The labels that the filed bug will have.
67 @param components: The components that the filed bug will have.
266 template = ('This bug has been automatically filed to track the '
303 This bug has been automatically filed to track the following issue:
370 """Bug filed for suite scheduler."""
625 Queries the tracker to find if there is a bug filed for this issue.
675 # the first bug thats filed will have a summary with the anchor. If we
756 Automatically filed issues have a label of the form
    [all...]

Completed in 171 milliseconds