Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/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/deqp/modules/glshared/
DglsShaderConstExprTests.cpp163 spec.programs.resize(1); in createTests()
165 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
184 spec.programs.resize(1); in createTests()
186 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests()
217 spec.programs.resize(1); in createTests()
219 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
238 spec.programs.resize(1); in createTests()
240 spec.programs[0].sources << glu::FragmentSource(mapped); in createTests()
DglsShaderLibraryCase.cpp833 if (spec.programs[0].sources.separable) in isTessellationPresent()
838 for (int programNdx = 0; programNdx < (int)spec.programs.size(); ++programNdx) in isTessellationPresent()
839 if (spec.programs[programNdx].activeStages & tessellationBits) in isTessellationPresent()
844 return !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].empty() || in isTessellationPresent()
845 !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].empty(); in isTessellationPresent()
926 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute()
932 vector<ProgramSources> specializedSources (m_spec.programs.size()); in execute()
936 vector<SharedPtr<ShaderProgram> > programs; in execute() local
944 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute()
946 …DE_ASSERT(m_spec.programs.size() == 1 && m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX].siz… in execute()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp371 de::PoolArray<Program> programs (&programPool); in buildPrograms() local
399 programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()))); in buildPrograms()
400 buildGlslTasks.pushBack(BuildGlslTask(progIter.getProgram(), &programs.back())); in buildPrograms()
408 programs.pushBack(Program(vk::ProgramIdentifier(casePath, progIter.getName()))); in buildPrograms()
409 buildSpirvAsmTasks.pushBack(BuildSpirVAsmTask(progIter.getProgram(), &programs.back())); in buildPrograms()
426 validationTasks.reserve(programs.size()); in buildPrograms()
428 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
443 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
455 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
/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
/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
DREADME2 system management programs.
15 In case of bugs in these programs, please contact Ted Ts'o at
18 reports for these programs.
/external/valgrind/docs/internals/
Dperformance.txt13 - Julian made the tree builder linear. Saved 2--13% on a range of programs.
16 Saved 1--3% on a few programs.
25 programs (eg. ktuberling) programs by a couple of percent.
33 gives about 40% speedup on artificial programs which just do
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js60 this.programs = null;
141 this.programs = {};
142 this.programs[trs.DEFAULT_PROGRAM_NAME] = []; property
161 var is = this.programs[programName];
163 programs[programName] = is.slice(trs.MIN_TOKEN_INDEX, this.instructionIndex);
345 var is = this.programs[name];
354 this.programs[name] = is;
389 var rewrites = this.programs[programName];
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid()
102 if (spec.programs.empty()) in isValid()
157 for (size_t progNdx = 0; progNdx < spec.programs.size(); ++progNdx) in isValid()
165 const bool hasShader = !spec.programs[progNdx].sources.sources[shaderStageNdx].empty(); in isValid()
166 const bool isEnabled = (spec.programs[progNdx].activeStages & curStageMask) != 0; in isValid()
183 else if (!spec.programs[progNdx].sources.sources[shaderStageNdx].empty()) in isValid()
205 const bool hasVertex = !spec.programs[0].sources.sources[SHADERTYPE_VERTEX].empty(); in isValid()
206 const bool hasFragment = !spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT].empty(); in isValid()
208 if (spec.programs.size() != 1) in isValid()
1489 spec.programs.resize(1); in parseShaderCase()
[all …]
/external/bison/
DPACKAGING9 Contents: Runtime libraries and programs.
10 Audience: Anyone who wants to run internationalized programs
15 Audience: Anyone who wants to develop programs that use parsers.
20 contains localized programs that use the diagnostics contained in
/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/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/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs182 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in Antlr.Runtime.TokenRewriteStream
192 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init()
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in Init()
219 if (programs.TryGetValue(programName, out @is) && @is != null) { in Rollback()
224 programs[programName] = sublist; in Rollback()
350 if (!programs.TryGetValue(name, out @is) || @is == null) { in GetProgram()
358 programs[name] = @is; in InitializeProgram()
392 if (!programs.TryGetValue(programName, out rewrites)) in ToString()
/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/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt29 programs
60 returns the correct programs for vertex and shader stages.
66 The following tests create a program pipeline with one or two programs,
73 no varyings. The variables in distinct programs may have the same name.
78 In the "create_shader_program.*" test cases the single-shader programs in
/external/deqp/android/cts/master/
Degl-master.txt1078 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.create_destroy
1079 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.attach
1080 dEQP-EGL.functional.sharing.gles2.multithread.simple.programs.link
1312 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.0
1313 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.1
1314 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.2
1315 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.3
1316 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.4
1317 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.5
1318 dEQP-EGL.functional.sharing.gles2.multithread.random.programs.create_destroy.6
[all …]
/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
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs204 protected IDictionary<string, IList<RewriteOperation>> programs = null; field in Antlr.Runtime.TokenRewriteStream
216 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init()
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in Init()
247 if ( programs.TryGetValue( programName, out @is ) && @is != null ) in Rollback()
253 programs[programName] = sublist; in Rollback()
404 if ( !programs.TryGetValue( name, out @is ) || @is == null ) in GetProgram()
414 programs[name] = @is; in InitializeProgram()
455 if ( !programs.TryGetValue( programName, out rewrites ) ) in ToString()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java162 protected Map programs = null; field in TokenRewriteStream
172 programs = new HashMap(); in init()
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE)); in init()
196 List is = (List)programs.get(programName); in rollback()
198 programs.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex)); in rollback()
321 List is = (List)programs.get(name); in getProgram()
330 programs.put(name, is); in initializeProgram()
362 List rewrites = (List)programs.get(programName); in toString()
/external/ImageMagick/Magick++/
DREADME9 suitable for Web CGI programs which must start-up and execute quickly.
19 map) can be used to write programs similar to those possible with PERL &
42 with recalling compilation options required to compile and link programs
51 the Magick++ demo programs.
/external/zlib/src/contrib/minizip/
Dconfigure.ac9 AC_MSG_CHECKING([whether to build example programs])
10 AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
/external/autotest/client/tests/npb/
Denable-all-tests.patch36 +# This is the fortran compiler used for Fortran programs
39 +# This links fortran programs; usually the same as ${F77}
53 +# Global *compile time* flags for Fortran programs
82 +# This is the C compiler used for C programs
85 +# This links C programs; usually the same as ${CC}
99 +# Global *compile time* flags for C programs
/external/libcap/
DREADME16 builds the library and the programs
25 * for some example programs look in progs.

12345678910>>...47