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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h48 unsigned compiled; member in struct:gallivm_state
/external/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp96 GrGLint compiled = GR_GL_INIT_ZERO; local
97 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
99 if (!compiled) {
/external/v8/src/asmjs/
H A Dasm-js.cc170 i::MaybeHandle<i::JSObject> compiled = wasm::CreateModuleObjectFromBytes( local
174 DCHECK(!compiled.is_null());
185 result->set(0, *compiled.ToHandleChecked());
/external/v8/src/runtime/
H A Druntime-compiler.cc454 // and return the compiled function bound in the local context.
456 Handle<JSFunction> compiled; local
458 isolate, compiled, Compiler::GetFunctionFromEval(
462 return *compiled;
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc246 GLint compiled = 0; local
247 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
248 if (!compiled) {
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c1683 GLint compiled = GL_FALSE; local
1688 get_shaderiv(ctx, shader, GL_COMPILE_STATUS, &compiled);
1689 if (compiled) {
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1322 bool compiled; member in class:deqp::egl::GLES2ThreadTest::Shader
1330 , compiled (false)
1441 m_shader->compiled = true;
/external/pcre/dist2/src/
H A Dpcre2grep.c270 /* Structure for pattern and its compiled form; used for matching patterns and
276 pcre2_code *compiled; member in struct:patstr
515 p->compiled = NULL;
543 if (p->compiled != NULL) pcre2_code_free(p->compiled);
989 if (pcre2_match(ep->compiled, (PCRE2_SPTR)path, plen, 0, 0, match_data, NULL) >= 0)
997 if (pcre2_match(ip->compiled, (PCRE2_SPTR)path, plen, 0, 0, match_data, NULL) >= 0)
1479 *mrc = pcre2_match(p->compiled, (PCRE2_SPTR)matchptr, (int)length,
1951 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0,
2750 /* Do nothing if the pattern has already been compiled
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/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 ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 805 milliseconds