Home
last modified time | relevance | path

Searched refs:to_string (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/scripts/
A Dgenerate_rust_target.rs64 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 Dvtable.rs14 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 Dhelpers.rs7 Some(ident.to_string()) in try_ident()
15 Some(literal.to_string()) in try_literal()
28 Some(content.to_string()) in try_string()
A Dmodule.rs95 Some(TokenTree::Ident(ident)) => ident.to_string(), in parse()
/linux-6.3-rc2/scripts/gdb/linux/
A Dutils.py80 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 Dsymbols.py39 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 Dusbip_common.c94 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 Dusbip_common.h131 #define to_string(s) #s macro
/linux-6.3-rc2/scripts/gdb/
A Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/linux-6.3-rc2/tools/perf/util/c++/
A Dclang-test.cpp28 std::to_string(kernel_version)); in __test__clang_to_IR()

Completed in 18 milliseconds