Home
last modified time | relevance | path

Searched defs:compile (Results 26 – 50 of 1106) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DPatternFixer.java144 public static Pattern compile(String regexPattern, int patternOptions) { in compile() method in PatternFixer
149 public static Pattern compile(String regexPattern) { in compile() method in PatternFixer
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DG_M_A_P_.py58 def compile(self, ttFont): member in GMAPRecord
101 def compile(self, ttFont): member in table_G_M_A_P_
H A DotTables.py105 def compile(self, writer, font, actionIndex): member in RearrangementMorphAction
169 def compile(self, writer, font, actionIndex): member in ContextualMorphAction
252 def compile(self, writer, font, actionIndex): member in LigatureMorphAction
398 def compile(self, writer, font, actionIndex): member in InsertionMorphAction
515 def compile(self, writer, font): member in FeatureParams
H A D_t_r_a_k.py63 def compile(self, ttFont): member in table__t_r_a_k
128 def compile(self, offset): member in TrackData
H A D_g_l_y_f.py136 def compile(self, ttFont): member in table__g_l_y_f
745 def compile(self, glyfTable, recalcBBoxes=True, *, boundsDone=None): member in Glyph
1831 def compile(self, more, haveInstructions, glyfTable): member in GlyphComponent
2098 def compile(self, glyfTable): member in GlyphVarComponent
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-scripting/src/main/java/org/apache/velocity/script/
H A DVelocityScriptEngine.java291 public CompiledScript compile(String script) throws ScriptException in compile() method in VelocityScriptEngine
303 public CompiledScript compile(Reader script) throws ScriptException in compile() method in VelocityScriptEngine
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DTypesEclipseTest.kt113 private fun compile(processors: Iterable<Processor>): Boolean { in getElements() method in com.squareup.kotlinpoet.TypesEclipseTest.CompilationRule
/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go159 func (prebuilt *prebuiltLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) bu… func
212 func (prebuilt *prebuiltProcMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) … func
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp51 virtual void compile() in compile() function in __anon5be60d820111::build_base
238 void compile() final in compile() function in __anon5be60d820111::build_with_binary
331 void compile() final in compile() function in __anon5be60d820111::build_with_il
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dtpu_service.proto106 CompileRequest compile = 6; field
129 CompileResponse compile = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_dynamic_layout_pass.cc207 auto compile = in HandleCompileAndExecutes() local
266 func.walk([&](TF::_TPUCompileMlirOp compile) { in runOnFunction()
H A Dtpu_variable_runtime_reformatting.cc128 Operation& compile = compile_launch.GetBody().front(); in AnnotateCompileOpAndGetExecuteArgToWhileArgsMapping() local
358 auto compile = in HandleReplicateOp() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py289 def write_stub(self, output_dir, ext, compile=False): argument
293 def _write_stub_file(self, stub_file: str, ext: Extension, compile=False): argument
/aosp_15_r20/external/dagger2/java/dagger/testing/compile/
H A DCompilerTests.java134 public void compile(Consumer<XTestInvocation> onInvocation) { in compile() method in CompilerTests.InvocationCompiler
226 public void compile(Consumer<CompilationResultSubject> onCompilationResult) { in compile() method in CompilerTests.DaggerCompiler
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp211 bool compile() override in compile() function in __anon236454e80111::ParallelShaderCompileTest::ClearColorWithDraw
293 bool compile() override in compile() function in __anon236454e80111::ParallelShaderCompileTest::ImageLoadStore
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py289 def write_stub(self, output_dir, ext, compile=False): argument
293 def _write_stub_file(self, stub_file: str, ext: Extension, compile=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py289 def write_stub(self, output_dir, ext, compile=False): argument
293 def _write_stub_file(self, stub_file: str, ext: Extension, compile=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_ext.py289 def write_stub(self, output_dir, ext, compile=False): argument
293 def _write_stub_file(self, stub_file: str, ext: Extension, compile=False): argument
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dpycodegen.py51 def compile(source, filename, mode, flags=None, dont_inherit=None): function
83 def compile(self): member in AbstractCompileMode
93 def compile(self): member in Expression
102 def compile(self): member in Interactive
111 def compile(self, display=0): member in Module
/aosp_15_r20/external/bcc/src/lua/bpf/
H A Dbpf.lua1212 compile = function () function
1347 local function compile(prog, params) function
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dcompiler_test.cpp135 void MatchOutputCodeTest::compile(const std::string &shaderString) in compile() function in sh::MatchOutputCodeTest
140 void MatchOutputCodeTest::compile(const std::string &shaderString, in compile() function in sh::MatchOutputCodeTest
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_preprocessing_layer.py157 def compile(self, run_eagerly=None, steps_per_execution=None): member in PreprocessingLayer
354 def compile(self, run_eagerly=None, steps_per_execution=None): member in CombinerPreprocessingLayer
/aosp_15_r20/external/turbine/java/com/google/turbine/main/
H A DMain.java132 public static Result compile(String[] args) throws IOException { in compile() method in Main
137 public static Result compile(TurbineOptions options) throws IOException { in compile() method in Main
/aosp_15_r20/frameworks/compile/slang/
Dslang.cpp403 int Slang::compile(const RSCCOptions &Opts) { in compile() function in slang::Slang
568 bool Slang::compile( in compile() function in slang::Slang
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DPipelineStateBuilder.cpp117 auto compile = [&](SkSL::ProgramKind kind, GrShaderType shaderType) { in loadHLSLFromCache() local
578 auto compile = [&](SkSL::ProgramKind kind, GrShaderType shaderType) { in finalize() local

12345678910>>...45