HomeSort by relevance Sort by last modified time
    Searched refs:compiled (Results 176 - 200 of 757) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 142 source, depth=1, compiled=False):
149 if compiled:
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureSurfaceView.java 342 int[] compiled = new int[1]; local
343 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
344 if (compiled[0] == 0) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 307 int[] compiled = new int[1]; local
308 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
309 if (compiled[0] == 0) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 577 assert(!gallivm->compiled);
638 ++gallivm->compiled;
682 assert(gallivm->compiled);
  /external/v8/src/runtime/
runtime-compiler.cc 445 // and return the compiled function bound in the local context.
447 Handle<JSFunction> compiled; local
449 isolate, compiled,
454 return *compiled;
  /frameworks/native/cmds/flatland/
GLHelper.cpp 300 GLint compiled = 0; local
301 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
302 if (!compiled) {
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 90 GLint compiled = 0; local
91 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
92 if (!compiled) {
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 387 int[] compiled = new int[1]; local
388 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
389 if (compiled[0] == 0) {
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 81 GLint compiled = 0; local
82 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
83 if (!compiled) {
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 88 GLint compiled = 0; local
89 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
90 if (!compiled) {
  /art/runtime/interpreter/mterp/arm/
footer.S 127 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
131 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
231 * On-stack replacement has happened, and now we've returned from the compiled method.
  /art/runtime/interpreter/mterp/mips/
footer.S 123 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
127 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
221 * On-stack replacement has happened, and now we've returned from the compiled method.
  /art/runtime/interpreter/mterp/mips64/
footer.S 83 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
87 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
179 * On-stack replacement has happened, and now we've returned from the compiled method.
  /art/runtime/interpreter/mterp/x86_64/
footer.S 127 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
131 * If in osr check mode, see if our target is a compiled loop header entry and do OSR if so.
225 * On-stack replacement has happened, and now we've returned from the compiled method.
  /build/blueprint/
doc.go 27 // the code for the build logic, and the code for the project being compiled
59 // architecture being compiled). After all Mutators have run, each module is
  /build/make/core/
dex_preopt_libart_boot.mk 36 # If we have a compiled-classes file, create a parameter.
39 COMPILED_CLASSES_FLAGS := --compiled-classes=$(COMPILED_CLASSES)
73 # Note: this is technically incorrect. Compiled code contains stack checks which may depend
  /external/markdown/markdown/
inlinepatterns.py 137 """ Return a compiled regular expression. """
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
converter_test_base.py 59 def compiled(self, node, *symbols): member in class:TestCase
67 print('Offending compiled code:\n%s' % source)
  /external/valgrind/drd/tests/
circular_buffer.c 22 #error Sorry, but this test program can only be compiled by a compiler that\
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 252 'decoded. If using Windows and a Cygwin-compiled '
  /frameworks/rs/tests/lldb/tests/harness/
test_base_remote.py 44 used to make the test suite independent of where an APK was compiled.
  /external/googletest/googletest/docs/
Pkgconfig.md 42 that all libraries have been compiled with threading enabled. In addition,
  /external/robolectric/
Android.mk 39 # binary/compiled resources is complete.
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 288 if (!entry->compiled) {
298 entry->compiled = true;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/testdata/
hist.go 6 // by the compiler. It is compiled with various flags, then the resulting

Completed in 383 milliseconds

1 2 3 4 5 6 78 91011>>