Home
last modified time | relevance | path

Searched refs:Output (Results 1 - 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Ddebug_output.cpp34 Output("<null>"); in Visit()
39 Output("Object [name=" + n.GetObjectName() + "]\n"); in Visit()
64 Output(v.name + ": "); in Visit()
70 Output(std::to_string(n.GetValue()).c_str()); in Visit()
74 Output(std::to_string(n.GetValue()).c_str()); in Visit()
78 Output(std::to_string(n.GetValue()).c_str()); in Visit()
82 Output(std::to_string(n.GetValue()).c_str()); in Visit()
86 Output(n.GetValue()); in Visit()
90 Output(n.GetValue().ToString()); in Visit()
96 void DebugOutput::Output(cons in Visit() function in Serialization::DebugOutput
[all...]
H A Ddebug_output.h46 void Output(const BASE_NS::string& v);
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Doutput.cpp23 Output::Output() in Output() function in OHOS::Rosen::Output
28 FILTER_TYPE Output::GetFilterType() in GetFilterType()
33 std::unique_ptr<OHOS::Media::PixelMap> Output::GetPixelMap() in GetPixelMap()
38 const std::vector<uint8_t>& Output::GetColorBuffer() in GetColorBuffer()
43 void Output::DoProcess(ProcessData& data) in DoProcess()
52 LOGE("The format of Output is incorrect!!!"); in DoProcess()
56 void Output::EncodeToFile(ProcessData& data) in EncodeToFile()
77 void Output::EncodeToPixelMap(ProcessData& data) in EncodeToPixelMap()
93 void Output
[all...]
H A Dfilter_factory.cpp39 } else if (filterType == "Output") { in GetFilter()
40 std::shared_ptr<Output> outputFilter = std::make_shared<Output>(); in GetFilter()
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Doutput_unittest.cpp38 auto output = std::make_shared<Output>(); in HWTEST_F()
62 auto output = std::make_shared<Output>(); in HWTEST_F()
86 auto output = std::make_shared<Output>(); in HWTEST_F()
110 auto output = std::make_shared<Output>(); in HWTEST_F()
138 auto output = std::make_shared<Output>(); in HWTEST_F()
165 auto output = std::make_shared<Output>(); in HWTEST_F()
191 auto output = std::make_shared<Output>(); in HWTEST_F()
225 auto output = std::make_shared<Output>(); in HWTEST_F()
248 auto output = std::make_shared<Output>(); in HWTEST_F()
280 auto output = std::make_shared<Output>(); in HWTEST_F()
[all...]
H A Dimage_chain_unittest.cpp105 auto output = std::make_shared<Output>(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Doutput.h26 class Output : public AlgoFilter { class
29 Output();
30 virtual ~Output() {}; in ~Output()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_log_impl.cpp134 Output(logLevel, str, strlen(str)); in LogString()
148 Output(logLevel, tempBuffer, 1); in LogChar()
156 Output(logLevel, logBuffer, logBufferIndex); in LogChar()
162 Output(logLevel, "\n", 1); // hilog will trace our the line separator directly in LogChar()
233 void Output(const LogLevel logLevel, const char * const str, const uint8_t length) in Output() function
239 Debugger::GetInstance().Output(str); in Output()
H A Dconsole_log_impl.h56 * @brief: Output given string into stdout or the log file.
62 void Output(const LogLevel logLevel, const char * const str, const uint8_t length);
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dipc_ylong.rs30 Fut: Future<Output = IpcResult<B>>, in spawn()
69 T: Future<Output = R>, in spawn()
85 fn block_on<F: Future>(future: F) -> F::Output { in block_on()
H A Dmod.rs28 pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
44 Fut: Future<Output = IpcResult<B>>, in spawn()
57 T: Future<Output = R>, in spawn()
70 fn block_on<F: Future>(future: F) -> F::Output; in spawn()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp73 void Debugger::Output(const char * const str) in Output() function in OHOS::ACELite::Debugger
138 void Debugger::Output(const char * const str) in Output() function in OHOS::ACELite::Debugger
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs137 type Output = Result<usize, HttpClientError>; types
139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
156 type Output = Result<(), HttpClientError>; types
158 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_multithread/
H A Ddrawing_mutilthread.cpp30 void DrawingMultithread::Output() in Output() function in OHOS::Rosen::DrawingMultithread
H A Ddrawing_multithread.h28 virtual void Output() override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/
H A Dbenchmark.h36 virtual void Output() = 0;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_singlethread/
H A Ddrawing_singlethread.cpp39 void DrawingSinglethread::Output() in Output() function in OHOS::Rosen::DrawingSinglethread
H A Ddrawing_singlethread.h29 virtual void Output() override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_api/
H A Ddrawing_api.h29 virtual void Output() override {}
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.h37 #define OUTPUT_TRACE() JSProfiler::GetInstance()->Output()
194 void Output();
H A Djs_profiler.cpp342 void JSProfiler::Output() in Output() function in OHOS::ACELite::JSProfiler
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Doperator.rs102 type Output = Result<(), HttpClientError>; types
104 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_debugger_config.h118 void Output(const char *str);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.h73 void Output() override;
H A Ddrawing_playback.cpp413 void DrawingDCL::Output() in Output() function in OHOS::Rosen::DrawingDCL

Completed in 9 milliseconds

12