Searched refs:quote (Results 1 – 15 of 15) sorted by relevance
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 3 use quote::{format_ident, quote, ToTokens}; 26 let gen = quote! { in dbus_method() 55 let mut register_methods = quote! {}; in generate_dbus_exporter() 81 let mut arg_names = quote! {}; in generate_dbus_exporter() 82 let mut method_args = quote! {}; in generate_dbus_exporter() 83 let mut make_args = quote! {}; in generate_dbus_exporter() 84 let mut dbus_input_vars = quote! {}; in generate_dbus_exporter() 85 let mut dbus_input_types = quote! {}; in generate_dbus_exporter() 97 arg_names = quote! { in generate_dbus_exporter() 101 method_args = quote! { in generate_dbus_exporter() [all …]
|
/system/bt/gd/rust/linux/stack/btif_macros/src/ |
D | lib.rs | 3 use quote::quote; 26 let gen = quote! { in stack_message() 54 let mut fn_names = quote! {}; in btif_callbacks_generator() 55 let mut closure_defs = quote! {}; in btif_callbacks_generator() 78 let mut arg_names = quote! {}; in btif_callbacks_generator() 83 arg_names = quote! { #arg_names #attr_name, }; in btif_callbacks_generator() 89 fn_names = quote! { in btif_callbacks_generator() 94 closure_defs = quote! { in btif_callbacks_generator() 112 let gen = quote! { in btif_callbacks_generator()
|
/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 102 bool quote = false; in dispatchCommand() local 137 if (quote) in dispatchCommand() 138 quote = false; in dispatchCommand() 140 quote = true; in dispatchCommand() 148 if (!quote && *q == ' ') { in dispatchCommand() 181 if (quote) { in dispatchCommand()
|
/system/core/fs_mgr/ |
D | fs_mgr_boot_config.cpp | 30 static constexpr char quote = '"'; in fs_mgr_parse_cmdline() local 38 (cmdline[found] == quote)) { in fs_mgr_parse_cmdline() 40 if ((found = cmdline.find(quote, found + 1)) == cmdline.npos) break; in fs_mgr_parse_cmdline() 46 std::back_insert_iterator<std::string>(piece), quote); in fs_mgr_parse_cmdline() 65 static constexpr char quote = '"'; in fs_mgr_parse_proc_bootconfig() local 69 line.erase(std::remove(line.begin(), line.end(), quote), line.end()); in fs_mgr_parse_proc_bootconfig()
|
/system/bt/gd/rust/gddi/macros/ |
D | lib.rs | 5 use quote::{format_ident, quote}; 32 let emitted_code = quote! { in provides() 150 let emitted_code = quote! { in module() 172 let emitted_code = quote! { in derive_nop_stop() 194 let emitted_code = quote! { in part_out()
|
D | Cargo.toml | 23 quote = "*"
|
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/ |
D | Cargo.toml | 11 quote = "1.0"
|
/system/bt/gd/rust/linux/stack/btif_macros/ |
D | Cargo.toml | 11 quote = "1.0"
|
/system/bt/gd/rust/gddi/ |
D | Cargo.toml | 25 quote = "*"
|
/system/bt/gd/rust/shim/ |
D | Cargo.toml | 48 quote = "1.0.8"
|
/system/extras/simpleperf/ |
D | tracing.cpp | 551 char quote = *p; in MatchValue() local 553 while (p[len] != quote && p[len] != '\0') { in MatchValue() 556 if (p[len] != quote) { in MatchValue()
|
/system/tools/aidl/tests/ |
D | aidl_integration_test.py | 76 return self.adb('shell %s' % pipes.quote(command),
|
/system/apex/ |
D | pylintrc | 319 # character used as a quote delimiter is used inconsistently within a module. 320 check-quote-consistency=yes
|
/system/tools/mkbootimg/ |
D | pylintrc | 312 # character used as a quote delimiter is used inconsistently within a module. 313 check-quote-consistency=yes
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 114 "TestClass:test_case_name", for multiple test cases, quote them using " and
|