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

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
COPYING 16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
63 0. This License applies to any program or other work which contains
65 under the terms of this General Public License. The "Program", below,
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law
    [all...]
  /prebuilt/windows/ccache/
NOTICE 16 Foundation's software and to any other program whose authors commit to
33 For example, if you distribute copies of such a program, whether
50 Finally, any free program is threatened constantly by software
52 program will individually obtain patent licenses, in effect making the
53 program proprietary. To prevent this, we have made it clear that any
63 0. This License applies to any program or other work which contains
65 under the terms of this General Public License. The "Program", below,
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
ConvolutionShader.cpp 42 ConvolutionShader::ConvolutionShader(GraphicsContext3D* context, unsigned program, int kernelWidth)
43 : Shader(context, program)
45 , m_matrixLocation(context->getUniformLocation(program, "matrix"))
46 , m_texMatrixLocation(context->getUniformLocation(program, "texMatrix"))
47 , m_kernelLocation(context->getUniformLocation(program, "kernel"))
48 , m_imageLocation(context->getUniformLocation(program, "image"))
49 , m_imageIncrementLocation(context->getUniformLocation(program, "imageIncrement"))
50 , m_positionLocation(context->getAttribLocation(program, "position"))
93 unsigned program = loadProgram(context, vertexShaderSource, fragmentShaderSource); local
94 if (!program)
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.cpp 56 void SkiaColorMatrixFilter::setupProgram(Program* program) {
57 glUniformMatrix4fv(program->getUniform("colorMatrix"), 1, GL_FALSE, &mMatrix[0]);
58 glUniform4fv(program->getUniform("colorMatrixVector"), 1, mVector);
80 void SkiaLightingFilter::setupProgram(Program* program) {
81 glUniform4f(program->getUniform("lightingMul"), mMulR, mMulG, mMulB, 1.0f);
82 glUniform4f(program->getUniform("lightingAdd"), mAddR, mAddG, mAddB, 0.0f);
103 void SkiaBlendFilter::setupProgram(Program* program) {
    [all...]
  /external/clang/lib/Index/
CMakeLists.txt 13 Program.cpp
  /external/dbus/dbus/
dbus-test-main.c 2 /* dbus-test.c Program to run all tests
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
  /external/elfutils/libelf/
elf_flagphdr.c 1 /* Manipulate ELF program header flags.
5 This program is free software; you can redistribute it and/or modify
9 This program is distributed in the hope that it will be useful,
15 along with this program; if not, write to the Free Software Foundation,
gelf_newphdr.c 1 /* Create new ELF program header.
5 This program is free software; you can redistribute it and/or modify
9 This program is distributed in the hope that it will be useful,
15 along with this program; if not, write to the Free Software Foundation,
  /external/kernel-headers/original/asm-arm/
hardware.h 6 * This program is free software; you can redistribute it and/or modify
  /external/llvm/autoconf/m4/
single_cxx_check.m4 1 dnl AC_SINGLE_CXX_CHECK(CACHEVAR, FUNCTION, HEADER, PROGRAM)
  /external/llvm/projects/sample/autoconf/m4/
single_cxx_check.m4 1 dnl AC_SINGLE_CXX_CHECK(CACHEVAR, FUNCTION, HEADER, PROGRAM)
  /external/llvm/test/Assembler/
2004-11-28-InvalidTypeCrash.ll 1 ; Test for PR463. This program is erroneous, but should not crash llvm-as.
2006-09-28-CrashOnInvalid.ll 1 ; Test for PR902. This program is erroneous, but should not crash llvm-as.
  /external/proguard/src/proguard/classfile/constant/visitor/
AllConstantVisitor.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 * entries of the program classes it visits.
  /external/proguard/src/proguard/classfile/editor/
NamedAttributeDeleter.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 ClassVisitor deletes attributes with a given name in the program
  /external/proguard/src/proguard/classfile/visitor/
LibraryClassFilter.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.,
52 // Don't delegate visits to program classes.
ProgramClassFilter.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 * <code>ClassVisitor</code>, but only when visiting program classes.
  /external/quake/quake/src/QW/server/
sys.h 4 This program is free software; you can redistribute it and/or
9 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software
27 // an error will cause the entire program to exit
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/valgrind/main/cachegrind/tests/
clreq.c 2 // Prior to 3.0.1, Cachegrind was failing if run on a program that uses
  /external/valgrind/tsan/
tsan_dynamorio.sh 22 PROGRAM="$1"
28 file_format=`objdump -f $PROGRAM | grep -o 'file format elf.*'`
40 nm $PROGRAM > $SYMBOLS_FILE
45 $PROGRAM $PARAMS
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 24 class Program;
53 void deleteProgram(GLuint program);
59 Program *getProgram(GLuint handle);
80 typedef std::map<GLuint, Program*> ProgramMap;
  /external/yaffs2/yaffs2/
yaffs_qsort.h 4 * This program is free software; you can redistribute it and/or modify it
8 * This program is distributed in the hope that it would be useful, but
16 * any, provided herein do not apply to combinations of this program with
20 * with this program; if not, write the Free Software Foundation, Inc., 59
  /ndk/tests/build/multi-module-path/
build.sh 9 echo "ERROR: Can't build test program!"

Completed in 1277 milliseconds

1 2 3 4 5 6 7 891011>>