Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 49) sorted by relevance

12

/linux/tools/power/cpupower/utils/helpers/
A Dhelpers.h22 #define _(String) gettext(String) argument
24 #define gettext_noop(String) String argument
26 #define N_(String) gettext_noop(String) argument
30 #define _(String) String argument
31 #define N_(String) String argument
/linux/scripts/
A Dgenerate_rust_target.rs22 String(String), enumerator
27 type Object = Vec<(String, Value)>;
51 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt()
80 impl From<String> for Value {
81 fn from(value: String) -> Self { in from()
82 Self::String(value) in from()
88 Self::String(value.to_string()) in from()
130 struct KernelConfig(HashMap<String, String>);
139 let mut line = String::new(); in from_stdin()
239 vec![("kind".to_string(), Value::String("none".to_string()))], in main()
A Drustdoc_test_gen.rs120 let mut rust_tests = String::new(); in main()
121 let mut c_test_declarations = String::new(); in main()
122 let mut c_test_cases = String::new(); in main()
123 let mut body = String::new(); in main()
124 let mut last_file = String::new(); in main()
A Drustdoc_test_builder.rs22 let mut body = String::new(); in main()
A Dcheckpatch.pl535 our $String = qr{(?:\b[Lu])?"[X\t]*"};
1670 return "" if ($line !~ m/($String)/g);
3853 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
5957 while ($dstat =~ s/($String)\s*$Ident/$1/ ||
5958 $dstat =~ s/$Ident\s*($String)/$1/)
6275 if ($line =~ /^\+\s*$String/ &&
6314 if ($line =~ /^\+.*$String/ &&
6344 if ($line =~ /$String[A-Z_]/ ||
6349 while ($line =~ /($String)/g) {
6358 if ($line =~ /$String\s*[Lu]?"/) {
[all …]
/linux/rust/macros/
A Dmodule.rs7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array() argument
28 buffer: String,
36 buffer: String::new(), in new()
94 type_: String,
95 license: String,
96 name: String,
97 author: Option<String>,
98 description: Option<String>,
99 alias: Option<Vec<String>>,
100 firmware: Option<Vec<String>>,
A Dhelpers.rs5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident() argument
13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal() argument
21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string() argument
37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() argument
49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() argument
53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii() argument
A Dpaste.rs53 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat()
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-papr-energy-scale-info19 Description: String description of the energy attribute of <id>
29 Description: String value of the energy attribute of <id>
A Dconfigfs-usb-gadget137 This group contains "OS String" extension handling attributes.
143 qw_sign an identifier to be reported as "OS String"
/linux/Documentation/devicetree/bindings/powerpc/opal/
A Dsensor-groups.txt13 - type : String to indicate the type of sensor-group
/linux/Documentation/gpu/
A Ddrm-usage-stats.rst42 - <keystr> - String excluding any above defined reserved characters or whitespace.
43 - <valstr> - String.
50 String shall contain the name this driver registered as via the respective
/linux/Documentation/devicetree/bindings/net/
A Dsamsung-sxgbe.txt13 - phy-mode: String, operation mode of the PHY interface.
/linux/Documentation/devicetree/bindings/bus/
A Dbrcm,gisb-arb.yaml47 String list of the literal name of the GISB masters. Should match the
/linux/Documentation/devicetree/bindings/mtd/
A Dnvidia-tegra20-nand.txt25 - nand-ecc-mode: String, operation mode of the NAND ecc mode. Currently only
/linux/Documentation/usb/
A Dlinux-cdc-acm.inf100 ; String Definitions
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dlm3630a-backlight.yaml7 title: TI LM3630A High-Efficiency Dual-String White LED
/linux/Documentation/devicetree/bindings/phy/
A Dbrcm,sata-phy.yaml72 String that indicates the desired RX equalizer mode.
/linux/Documentation/devicetree/bindings/iio/adc/
A Datmel,sama9260-adc.yaml56 String corresponding to an identifier from atmel,adc-res-names property.
/linux/Documentation/arch/arm/
A Duefi.rst71 bootargs String Kernel command line
/linux/Documentation/devicetree/bindings/mfd/
A Domap-usb-host.txt15 - portN-mode: String specifying the port mode for port N, where N can be
/linux/Documentation/core-api/
A Dkernel-api.rst21 String Conversions
36 String Manipulation
A Dnetlink.rst95 constant. String types may reduce the constant by one
/linux/Documentation/devicetree/bindings/pinctrl/
A Dcnxt,cx92755-pinctrl.txt61 - function: String. Specifies the pin mux selection. Values must be one of:
/linux/Documentation/driver-api/pldmfw/
A Dfile-format.rst129 | Version String |

Completed in 46 milliseconds

12