/third_party/flutter/flutter/ |
D | .gitattributes | 1 # Auto detect text files and perform LF normalization 4 # Always perform LF normalization on these files 21 # Never perform LF normalization on these files
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 38 n : number of times to perform benchmark (default 5) 40 s : perform single threaded runs (default don't) 41 H : don't perform half load runs (default do) 42 O : don't perform optimal load runs (default do) 43 M : don't perform maximal load runs (default do) 65 v0.20 Change to average of runs, add options to choose which runs to perform
|
/third_party/flutter/engine/flutter/third_party/txt/ |
D | .gitattributes | 1 # Auto detect text files and perform LF normalization 4 # Always perform LF normalization on these files
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | testing_output_streams.qbk | 10 How would you perform correctness test for ``operator<< ( std::ostream &, ... )`` operations? 17 expected pattern string, but you are required to perform several additional operations with every c… 28 If you want to perform several checks with the same output, specify parameter `flush_stream` 55 you want to perform several different checks for the same output you wouldn't need to use it though… 58 [tip Try to perform checks as 74 [tip Try to perform checks as frequently as possible, because it allows you to more closely identif…
|
/third_party/boost/tools/docca/include/docca/ |
D | common.xsl | 38 <xsl:sequence select="d:perform-replacements($name, $id-replacements)"/> 41 <xsl:function name="d:perform-replacements"> 47 … then d:perform-replacements(replace($name, $next/@pattern, $next/@with), $rest) 78 <xsl:sequence select="d:perform-replacements($name, $param-replacements)"/> 83 <xsl:sequence select="d:perform-replacements($name, $type-replacements)"/>
|
/third_party/boost/libs/thread/test/ |
D | test_2309.cpp | 20 void perform() in perform() function 52 threads.create_thread(perform); in ticket_2309_test()
|
/third_party/openssl/apps/ |
D | s_time.c | 102 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 126 perform = 2; in s_time_main() 129 perform = 1; in s_time_main() 213 if (!(perform & 1)) in s_time_main() 274 if (!(perform & 2)) in s_time_main()
|
/third_party/boost/libs/asio/doc/overview/ |
D | basics.qbk | 10 Boost.Asio may be used to perform both synchronous and asynchronous operations on I/O 14 As an introductory example, let's consider what happens when you perform a 27 To perform I/O operations [*your program] will need an [*I/O object] such as a 42 3. The [*I/O execution context] calls on the [*operating system] to perform the 109 extending Boost.Asio to perform other types of asynchronous operations.
|
D | reactor.qbk | 11 perform the I/O operations itself. To facilitate this, Boost.Asio includes 15 As an example, to perform a non-blocking read something like the following may
|
D | timers.qbk | 14 As a simple example, to perform a synchronous wait operation on a timer using a 23 More commonly, a program will perform an asynchronous wait operation on a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 148 void perform() { in perform() function in __anon2f108d320211::MemOPSizeOpt 154 if (perform(MI)) { in perform() 185 bool perform(MemIntrinsic *MI); 232 bool MemOPSizeOpt::perform(MemIntrinsic *MI) { in perform() function in __anon2f108d320211::MemOPSizeOpt 424 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DynamicShaderCompilation.md | 21 perform very slowly due to dynamic shader re-compilation. A future design 22 direction for ANGLE, when targeting a more modern API, is to perform the vertex
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | DynamicShaderCompilation.md | 21 perform very slowly due to dynamic shader re-compilation. A future design 22 direction for ANGLE, when targeting a more modern API, is to perform the vertex
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_colorspace.txt | 116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an 188 On Windows, OpenGL ES implementation can not perform linear to sRGB 254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions. 256 IF sRGBColorspace THEN perform framebuffer sRGB conversions. 261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions. 263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_colorspace.txt | 116 enable GL_FRAMEBUFFER_SRGB to perform sRGB rendering, even when an 188 On Windows, OpenGL ES implementation can not perform linear to sRGB 254 … IF EnableSRGB && (sRGBCapable || sRGBColorspace) THEN perform framebuffer sRGB conversions. 256 IF sRGBColorspace THEN perform framebuffer sRGB conversions. 261 IF EnableSRGB && FormatSRGB THEN perform framebuffer sRGB conversions. 263 IF FormatSRGB THEN perform framebuffer sRGB conversions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopIterator.h | 123 void perform(LoopInfo *LI); 180 void perform(LoopInfo *LI) { in perform() function 181 DFS.perform(LI); in perform()
|
/third_party/openssl/doc/man3/ |
D | CMS_final.pod | 15 CMS_final() finalises the structure B<cms>. Its purpose is to perform any 26 I/O functions perform finalisation operations internally.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 79 bool perform() { in perform() function in __anon35d7c14c0211::LibCallsShrinkWrap 84 if (perform(CI)) { in perform() 93 bool perform(CallInst *CI); 505 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap 529 bool Changed = CCDCE.perform(); in runImpl()
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 08_notes.qbk | 16 The implementation does not perform queueing or buffering of messages. If 60 program is attempting to perform two simultaneous reads: 69 some individual operations can perform both reads and writes, this
|
/third_party/cef/ |
D | CMakeLists.txt.in | 68 # To perform a Linux build using a 32-bit CEF binary distribution on a 32-bit 78 # To perform a MacOS build using a 64-bit CEF binary distribution: 87 # To perform a MacOS build using an ARM64 CEF binary distribution: 96 # To perform a Windows build using a 32-bit CEF binary distribution: 107 # To perform a Windows build using a 64-bit CEF binary distribution: 118 # To perform a Windows build using an ARM64 CEF binary distribution:
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | README.md | 3 Demonstrates how to create indexes and perform full-text searches. 29 - perform search[es]: `searchterm [searchterm...]`
|
/third_party/boost/boost/asio/ssl/detail/impl/ |
D | engine.ipp | 148 return perform((type == boost::asio::ssl::stream_base::client) 154 return perform(&engine::do_shutdown, 0, 0, ec, 0); 166 return perform(&engine::do_write, 180 return perform(&engine::do_read, data.data(), 242 engine::want engine::perform(int (engine::* op)(void*, std::size_t),
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_array_range2.txt | 50 vertex array range that does NOT perform an implicit vertex array 95 and disable the vertex array range does not perform an implicit 118 DisableClientState or EnableClientState does NOT perform an implicit
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_array_range2.txt | 50 vertex array range that does NOT perform an implicit vertex array 95 and disable the vertex array range does not perform an implicit 118 DisableClientState or EnableClientState does NOT perform an implicit
|
/third_party/curl/docs/cmdline-opts/ |
D | parallel.d | 7 Makes curl perform its transfers in parallel as compared to the regular serial
|