| /external/libpng/ |
| ltmain.sh | 16 # if you distribute this file as part of a program or library that 18 # same distribution terms that you use for the rest of that program. 51 # execute automatically set library path, then run a program 74 PROGRAM=ltmain.sh 180 # The name of this program: 242 # Echo program name prefixed message, along with the current mode 250 # Echo program name prefixed message in verbose mode only. 262 # Echo program name prefixed message to standard error. 269 # Echo program name prefixed warning message to standard error. 279 # Echo program name prefixed message to standard error, and exit [all...] |
| /external/protobuf/gtest/build-aux/ |
| ltmain.sh | 16 # if you distribute this file as part of a program or library that 18 # same distribution terms that you use for the rest of that program. 51 # execute automatically set library path, then run a program 74 PROGRAM=ltmain.sh 180 # The name of this program: 242 # Echo program name prefixed message, along with the current mode 250 # Echo program name prefixed message in verbose mode only. 262 # Echo program name prefixed message to standard error. 269 # Echo program name prefixed warning message to standard error. 279 # Echo program name prefixed message to standard error, and exit [all...] |
| /external/protobuf/ |
| ltmain.sh | 16 # if you distribute this file as part of a program or library that 18 # same distribution terms that you use for the rest of that program. 51 # execute automatically set library path, then run a program 74 PROGRAM=ltmain.sh 180 # The name of this program: 242 # Echo program name prefixed message, along with the current mode 250 # Echo program name prefixed message in verbose mode only. 262 # Echo program name prefixed message to standard error. 269 # Echo program name prefixed warning message to standard error. 279 # Echo program name prefixed message to standard error, and exit [all...] |
| /external/dropbear/ |
| configure | 506 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 507 | --program-pre | --program-pr | --program-p) 509 -program-prefix=* | --program-prefix=* | --program-prefi=* [all...] |
| /external/llvm/ |
| configure | 1058 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1059 | --program-pre | --program-pr | --program-p) 1061 -program-prefix=* | --program-prefix=* | --program-prefi=* [all...] |
| /external/tcpdump/ |
| configure | 922 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 923 | --program-pre | --program-pr | --program-p) 925 -program-prefix=* | --program-prefix=* | --program-prefi=* [all...] |
| /external/dropbear/libtommath/ |
| bn.tex | 126 ``libtommath.dll.a'' can be used to link LibTomMath dynamically to any Windows program using Cygwin. 135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the 144 mtest. For example, if your PRNG program is called ``myprng'' simply invoke 151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program 732 This should output the following if the program succeeds. 779 If this program succeeds it shall output. 856 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} completes 914 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} c (…) [all...] |
| /external/chromium/chrome/common/ |
| service_process_util_unittest.cc | 272 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM); variable 274 const void *keys[] = { program, program_args };
|
| /external/jpeg/ |
| ltconfig | 12 # This program is distributed in the hope that it will be useful, but 18 # along with this program; if not, write to the Free Software 22 # distribute this file as part of a program that contains a 24 # the same distribution terms that you use for the rest of that program. 35 # The Solaris and AIX default echo program unquotes backslashes. 63 # The name of this program. 67 PROGRAM=ltconfig 154 --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION"; exit 0 ;; 312 # AIX sometimes has problems with the GCC collect2 program. For some 439 # Allow CC to be a program name with arguments [all...] |
| /external/mesa3d/src/pixelflinger2/ |
| raster.cpp | 25 #include "src/mesa/program/prog_parameter.h" 26 #include "src/mesa/program/prog_uniform.h" 57 void GGLProcessVertex(const gl_shader_program * program, const VertexInput * input, 60 ShaderFunction_t function = (ShaderFunction_t)program->_LinkedShaders[MESA_SHADER_VERTEX]->function; 395 // if (!strstr(program->Shaders[MESA_SHADER_FRAGMENT]->Source, 399 // for (unsigned i = 0; i < program->NumShaders; i++) 400 // if (program->Shaders[i]->Source) 401 // LOGD("%s", program->Shaders[i]->Source); 403 // if (!strstr(program->Shaders[MESA_SHADER_FRAGMENT]->Source, ").a;")) 406 // LOGD("%s", program->Shaders[MESA_SHADER_VERTEX]->Source) [all...] |
| /external/valgrind/main/memcheck/tests/ |
| addressable.stderr.exp | 27 overflow in your program's main thread (unlikely but
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
| nis.x | 4 % * media and as a part of the software program in whole or part. Users 7 % * program developed by the user or with the express written consent of 145 * callback program number. If the callback program number is provided 292 program NIS_PROG {
|
| /sdk/files/ |
| find_java.bat | 25 rem be 0 if the command worked or 9009 if the exec failed (program not found).
|
| /sdk/sdkmanager/app/etc/ |
| android.bat | 85 rem Finally exec the java program and end here.
|
| /development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
| glext.h | [all...] |
| /development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
| CodeGen.java | 157 final GLProgram program = serverShader.programs.valueAt(i); local 166 program.vert); 168 program.frag); 170 if (serverShader.current == program) [all...] |
| /external/bluetooth/glib/glib/ |
| gutils.h | 285 * from the program, which is not what the caller wants. The caller 294 gchar* g_find_program_in_path (const gchar *program);
|
| /external/llvm/include/llvm/Support/ |
| GraphWriter.h | 49 void DisplayGraph(const sys::Path& Filename, bool wait=true, GraphProgram::Name program = GraphProgram::DOT); 346 GraphProgram::Name Program = GraphProgram::DOT) { 352 DisplayGraph(Filename, true, Program);
|
| /external/llvm/utils/release/ |
| test-release.sh | 272 --program-prefix=llvm- --enable-llvm=$llvmObjDir \ 275 --program-prefix=llvm- --enable-llvm=$llvmObjDir \
|
| /external/ppp/pppd/ |
| main.c | 133 char *progname; /* Name of this program */ [all...] |
| /frameworks/base/libs/hwui/ |
| OpenGLRenderer.h | 37 #include "Program.h" 479 * Use the specified program with the current GL context. If the program is already 480 * in use, it will not be bound again. If it is not in use, the current program is 481 * marked unused and the specified program becomes used and becomes the new 482 * current program. 484 * @param program The program to use 486 * @return true If the specified program was already in use, false otherwise. 488 inline bool useProgram(Program* program) [all...] |
| /frameworks/base/opengl/include/GLES/ |
| glext.h | [all...] |
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| execute.c | 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, write to the Free Software 164 /* An input line that's been stored by later use by the program */ [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
| CodeGen.java | 157 final GLProgram program = serverShader.programs.valueAt(i); local 166 program.vert); 168 program.frag); 170 if (serverShader.current == program) [all...] |
| /external/wpa_supplicant/ |
| wpa_cli.c | 5 * This program is free software; you can redistribute it and/or modify 42 "This program is free software. You can distribute it and/or modify it\n" 49 "This program is free software; you can redistribute it and/or modify\n" 53 "This program is distributed in the hope that it will be useful,\n" 59 "along with this program; if not, write to the Free Software\n" 1162 static int wpa_cli_exec(const char *program, const char *arg1, 1168 len = os_strlen(program) + os_strlen(arg1) + os_strlen(arg2) + 3; 1172 os_snprintf(cmd, len, "%s %s %s", program, arg1, arg2); [all...] |