HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 126 - 150 of 739) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/emulator/qtools/
parse_options.h 28 extern void Usage(const char *program);
bb_dump.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Shader.cpp 109 unsigned program = context->createProgram(); local
110 if (!program)
112 context->attachShader(program, vertexShader);
113 context->attachShader(program, fragmentShader);
114 context->linkProgram(program);
116 context->getProgramiv(program, GraphicsContext3D::LINK_STATUS, &linkStatus);
118 context->deleteProgram(program);
121 return program;
124 Shader::Shader(GraphicsContext3D* context, unsigned program)
126 , m_program(program)
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 103 program {
111 program {
119 program {
127 program {
135 program {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/
search_field.edc 106 program {
114 program {
122 program {
130 program {
138 program {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 73 run_program(PROGRAM:"show");
75 run_program(PROGRAM:"hide");
174 program {
180 program {
187 program {
193 program {
202 program {
210 program {
218 program {
226 program {
    [all...]
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 123 int program = GLES20.glCreateProgram(); local
124 if (program != 0) {
125 GLES20.glAttachShader(program, vertexShader);
127 GLES20.glAttachShader(program, pixelShader);
129 GLES20.glLinkProgram(program);
131 GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
133 Log.e(TAG, "Could not link program: ");
134 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
135 GLES20.glDeleteProgram(program);
136 program = 0
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program; if not, write to the Free Software Foundation,
50 -S, --source=TEXT source of program (FSF, Debian, ...)
198 (my $program = $ARGV[0]) =~ s!.*/!!;
199 my $package = $program;
216 # <program> <version>
217 # {GNU,Free} <program> <version>
218 # <program> ({GNU,Free} <package>) <version>
219 # <program> - {GNU,Free} <package> <version
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 51 QScriptSyntaxCheckResultPrivate* QScriptEnginePrivate::checkSyntax(const QString& program)
54 JSStringRef source = QScriptConverter::toString(program);
65 Evaluates program and returns the result of the evaluation.
68 QScriptValuePrivate* QScriptEnginePrivate::evaluate(const QString& program, const QString& fileName, int lineNumber)
70 JSStringRef script = QScriptConverter::toString(program);
79 Evaluates program and returns the result of the evaluation.
82 QScriptValuePrivate* QScriptEnginePrivate::evaluate(const QScriptProgramPrivate* program)
84 if (program->isNull())
86 return new QScriptValuePrivate(this, evaluate(*program, program->file(), program->line()))
    [all...]
qscriptengine.cpp 49 Checks the syntax of the given \a program. Returns a
52 QScriptSyntaxCheckResult QScriptEngine::checkSyntax(const QString &program)
62 return QScriptSyntaxCheckResultPrivate::get(engine->checkSyntax(program));
66 Evaluates \a program, using \a lineNumber as the base line number,
71 The evaluation of \a program can cause an exception in the
78 program; line number information reported by the engine that pertain
80 based on this argument. For example, if \a program consists of two
90 QScriptValue QScriptEngine::evaluate(const QString& program, const QString& fileName, int lineNumber)
92 return QScriptValuePrivate::get(d_ptr->evaluate(program, fileName, lineNumber));
95 QScriptValue QScriptEngine::evaluate(const QScriptProgram& program)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 107 const RenderSurfaceChromium::Program* program = layerRenderer()->renderSurfaceProgram(); local
109 ASSERT(program && program->initialized());
114 layerRenderer()->useShader(maskProgram->program());
129 layerRenderer()->useShader(program->program());
131 GLC(context3D, context3D->uniform1i(program->fragmentShader().samplerLocation(), 0));
132 shaderMatrixLocation = program->vertexShader().matrixLocation();
133 shaderAlphaLocation = program->fragmentShader().alphaLocation()
    [all...]
  /ndk/tests/build/stdint-c++/jni/
Android.mk 7 # - All constants should be defined when <stdint.h> is included from a C program
9 # - When included from a C++ program, limit-related macros should only be
12 # - When included from a C++ program, constant-related macros should only be
  /external/ceres-solver/internal/ceres/
program_evaluator.h 87 #include "ceres/program.h"
98 ProgramEvaluator(const Evaluator::Options &options, Program* program)
100 program_(program),
101 jacobian_writer_(options, program),
110 BuildResidualLayout(*program, &residual_layout_);
111 evaluate_scratch_.reset(CreateEvaluatorScratch(*program,
291 static void BuildResidualLayout(const Program& program,
293 const vector<ResidualBlock*>& residual_blocks = program.residual_blocks()
    [all...]
scratch_evaluate_preparer.cc 34 #include "ceres/program.h"
41 const Program &program,
45 program.MaxDerivativesPerResidualBlock();
  /external/grub/docs/
help2man 6 # This program is free software; you can redistribute it and/or modify
11 # This program is distributed in the hope that it will be useful,
17 # along with this program; if not, write to the Free Software Foundation,
170 (my $program = $ARGV[0]) =~ s!.*/!!;
171 my $package = $program;
188 # <program> <version>
189 # {GNU,Free} <program> <version>
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
200 $program = $1
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 266 void GLSharedGroup::addProgramData(GLuint program)
269 ProgramData *pData = m_programs.valueFor(program);
272 m_programs.removeItem(program);
276 m_programs.add(program,new ProgramData());
279 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes)
282 ProgramData *pData = m_programs.valueFor(program);
289 bool GLSharedGroup::isProgramInitialized(GLuint program)
292 ProgramData* pData = m_programs.valueFor(program);
300 void GLSharedGroup::deleteProgramData(GLuint program)
303 ProgramData *pData = m_programs.valueFor(program);
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 266 void GLSharedGroup::addProgramData(GLuint program)
269 ProgramData *pData = m_programs.valueFor(program);
272 m_programs.removeItem(program);
276 m_programs.add(program,new ProgramData());
279 void GLSharedGroup::initProgramData(GLuint program, GLuint numIndexes)
282 ProgramData *pData = m_programs.valueFor(program);
289 bool GLSharedGroup::isProgramInitialized(GLuint program)
292 ProgramData* pData = m_programs.valueFor(program);
300 void GLSharedGroup::deleteProgramData(GLuint program)
303 ProgramData *pData = m_programs.valueFor(program);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 34 GLenum uniformType(void * self, GLuint program, GLint location)
38 return ctx->shared()->getProgramUniformType(program, location);
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 15 $parser->program();
  /external/kernel-headers/original/linux/sunrpc/
stats.h 15 struct rpc_program * program; member in struct:rpc_stat
29 struct svc_program * program; member in struct:svc_stat
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 5 Your program just tried to execute an instruction that Valgrind
7 1. Your program has a bug and erroneously jumped to a non-code
9 warning about a bad jump, it's probably your program's fault.
14 probably kill your program.
18 Your program just tried to execute an instruction that Valgrind
20 1. Your program has a bug and erroneously jumped to a non-code
22 warning about a bad jump, it's probably your program's fault.
27 probably kill your program.
31 Your program just tried to execute an instruction that Valgrind
33 1. Your program has a bug and erroneously jumped to a non-cod
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramPort.java 40 return "Program " + super.toString();
49 Program program = (Program)fieldValue; local
50 program.setHostValue(mVarName, mValue);
55 "Access to program field '" + mField.getName() + "' was denied!");
57 throw new RuntimeException("Non Program field '" + mField.getName()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rquota.x 47 program RQUOTAPROG {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 47 program RQUOTAPROG {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 47 program RQUOTAPROG {

Completed in 502 milliseconds

1 2 3 4 56 7 8 91011>>