/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
gmon.h | 100 * This is a heuristic; we will fail with a warning when profiling programs 103 * 2 is probably still a good value for normal programs. 113 * for small programs. 128 * programs; will 1<<20 be adequate for long? FIXME
|
syscall.h | 29 programs expect the traditional form `SYS_<name>'. So in building libc
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkVariables.java | 19 /** Eclipse variables that are understood by the NDK while launching programs. */
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 11 * machine instruction streams (programs) operating on a single input tape. :) 57 * I'm calling these things "programs." 60 this.programs = null; 141 this.programs = {}; 142 this.programs[trs.DEFAULT_PROGRAM_NAME] = []; 161 var is = this.programs[programName]; 163 programs[programName] = is.slice(trs.MIN_TOKEN_INDEX, this.instructionIndex); 345 var is = this.programs[name]; 354 this.programs[name] = is; 389 var rewrites = this.programs[programName] [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
README.RISCOS | 38 This library currently needs a minimum of RISC OS 3.6. The source code for the library (and a lot of the programs built with it) also need long file names. 44 Note: As most programs ported from other OSes use high resolution graphics and a memory back buffer a machine with a StrongARM processor and 1 or 2MB of VRAM (or a better machine) is recomended. 50 Several environmental variables have been defined to make porting programs easier (i.e. By setting these variable you do not need to have source code differences between OSes). 66 Set to 1 to use a system memory back buffer for the screen in full screen mode. Some programs on other systems assume their is always a back buffer even though the SDL specification specifies this is not the case. The current RISC OS implementation uses direct writes to the screen if a hardware fullscreen is requested. 72 SDL$<appname>$CloseAction - set the action for the close icon. Again as programs don't match the specification you can set this to 0 to remove the close icon from the main window for applications where this does not affect the program.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenRewriteStream.m | 184 @synthesize programs; 205 programs = [ANTLRHashMap newANTLRHashMap]; 206 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]]; 215 programs = [ANTLRHashMap newANTLRHashMap]; 216 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]]; 226 programs = [ANTLRHashMap newANTLRHashMap]; 227 [programs addObject:[ANTLRMapElement newANTLRMapElementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]]; 237 return programs; 242 programs = aProgList; 259 // AMutableArray *is = [programs get(programName)] [all...] |
/external/libmtp/ |
INSTALL | 15 Sample programs will be built in the "example" directory, and should 17 immediate gratification. Links to other programs using the libmtp 69 the same system. When you compile your programs they will typically 95 example programs prior to installation. The program-prefix option 96 makes libmtp sample programs avoid collision with other programs like
|
/external/e2fsprogs/doc/ |
libblkid.txt | 44 This is a convenience to allow user programs to want to translate user 71 /etc/blkid.tab). Normally, programs should just pass in NULL.
|
/external/icu4c/test/perf/collperf/ |
CollPerf.pl | 34 # programs 35 # tests will be done for all the programs. Results will be stored and connected
|
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf.pl | 28 # programs 29 # tests will be done for all the programs. Results will be stored and connected
|
/external/libpng/contrib/pngminus/ |
makevms.com | 2 $! make Contrib programs of libpng under OpenVMS 38 $ write sys$output "Compiling PNG contrib programs ..."
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
symbols.h | 77 SymbolList *programs; // List of programs for this compilation. member in struct:Scope_Rec
|
/external/webkit/Tools/Scripts/ |
run-launcher | 68 $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher"); 72 $launcherPath = catdir($launcherPath, "Programs", "EWebLauncher");
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragment.java | 29 * that describes the constants used by the program. Similar to the vertex programs, 35 * Communication between the vertex and fragment programs is handled internally in the
|
/frameworks/compile/mclinker/include/mcld/ |
LinkerConfig.h | 51 * and position-independent executable programs (PIE) are in this category. 57 * executable programs are dynamic dependent.
|
/ndk/build/tools/ |
build-host-toolbox.sh | 17 # This shell script is used to rebuild the toolbox programs which sources 30 These are simple command-line programs used by the NDK build script.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 136 PROGRAMS("Programs"),
|
/bionic/libc/include/ |
features.h | 31 /* certain Linux-specific programs expect a <features.h> header file
|
/development/ndk/platforms/android-3/include/ |
features.h | 31 /* certain Linux-specific programs expect a <features.h> header file
|
/external/bison/etc/ |
README | 7 Set the envvars BISON and CC to the programs and flags you want to
|
/external/bison/lib/ |
progname.h | 21 /* Programs using this file should do the following in main():
|
/external/chromium/sdch/open-vcdiff/ |
configure.ac | 12 # Checks for programs.
|
/external/grub/docs/ |
grub.8 | 67 programs are properly installed at your site, the command
|
/external/icu4c/test/perf/convperf/ |
ConvPerf_r.pl | 34 # programs
|
/external/icu4c/test/perf/normperf/ |
NormPerf_r.pl | 28 # programs
|