Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 25 of 89) sorted by relevance

1234

/external/python/cpython2/Lib/test/
Dtest_transformer.py14 snippets = ['a, b = 1, 2',
18 for s in snippets:
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/
Dlit.local.cfg24 … [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/
Dllvm-exegesis.rst30 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/
DCMakeLists.txt4 add_subdirectory(snippets)
/external/eigen/unsupported/
DREADME.txt41 unsupported/doc/snippets/.cpp <- code snippets for the doc
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2882 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/
Dmov-add.s1 # RUN: llvm-exegesis -mode=latency --repetition-mode=loop --x86-lbr-sample-period=521 --snippets-fi…
Dlit.local.cfg22 …atency', '-x86-lbr-sample-period', '123', '-repetition-mode', 'loop', '-snippets-file', '/dev/null…
/external/eigen/unsupported/doc/snippets/
DCMakeLists.txt10 CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
/external/libchrome/mojo/public/java/bindings/
DREADME.md8 This document provides a brief guide to API usage with example code snippets.
/external/fonttools/Snippets/
DREADME.md1 This directory includes snippets that people might useful to get ideas from.
/external/libchrome/mojo/public/java/system/
DREADME.md9 code snippets.
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Dcontrol18 Uses audio loopback to record snippets of audio, checking whether there was any
/external/llvm-project/llvm/test/tools/llvm-exegesis/Mips/
Dlit.local.cfg24 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
/external/llvm-project/llvm/test/tools/llvm-exegesis/AArch64/
Dlit.local.cfg24 …[llvm_exegesis_exe, '-mode', 'latency', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet)
/external/webrtc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/libtextclassifier/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/openscreen/third_party/abseil/src/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/angle/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/rust/crates/codespan-reporting/
DCHANGELOG.md65 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/
Dbug-report.md28 …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/
DREADME13 There is a fair amount of documentation (including code snippets) in
/external/python/pyasn1/
DTODO.rst49 Document more API, add notes and example snippets.

1234