HomeSort by relevance Sort by last modified time
    Searched full:program (Results 226 - 250 of 14517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/multi-module-path/
run.sh 9 echo "ERROR: Can't build test program!"
  /frameworks/base/libs/hwui/
SkiaShader.cpp 74 void SkiaShader::setupProgram(Program* program, const mat4& modelView, const Snapshot& snapshot,
129 void SkiaBitmapShader::setupProgram(Program* program, const mat4& modelView,
153 glUniform1i(program->getUniform("bitmapSampler"), textureSlot);
154 glUniformMatrix4fv(program->getUniform("textureTransform"), 1,
156 glUniform2f(program->getUniform("textureDimension"), 1.0f / width, 1.0f / height);
159 void SkiaBitmapShader::updateTransforms(Program* program, const mat4& modelView,
163 glUniformMatrix4fv(program->getUniform("textureTransform"), 1
    [all...]
  /system/media/mca/filterpacks/imageproc/java/
ToGrayFilter.java 29 import android.filterfw.core.Program;
72 protected Program getNativeProgram(FilterContext context) {
77 protected Program getShaderProgram(FilterContext context) {
83 ShaderProgram program = new ShaderProgram(context, mColorToGray4Shader); local
84 program.setMaximumTileSize(mTileSize);
86 program.setSourceRect(0.0f, 1.0f, 1.0f, -1.0f);
87 return program;
  /external/expat/conftools/
PrintPath 2 # Look for program[s] somewhere in $PATH.
11 # PrintPath [-s] [-pPATHNAME] program [program ...]
91 for program in $programs
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
105 if [ $test_exec_flag $path/${program} ] && \
106 [ ! -d $path/${program} ]; then
108 echo $path/${program}
    [all...]
  /external/llvm/lib/Support/
Program.cpp 1 //===-- Program.cpp - Implement OS Program Concept --------------*- C++ -*-===//
10 // This header file implements the operating system Program concept.
14 #include "llvm/Support/Program.h"
25 Program::ExecuteAndWait(const Path& path,
32 Program prg;
40 Program::ExecuteNoWait(const Path& path,
46 Program prg;
52 #include "Unix/Program.inc"
55 #include "Windows/Program.inc
    [all...]
GraphWriter.cpp 16 #include "llvm/Support/Program.h"
55 GraphProgram::Name program) {
65 errs() << "Running 'Graphviz' program... ";
66 if (sys::Program::ExecuteAndWait(Graphviz, &args[0],0,0,0,0,&ErrMsg)) {
78 switch (program) {
89 errs() << "Running 'xdot.py' program... ";
90 if (sys::Program::ExecuteAndWait(sys::Path(LLVM_PATH_XDOT_PY),
122 // Find which program the user wants
124 if (program == GraphProgram::DOT)
128 if (program == GraphProgram::FDP
    [all...]
  /external/clang/utils/
CaptureCmd 4 invocations of another program.
36 program = os.getenv('CAPTURE_CMD_PROGRAM')
39 if not program:
60 os.execv(program, sys.argv)
69 os.execv(program, sys.argv)
  /external/proguard/src/proguard/classfile/visitor/
ClassVersionFilter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
26 * This <code>ClassVisitor</code> delegates its visits to program classes to
28 * number of the visited program class lies in a given range.
ClassVersionSetter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
28 * This <code>ClassVisitor</code> sets the version number of the program classes
52 * numbers that it encounters while visiting program classes.
LibraryMemberFilter.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
53 // Don't delegate visits to program members.
59 // Don't delegate visits to program members.
  /external/proguard/src/proguard/preverify/
Preverifier.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
29 * This class can preverify methods in program class pools, according to a given
49 * Performs preverification of the given program class pool.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.cpp 34 LoopBlinnShader::LoopBlinnShader(GraphicsContext3D* context, unsigned program)
35 : Shader(context, program)
37 m_worldViewProjectionLocation = context->getUniformLocation(program, "worldViewProjection");
38 m_positionLocation = context->getAttribLocation(program, "position");
39 m_klmLocation = context->getAttribLocation(program, "klm");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentTest.java 23 import android.renderscript.Program;
83 Program.BaseProgramBuilder bpb = pfb;
86 Program.TextureType tType = Program.TextureType.TEXTURE_2D;
88 tType = Program.TextureType.TEXTURE_CUBE;
90 // Add textures through the base program builder
109 Program p = pf;
118 Program p = pf;
207 assertEquals(Program.TextureType.TEXTURE_2D,
208 Program.TextureType.valueOf("TEXTURE_2D"))
    [all...]
  /packages/apps/PackageInstaller/res/values-af/
strings.xml 22 <string name="security_settings_desc" msgid="4984920898157282073">"Laat hierdie program toe om:"</string>
26 <string name="install_done" msgid="5868979453936752120">"Program geïnstalleer"</string>
27 <string name="install_confirm_question" msgid="5512879835615493065">"Wil jy hierdie program installeer?"</string>
28 <string name="install_failed" msgid="6644311739017660989">"Program nie geïnstalleer nie"</string>
32 <string name="install_failed_cpu_abi_incompatible" product="tablet" msgid="6692706907221501294">"Hierdie program is nie versoenbaar met die tablet se CPU nie."</string>
33 <string name="install_failed_cpu_abi_incompatible" product="default" msgid="198065658681054957">"Hierdie program is nie versoenbaar met die foon se CPU nie."</string>
48 <string name="dlg_app_replacement_title" msgid="3438730820395482641">"Vervang program"</string>
49 <string name="dlg_app_replacement_statement" msgid="1175452362814803850">"Die program wat jy installeer, sal \'n ander program vervang."\n\n"Alle vorige gebruikerdata sal gestoor word."</string>
54 <string name="app_not_found_dlg_title" msgid="1510267643973600726">"Program nie gevind nie"</string
    [all...]
  /external/emma/
NOTICE 3 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S
13 i) changes to the Program, and
15 ii) additions to the Program;
17 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was
18 added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules
19 of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
21 "Contributor" means any person or entity that distributes the Program
    [all...]
  /external/junit/
NOTICE 4 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
13 i) changes to the Program, and
14 ii) additions to the Program;
15 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
17 "Contributor" means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.adt/
feature.xml 23 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
33 i) changes to the Program, and
35 ii) additions to the Program;
37 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &apos;originates&apos; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&apos;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
39 &quot;Contributor&quot; means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.adt.ndk/
feature.xml 15 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
25 i) changes to the Program, and
27 ii) additions to the Program;
29 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &apos;originates&apos; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&apos;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
31 &quot;Contributor&quot; means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
about.html 19 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
29 i) changes to the Program, and
31 ii) additions to the Program;
33 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &apos;originates&apos; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&apos;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
35 &quot;Contributor&quot; means any person or entity that distributes the Program
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/
about.html 17 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT&apos;S ACCEPTANCE OF THIS AGREEMENT.
27 i) changes to the Program, and
29 ii) additions to the Program;
31 where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution &apos;originates&apos; from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor&apos;s behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
33 &quot;Contributor&quot; means any person or entity that distributes the Program
    [all...]
  /external/proguard/docs/
GPL.html 51 Foundation's software and to any other program whose authors commit to
74 For example, if you distribute copies of such a program, whether
97 Finally, any free program is threatened constantly by software
99 program will individually obtain patent licenses, in effect making the
100 program proprietary. To prevent this, we have made it clear that any
117 This License applies to any program or other work which contains
119 under the terms of this General Public License. The "Program", below,
120 refers to any such program or work, and a "work based on the Program"
121 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/android-arm/kernel/
LINUX_KERNEL_COPYING 34 Foundation's software and to any other program whose authors commit to
51 For example, if you distribute copies of such a program, whether
68 Finally, any free program is threatened constantly by software
70 program will individually obtain patent licenses, in effect making the
71 program proprietary. To prevent this, we have made it clear that any
80 0. This License applies to any program or other work which contains
82 under the terms of this General Public License. The "Program", below,
83 refers to any such program or work, and a "work based on the Program"
84 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/android-sh/kernel/
LINUX_KERNEL_COPYING 34 Foundation's software and to any other program whose authors commit to
51 For example, if you distribute copies of such a program, whether
68 Finally, any free program is threatened constantly by software
70 program will individually obtain patent licenses, in effect making the
71 program proprietary. To prevent this, we have made it clear that any
80 0. This License applies to any program or other work which contains
82 under the terms of this General Public License. The "Program", below,
83 refers to any such program or work, and a "work based on the Program"
84 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/android-x86/kernel/
LINUX_KERNEL_COPYING 34 Foundation's software and to any other program whose authors commit to
51 For example, if you distribute copies of such a program, whether
68 Finally, any free program is threatened constantly by software
70 program will individually obtain patent licenses, in effect making the
71 program proprietary. To prevent this, we have made it clear that any
80 0. This License applies to any program or other work which contains
82 under the terms of this General Public License. The "Program", below,
83 refers to any such program or work, and a "work based on the Program"
84 means either the Program or any derivative work under copyright law
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 8 # This program is free software; you can redistribute it and/or modify
13 # This program is distributed in the hope that it will be useful,
19 # along with this program*; if not, write to the Free Software
284 Foundation's software and to any other program whose authors commit to
301 For example, if you distribute copies of such a program, whether
318 Finally, any free program is threatened constantly by software
320 program will individually obtain patent licenses, in effect making the
321 program proprietary. To prevent this, we have made it clear that any
330 0. This License applies to any program or other work which contains
332 under the terms of this General Public License. The "Program", below
    [all...]

Completed in 2020 milliseconds

1 2 3 4 5 6 7 8 91011>>