Searched refs:to_string (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | generate_rust_target.rs | 64 self.0.push((key.to_string(), Value::Boolean(value))); in push() 70 self.0.push((key.to_string(), Value::Number(value))); in push() 76 self.0.push((key.to_string(), Value::String(value))); in push() 82 self.push(key, value.to_string()); in push() 88 self.0.push((key.to_string(), Value::Object(value))); in push() 129 result.insert(key.to_string(), value.trim_end_matches('\n').to_string()); in from_stdin() 157 let mut features = "-3dnow,-3dnowa,-mmx,+soft-float".to_string(); in main() 172 vec![("kind".to_string(), Value::String("none".to_string()))], in main()
|
/linux-6.3-rc2/rust/macros/ |
A D | vtable.rs | 14 TokenTree::Ident(ident) => match ident.to_string().as_str() { in vtable() 34 TokenTree::Ident(ident) if ident.to_string() == "fn" => { in vtable() 36 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable() 42 TokenTree::Ident(ident) if ident.to_string() == "const" => { in vtable() 44 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable()
|
A D | helpers.rs | 7 Some(ident.to_string()) in try_ident() 15 Some(literal.to_string()) in try_literal() 28 Some(content.to_string()) in try_string()
|
A D | module.rs | 95 Some(TokenTree::Ident(ident)) => ident.to_string(), in parse()
|
/linux-6.3-rc2/scripts/gdb/linux/ |
A D | utils.py | 80 endian = gdb.execute("show endian", to_string=True) 152 target_arch = gdb.execute("show architecture", to_string=True) 169 return gdb.execute("monitor info version", to_string=True) != "" 175 thread_info = gdb.execute("info thread 2", to_string=True)
|
A D | symbols.py | 39 show_pagination = gdb.execute("show pagination", to_string=True) 132 gdb.execute(cmdline, to_string=True) 154 gdb.execute("symbol-file", to_string=True)
|
/linux-6.3-rc2/tools/usb/usbip/libsrc/ |
A D | usbip_common.c | 94 dbg("%-20s = %x", to_string(name), (int) udev->name) 97 dbg("%-20s = %x", to_string(name), (int) uinf->name) 201 (object)->name = (type) read_attr_value(dev, to_string(name), \
|
A D | usbip_common.h | 131 #define to_string(s) #s macro
|
/linux-6.3-rc2/scripts/gdb/ |
A D | vmlinux-gdb.py | 20 gdb.execute("", to_string=True)
|
/linux-6.3-rc2/tools/perf/util/c++/ |
A D | clang-test.cpp | 28 std::to_string(kernel_version)); in __test__clang_to_IR()
|
Completed in 15 milliseconds