HomeSort by relevance Sort by last modified time
    Searched defs:compiled (Results 1 - 25 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/test/
testver.c 26 SDL_version compiled; local
33 SDL_Log("Compiled with SDL 2.0 or newer\n");
35 SDL_Log("Compiled with SDL older than 2.0\n");
37 SDL_VERSION(&compiled);
38 SDL_Log("Compiled version: %d.%d.%d.%d (%s)\n",
39 compiled.major, compiled.minor, compiled.patch,
  /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)
  /packages/services/Car/evs/app/
shader.cpp 35 GLint compiled = 0; local
36 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
37 if (!compiled) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.h 53 unsigned compiled; member in struct:gallivm_state
  /external/icu/android_icu4j/src/main/java/android/icu/number/
LocalizedNumberFormatter.java 35 volatile NumberFormatterImpl compiled; field in class:LocalizedNumberFormatter
138 compiled = NumberFormatterImpl.fromMacros(macros);
139 micros = compiled.apply(fq, string);
140 } else if (compiled != null) {
141 micros = compiled.apply(fq, string);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
LocalizedNumberFormatter.java 34 volatile NumberFormatterImpl compiled; field in class:LocalizedNumberFormatter
141 compiled = NumberFormatterImpl.fromMacros(macros);
142 micros = compiled.apply(fq, string);
143 } else if (compiled != null) {
144 micros = compiled.apply(fq, string);
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 40 // which converts a Tensorflow graph into a compiled XLA compilation.
78 // Takes `result` which has been compiled from a Tensorflow subgraph to a
116 bool compiled = false; member in struct:tensorflow::XlaCompilationCache::Entry
124 // The XLA executable compiled from <computation>. May be null if no
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java 28 int[] compiled = new int[1]; local
29 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
30 if (compiled[0] == 0) {
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java 28 int[] compiled = new int[1]; local
29 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
30 if (compiled[0] == 0) {
  /development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java 28 int[] compiled = new int[1]; local
29 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
30 if (compiled[0] == 0) {
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
GLToolbox.java 28 int[] compiled = new int[1]; local
29 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
30 if (compiled[0] == 0) {
  /external/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 139 GrGLint compiled = GR_GL_INIT_ZERO; local
140 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
142 if (!compiled) {
  /external/skqp/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 139 GrGLint compiled = GR_GL_INIT_ZERO; local
140 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
142 if (!compiled) {
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 47 GLint compiled = 0; local
48 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
49 if (!compiled) {
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 47 GLint compiled = 0; local
48 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
49 if (!compiled) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 43 GLint compiled = 0; local
44 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
45 if (!compiled) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
LongNameHandler.java 89 // String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 1, 1);
90 // SimpleModifier mod = new SimpleModifier(compiled, Field.CURRENCY, false);
145 String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 1, 1); local
146 output.put(plural, new SimpleModifier(compiled, null, false));
  /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;
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 246 GLint compiled = 0; local
247 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
248 if (!compiled) {
  /frameworks/av/cmds/screenrecord/
Program.cpp 148 GLint compiled = 0; local
149 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
150 if (!compiled) {
  /frameworks/native/libs/gui/tests/
GLTest.cpp 263 GLint compiled = 0; local
264 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
266 if (!compiled) {
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 100 int[] compiled = new int[1]; local
101 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
102 if (compiled[0] == 0) {
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 114 GLint compiled = 0; local
115 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
116 if (!compiled) {
  /cts/tests/openglperf2/jni/graphics/
GLUtils.cpp 136 GLint compiled = 0; local
137 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
138 if (!compiled) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 196 int[] compiled = new int[1]; local
197 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
198 if (compiled[0] == 0) {

Completed in 269 milliseconds

1 2 3 4 5 6 7 8 91011>>