Searched refs:Study (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/libc/benchmarks/ |
D | JSONTest.cpp | 26 Study getStudy() { in getStudy() 27 return Study{ in getStudy() 39 static std::string SerializeToString(const Study &S) { in SerializeToString() 110 auto Equals(const Study &S) -> auto { in Equals() 112 Field(&Study::Host, Equals(S.Host)), in Equals() 113 Field(&Study::Options, Equals(S.Options)), in Equals() 114 Field(&Study::Configuration, Equals(S.Configuration)), in Equals() 115 Field(&Study::Functions, Pointwise(EqualsFunctions(), S.Functions))); in Equals() 119 const Study S = getStudy(); in TEST() 123 const Study &Parsed = *StudyOrError; in TEST()
|
D | JSON.h | 20 Expected<Study> ParseJsonStudy(StringRef Content); 23 void SerializeToJson(const Study &S, llvm::json::OStream &JOS);
|
D | JSON.cpp | 245 static Error fromJson(const json::Value &V, libc_benchmarks::Study &Out) { in fromJson() 258 Expected<Study> ParseJsonStudy(StringRef Content) { in ParseJsonStudy() 262 Study S; in ParseJsonStudy() 345 void SerializeToJson(const Study &S, json::OStream &JOS) { in SerializeToJson()
|
D | LibcMemoryBenchmarkMain.cpp | 53 Study S; in Main()
|
D | LibcMemoryBenchmark.h | 82 struct Study { struct
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 7 with a single images, or a list of images. Study of the examples
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatus.rst | 28 - SG1 - Study group #1 (Concurrency working group)
|
D | Cxx2bStatus.rst | 26 - SG1 - Study group #1 (Concurrency working group)
|
D | Cxx1zStatus.rst | 27 - SG1 - Study group #1 (Concurrency working group)
|
D | Cxx2aStatus.rst | 27 - SG1 - Study group #1 (Concurrency working group)
|
/external/curl/ |
D | README | 20 Study the COPYING file for distribution terms.
|
/external/kotlinx.atomicfu/ |
D | RELEASE.md | 24 * Study commit message from previous release.
|
/external/gemmlowp/standalone/ |
D | cache_counters.cc | 356 void Study(int accesses, int size, std::uint8_t* buf) { in Study() function 401 Study(kAccesses, size, buf); in main()
|
/external/kotlinx.coroutines/ |
D | RELEASE.md | 31 * Study commit message from previous release.
|
/external/libwebsockets/lib/event-libs/ |
D | README.md | 110 Study eg libuv implementation, using the available ops in the struct lws_event_loop_ops
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 45 Study of compatible GLXFBConfigs
|
/external/pcre/dist2/testdata/ |
D | testinput5 | 156 Ö # Matches without Study 160 Ö <-- Same with Study 164 Ö # Matches without Study 168 Ö <-- Same with Study
|
D | testoutput5 | 311 Ö # Matches without Study 317 Ö <-- Same with Study 323 Ö # Matches without Study 329 Ö <-- Same with Study
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 572 Fundamental Performance Study on Large 1154 Phyllis Fox Comparative Study of Computer Programs 1327 W. J. Cody A Statistical Study of the Accuracy of 2321 Holger Opderbeck A Study of Line Overhead in the ARPANET 3--13 2333 Gordon B. Davis Study of Errors, Error-Proneness, and 2557 Research Study (COSERS) . . . . . . . . 670--673 2592 C. Cordell Green An Empirical Study of List Structure in 2881 J. Lawrence Carter A Case Study of a New Code Generation
|
/external/autotest/docs/ |
D | wifi-basics-codelab.md | 329 there). Study the process and compare the flow to the frame class descriptions
|
/external/bcc/docs/ |
D | tutorial_bcc_python_developer.md | 722 ### Lesson 17. Further Study
|
/external/python/cpython3/Doc/howto/ |
D | functional.rst | 1168 3. Study the comment for a while, and think of a name that captures the essence
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 840 3) Study the comment for a while, and think of a name that captures the essence
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 1025 * Use the right data structures. Study documentation for the :ref:`bltin-types`
|
/external/curl/docs/ |
D | FAQ | 506 file transfer. Study the -Q/--quote option.
|
12