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

1234

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c13 SDL_version compiled; local
28 SDL_VERSION(&compiled);
30 compiled.major, compiled.minor, compiled.patch);
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema_test.py11 compiled = [
79 self.assertEquals(compiled, json_schema.DeleteNodes(schema, 'nocompile'))
/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/chromium_org/third_party/openssl/openssl/crypto/chacha/
H A Dchacha_vec_arm.S1 # This file contains a pre-compiled version of chacha_vec.c for ARM. This is
3 # were to be compiled with the needed flags to build chacha_vec.c, then it
/external/chromium_org/third_party/angle/samples/gles2_book/Common/
H A DesShader.c46 GLint compiled; local
61 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled );
63 if ( !compiled )
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc61 GLint compiled = 0; local
62 glGetShaderiv(shader->value(), GL_COMPILE_STATUS, &compiled);
63 if (!compiled) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
/external/chromium_org/cc/output/
H A Dprogram_binding.cc92 int compiled = 0; local
93 context->GetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
94 if (!compiled)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterCompiledProgram.cpp84 int compiled = 0; local
85 m_context->getShaderiv(shader, GL_COMPILE_STATUS, &compiled);
86 if (!compiled) {
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/
H A DHello_Triangle.c34 GLint compiled; local
49 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled );
51 if ( !compiled )
/external/chromium_org/chrome_frame/cfinstall/
H A Dbuild.sh48 --output_mode=compiled --compiler_jar=$CLOSURE_COMPILER_JAR \
58 --output_mode=compiled --compiler_jar=$CLOSURE_COMPILER_JAR \
/external/valgrind/main/drd/tests/
H A Datomic_var.c22 #error Sorry, but this test program can only be compiled by a compiler that\
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl30 ** code files into this single large file, the entire code can be compiled
32 ** that would not be possible if the files were compiled separately. It also
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl30 ** code files into this single large file, the entire code can be compiled
32 ** that would not be possible if the files were compiled separately. It also
/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/checkpolicy/
H A DAndroid.mk26 # "-x c" forces the lex/yacc files to be compiled as c
/external/chromium/chrome/browser/chromeos/
H A Dplugin_selection_policy.h22 #error This file is meant to be compiled on ChromeOS only.
H A Dwm_overview_favicon.cc22 #error This file is only meant to be compiled for ChromeOS
H A Dwm_overview_snapshot.cc20 #error This file is only meant to be compiled for ChromeOS
/external/safe-iop/testsuite/
H A DAndroid.mk21 # TODO: make the test use the compiled static lib.
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp156 bool compiled = CompileFile(argv[0], compiler, compileOptions); local
166 if (compiled && (compileOptions & SH_OBJECT_CODE)) {
175 if (compiled && (compileOptions & SH_VARIABLES)) {
186 if (!compiled)
/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.

Completed in 816 milliseconds

1234