| /external/zstd/build/meson/programs/ |
| D | meson.build | 13 zstd_programs_sources = [join_paths(zstd_rootdir, 'programs/zstdcli.c'), 14 join_paths(zstd_rootdir, 'programs/util.c'), 15 join_paths(zstd_rootdir, 'programs/timefn.c'), 16 join_paths(zstd_rootdir, 'programs/fileio.c'), 17 join_paths(zstd_rootdir, 'programs/fileio_asyncio.c'), 18 join_paths(zstd_rootdir, 'programs/benchfn.c'), 19 join_paths(zstd_rootdir, 'programs/benchzstd.c'), 20 join_paths(zstd_rootdir, 'programs/datagen.c'), 21 join_paths(zstd_rootdir, 'programs/lorem.c'), 22 join_paths(zstd_rootdir, 'programs/dibio.c'), [all …]
|
| /external/libbpf/docs/ |
| D | libbpf_overview.rst | 9 heavy lifting of loading, verifying, and attaching BPF programs to various 15 * Provides high-level and low-level APIs for user space programs to interact 16 with BPF programs. The low-level APIs wrap all the bpf system call 18 over the interactions between user space and BPF programs. 20 The skeleton file simplifies the process for the user space programs to access 21 global variables and work with BPF programs. 25 BPF programs that can be compiled once and run across different kernel 35 A BPF application consists of one or more BPF programs (either cooperating or 37 variables are shared between all BPF programs, which allows them to cooperate on 38 a common set of data. libbpf provides APIs that user space programs can use to [all …]
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcMultipleContextsTests.cpp | 80 void prepareProgram(Utils::program **programs, bool is_separable); 82 void prepareProgramPipeline(glw::GLuint &pipeline_id, Utils::program **programs); 86 … bool testProgram(Utils::program **programs, bool is_separable, const glw::GLuint test_cases[][5], 256 /* Test separable programs */ in iterate() 259 /* Prepare programs */ in iterate() 582 …* @param programs An array of 5 programs' pointers. If monolithic program is prepared that onl… 583 * @param is_separable Select if monolithic or separable programs should be prepared 585 void UniformPreservationTest::prepareProgram(Utils::program **programs, bool is_separable) in prepareProgram() argument 606 … programs[0]->build(0 /* compute shader source */, fragmenty_shader_code, geometry_shader_code, in prepareProgram() 610 programs[m_geometry_stage_index] = programs[m_fragment_stage_index]; in prepareProgram() [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/tutorial/ |
| D | index_dox.txt | 13 The tutorial programs in this first section introduce the fundamental concepts 15 network programming, these tutorial programs illustrate the basic skills using 26 The tutorial programs in this section show how to use asio to develop simple 27 client and server programs. These tutorial programs are based around the <a 31 The first three tutorial programs implement the daytime protocol using TCP. 37 The next three tutorial programs implement the daytime protocol using UDP.
|
| /external/mbedtls/ |
| D | Makefile | 7 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean 9 all: programs tests 12 no_test: programs 14 programs: lib mbedtls_test target 15 $(MAKE) -C programs 28 programs/%: 29 $(MAKE) -C programs $* 35 generated_files: programs/generated_files 64 # TODO: $(app).vcxproj for each $(app) in programs/ 93 for p in programs/*/* ; do \ [all …]
|
| /external/clang/tools/clang-format/ |
| D | CMakeLists.txt | 22 install(PROGRAMS clang-format-bbedit.applescript 25 install(PROGRAMS clang-format-diff.py 28 install(PROGRAMS clang-format-sublime.py 31 install(PROGRAMS clang-format.el 34 install(PROGRAMS clang-format.py 37 install(PROGRAMS git-clang-format
|
| /external/licenseclassifier/v2/assets/License/Windows-SDK-10/ |
| D | license.txt | 30 to design, develop and test your programs that run on a Microsoft operating 34 test your programs that run on a Microsoft operating system. Each copy must be 45 used to debug and deploy your programs and databases you have developed with 48 your programs; or (ii) thirty (30) days after installation of the Utilities 54 compiling, building, verifying and archiving your programs. These components 60 d. Included Microsoft Programs. The software contains other Microsoft programs. 61 The license terms with those programs apply to your use of them. 70 distribute in programs you develop if you comply with the terms below. 79 Third Party Distribution. You may permit distributors of your programs to copy 80 and distribute the Distributable Code as part of those programs. [all …]
|
| /external/antlr/runtime/Ruby/lib/antlr3/streams/ |
| D | rewrite.rb | 39 …at provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text out… 362 attr_reader :programs accessor in ANTLR3.TokenRewriteStream 367 @programs = Hash.new do |programs, name| 369 programs[ name ] = RewriteProgram.new( self, name ) 370 else programs[ name.to_s ] 378 program = @programs[ program_name ] 387 return @programs[ name ] 391 @programs.delete( name ) 401 @programs[ 'default' ].insert_before( *args ) 405 @programs[ 'default' ].insert_after( *args ) [all …]
|
| /external/armnn/src/backends/cl/ |
| D | ClContextSchema_generated.h | 26 const flatbuffers::Vector<flatbuffers::Offset<armnn::Program>> *programs() const { in programs() function 32 verifier.VerifyVector(programs()) && in Verify() 33 verifier.VerifyVectorOfTables(programs()) && in Verify() 42 …_programs(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<armnn::Program>>> programs) { in add_programs() 43 fbb_.AddOffset(ClContext::VT_PROGRAMS, programs); in add_programs() 59 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<armnn::Program>>> programs = 0) { 61 builder_.add_programs(programs); 67 const std::vector<flatbuffers::Offset<armnn::Program>> *programs = nullptr) { 68 …auto programs__ = programs ? _fbb.CreateVector<flatbuffers::Offset<armnn::Program>>(*programs) : 0;
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | llvmpipe-flakes.txt | 2 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.link.19 3 dEQP-EGL.functional.sharing.gles2.multithread.random_egl_sync.programs.link.19 4 dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_server_sync.programs.link 5 dEQP-EGL.functional.sharing.gles2.multithread.random_egl_server_sync.programs.link.19 6 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link 7 dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_sync.programs.link
|
| /external/python/cpython2/Tools/freeze/ |
| D | win32.html | 15 <H2>Frozen programs under Win32</H2> 16 …programs under Win32 can (theoretically) freeze any type of program supported by Python on Win32 -… 19 <H4>Minimal frozen programs</H4> 20 <P>These programs freeze only .py files in your program. All external DLLs are required at run-tim… 22 <H4>Frozen Extension programs</H4> 24 <P>These programs also freeze in the sources from all .pyd and .dll files used at runtime. This me… 26 <H4>Completely frozen programs</H4> 27 <P>Completely stand-alone programs, as is the default on Unix systems. These are currently not sup… 41 …enting COM Servers. Ie, you can freeze programs which control other applications, but can not imp…
|
| /external/python/cpython3/Tools/freeze/ |
| D | win32.html | 15 <H2>Frozen programs under Win32</H2> 16 …programs under Win32 can (theoretically) freeze any type of program supported by Python on Win32 -… 19 <H4>Minimal frozen programs</H4> 20 <P>These programs freeze only .py files in your program. All external DLLs are required at run-tim… 22 <H4>Frozen Extension programs</H4> 24 <P>These programs also freeze in the sources from all .pyd and .dll files used at runtime. This me… 26 <H4>Completely frozen programs</H4> 27 <P>Completely stand-alone programs, as is the default on Unix systems. These are currently not sup… 41 …enting COM Servers. Ie, you can freeze programs which control other applications, but can not imp…
|
| /external/cronet/third_party/apache-portable-runtime/src/test/ |
| D | Makefile | 4 # PROGRAMS includes all test programs built on this platform. 6 # test programs invoked via standard user interface, run on all platforms 10 # test programs invoked via standard user interface, not portable 12 # programs such as sockperf, that have to be invoked in a special sequence 15 # programs such as globalmutexchild which the various TESTS will invoke 50 PROGRAMS = $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) \ macro 53 TARGETS = $(PROGRAMS) 68 # link programs using -no-install to get real executables not 184 echo "Programs failed:$$progfailed"; \
|
| D | Makefile.in | 4 # PROGRAMS includes all test programs built on this platform. 6 # test programs invoked via standard user interface, run on all platforms 10 # test programs invoked via standard user interface, not portable 12 # programs such as sockperf, that have to be invoked in a special sequence 15 # programs such as globalmutexchild which the various TESTS will invoke 50 PROGRAMS = $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) \ 53 TARGETS = $(PROGRAMS) 68 # link programs using -no-install to get real executables not 184 echo "Programs failed:$$progfailed"; \
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | cli.py | 89 parser: argparse.ArgumentParser, programs: presubmit.Programs, default: str argument 92 if arg not in programs: 93 all_program_names = ', '.join(sorted(programs.keys())) 96 f'Valid Programs:\n{all_program_names}' 99 return programs[arg] 112 choices=programs.values(), 126 all_steps = programs.all_steps() 200 programs: presubmit.Programs | None = None, 258 if programs: 260 raise ValueError('A default must be provided with programs') [all …]
|
| /external/bcc/docs/ |
| D | kernel_config.md | 8 …programs are normally handled by a BPF interpreter. This option allows the kernel to generate nati… 14 | | CONFIG_BPF_EVENTS | Allow the user to attach BPF programs to kprobe, uprobe, and tracepoint ev… 23 | **Cgroup** | CONFIG_CGROUP_BPF | Support for BPF programs attached to cgroups | 29 | | CONFIG_LWTUNNEL_BPF | Allow to run BPF programs as a nexthop action following a route lookup fo… 38 | **kprobe override** | CONFIG_BPF_KPROBE_OVERRIDE | Enable BPF programs to override a kprobed func… 46 | **LSM** | CONFIG_BPF_LSM | Enable instrumentation of the security hooks with BPF programs for imp… 47 | **LIRC** | CONFIG_BPF_LIRC_MODE2 | Allow attaching BPF programs to a lirc device |
|
| /external/ltp/testcases/kernel/io/direct_io/ |
| D | README | 19 diotest_routines.c: Routines to support the test programs. 20 diotest[1-6].c: 6 test programs with 30 test blocks. 21 Makefile: To compile the programs. 23 To run the programs: 24 1: Compile the programs 26 2: Execute the test script or the test programs individually.
|
| /external/llvm/docs/ |
| D | TestSuiteMakefileGuide.rst | 21 The ``test-suite`` module contains a number of programs that can be 22 compiled with LLVM and executed. These programs are compiled using the 25 the other programs are compared to the native program output and pass if 29 subset of the available tests or programs. This makes test run times 31 test failures. To run some test only on a subset of programs, simply 32 change directory to the programs you want tested and run ``gmake`` 34 variable to change what tests or run on the selected programs (see below 48 The SingleSource directory contains test programs that are only a 50 programs or small programs that calculate a particular value. Several 51 such programs are grouped together in each directory. [all …]
|
| /external/zstd/lib/dll/example/ |
| D | build_package.bat | 4 COPY programs\datagen.c bin\example\ 5 COPY programs\datagen.h bin\example\ 6 COPY programs\util.h bin\example\ 7 COPY programs\platform.h bin\example\ 20 COPY programs\zstd.exe bin\zstd.exe
|
| /external/lz4/contrib/meson/meson/programs/ |
| D | meson.build | 14 lz4_source_root / 'programs/bench.c', 15 lz4_source_root / 'programs/datagen.c', 16 lz4_source_root / 'programs/lz4cli.c', 17 lz4_source_root / 'programs/lz4io.c', 23 include_directories: include_directories(lz4_source_root / 'programs'), 29 install_man(lz4_source_root / 'programs/lz4.1')
|
| /external/cronet/third_party/apache-portable-runtime/src/test/internal/ |
| D | Makefile.win | 1 # PROGRAMS includes all test programs built on this platform. 3 # test programs invoked via standard user interface, run on all platforms 5 # test programs invoked via standard user interface, not portable 7 # programs such as sendfile, that have to be invoked in a special sequence 49 PROGRAMS = 51 TARGETS = $(PROGRAMS) $(NONPORTABLE)
|
| D | Makefile.in | 7 PROGRAMS = \ 9 TARGETS = $(PROGRAMS) $(NONPORTABLE) 23 all: $(PROGRAMS) $(NONPORTABLE) 25 check: $(PROGRAMS) $(NONPORTABLE) 26 for prog in $(PROGRAMS) $(NONPORTABLE); do \
|
| /external/python/cpython2/Doc/tutorial/ |
| D | appetite.rst | 30 more structure and support for large programs than shell scripts or batch files 38 Python programs. It comes with a large collection of standard modules that you 39 can use as the basis of your programs --- or as examples to start learning to 47 features of the language, to write throw-away programs, or to test functions 50 Python enables programs to be written compactly and readably. Programs written 51 in Python are typically much shorter than equivalent C, C++, or Java programs, 64 operations at maximum speed, or to link Python programs to libraries that may
|
| /external/python/cpython3/Doc/tutorial/ |
| D | appetite.rst | 30 more structure and support for large programs than shell scripts or batch files 38 Python programs. It comes with a large collection of standard modules that you 39 can use as the basis of your programs --- or as examples to start learning to 47 features of the language, to write throw-away programs, or to test functions 50 Python enables programs to be written compactly and readably. Programs written 51 in Python are typically much shorter than equivalent C, C++, or Java programs, 64 operations at maximum speed, or to link Python programs to libraries that may
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | Makefile | 6 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean 8 all: programs tests 11 no_test: programs 13 programs: lib mbedtls_test target 14 $(MAKE) -C programs 38 for p in programs/*/* ; do \ 53 for p in programs/*/* ; do \ 91 $(MAKE) -C programs clean 127 programs/*/*.[hc] \
|