HomeSort by relevance Sort by last modified time
    Searched full:program (Results 51 - 75 of 23733) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/verification/argumentmatching/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/verification/checkers/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/verification/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/runners/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/stubbing/
package.html 3 ~ This program is made available under the terms of the MIT License.
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
10 Program received signal SIGBUS, Bus error.
14 Program received signal SIGFPE, Arithmetic exception.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProgramVariable.java 25 private Program mProgram;
28 public ProgramVariable(Program program, String varName) {
29 mProgram = program;
33 public Program getProgram() {
43 throw new RuntimeException("Attempting to set program variable '" + mVarName
44 + "' but the program is null!");
51 throw new RuntimeException("Attempting to get program variable '" + mVarName
52 + "' but the program is null!");
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-iov.h 1 /* Generated automatically by the program `build/gcov-iov'
  /external/chromium_org/courgette/
encoded_program_unittest.cc 12 // Create a simple program with a few addresses and references and
15 courgette::EncodedProgram* program = new courgette::EncodedProgram(); local
18 program->set_image_base(base);
20 EXPECT_TRUE(program->DefineRel32Label(5, 0)); // REL32 index 5 == base + 0
21 EXPECT_TRUE(program->DefineAbs32Label(7, 4)); // ABS32 index 7 == base + 4
22 program->EndLabels();
24 EXPECT_TRUE(program->AddOrigin(0)); // Start at base.
25 EXPECT_TRUE(program->AddAbs32(7));
26 EXPECT_TRUE(program->AddRel32(5));
31 EXPECT_TRUE(program->WriteTo(&sinks))
    [all...]
  /external/llvm/utils/
check-each-file 9 program=$2
10 linker=./link-$program
11 echo "Building $program with llvm-native-gcc"
12 rm -f $program
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
14 echo "Erasing $program and re-linking it"
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
23 echo "$program appears to need a dummy __main function; adding one
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
ProgramNode.h 18 #include "Program.h"
23 ProgramNode(Program& program);
27 virtual void before(Program& program, Matrix& model, Matrix& view, Matrix& projection);
28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
29 Program& mProgram;
  /external/chromium_org/tools/gyp/test/compilable/src/
headers.gyp 8 'target_name': 'program',
14 'program.cpp',
  /external/kernel-headers/original/uapi/linux/
auxvec.h 10 #define AT_EXECFD 2 /* file descriptor of program */
11 #define AT_PHDR 3 /* program headers for program */
12 #define AT_PHENT 4 /* size of program header entry */
13 #define AT_PHNUM 5 /* number of program headers */
17 #define AT_ENTRY 9 /* entry point of program */
18 #define AT_NOTELF 10 /* program is not ELF */
32 #define AT_EXECFN 31 /* filename of program */
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.java 1 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
4 int program,
17 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
20 int program,
29 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
32 int program,
40 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
43 int program,
glGetActiveUniform.java 1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
4 int program,
17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
20 int program,
28 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
31 int program,
39 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
42 int program,
glGetTransformFeedbackVarying.java 1 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
4 int program,
17 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
20 int program,
29 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
32 int program,
40 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
43 int program,

Completed in 692 milliseconds

1 23 4 5 6 7 8 91011>>