/external/rust/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 | 16 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/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_shader.cc | 64 GLint compiled = GL_FALSE; in CompileShader() local
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 81 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 56 unsigned compiled; member
|
/external/python/cpython3/Modules/_xxtestfuzz/ |
D | fuzzer.c | 248 PyObject* compiled = PyObject_CallFunctionObjArgs( in fuzz_sre_compile() local 301 PyObject* compiled = PyObject_CallMethod( in init_sre_match() local
|
/external/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 56 panfrost_program *compiled; in compile_shader() local
|
/external/python/cpython2/Lib/test/support/ |
D | script_helper.py | 142 source, depth=1, compiled=False): argument
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | asm_compiler.cc | 139 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/ |
D | LocalizedNumberFormatter.java | 38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | LocalizedNumberFormatter.java | 38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 247 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/angle/samples/shader_translator/ |
D | shader_translator.cpp | 331 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | jit_test.py | 431 def _Run(compiled): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
D | tf_cpurt_kernels.cc | 194 auto compiled = MakeConstructedAsyncValueRef<Chain>(); in Compile() local
|
/external/mesa3d/src/panfrost/util/ |
D | pan_ir.h | 105 struct util_dynarray compiled; member
|
/external/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 230 SimpleModifier::formatTwoArgPattern(const SimpleFormatter& compiled, FormattedStringBuilder& result, in formatTwoArgPattern()
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 553 GLint compiled; in makeShader() local
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | IntegrationTestSupport.java | 626 public static String dump(Map<String, byte[]> compiled) throws Exception { in dump()
|
/external/angle/src/tests/gl_tests/ |
D | BlendFuncExtendedTest.cpp | 330 GLint compiled; in createShaderProgram() local
|
/external/starlark-go/starlark/ |
D | eval.go | 283 compiled *compile.Program member
|