Searched refs:filed (Results 1 – 25 of 321) sorted by relevance
12345678910>>...13
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | 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) { in cleanup() 185 if ((filed = open(filename, O_RDWR | O_CREAT, 0700)) == -1) { in setup()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | gup_benchmark.c | 34 int i, fd, filed, opt, nr_pages = 1, thp = -1, repeats = 1, write = 0; in main() local 80 filed = open(file, O_RDWR|O_CREAT); in main() 81 if (filed < 0) { in main() 83 exit(filed); in main() 93 p = mmap(NULL, size, PROT_READ | PROT_WRITE, flags, filed, 0); in main()
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | libjingle_unittest.gtest-memcheck_mac.txt | 2 # No bug is filed in relation to this since it's unlikely we can fix it.
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | PATENTS.TXT | 23 litigation is filed.
|
/external/skia/site/user/ |
D | issue-tracker.md | 18 Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.chromium.org/p/chromi…
|
/external/libyuv/files/ |
D | PATENTS | 24 of the date such litigation is filed.
|
/external/webrtc/webrtc/ |
D | PATENTS | 24 of the date such litigation is filed.
|
/external/syzkaller/vendor/golang.org/x/text/ |
D | PATENTS | 22 shall terminate as of the date such litigation is filed.
|
/external/webp/ |
D | PATENTS | 23 litigation is filed.
|
/external/skqp/site/user/ |
D | issue-tracker.md | 18 Skia bugs found in Chrome may be filed in the [Chromium Tracker](https://bugs.chromium.org/p/chromi…
|
/external/libaom/libaom/third_party/libwebm/ |
D | PATENTS.TXT | 23 litigation is filed.
|
/external/syzkaller/vendor/golang.org/x/net/ |
D | PATENTS | 22 shall terminate as of the date such litigation is filed.
|
/external/libvpx/libvpx/ |
D | PATENTS | 23 litigation is filed.
|
/external/syzkaller/vendor/golang.org/x/sys/ |
D | PATENTS | 22 shall terminate as of the date such litigation is filed.
|
/external/clang/test/Analysis/ |
D | CFRetainRelease_NSAssertionHandler.m | 28 // The following test case was filed in PR 2593:
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 11 …lps individuals. GitHub also notifies thousands of people when issues are filed. We want them to s…
|
/external/autotest/client/deps/glbench/ |
D | USAGE_glbench | 59 Images that have outstanding defects and an open bug filed are at ../glbench-images/glbench_knownba…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | high-pressure-on-ptrregs.ll | 11 ; There is an existing bug filed for this issue - PR14879.
|
/external/llvm/lib/Target/ARM/ |
D | LICENSE.TXT | 41 as of the date such litigation is filed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | LICENSE.TXT | 41 as of the date such litigation is filed.
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 29 for Setuptools are filed and the canonical source is maintained in Github.
|
/external/emma/ |
D | NOTICE | 114 …nt under this Agreement shall terminate as of the date such litigation is filed. In addition, if R… 116 …ipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
|
/external/curl/docs/ |
D | BUGS | 251 Bugs that are filed and are understood can unfortunately end up in the 273 Issues that are filed or reported that aren't really bugs but more missing
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 209 Problem report. A bug filed on `the LLVM Bug Tracking System
|
/external/python/cpython3/Doc/library/ |
D | nntplib.rst | 292 * ``j``: Articles from peers are filed in the junk group instead. 294 * ``=foo.bar``: Articles are filed in the ``foo.bar`` group instead.
|
12345678910>>...13