Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 36) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/
D.clang-format23 # 允许短的函数放在同一行: None, InlineOnly(定义在类中), Empty(空函数), Inline(定义在类中,空函数), All
30 AlwaysBreakAfterDefinitionReturnType: None
31 # 总是在返回类型后换行: None, All, TopLevel(顶级函数,不包括在类中的函数),
33 AlwaysBreakAfterReturnType: None
55 # 在二元运算符前换行: None(在操作符后换行), NonAssignment(在非赋值的操作符前换行), All(在操作符前换行)
56 BreakBeforeBinaryOperators: None
109 # 命名空间的缩进: None, Inner(缩进嵌套的命名空间中的内容), All
110 NamespaceIndentation: None
/developtools/hiperf/
D.clang-format7 AlignConsecutiveAssignments: None
8 AlignConsecutiveBitFields: None
9 AlignConsecutiveDeclarations: None
23 AlwaysBreakAfterDefinitionReturnType: None
24 AlwaysBreakAfterReturnType: None
51 BreakBeforeBinaryOperators: None
100 IndentPPDirectives: None
105 InsertTrailingCommas: None
112 NamespaceIndentation: None
/developtools/hdc/hdc_rust/src/daemon/
Dshell.rs211 None => { in init_pty_process()
243 match nix::sys::select::select(None, Some(&mut set), None, None, Some(&mut tv)) { in subprocess_task()
272 Ok(None) => {} in subprocess_task()
311 static mut PTY_MAP: Option<PtyMap_> = None; in get_instance()
325 None in get()
Dmain.rs161 let mut rd = transfer::uart::UartReader { fd, head: None }; in uart_handle_client()
165 let mut rd = transfer::uart::UartReader { fd, head: None }; in uart_handle_client()
203 let mut rd = transfer::uart::UartReader { fd, head: None }; in uart_handle_client()
348 .filter(None, log_level) in logger_init()
354 None => 0_usize, in get_logger_lv()
/developtools/hdc/hdc_rust/src/host/
Dserver.rs112 None, enumerator
118 let mut channel_state = ChannelState::None; in handle_client()
125 None => return Ok(()), in handle_client()
214 None => key_buf.len(), in unpack_channel_handshake()
Dtask.rs188 None => return Err(Error::new(ErrorKind::Other, "session not found")), in channel_unity_task()
475 static mut CONNECT_TYPE_MAP: Option<ConnectMap_> = None; in get_instance()
505 None => None, in get()
554 None => { in get_valid_session_id()
Dparser.rs78 let mut cmd_opt: Option<HdcCommand> = None; in split_opt_and_cmd()
92 if cmd_opt != None { in split_opt_and_cmd()
Dlogger.rs36 static mut LOGGER_META: Option<LoggerMeta_> = None; in get_instance()
/developtools/hdc/hdc_rust/src/transfer/
Dbuffer.rs42 static mut CONNECT_TYPE_MAP: Option<ConnectTypeMap_> = None; in get_instance()
69 static mut TCP_MAP: Option<TcpMap_> = None; in get_instance()
127 static mut USB_MAP: Option<UsbMap_> = None; in get_instance()
166 static mut UART_MAP: Option<UartMap_> = None; in get_instance()
240 static mut TCP_RECVER: Option<ChannelMap_> = None; in get_instance()
Duart_wrapper.rs64 static mut INSTANCE: Option<WaiterManager> = None; in get_instance()
168 static mut INSTANCE: Option<DataQueue_> = None; in get_instance()
188 None in get_package()
232 None in get_stop_flag()
/developtools/hdc/hdc_rust/src/common/
Dhdctransfer.rs147 None => File::create(transfer.local_path.clone()).is_ok(), in check_local_path()
172 Err(_) => CompressType::None, in spawn_handler()
199 header.compress_type = CompressType::None as u8; in spawn_handler()
205 header.compress_type = CompressType::None as u8; in spawn_handler()
291 Err(_) => CompressType::None, in recv_and_write_file()
Dfilemanager.rs34 file: None, in new()
/developtools/hdc/hdc_rust/src/
Dconfig.rs23 None = 0, enumerator
34 0 => Ok(Self::None), in try_from()
237 None, enumerator
/developtools/smartperf_host/trace_streamer/gn/
D.emscripten19 if thisFile is None:
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DQuestion.ets58 }.edgeEffect(EdgeEffect.None) // 滑动到边缘无效果
DAppSelectPage.ets75 }.edgeEffect(EdgeEffect.None) // 滑动到边缘无效果
DCPU0LineChartPage.ets73 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DGPULineChartPage.ets75 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DCurrentNowLineChartPage.ets73 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DFpsLineChartPage.ets67 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DRAMLineChartPage.ets75 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DCPU2LineChartPage.ets73 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DShellBackTempLineChartPage.ets75 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
DCPU1LineChartPage.ets75 .fontColor($r("app.color.color_fff")).visibility(Visibility.None)
/developtools/profiler/tools/smaps_show/src/
Dmain.rs73 None => -1, in main()
77 None => String::from(""), in main()

12