Home
last modified time | relevance | path

Searched full:programs (Results 1 – 25 of 3970) sorted by relevance

12345678910>>...159

/external/zstd/build/meson/programs/
Dmeson.build13 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/benchfn.c'),
18 join_paths(zstd_rootdir, 'programs/benchzstd.c'),
19 join_paths(zstd_rootdir, 'programs/datagen.c'),
20 join_paths(zstd_rootdir, 'programs/dibio.c'),
21 join_paths(zstd_rootdir, 'programs/zstdcli_trace.c'),
69 zstd_frugal_sources = [join_paths(zstd_rootdir, 'programs/zstdcli.c'),
[all …]
/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.cpp80 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],
257 /* Test separable programs */ in iterate()
260 /* Prepare programs */ in iterate()
583 …* @param programs An array of 5 programs' pointers. If monolithic program is prepared that onl…
584 * @param is_separable Select if monolithic or separable programs should be prepared
586 void UniformPreservationTest::prepareProgram(Utils::program** programs, bool is_separable) in prepareProgram() argument
607 programs[0]->build(0 /* compute shader source */, fragmenty_shader_code, geometry_shader_code, in prepareProgram()
611 programs[m_geometry_stage_index] = programs[m_fragment_stage_index]; in prepareProgram()
[all …]
/external/mbedtls/
DMakefile7 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
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
41 # TODO: $(app).vcxproj for each $(app) in programs/
70 for p in programs/*/* ; do \
[all …]
/external/clang/tools/clang-format/
DCMakeLists.txt22 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/
Dlicense.txt30 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/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py87 parser: argparse.ArgumentParser, programs: presubmit.Programs, default: str argument
90 if arg not in programs:
91 all_program_names = ', '.join(sorted(programs.keys()))
94 f'Valid Programs:\n{all_program_names}'
97 return programs[arg]
110 choices=programs.values(),
124 all_steps = programs.all_steps()
191 programs: Optional[presubmit.Programs] = None, argument
230 if programs:
232 raise ValueError('A default must be provided with programs')
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb39 …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/
DClContextSchema_generated.h26 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/python/cpython3/Tools/freeze/
Dwin32.html15 <H2>Frozen programs under Win32</H2>
16programs 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/cpython2/Tools/freeze/
Dwin32.html15 <H2>Frozen programs under Win32</H2>
16programs 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/openthread/third_party/mbedtls/repo/
DMakefile6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
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
107 programs/test/selftest
135 programs/*/*.[hc] \
/external/llvm/docs/
DTestSuiteMakefileGuide.rst21 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/ltp/testcases/kernel/io/direct_io/
DREADME19 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/OpenCL-CTS/test_conformance/math_brute_force/
Dmad_double.cpp41 Programs &programs; member
51 &(info->programs[vectorSize]), info->relaxedMode); in BuildKernelFn()
59 Programs programs; in TestFunc_mad_Double() local
71 BuildKernelInfo2 build_info{ kernels, programs, f->nameInCode, in TestFunc_mad_Double()
137 LogBuildError(programs[j]); in TestFunc_mad_Double()
143 LogBuildError(programs[j]); in TestFunc_mad_Double()
149 LogBuildError(programs[j]); in TestFunc_mad_Double()
155 LogBuildError(programs[j]); in TestFunc_mad_Double()
Dmad_float.cpp41 Programs &programs; member
51 &(info->programs[vectorSize]), info->relaxedMode); in BuildKernelFn()
62 Programs programs; in TestFunc_mad_Float() local
72 BuildKernelInfo2 build_info{ kernels, programs, f->nameInCode, in TestFunc_mad_Float()
138 LogBuildError(programs[j]); in TestFunc_mad_Float()
144 LogBuildError(programs[j]); in TestFunc_mad_Float()
150 LogBuildError(programs[j]); in TestFunc_mad_Float()
156 LogBuildError(programs[j]); in TestFunc_mad_Float()
/external/libpng/contrib/gregbook/
DREADME8 cross-platform demo programs that show how to use the libpng reference
16 The source code for all three demo programs currently compiles under
48 Note that, although the programs are designed to be functional, their
50 other programs. As such, their user interfaces are crude and definitely
55 13-15 of the book for detailed discussion of the three programs.
70 The pngbook demo programs are explicitly designed to demonstrate proper
132 current folder. Like the Unix versions, the two windowed programs
135 the June 2001 release. Note that the programs use the Unix-style "-"
151 To run the programs, they probably first need to be set up as "foreign
163 RUNNING THE PROGRAMS: (VERY) BRIEF INTRO
/external/python/cpython3/Doc/tutorial/
Dappetite.rst30 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/cpython2/Doc/tutorial/
Dappetite.rst30 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/OpenCL-CTS/test_conformance/half/
DTest_vLoadHalf.cpp32 cl_program programs[kVectorSizeCount+kStrangeVectorSizeCount][AS_NumAddressSpaces] = {{0}}; in Test_vLoadHalf_private() local
285programs[vectorSize][AS_Global] = MakeProgram( device, source, sizeof( source) / sizeof( source[0]… in Test_vLoadHalf_private()
286 if( NULL == programs[ vectorSize ][AS_Global] ) { in Test_vLoadHalf_private()
295programs[vectorSize][AS_Global] = MakeProgram( device, sourceV3aligned, sizeof( sourceV3aligned) /… in Test_vLoadHalf_private()
296 if( NULL == programs[ vectorSize ][AS_Global] ) { in Test_vLoadHalf_private()
305programs[vectorSize][AS_Global] = MakeProgram( device, sourceV3, sizeof( sourceV3) / sizeof( sourc… in Test_vLoadHalf_private()
306 if( NULL == programs[ vectorSize ][AS_Global] ) { in Test_vLoadHalf_private()
315 …kernels[ vectorSize ][AS_Global] = clCreateKernel( programs[ vectorSize ][AS_Global], "test", &err… in Test_vLoadHalf_private()
340 programs[vectorSize][AS_Private] = MakeProgram( device, source_ptr, source_size ); in Test_vLoadHalf_private()
341 if( NULL == programs[ vectorSize ][AS_Private] ) in Test_vLoadHalf_private()
[all …]
/external/lz4/contrib/meson/meson/programs/
Dmeson.build14 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/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-master.txt1142 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1143 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1144 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1376 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1377 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1378 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1379 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1380 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1381 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1382 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/src/
Degl-master.txt1142 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1143 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1144 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1376 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1377 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1378 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1379 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1380 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1381 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1382 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.4.x/
Degl-master.txt1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1080 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1081 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1318 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1319 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.6.x/
Degl-master.txt1122 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1123 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1124 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1356 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1357 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1358 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1359 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1360 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1361 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1362 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/main/
Degl-master.txt1122 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1123 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1124 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1356 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1357 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1358 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1359 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1360 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1361 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1362 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]

12345678910>>...159