HomeSort by relevance Sort by last modified time
    Searched full:program (Results 451 - 475 of 23867) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/internal/verification/api/
InOrderContext.java 3 * This program is made available under the terms of the MIT License.
VerificationData.java 3 * This program is made available under the terms of the MIT License.
VerificationDataInOrder.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastDiscrepancy.java 3 * This program is made available under the terms of the MIT License.
  /external/mockito/src/org/mockito/invocation/
Location.java 3 * This program is made available under the terms of the MIT License.
StubInfo.java 3 * This program is made available under the terms of the MIT License.
  /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/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/main/none/tests/s390x/
op00.stderr.exp1 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.
op00.stderr.exp2 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.
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...]
  /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/gnustl-force-none/jni/
force_none.cpp 1 // This program should FAIL to build iff exceptions and RTTI are disabled.
  /ndk/tests/build/merge-string-literals/jni/
merge-string-literals-1.c 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
23 // The goal of this program is to check whether string literals from different
merge-string-literals-2.c 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
23 // The goal of this program is to check whether string literals from different
  /ndk/tests/build/multi-module-path/
build.sh 9 echo "ERROR: Can't build test program!"
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.cc 173 // Returns the correct program to evaluate the copy operation for
272 for (int program = 0; program < kNumPrograms; ++program) {
273 const ShaderInfo& info = shader_infos[program + 1];
277 programs_[program] = glCreateProgram();
278 glAttachShader(programs_[program], shaders[0]);
279 glAttachShader(programs_[program], shaders[program + 1]);
281 glBindAttribLocation(programs_[program], kVertexPositionAttrib
363 GLuint program = GetProgram( local
    [all...]
program_cache.h 23 // Program cache base class for caching linked gpu programs
50 // Loads the linked program from the cache. If the program is not found or
53 GLuint program,
61 // Saves the program into the cache. If successful, the implementation should
64 GLuint program,
72 virtual void LoadProgram(const std::string& program) = 0;
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esShader.c 13 // Utility functions for loading shaders and creating program objects.
90 /// \brief Load a vertex and fragment shader, create a program object, link program.
94 /// \return A new program object linked with the vertex/fragment shader pair, 0 on failure
115 // Create the program object
124 // Link the program
141 esLogMessage ( "Error linking program:\n%s\n", infoLog );
  /external/llvm/docs/CommandGuide/
llvm-prof.rst 1 llvm-prof - print execution profile of LLVM program
17 optionally use a specific file with the third program argument), a bitcode file
18 for the program, and produces a human readable report, suitable for determining
19 where the program hotspots are.
21 This program is often used in conjunction with the *utils/profile.pl*
22 script. This script automatically instruments a program, runs it with the JIT,
35 program, annotated with execution frequency information. This can be

Completed in 448 milliseconds

<<11121314151617181920>>