Home
last modified time | relevance | path

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

12345678910>>...126

/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/bcc/src/cc/frontends/p4/
DREADME.md9 This document describes a prototype compiler that translates programs
10 written in the P4 programming languages to eBPF programs. The
11 translation is performed by generating programs written in a subset of
63 P4 programs describe the behavior of network-processing dataplanes. A
81 machine code); EBPF programs are traditionally executed by a virtual
82 machine that resides in the Linux kernel. EBPF programs can be
84 instrumentation. The main feature of EBPF programs is their *static
85 safety*: prior to execution all EBPF programs have to be validated as
86 being safe, and unsafe programs cannot be executed. A safe program
100 EBPF programs are inserted into the kernel using *hooks*. There are
[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/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/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/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/syzkaller/syz-fuzzer/
Dworkqueue.go15 // to triage and send to manager new inputs before we smash programs
16 // in order to not permanently lose interesting programs in case of VM crash.
37 // WorkTriage are programs for which we noticed potential new coverage during
39 // During triage we understand if these programs in fact give new coverage,
48 // WorkCandidate are programs from hub.
50 // A proc handles them the same way as locally generated/mutated programs.
56 // WorkSmash are programs just added to corpus.
57 // During smashing these programs receive a one-time special attention
/external/syzkaller/docs/
Dreproducing_crashes.md3 …ducer programs for syzkaller bugs is automated, however it's not perfect, so syzkaller provides a …
5 Crash logs created in manager `workdir/crashes` dir contain programs executed just before a crash. …
8programs in various modes (once or loop indefinitely; in threaded/collide mode (see below), with o…
10 Note: `syz-execprog` executes programs locally. So you need to copy `syz-execprog` and `syz-executo…
/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/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/swiftshader/third_party/llvm-7.0/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/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/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/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/e2fsprogs/
DINSTALL1 To install the second extended file system management programs,
20 cause programs that use the uuid library to core dump. To disable
23 4) Compile the programs
31 6) Install the programs
39 programs to work. It is only needed if you expect to develop other
40 programs using the libraries or if you want to compile other program
/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/master/
Degl-master.txt1121 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1122 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1123 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1355 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1356 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1357 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1358 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1359 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1360 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1361 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/android/cts/nyc/src/
Degl-master.txt1077 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1311 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.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/android/cts/master/
Degl-master.txt972 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
973 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
974 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1206 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1207 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1208 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1209 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1210 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1211 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1212 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/deqp/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt1121 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1122 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1123 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1355 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1356 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1357 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1358 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1359 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1360 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1361 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/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/android/cts/nyc/
Degl-master.txt1077 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1311 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/external/bcc/man/man8/
Dbpflist.83 bpflist \- Display processes currently using BPF programs and maps.
7 This tool displays processes currently using BPF programs and maps, and
9 which BPF programs are loaded on the system.
24 Count kprobes and uprobes as well as BPF programs. Repeating verbose mode twice
28 Display processes currently using BPF programs:
/external/python/cpython2/Tools/msi/
Dcrtlicense.txt14 If you further distribute programs that include the Microsoft
29 - use Microsoft's trademarks in your programs' names or in a way that
30 suggests your programs come from or are endorsed by Microsoft;
37 unlawful programs.
40 defined above, not to Python itself or any programs running on the

12345678910>>...126