/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/ |
H A D | debug_output.cpp | 34 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(const BASE_NS::string& v) in Output() function in Serialization::DebugOutput
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | output.cpp | 23 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() 56 void Output::EncodeToFile(ProcessData& data) in EncodeToFile() 77 void Output::EncodeToPixelMap(ProcessData& data) in EncodeToPixelMap() 93 void Output::WriteToBuffer(ProcessData& data) in WriteToBuffer() 110 void Output::SetValue(const std::string& key, std::shared_ptr<void> value, int size) in SetValue() 130 std::string Output::GetVertexShader() in GetVertexShader() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | mod.rs | 87 ) -> Pin<Box<dyn std::future::Future<Output = Result<(), ScheduleError>> + Send + 'a>> in for_each() argument 99 ) -> Pin<Box<dyn std::future::Future<Output = Result<Self::Item, ScheduleError>> + Send + 'a>> in sum() argument 102 Self::Item: Add<Output = Self::Item> + Sum + Send, in sum() argument 112 ) -> Pin<Box<dyn std::future::Future<Output = Result<C::Output, ScheduleError>> + Send + 'a>> in drive() argument 125 type Output: Send; typedef 128 fn consume(&self, par_iter: P) -> Self::Output; in consume() argument 131 fn combine(a: Self::Output, b: Self::Output) -> Self::Output; in combine() argument
|
H A D | sum.rs | 23 P::Item: Add<Output = P::Item> + Sum + Send, in sum() argument 34 P::Item: Add<Output = P::Item> + Sum + Send, 36 type Output = P::Item; typedef 37 fn consume(&self, par_iter: P) -> Self::Output { in consume() argument 40 fn combine(a: Self::Output, b: Self::Output) -> Self::Output { in combine() argument
|
H A D | for_each.rs | 41 type Output = (); typedef 42 fn consume(&self, par_iter: P) -> Self::Output { in consume() argument 46 fn combine(_a: Self::Output, _b: Self::Output) -> Self::Output {} in combine() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | output_unittest.cpp | 38 auto output = std::make_shared<Output>(); 62 auto output = std::make_shared<Output>(); 86 auto output = std::make_shared<Output>(); 110 auto output = std::make_shared<Output>(); 144 auto output = std::make_shared<Output>(); 167 auto output = std::make_shared<Output>(); 199 auto output = std::make_shared<Output>(); 222 auto output = std::make_shared<Output>(); 244 auto output = std::make_shared<Output>(); 266 auto output = std::make_shared<Output>(); [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | write_task.rs | 56 type Output = io::Result<usize>; typedef 58 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 96 type Output = io::Result<usize>; typedef 98 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 138 type Output = io::Result<()>; typedef 140 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 175 type Output = io::Result<()>; typedef 177 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 200 type Output = io::Result<()>; typedef 202 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
|
H A D | read_task.rs | 59 type Output = io::Result<usize>; typedef 61 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 137 type Output = io::Result<usize>; typedef 139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 209 type Output = io::Result<usize>; typedef 211 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 244 type Output = io::Result<()>; typedef 328 type Output = io::Result<usize>; typedef 330 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 364 type Output = io::Result<usize>; typedef [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | try_join3.rs | 34 F1: Future<Output = Result<R1, E>>, in try_join3() argument 35 F2: Future<Output = Result<R2, E>>, in try_join3() argument 36 F3: Future<Output = Result<R3, E>>, in try_join3() argument 70 Ready(F::Output), 81 pub(crate) fn take_output(self: Pin<&mut Self>) -> F::Output { in take_output() argument 93 impl<E, R, F: Future<Output = Result<R, E>>> Future for FutureDone<F> { 94 type Output = Result<(), E>; typedef 96 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | main.cpp | 47 if (!ByteCodeGen(parser.GetAst()).Output()) { in main() 54 if (!TextGen(parser.GetAst()).Output()) { in main() 59 if (!MacroGen(parser.GetAst()).Output()) { in main() 65 if (!StartupCfgGen(parser.GetAst()).Output()) { in main()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_log_impl.cpp | 134 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()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/ |
H A D | mod.rs | 28 pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>; 44 Fut: Future<Output = IpcResult<B>>, in spawn() argument 57 T: Future<Output = R>, in spawn() 70 fn block_on<F: Future>(future: F) -> F::Output; in block_on() argument
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_service.c | 29 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type); 37 .Output = Output, 95 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type) in Output() function 138 hiviewInfterface->Output((IUnknown *)hiviewInfterface, msgId, msgValue); in HiviewSendMessage()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-buffer.md | 243 // Output: 1 659 // Output: 4 664 // Output: 0 711 // Output: 0 715 // Output: 1 980 // Output: 0 982 // Output: 2 1011 Output: 0 1060 // Output: 0 1471 // Output: 0 [all …]
|
H A D | js-apis-util.md | 107 Output: 224 // Output: hello world 628 // Output: arg is 123 652 // Output: arg is 456 717 // Output: arg is 123 1571 // Output: result = 2 1596 // Output: result = 1 2013 // Output: res = 0 2051 // Output: res = 2 2520 // Output: [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | mod.rs | 371 type Output = Result<Option<Headers>, T::Error>; typedef 372 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 396 type Output = Result<usize, T::Error>; typedef 398 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 409 ) -> Pin<Box<dyn Future<Output = std::io::Result<()>> + Send + Sync + 'a>> in reuse() argument 417 ) -> Pin<Box<dyn Future<Output = std::io::Result<()>> + Send + Sync + 'a>> in reuse() argument 430 ) -> Pin<Box<dyn Future<Output = std::io::Result<()>> + Send + Sync + 'a>> in reuse() argument
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hitracechain.md | 119 …alling thread.<br>Input arguments:<br>- **id**: **HiTraceId** object.<br>Output arguments: none<br… 120 …d** object in the TLS of the calling thread.<br>Input arguments: none<br>Output arguments: none<br… 121 …an ID from the current **HiTraceId** object.<br>Input arguments: none<br>Output arguments: none<br… 124 …o generate an invalid **HiTraceId** object. <br>Input arguments: none<br>Output arguments: none<br… 126 …s whether the **HiTraceId** object is valid.<br>Input arguments: none<br>Output arguments: none<br… 131 | | uint64_t GetChainId() | Obtains the call chain ID.<br>Input arguments: none<br>Output argument… 132 …raceId** object.<br>Input arguments:<br>- **chainId**: call chain ID.<br>Output arguments: none<br… 133 …an ID from the current **HiTraceId** object.<br>Input arguments: none<br>Output arguments: none<br… 134 …e **HiTraceId** object.<br>Input arguments:<br>- **spanId**: span ID.<br>Output arguments: none<br… 135 …an ID from the current **HiTraceId** object.<br>Input arguments: none<br>Output arguments: none<br… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-url.md | 163 console.log(params.getAll('fod').toString()) // Output ["1","3"]. 396 for (let key of keys) { // Output key-value pairs 479 console.log(params.toString()); // Output 'fod=1&bard=2&fod=3' 548 let a = new url.URL("/", mm); // Output 'https://username:password@host:8080/'; 549 let b = new url.URL(mm); // Output 'https://username:password@host:8080/'; 557 new url.URL('https://www.example.com', ); // Output https://www.example.com/ 558 new url.URL('https://www.example.com', b); // Output https://www.example.com/ 614 url.URL.parseURL('https://www.example.com', ); // Output 'https://www.example.com/' 778 console.log(params.getAll('fod').toString()) // Output ["1","3"]. 989 for (let key of keys) { // Output key-value pairs [all …]
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 63 * Output: 84 * Output: 143 * Output: 165 * Output: 198 * Output: 223 * Output: 270 * Output: 302 * Output: 322 * Output: 345 * Output: [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
H A D | output.h | 26 class Output : public AlgoFilter { 29 Output(); 30 virtual ~Output() {}; in ~Output()
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/ |
H A D | operator.rs | 137 type Output = Result<usize, HttpClientError>; typedef 139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 156 type Output = Result<(), HttpClientError>; typedef 158 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | mod.rs | 102 ) -> (Task, JoinHandle<T::Output>) in create_task() 105 T::Output: Send + 'static, in create_task() 143 T: Future<Output = R>, in spawn() 161 pub fn block_on<T>(task: T) -> T::Output in block_on()
|
H A D | yield_now.rs | 42 type Output = (); typedef 45 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 67 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/ |
H A D | core.rs | 30 pub(crate) async fn core<P, C>(par_iter: P, consumer: C) -> Result<C::Output, ScheduleError> in core() argument 79 ) -> Result<C::Output, ScheduleError> in recur() argument 131 ) -> JoinHandle<Result<C::Output, ScheduleError>> in spawn_task() argument 156 ) -> Result<C::Output, ScheduleError> in recur_ffrt() argument 193 ) -> JoinHandle<Result<C::Output, ScheduleError>> in spawn_task_ffrt() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
H A D | operator.rs | 107 type Output = Result<usize, HttpClientError>; typedef 109 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument 125 type Output = Result<(), HttpClientError>; typedef 127 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll() argument
|