/external/rust/android-crates-io/crates/regex-automata/src/nfa/ |
D | compiler.rs | 291 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/ |
D | ReducedClasspathTest.java | 65 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/ |
D | cython.py | 18 compiled = False variable
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ |
D | tf_matmul_test.py | 38 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/ |
D | compiler.rs | 978 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/ |
D | compiler.rs | 978 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/ |
D | test_backend_compiler_preprocess.cpp | 20 c10::Dict<IValue, IValue> compiled(StringType::get(), StringType::get()); in preprocess() local
|
/external/mesa3d/src/intel/compiler/ |
D | brw_private.h | 62 bool compiled[SIMD_COUNT]; member
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_shader.cc | 67 GLint compiled = GL_FALSE; in CompileShader() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_private.h | 45 bool compiled[SIMD_COUNT]; member
|
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/ |
D | ScriptEngineTest.java | 82 CompiledScript compiled = ((Compilable)engine).compile(script); in testCompilable() local
|
/external/pytorch/torch/csrc/jit/backends/xnnpack/ |
D | xnnpack_backend_preprocess.cpp | 39 c10::Dict<IValue, IValue> compiled(StringType::get(), TensorType::get()); in preprocess() local
|
/external/skia/src/gpu/ganesh/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 46 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 69 unsigned compiled; member
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
D | asm_compiler.cc | 136 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/ |
D | LocalizedNumberFormatter.java | 38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/ |
D | LocalizedNumberFormatter.java | 38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 273 source, depth=1, compiled=False): argument
|
/external/zstd/build/single_file_libs/examples/ |
D | emscripten.c | 144 GLint compiled; in compileShader() local
|
/external/python/parse_type/parse_type/ |
D | builder.py | 184 def make_variant(cls, converters, re_opts=None, compiled=False, strict=True): argument
|
/external/python/cpython3/Modules/_xxtestfuzz/ |
D | fuzzer.c | 249 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/ |
D | ShaderCopy.kt | 361 val compiled = IntArray(1) in <lambda>() constant
|
/external/mesa3d/src/asahi/clc/ |
D | asahi_clc.c | 320 struct agx_shader_part compiled; in main() local
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 349 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_shader.c | 394 struct panfrost_compiled_shader *compiled = NULL; in panfrost_update_shader_variant() local
|