Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/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.py18 compiled = False variable
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dtf_matmul_test.py38 def verify_matmul(compiled, m, k, n): argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dcompiler.rs978 let compiled = self.c_alt_iter(exprs.iter().map(|e| { in compile() localVariable
1031 let compiled = match next { in c_concat() localVariable
1104 let compiled = result?; in c_alt_iter() localVariable
1211 let compiled = self.c(expr)?; in c_bounded() localVariable
1245 let compiled = self.c(expr)?; in c_at_least() localVariable
1259 let compiled = self.c(expr)?; in c_at_least() localVariable
1279 let compiled = self.c(expr)?; in c_at_least() localVariable
1316 let compiled = self.c(expr)?; in c_zero_or_one() localVariable
1537 let compiled = self.c_range(brng.start, brng.end)?; in c_unicode_class_reverse_with_suffix() localVariable
1734 compiled: Utf8BoundedMap, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dcompiler.rs978 let compiled = self.c_alt_iter(exprs.iter().map(|e| { in compile() localVariable
1031 let compiled = match next { in c_concat() localVariable
1104 let compiled = result?; in c_alt_iter() localVariable
1211 let compiled = self.c(expr)?; in c_bounded() localVariable
1245 let compiled = self.c(expr)?; in c_at_least() localVariable
1259 let compiled = self.c(expr)?; in c_at_least() localVariable
1279 let compiled = self.c(expr)?; in c_at_least() localVariable
1316 let compiled = self.c(expr)?; in c_zero_or_one() localVariable
1537 let compiled = self.c_range(brng.start, brng.end)?; in c_unicode_class_reverse_with_suffix() localVariable
1734 compiled: Utf8BoundedMap, field
/external/pytorch/test/cpp/jit/
Dtest_backend_compiler_preprocess.cpp20 c10::Dict<IValue, IValue> compiled(StringType::get(), StringType::get()); in preprocess() local
/external/mesa3d/src/intel/compiler/
Dbrw_private.h62 bool compiled[SIMD_COUNT]; member
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_shader.cc67 GLint compiled = GL_FALSE; in CompileShader() local
/external/mesa3d/src/intel/compiler/elk/
Delk_private.h45 bool compiled[SIMD_COUNT]; member
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/
DScriptEngineTest.java82 CompiledScript compiled = ((Compilable)engine).compile(script); in testCompilable() local
/external/pytorch/torch/csrc/jit/backends/xnnpack/
Dxnnpack_backend_preprocess.cpp39 c10::Dict<IValue, IValue> compiled(StringType::get(), TensorType::get()); in preprocess() local
/external/skia/src/gpu/ganesh/gl/builders/
DGrGLShaderStringBuilder.cpp46 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h69 unsigned compiled; member
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dasm_compiler.cc136 PtxCompilerResult compiled = in CompileGpuAsmOrGetCached() local
151 const std::vector<uint8>& compiled = it->second.ValueOrDie(); in CompileGpuAsmOrGetCached() local
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/python/cpython3/Lib/test/support/
Dscript_helper.py273 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/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c249 PyObject* compiled = PyObject_CallFunctionObjArgs( in fuzz_sre_compile() local
302 PyObject* compiled = PyObject_CallMethod( in init_sre_match() local
/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/
DShaderCopy.kt361 val compiled = IntArray(1) in <lambda>() constant
/external/mesa3d/src/asahi/clc/
Dasahi_clc.c320 struct agx_shader_part compiled; in main() local
/external/angle/samples/shader_translator/
Dshader_translator.cpp349 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_shader.c394 struct panfrost_compiled_shader *compiled = NULL; in panfrost_update_shader_variant() local

12