Home
last modified time | relevance | path

Searched refs:Study (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/libc/benchmarks/
DJSONTest.cpp26 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()
DJSON.h20 Expected<Study> ParseJsonStudy(StringRef Content);
23 void SerializeToJson(const Study &S, llvm::json::OStream &JOS);
DJSON.cpp245 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()
DLibcMemoryBenchmarkMain.cpp53 Study S; in Main()
DLibcMemoryBenchmark.h82 struct Study { struct
/external/ImageMagick/MagickWand/tests/
DREADME7 with a single images, or a list of images. Study of the examples
/external/llvm-project/libcxx/docs/
DCxx1yStatus.rst28 - SG1 - Study group #1 (Concurrency working group)
DCxx2bStatus.rst26 - SG1 - Study group #1 (Concurrency working group)
DCxx1zStatus.rst27 - SG1 - Study group #1 (Concurrency working group)
DCxx2aStatus.rst27 - SG1 - Study group #1 (Concurrency working group)
/external/curl/
DREADME20 Study the COPYING file for distribution terms.
/external/kotlinx.atomicfu/
DRELEASE.md24 * Study commit message from previous release.
/external/gemmlowp/standalone/
Dcache_counters.cc356 void Study(int accesses, int size, std::uint8_t* buf) { in Study() function
401 Study(kAccesses, size, buf); in main()
/external/kotlinx.coroutines/
DRELEASE.md31 * Study commit message from previous release.
/external/libwebsockets/lib/event-libs/
DREADME.md110 Study eg libuv implementation, using the available ops in the struct lws_event_loop_ops
/external/angle/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md45 Study of compatible GLXFBConfigs
/external/pcre/dist2/testdata/
Dtestinput5156 Ö # Matches without Study
160 Ö <-- Same with Study
164 Ö # Matches without Study
168 Ö <-- Same with Study
Dtestoutput5311 Ö # Matches without Study
317 Ö <-- Same with Study
323 Ö # Matches without Study
329 Ö <-- Same with Study
/external/one-true-awk/testdir/
Dfunstack.ok572 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/
Dwifi-basics-codelab.md329 there). Study the process and compare the flow to the frame class descriptions
/external/bcc/docs/
Dtutorial_bcc_python_developer.md722 ### Lesson 17. Further Study
/external/python/cpython3/Doc/howto/
Dfunctional.rst1168 3. Study the comment for a while, and think of a name that captures the essence
/external/python/cpython2/Doc/howto/
Dfunctional.rst840 3) Study the comment for a while, and think of a name that captures the essence
/external/python/cpython3/Doc/faq/
Dprogramming.rst1025 * Use the right data structures. Study documentation for the :ref:`bltin-types`
/external/curl/docs/
DFAQ506 file transfer. Study the -Q/--quote option.

12