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

<<81828384858687888990>>

  /external/proguard/src/proguard/optimize/info/
InstantiationClassMarker.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.,
MethodInvocationMarker.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.,
NoSideEffectMethodMarker.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.,
SuperInvocationMarker.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.,
VariableUsageMarker.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.,
  /external/proguard/src/proguard/optimize/peephole/
MemberPrivatizer.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.,
NopRemover.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.,
PeepholeOptimizer.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.,
  /external/proguard/src/proguard/util/
VariableStringMatcher.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.,
  /external/qemu/distrib/jpeg-6b/
filelist.doc 41 be included by an application program. (cjpeg/djpeg/etc do use jinclude.h,
50 an application program:
52 jcapimin.c Application program interface: core routines for compression.
53 jcapistd.c Application program interface: standard compression.
54 jdapimin.c Application program interface: core routines for decompression.
55 jdapistd.c Application program interface: standard decompression.
56 jcomapi.c Application program interface routines common to compression
115 jmemname.c Makes temporary files with program-generated file names.
143 cjpeg.c Main program for cjpeg.
144 djpeg.c Main program for djpeg
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
README.PicoGUI 15 2. When running your program, ensure that the picogui driver for SDL
19 3. The program must also be linked to the C client library for PicoGUI
20 (libpgui.so). If the program is being compiled with a patched SDL
  /external/qemu/
feature_to_c.sh 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, see <http://www.gnu.org/licenses/>.
net-checksum.c 5 * This program is free software; you can redistribute it and/or modify
9 * This program is distributed in the hope that it will be useful,
15 * along with this program; if not, see <http://www.gnu.org/licenses/>.
  /external/tinycompress/include/tinycompress/
version.h 37 * This program is free software; you can redistribute it and/or modify it
41 * This program is distributed in the hope it will be useful, but WITHOUT
47 * along with this program; if not, write to
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.h 7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program; if not, write to the Free Software
valgrind_low.h 11 This program is free software; you can redistribute it and/or modify
16 This program is distributed in the hope that it will be useful,
22 along with this program; if not, write to the Free Software
  /external/valgrind/main/drd/
drd_segment.h 6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful, but
17 along with this program; if not, write to the Free Software
  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 5 The original source of this program is as shown below, although it
25 * A program spawns multiple threads and each one tries to
30 * The program's main thread synchronizes its exit with the
  /external/valgrind/main/none/tests/ppc64/
power6_bcmp.c 5 This program is free software; you can redistribute it and/or
10 This program is distributed in the hope that it will be useful, but
16 along with this program; if not, write to the Free Software
  /external/valgrind/unittest/
old_test_suite.h 8 This program is free software; you can redistribute it and/or
13 This program is distributed in the hope that it will be useful, but
19 along with this program; if not, write to the Free Software
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 57 // program of this stream will be assumed to correspond to media time 0
99 struct Program;
104 Vector<sp<Program> > mPrograms;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
NegativeFilter.java 27 import android.filterfw.core.Program;
37 private Program mProgram;
88 // Create program if not created already
  /frameworks/base/packages/VpnDialogs/res/values-af/
strings.xml 20 <string name="warning" msgid="5470743576660160079">"Deur voort te gaan, gee jy die program toestemming om alle netwerkverkeer te onderskep. "<b>"Moenie aanvaar nie, tensy jy die program vertrou."</b>"Jy loop andersins die risiko dat jou gekompromitteer word deur \'n kwaadwillige sagteware."</string>
21 <string name="accept" msgid="2889226408765810173">"Ek vertrou hierdie program."</string>
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 113 GLuint program = glCreateProgram(); local
114 if (program) {
115 glAttachShader(program, vertexShader);
117 glAttachShader(program, pixelShader);
119 glLinkProgram(program);
121 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
124 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
128 glGetProgramInfoLog(program, bufLength, NULL, buf);
129 fprintf(stderr, "Could not link program:\n%s\n", buf);
133 glDeleteProgram(program);
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 129 GLuint program = glCreateProgram(); local
130 if (program) {
131 glAttachShader(program, vertexShader);
133 glAttachShader(program, pixelShader);
135 glLinkProgram(program);
137 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
140 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
144 glGetProgramInfoLog(program, bufLength, NULL, buf);
145 fprintf(stderr, "Could not link program:\n%s\n", buf);
149 glDeleteProgram(program);
    [all...]

Completed in 1178 milliseconds

<<81828384858687888990>>