/external/python/cpython2/Lib/test/ |
D | test_transformer.py | 14 snippets = ['a, b = 1, 2', 18 for s in snippets:
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/ |
D | lit.local.cfg | 24 … [llvm_exegesis_exe, '-mode', 'uops', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet) 26 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 30 snippets. 83 `snippets-file` option (`-` reads from standard input). 87 $ echo "vzeroupper" | llvm-exegesis -mode=uops -snippets-file=- 89 Real-life code snippets typically depend on registers or memory. 173 Either `opcode-index`, `opcode-name` or `snippets-file` must be set. 179 Either `opcode-index`, `opcode-name` or `snippets-file` must be set. 181 .. option:: -snippets-file=<filename> 184 Either `opcode-index`, `opcode-name` or `snippets-file` must be set.
|
/external/eigen/unsupported/doc/ |
D | CMakeLists.txt | 4 add_subdirectory(snippets)
|
/external/eigen/unsupported/ |
D | README.txt | 41 unsupported/doc/snippets/.cpp <- code snippets for the doc
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2882 TypeSnippetsSP snippets; member 2898 m_typeData[FP16].snippets = TypeSnippetsSP(new TypeSnippets<deFloat16>); in TestGroupBuilderBase() 2902 m_typeData[FP32].snippets = TypeSnippetsSP(new TypeSnippets<float>); in TestGroupBuilderBase() 2906 m_typeData[FP64].snippets = TypeSnippetsSP(new TypeSnippets<double>); in TestGroupBuilderBase() 2924 const TypeSnippetsSP outTypeSnippets = m_typeData.at(outFloatType).snippets; in specializeOperation() 2932 TypeSnippetsSP inTypeSnippets = m_typeData.at(inFloatType).snippets; in specializeOperation() 3757 capabilities += fp64Data.snippets->capabilities; in fillShaderSpec() 3761 fp64Data.snippets->multiOutputAnnotationsSnippet + in fillShaderSpec() 3763 types += fp64Data.snippets->minTypeDefinitionsSnippet; in fillShaderSpec() 3765 outDefinitions += fp64Data.snippets->multiOutputDefinitionsSnippet; in fillShaderSpec() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/lbr/ |
D | mov-add.s | 1 # RUN: llvm-exegesis -mode=latency --repetition-mode=loop --x86-lbr-sample-period=521 --snippets-fi…
|
D | lit.local.cfg | 22 …atency', '-x86-lbr-sample-period', '123', '-repetition-mode', 'loop', '-snippets-file', '/dev/null…
|
/external/eigen/unsupported/doc/snippets/ |
D | CMakeLists.txt | 10 CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
|
/external/libchrome/mojo/public/java/bindings/ |
D | README.md | 8 This document provides a brief guide to API usage with example code snippets.
|
/external/fonttools/Snippets/ |
D | README.md | 1 This directory includes snippets that people might useful to get ideas from.
|
/external/libchrome/mojo/public/java/system/ |
D | README.md | 9 code snippets.
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
D | control | 18 Uses audio loopback to record snippets of audio, checking whether there was any
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/Mips/ |
D | lit.local.cfg | 24 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/AArch64/ |
D | lit.local.cfg | 24 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
|
/external/webrtc/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/libtextclassifier/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/openscreen/third_party/abseil/src/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/angle/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/rust/crates/codespan-reporting/ |
D | CHANGELOG.md | 65 We used to just render `\t` characters in source snippets with the same 195 - We've reduced the prominence of the 'locus' on source snippets by 367 - the inner gutter of code snippets is now aligned consistently 368 - the outer gutter of consecutive code snippets are now aligned consistently
|
/external/python/pybind11/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 28 …tion(s) that cause breakage. Submit matched and complete C++ and Python snippets that can be easil…
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | README | 13 There is a fair amount of documentation (including code snippets) in
|
/external/python/pyasn1/ |
D | TODO.rst | 49 Document more API, add notes and example snippets.
|