HomeSort by relevance Sort by last modified time
    Searched full:compiled (Results 1 - 25 of 2921) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 13 SDL_version compiled; local
24 printf("Compiled with SDL 1.2 or newer\n");
26 printf("Compiled with SDL older than 1.2\n");
28 SDL_VERSION(&compiled);
29 printf("Compiled version: %d.%d.%d\n",
30 compiled.major, compiled.minor, compiled.patch);
  /external/compiler-rt/lib/asan/lit_tests/SharedLibs/
lit.local.cfg 1 # Sources in this directory are compiled as shared libraries and used by
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
recall.sed 2 # not the last *compiled* regex
recall2.sed 1 # Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
  /ndk/tests/build/build-mode/jni/
main.c 9 # error "This source file should be compiled with an ARM toolchain"
16 # error "This source file should be compiled with an ARM toolchain"
23 # error "This source file should be compiled with an ARM toolchain"
26 # error "This source file should be compiled to 32-bit ARM instructions"
30 # error "This source file should be compiled with an x86 toolchain"
38 # error "This source file should be compiled with NEON support!"
42 # error "This source file should be compiled without NEON support!"
  /dalvik/tests/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /external/stlport/test/compiler/
partial_spec.cpp 2 * It is known that this code not compiled by following compilers:
6 * It is known that this code compiled by following compilers:
ttei2.cpp 2 * It is known that this code not compiled by following compilers:
4 * It is known that this code compiled by following compilers:
ttei6.cpp 2 * It is known that this code not compiled by following compilers:
4 * It is known that this code compiled by following compilers:
ttei7.cpp 2 * It is known that this code not compiled by following compilers:
6 * It is known that this code compiled by following compilers:
ttei1.cpp 2 * It is known that this code not compiled by following compilers:
6 * It is known that this code compiled by following compilers:
ttei3.cpp 2 * It is known that this code not compiled by following compilers:
8 * It is known that this code compiled by following compilers:
ttei4.cpp 2 * It is known that this code not compiled by following compilers:
8 * It is known that this code compiled by following compilers:
ttei5.cpp 2 * It is known that this code not compiled by following compilers:
6 * It is known that this code compiled by following compilers:
  /external/javasqlite/src/main/java/SQLite/
Vm.java 4 * Class to represent compiled SQLite VM.
10 * Internal handle for the compiled SQLite VM.
22 * Perform one step on compiled SQLite VM.
51 * @return true when SQL statement has been compiled, false
58 * Abort the compiled SQLite VM.
  /external/compiler-rt/utils/llvm-symbolizer/
CMakeLists.txt 2 # runtime, it has to be compiled for all supported targets (x86_64, i386 etc).
3 # This means that we need LLVM libraries to be compiled for these
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
DefineList.java 44 private String compiled = null; field in class:DefineList
63 oc.write(compiled, "compiled", null);
75 compiled = ic.readString("compiled", null);
80 compiled = "";
86 //compiled = null;
91 // compiled = null;
98 compiled = null;
107 compiled = null
    [all...]
  /external/javassist/
HOWTO.txt 3 includes junit.jar and that has been compiled. The command is:
  /ndk/tests/build/gnustl-force-all/jni/
forced_all.cpp 1 /* This file should be compiled with exceptions and without RTTI */
  /ndk/tests/build/gnustl-force-rtti/jni/
forced_rtti.cpp 1 /* This file should be compiled without exceptions and with RTTI */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs.h 2 based on the architecture being compiled for. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h 2 based on the architecture being compiled for. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h 2 based on the architecture being compiled for. */
  /development/host/windows/usb/adb_winapi_test/
stdafx.cpp 18 // WinUSBTest.pch will be the pre-compiled header
19 // stdafx.obj will contain the pre-compiled type information
  /development/host/windows/usb/api/
stdafx.cpp 18 // AdbWinApi.pch will be the pre-compiled header
19 // stdafx.obj will contain the pre-compiled type information

Completed in 3622 milliseconds

1 2 3 4 5 6 7 8 91011>>