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

1 2 3 4 5 6 7 8 91011>>

  /external/nanopb-c/tests/message_sizes/
dummy.c 1 /* Just test that the file can be compiled successfully. */
  /art/test/138-duplicate-classes-check2/
info.txt 1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
  /art/test/501-regression-packed-switch/
info.txt 2 to trip when compiled code contained a packed switch with no targets.
  /external/strace/tests/
mmap64.test 4 # Target executable was compiled with -D_FILE_OFFSET_BITS=64.
  /external/vixl/
.gitignore 1 # ignore python compiled object
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
stdafx.cpp 2 // Callstacker.pch will be the pre-compiled header
3 // stdafx.obj will contain the pre-compiled type information
  /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"
34 # error "This source file should be compiled with a MIPS toolchain"
42 # error "This source file should be compiled with NEON support!"
46 # error "This source file should be compiled without NEON support!"
  /art/test/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /external/llvm/tools/llvm-symbolizer/
CMakeLists.txt 2 # libraries, 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
  /ndk/tests/build/no-installable-modules/jni/
Android.mk 4 # compiled
11 # The build.sh will check that it is _not_ compiled.
  /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/ceres-solver/cmake/
config.h.in 34 // Ceres was compiled with the relevant configuration for the machine
35 // on which Ceres was compiled.
47 // If defined, Ceres was compiled without LAPACK.
50 // If defined, Ceres was compiled without SuiteSparse.
53 // If defined, Ceres was compiled without CXSparse.
56 // If defined, Ceres was compiled without Schur specializations.
59 // If defined, Ceres was compiled to use Eigen instead of hardcoded BLAS
63 // If defined, Ceres was compiled without multithreading support.
65 // If defined Ceres was compiled with OpenMP multithreading support.
67 // Additionally defined on *nix if Ceres was compiled with OpenMP support
    [all...]
  /external/clang/test/Preprocessor/
print-pragma-microsoft.c 6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
7 // CHECK: #pragma comment(user, "Compiled on " "{{[^"]*}}" " at " "{{[^"]*}}")
  /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/selinux/libselinux/man/man8/
sefcontext_compile.8 9 sefcontext_compile is used libsemanage to compile file context regular expressions into prce format. sefcontext_compile writes the compiled prce file with the .bin suffix appended "inputfile".bin. This compiled file is used by libselinux file labeling functions.
  /external/javassist/
HOWTO.txt 3 includes junit.jar and that has been compiled. The command is:
  /external/llvm/test/MC/Mips/
elf_eflags_abicalls.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_micromips.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_mips16.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_noreorder.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_pic0.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_pic2.s 3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
  /hardware/intel/img/psb_video/
README.debug 4 If the driver is compiled with debug information enabled, setting
  /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 */

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011>>