Home
last modified time | relevance | path

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

12

/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs291 let compiled = if self.config.allow_invalid_utf8 { in compile() localVariable
299 let compiled = self.c(&expr)?; in compile() localVariable
440 let compiled = match next { in c_concat() localVariable
467 let compiled = result?; in c_alternation() localVariable
548 let compiled = self.c(expr)?; in c_bounded() localVariable
570 let compiled = self.c(expr)?; in c_at_least() localVariable
575 let compiled = self.c(expr)?; in c_at_least() localVariable
602 let compiled = self.c(expr)?; in c_zero_or_one() localVariable
748 let compiled = self.c_range(brng.start, brng.end); in c_unicode_class_reverse_with_suffix() localVariable
863 compiled: Utf8BoundedMap, field
/external/turbine/javatests/com/google/turbine/main/
DReducedClasspathTest.java65 Map<String, byte[]> compiled = in setup() local
104 private Path createLibrary(Map<String, byte[]> compiled, String jarPath, String... classNames) in createLibrary()
/external/fonttools/Lib/fontTools/misc/
Dcython.py16 compiled = False variable
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dtf_matmul_test.py38 def verify_matmul(compiled, m, k, n): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_shader.cc64 GLint compiled = GL_FALSE; in CompileShader() local
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp81 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h56 unsigned compiled; member
/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c248 PyObject* compiled = PyObject_CallFunctionObjArgs( in fuzz_sre_compile() local
301 PyObject* compiled = PyObject_CallMethod( in init_sre_match() local
/external/mesa3d/src/panfrost/bifrost/
Dcmdline.c56 panfrost_program *compiled; in compile_shader() local
/external/python/cpython2/Lib/test/support/
Dscript_helper.py142 source, depth=1, compiled=False): argument
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc139 PtxCompilerResult compiled = in CompileGpuAsmOrGetCached() local
154 const std::vector<uint8>& compiled = it->second.ValueOrDie(); in CompileGpuAsmOrGetCached() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/python/cpython3/Lib/test/support/
Dscript_helper.py247 source, depth=1, compiled=False): argument
/external/zstd/build/single_file_libs/examples/
Demscripten.c144 GLint compiled; in compileShader() local
/external/python/parse_type/parse_type/
Dbuilder.py184 def make_variant(cls, converters, re_opts=None, compiled=False, strict=True): argument
/external/angle/samples/shader_translator/
Dshader_translator.cpp331 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local
/external/tensorflow/tensorflow/compiler/tests/
Djit_test.py431 def _Run(compiled): argument
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_kernels.cc194 auto compiled = MakeConstructedAsyncValueRef<Chain>(); in Compile() local
/external/mesa3d/src/panfrost/util/
Dpan_ir.h105 struct util_dynarray compiled; member
/external/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp230 SimpleModifier::formatTwoArgPattern(const SimpleFormatter& compiled, FormattedStringBuilder& result, in formatTwoArgPattern()
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp553 GLint compiled; in makeShader() local
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java626 public static String dump(Map<String, byte[]> compiled) throws Exception { in dump()
/external/angle/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp330 GLint compiled; in createShaderProgram() local
/external/starlark-go/starlark/
Deval.go283 compiled *compile.Program member

12