Searched defs:compiled (Results 1 - 7 of 7) sorted by relevance

/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/webkit/Source/WebCore/platform/graphics/chromium/
H A DProgramBinding.cpp70 int compiled = 0; local
71 GLC(m_context, m_context->getShaderiv(shader, GraphicsContext3D::COMPILE_STATUS, &compiled));
72 if (!compiled) {
/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/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DShaderProgram.cpp196 GLint compiled = 0; local
197 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
198 if (!compiled) {
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp1163 GrGLint compiled = GR_GL_INIT_ZERO; local
1166 GL_CALL(GetShaderiv(shader, GR_GL_COMPILE_STATUS, &compiled));
1168 if (!compiled) {
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc228 "function compiled(x) { return x + 1; }\n"
230 "compiled(1)");
235 const v8::HeapGraphNode* compiled = local
236 GetProperty(global, v8::HeapGraphEdge::kShortcut, "compiled");
237 CHECK_NE(NULL, compiled);
238 CHECK_EQ(v8::HeapGraphNode::kClosure, compiled->GetType());
252 GetProperty(compiled, v8::HeapGraphEdge::kInternal, "shared");
258 // Verify that non-compiled code doesn't contain references to "x"
259 // literal, while compiled code does. The scope info is stored in FixedArray
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 165 milliseconds