Home
last modified time | relevance | path

Searched defs:compiled (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h53 unsigned compiled; member
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h116 bool compiled = false; member
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java35 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java34 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/tensorflow/tensorflow/contrib/py2tf/converters/
Dconverter_test_base.py59 def compiled(self, node, *symbols): member in TestCase
/external/python/cpython2/Lib/test/
Dscript_helper.py142 source, depth=1, compiled=False): argument
/external/python/cpython3/Lib/test/support/
Dscript_helper.py231 source, depth=1, compiled=False): argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DLongNameHandler.java145 … String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 1, 1); in simpleFormatsToModifiers() local
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp139 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
/external/skqp/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp139 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc246 GLint compiled = 0; in loadShader() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLongNameHandler.java141 … String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 1, 1); in simpleFormatsToModifiers() local
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp305 const NumberFormatterImpl* compiled = in formatImpl() local
/external/v8/src/asmjs/
Dasm-js.cc191 MaybeHandle<JSObject> compiled = SyncCompileTranslatedAsmJs( in CompileAsmViaWasm() local
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Drnn_cell_test.py1368 max_time, compiled): argument
/external/tensorflow/tensorflow/compiler/tests/
Djit_test.py394 def _Run(compiled): argument
/external/v8/src/runtime/
Druntime-compiler.cc447 Handle<JSFunction> compiled; in CompileGlobalEval() local
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java505 public static String dump(Map<String, byte[]> compiled) throws Exception { in dump()
/external/mesa3d/src/mesa/main/
Dshaderapi.c2258 GLint compiled = GL_FALSE; in _mesa_CreateShaderProgramv() local
/external/pcre/dist2/src/
Dpcre2grep.c276 pcre2_code *compiled; member
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1322 bool compiled; member in deqp::egl::GLES2ThreadTest::Shader