/external/valgrind/main/none/tests/s390x/ |
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/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/gnustl-force-none/jni/ |
force_none.cpp | 1 // This program should FAIL to build iff exceptions and RTTI are disabled.
|
/ndk/tests/build/multi-module-path/ |
build.sh | 9 echo "ERROR: Can't build test program!"
|
/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
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
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" 26 Program::ExecuteAndWait(const Path& path, 33 Program prg; 41 Program::ExecuteNoWait(const Path& path, 47 Program prg; 53 #include "Unix/Program.inc" 56 #include "Windows/Program.inc [all...] |
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramResults.java | 23 * CDMA Service Category Program Results from SCPT teleservice SMS. 29 /** Program result: success. */ 32 /** Program result: memory limit exceeded. */ 35 /** Program result: limit exceeded. */ 38 /** Program result: category already opted in. */ 41 /** Program result: category already opted in. */ 44 /** Program result: invalid MAX_MESSAGES. */ 47 /** Program result: invalid ALERT_OPTION. */ 50 /** Program result: invalid service category name. */ 53 /** Program result: unspecified programming failure. * [all...] |
/external/bison/lib/ |
progname.h | 0 /* Program name management. 5 This program is free software: you can redistribute it and/or modify 10 This program is distributed in the hope that it will be useful, 16 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 31 /* String containing name the program is called with. */
|
/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/libcap-ng/libcap-ng-0.7/utils/ |
filecap.8 | 3 filecap \- a program to see capabilities 7 \fBfilecap\fP is a program that prints out a report of programs with file based capabilities. If a file is not in the report or there is no report at all, no capabilities were found. For expedience, the default is to check only the directories in the PATH environmental variable. If the \-a command line option is given, then all directories will be checked. If a directory is passed, it will recursively check that directory. If a path to a file is given, it will only check that file. If the path to the file includes capabilities, then they are written to the file. 12 This tells the program to show all capabilities starting from the / directory. Normally the PATH environmental variable is used to show you capabilities on files you are likely to execute. 28 .B To check file capabilities of a specific program: 34 .B To set a file capability on a specific program:
|
/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");
|
/packages/apps/KeyChain/res/values-af/ |
strings.xml | 22 <string name="requesting_application" msgid="1589142627467598421">"Die %s-program het \'n sertifikaat versoek. Die kies van \'n sertifikaat sal dat die program hierdie identiteit nou en in die toekoms by bedieners gaan gebruik."</string> 23 <string name="requesting_server" msgid="5832565605998634370">"Die program het die versoekende bediener as %s geïdentifiseer, maar jy moet slegs vir die program toegang tot die sertifikaat gee as jy die program vertrou."</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
CurrentProgramPropertyAccessor.java | 44 // obtain the current program 50 Integer program = (Integer) currentProgramProperty.getValue(); local 52 // now access the required program property 56 program, 64 return String.format("PROGRAM_STATE/PROGRAMS/${program}/%s/%d/%s",
|
/cts/tests/tests/rsg/src/android/renderscriptgraphics/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...] |
/frameworks/native/opengl/libs/GLES2/ |
gl3_api.in | 4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) { 5 CALL_GL_API(glAttachShader, program, shader); 7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar* name) { 8 CALL_GL_API(glBindAttribLocation, program, index, name); 91 void API_ENTRY(glDeleteProgram)(GLuint program) { 92 CALL_GL_API(glDeleteProgram, program); 112 void API_ENTRY(glDetachShader)(GLuint program, GLuint shader) { 113 CALL_GL_API(glDetachShader, program, shader); 163 void API_ENTRY(glGetActiveAttrib)(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) { 164 CALL_GL_API(glGetActiveAttrib, program, index, bufsize, length, size, type, name) [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...] |