Searched refs:compiled (Results 1 - 25 of 61) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DDefineList.java44 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
[all...]
/external/llvm/test/MC/Mips/
H A Delf_eflags_abicalls.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_noreorder.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic0.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic2.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_micromips.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_mips16.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_nan2008.s7 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_nanlegacy.s7 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp62 GrGLint compiled = GR_GL_INIT_ZERO; local
63 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
65 if (!compiled) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
H A Dlp_bld_init.c565 assert(!gallivm->compiled);
583 ++gallivm->compiled;
594 assert(gallivm->compiled);
/external/valgrind/drd/tests/
H A Datomic_var.c22 #error Sorry, but this test program can only be compiled by a compiler that\
H A Dannotate_rwlock.c22 #error Sorry, but this test program can only be compiled by a compiler that\
/external/jmonkeyengine/
H A DAndroid.mk15 # stripped out even if they're compiled into the jar. You will need
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
/external/safe-iop/testsuite/
H A DAndroid.mk21 # TODO: make the test use the compiled static lib.
/external/selinux/checkpolicy/
H A DAndroid.mk26 # "-x c" forces the lex/yacc files to be compiled as c the build system
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk28 # List of the source files compiled for this module
/external/elfutils/src/
H A Delfutils.spec2 Summary: A collection of utilities and DSOs to handle compiled objects
42 Summary: Development libraries to handle compiled objects.
50 applications for handling compiled objects. libebl provides some
56 Summary: Static archives to handle compiled objects.
63 with the code the handle compiled objects.
85 applications for handling compiled objects. libelf allows you to
/external/llvm/utils/
H A Dcodegen-diff95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
101 the function you want is compiled. Then use the B<disassemble> command
102 to print out the assembly dump of the function B<lli> just compiled.
/external/valgrind/helgrind/tests/
H A Dannotate_rwlock.c32 #error Sorry, but this test program can only be compiled by a compiler that\
/external/apache-harmony/jdwp/
H A DAndroid.mk23 # -Xcompiler-option --debuggable to ART so the tests are compiled with full
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec35 valid (but possibly incomplete) C code and can be compiled and
271 TracePointerMESA and TracePointerRangeMESA are not compiled into display lists.

Completed in 657 milliseconds

123