Home
last modified time | relevance | path

Searched defs:write_code (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython3/Programs/
D_freeze_module.py34 def write_code(outfile, marshalled: bytes, varname: str) -> None: function
D_freeze_module.c161 write_code(FILE *outfile, PyObject *marshalled, const char *varname) in write_code() function
/aosp_15_r20/external/XNNPACK/test/
H A Dcode-cache.cc18 static void write_code(xnn_code_cache* cache, const std::string& str) { in write_code() function
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplateWriter.cpp134 std::string ClTemplateWriter::write_code() in write_code() function in arm_compute::experimental::dynamic_fusion::ClTemplateWriter
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dcolor.rs589 fn write_code(mut self, code: u8) -> Self { in write_code() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dcolor.rs570 fn write_code(mut self, code: u8) -> Self { in write_code() method