/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/ |
file.edc | 102 programs {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/ |
radio.edc | 127 programs {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/ |
search_field.edc | 105 programs {
|
/system/extras/tests/bionic/libstdc++/ |
Android.mk | 15 # Build control file for Bionic's test programs 16 # define the BIONIC_TESTS environment variable to build the test programs
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/ |
scrollbar.edc | 166 programs { 343 programs {
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTokenRewriteStream.h | 105 * I'm calling these things "programs." 108 ANTLRHashMap *programs; variable 114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTokenRewriteStream.h | 105 * I'm calling these things "programs." 108 ANTLRHashMap *programs; variable 114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTokenRewriteStream.h | 105 * I'm calling these things "programs." 108 ANTLRHashMap *programs; variable 114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenRewriteStream.h | 105 * I'm calling these things "programs." 108 ANTLRHashMap *programs; variable 114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; variable
|
/external/libpng/contrib/gregbook/ |
makevms.com | 2 $! make "PNG: The Definitive Guide" demo programs (for X) under OpenVMS 66 $ write sys$output "Compiling PNG book programs ..."
|
/external/libpng/contrib/pngminus/ |
makevms.com | 2 $! make Contrib programs of libpng under OpenVMS 38 $ write sys$output "Compiling PNG contrib programs ..."
|
/external/regex-re2/doc/ |
mksyntaxgo | 26 parse trees into programs. Most clients of regular expressions will use the
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 1036 machine instruction streams (programs) operating on a single input tape. :) 1085 # I'm calling these things "programs." 1087 self.programs = {} 1088 self.programs[self.DEFAULT_PROGRAM_NAME] = [] 1110 p = self.programs.get(programName, None) 1112 self.programs[programName] = ( [all...] |
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
TextureMapperGL.cpp | 127 return programs[prog].vars[var] = glGetUniformLocation(programs[prog].id, name); 143 programs[index].id = programID; 152 ProgramInfo programs[ProgramCount]; member in struct:WebCore::TextureMapperGLData::ShaderInfo 376 const TextureMapperGLData::ShaderInfo::ProgramInfo& programInfo = data().shaderInfo.programs[program]; 630 GL_CMD(glUseProgram(data().shaderInfo.programs[TextureMapperGLData::ShaderInfo::TargetProgram].id)) 634 const TextureMapperGLData::ShaderInfo::ProgramInfo& programInfo = data().shaderInfo.programs[TextureMapperGLData::ShaderInfo::TargetProgram];
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
symbols.c | 89 lScope->programs = NULL;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/ |
slider.edc | 173 programs { 409 programs {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
combo.edc | 260 programs {
|
/system/extras/tests/bionic/libc/ |
Android.mk | 15 # Build control file for Bionic's test programs 16 # define the BIONIC_TESTS environment variable to build the test programs 249 # TODO: Add a variety of GLibc test programs too...
|
/external/v8/test/cctest/ |
test-parsing.cc | 246 const char* programs[] = { local 256 for (int i = 0; programs[i]; i++) { 257 const char* program = programs[i]; 285 const char* programs[] = { local 292 for (int i = 0; programs[i]; i++) { 293 const char* program = programs[i]; [all...] |
/external/libpng/scripts/ |
makevms.com | 7 $! the programs from the contrib directory instead of libpng.
|
/external/e2fsprogs/ |
e2fsprogs.spec | 43 develop ext2, ext3, or ext4 filesystem-specific programs. 46 ext2. ext3. or ext4 filesystem-specific programs. If you install
|
/external/grub/docs/ |
help2man | 462 programs are properly installed at your site, the command
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 52 my @programs;
|
/external/quake/ |
NOTICE | 35 your programs, too. 42 in new free programs; and that you know you can do these things. 271 programs whose distribution conditions are different, write to the author 297 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 303 How to Apply These Terms to Your New Programs 358 proprietary programs. If your program is a subroutine library, you may 380 your programs, too. 387 in new free programs; and that you know you can do these things. 616 programs whose distribution conditions are different, write to the author [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLState.java | 333 IGLProperty programs = new GLSparseArrayProperty(GLStateType.PROGRAMS, perProgramState); local 336 currentProgram, programs);
|