/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/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");
|
/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/renderscript/src/android/renderscript/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...] |
/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...] |
/sdk/eclipse/features/com.android.ide.eclipse.adt/ |
feature.xml | 22 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 32 i) changes to the Program, and 34 ii) additions to the Program; 36 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. 38 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/features/com.android.ide.eclipse.ndk/ |
feature.xml | 15 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 25 i) changes to the Program, and 27 ii) additions to the Program; 29 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. 31 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
about.html | 19 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 29 i) changes to the Program, and 31 ii) additions to the Program; 33 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. 35 "Contributor" means any person or entity that distributes the Program [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
about.html | 17 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 27 i) changes to the Program, and 29 ii) additions to the Program; 31 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. 33 "Contributor" means any person or entity that distributes the Program [all...] |
/external/proguard/docs/ |
GPL.html | 51 Foundation's software and to any other program whose authors commit to 74 For example, if you distribute copies of such a program, whether 97 Finally, any free program is threatened constantly by software 99 program will individually obtain patent licenses, in effect making the 100 program proprietary. To prevent this, we have made it clear that any 117 This License applies to any program or other work which contains 119 under the terms of this General Public License. The "Program", below, 120 refers to any such program or work, and a "work based on the Program" 121 means either the Program or any derivative work under copyright law [all...] |
/prebuilts/qemu-kernel/arm/ |
LINUX_KERNEL_COPYING | 34 Foundation's software and to any other program whose authors commit to 51 For example, if you distribute copies of such a program, whether 68 Finally, any free program is threatened constantly by software 70 program will individually obtain patent licenses, in effect making the 71 program proprietary. To prevent this, we have made it clear that any 80 0. This License applies to any program or other work which contains 82 under the terms of this General Public License. The "Program", below, 83 refers to any such program or work, and a "work based on the Program" 84 means either the Program or any derivative work under copyright law [all...] |