/external/llvm-project/compiler-rt/test/fuzzer/ |
D | SimpleHashTest.cpp | 34 uint32_t Want = reinterpret_cast<const uint32_t *>(&Data[Size - 4])[0]; in LLVMFuzzerTestOneInput() local 35 if (Hash != Want) in LLVMFuzzerTestOneInput() 38 (unsigned int)Want); in LLVMFuzzerTestOneInput()
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleHashTest.cpp | 33 uint32_t Want = reinterpret_cast<const uint32_t *>(&Data[Size - 4])[0]; in LLVMFuzzerTestOneInput() local 34 if (Hash != Want) in LLVMFuzzerTestOneInput() 37 (unsigned int)Want); in LLVMFuzzerTestOneInput()
|
/external/tcpdump/tests/ |
D | lisp_eid_register.out | 2 …192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Register, flags [I-xTR-ID-Present, M-Want-Map-Notify… 15 …192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Register, flags [I-xTR-ID-Present, M-Want-Map-Notify…
|
D | lisp_ipv6.out | 2 …192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Register, flags [I-xTR-ID-Present, M-Want-Map-Notify…
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | readme-for-jupyter.md | 1 Want more tutorials like these?
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ClangdLSPServerTests.cpp | 110 llvm::json::Value Want = llvm::json::Array{llvm::json::Object{ in TEST_F() 112 EXPECT_EQ(Def.takeValue(), Want); in TEST_F()
|
/external/googletest/docs/ |
D | index.md | 13 * [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here
|
/external/libvpx/ |
D | Android.bp.in | 17 // Want arm, not thumb, optimized
|
/external/brotli/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
/external/oboe/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/walt/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/libprotobuf-mutator/ |
D | CONTRIBUTING | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/drrickorang/LoopbackApp/ |
D | CONTRIBUTING | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/google-java-format/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
/external/oss-fuzz/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
/external/swiftshader/ |
D | CONTRIBUTING.txt | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/yapf/ |
D | CONTRIBUTING.rst | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/gemmlowp/ |
D | CONTRIBUTING | 1 Want to contribute? Great! First, read this page (including the small print at the end).
|
/external/bazelbuild-rules_android/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
/external/ImageMagick/ |
D | NEWS.txt | 22 Want more performance from ImageMagick? Try these options:
|
/external/eigen/doc/ |
D | Overview.dox | 26 Want more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documenta…
|
/external/flatbuffers/ |
D | CONTRIBUTING.md | 4 Want to contribute? Great! First, read this page (including the small print at
|
/external/wycheproof/ |
D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
/external/flatbuffers/docs/source/ |
D | CONTRIBUTING.md | 4 Want to contribute? Great! First, read this page (including the small print at
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Gnu.cpp | 1716 enum { UNKNOWN, WANT32, WANT64, WANTX32 } Want = UNKNOWN; in findBiarchMultilibs() local 1719 Want = WANT64; in findBiarchMultilibs() 1721 Want = WANT64; in findBiarchMultilibs() 1723 Want = WANT32; in findBiarchMultilibs() 1726 Want = NeedsBiarchSuffix ? WANT64 : WANT32; in findBiarchMultilibs() 1728 Want = NeedsBiarchSuffix ? WANT64 : WANTX32; in findBiarchMultilibs() 1730 Want = NeedsBiarchSuffix ? WANT32 : WANT64; in findBiarchMultilibs() 1733 if (Want == WANT32) in findBiarchMultilibs() 1735 else if (Want == WANT64) in findBiarchMultilibs() 1737 else if (Want == WANTX32) in findBiarchMultilibs()
|