Home
last modified time | relevance | path

Searched defs:compile (Results 51 – 75 of 1106) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/ply/ply/example/GardenSnake/
H A DGardenSnake.py717 def compile(self, code, filename="<string>"): member in GardenSnakeCompiler
728 compile = GardenSnakeCompiler().compile variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/saved_model/
H A Dload.py93 def load(path, compile=True, options=None): # pylint: disable=redefined-builtin argument
381 def load_layers(self, compile=True): # pylint: disable=redefined-builtin argument
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/
Dcompiler.rs52 pub fn compile(mut self) -> Result<Vec<Instruction<'template>>> { in compile() method
424 fn compile(text: &'static str) -> Result<Vec<Instruction<'static>>> { in compile() function
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/templates/
H A Dsemodule.py24 compile=""" variable
H A Dscript.py24 compile="""\ variable
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPatternCompiler.java36 CommonPattern compile(String pattern); in compile() method
H A DCommonPattern.java37 public static CommonPattern compile(String pattern) { in compile() method in CommonPattern
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPatternCompiler.java36 CommonPattern compile(String pattern); in compile() method
H A DCommonPattern.java37 public static CommonPattern compile(String pattern) { in compile() method in CommonPattern
/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcodegen_test.go1 package compile package
/aosp_15_r20/external/pytorch/torch/csrc/api/src/
H A Djit.cpp12 std::shared_ptr<CompilationUnit> compile(const std::string& source) { in compile() function
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/compile/
H A Dcompile_test.go15 package compile package
/aosp_15_r20/external/nullaway/jmh/src/jmh/java/com/uber/nullaway/jmh/
H A DDFlowMicroBenchmark.java21 public void compile(Blackhole bh) { in compile() method in DFlowMicroBenchmark
H A DNullawayReleaseBenchmark.java43 public void compile(Blackhole bh) { in compile() method in NullawayReleaseBenchmark
H A DCaffeineBenchmark.java43 public void compile(Blackhole bh) { in compile() method in CaffeineBenchmark
H A DAutodisposeBenchmark.java43 public void compile(Blackhole bh) { in compile() method in AutodisposeBenchmark
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/regex/
H A DRegularExpression.java9 static RegularExpression compile(String regex, ValidationContext validationContext) { in compile() method
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
Dbuild_shaders.py42 def compile(shader: str, dim: int): function
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
DChmod.java115 public static Changer compile(String exprs) { in compile() method in Chmod
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
DChmod.java115 public static Changer compile(String exprs) { in compile() method in Chmod
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_F_F__2.py10 def compile(self, otFont): member in table_C_F_F__2
/aosp_15_r20/external/toolchain-utils/upstream_workon/
H A Dupstream_workon.bash157 compile() { function
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/
H A DVm.java55 public native boolean compile() throws SQLite.Exception; in compile() method in Vm
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/cpp/
H A Dbackend.cpp8 c10::impl::GenericDict compile( in compile() function in __anon626990c40111::CoreMLBackend
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DShaderNULL.cpp23 std::shared_ptr<ShaderTranslateTask> ShaderNULL::compile(const gl::Context *context, in compile() function in rx::ShaderNULL

12345678910>>...45