Home
last modified time | relevance | path

Searched defs:compiled (Results 1 – 25 of 39) 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.java64 Map<String, byte[]> compiled = in setup() local
103 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/lite/delegates/gpu/gl/
Dgl_shader.cc60 GLint compiled = GL_FALSE; in CompileShader() local
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp80 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/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h150 bool compiled = false; member
/external/mesa3d/src/panfrost/bifrost/
Dcmdline.c56 panfrost_program *compiled; in compile_shader() local
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc122 PtxCompilerResult compiled = in CompileGpuAsmOrGetCached() local
137 const std::vector<uint8>& compiled = it->second.ValueOrDie(); in CompileGpuAsmOrGetCached() local
/external/python/cpython2/Lib/test/support/
Dscript_helper.py142 source, depth=1, compiled=False): argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DLongNameHandler.java275 String compiled = SimpleFormatterImpl in forCompoundUnit() local
299 … String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 0, 1); in simpleFormatsToModifiers() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLongNameHandler.java271 String compiled = SimpleFormatterImpl in forCompoundUnit() local
295 … String compiled = SimpleFormatterImpl.compileToStringMinMaxArguments(simpleFormat, sb, 0, 1); in simpleFormatsToModifiers() local
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java38 volatile NumberFormatterImpl compiled; field in LocalizedNumberFormatter
/external/python/cpython3/Lib/test/support/
Dscript_helper.py236 source, depth=1, compiled=False): argument
/external/zstd/contrib/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/skqp/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp139 GrGLint compiled = GR_GL_INIT_ZERO; in GrGLCompileAndAttachShader() local
/external/angle/samples/shader_translator/
Dshader_translator.cpp334 bool compiled = CompileFile(argv[0], compiler, compileOptions); in main() local
/external/tensorflow/tensorflow/compiler/tests/
Djit_test.py431 def _Run(compiled): argument
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc49 GLint compiled = 0; in LoadShader() 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/tests/gl_tests/
DProgramPipelineTest.cpp259 GLint compiled; in createShaderProgram() local

12