/openbmc/linux/rust/macros/ |
H A D | helpers.rs | 5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { in try_ident() 13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { in try_literal() 21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { in try_string() 37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() 49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() 53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { in expect_string_ascii()
|
H A D | module.rs | 7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array()
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 22 #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
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | metric_definition.hpp | 17 String, enumerator 34 String, enumerator
|
H A D | action_info.hpp | 15 String, enumerator
|
H A D | attribute_registry.hpp | 13 String, enumerator
|
/openbmc/linux/scripts/ |
H A D | generate_rust_target.rs | 22 String(String), enumerator 75 fn push(&mut self, key: &str, value: String) { in push()
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_executor_test.cpp | 151 TEST(FilterParser, String) in TEST() argument
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | MetricDefinition.v1_3_4.json | 144 "String": "The JSON string definition." string 473 …"String": "The metric is a non-discrete string metric. The metric reading is a non-discrete strin… string 479 "String": "v1_2_0" string
|
H A D | ActionInfo.v1_4_2.json | 95 "String": "A string.", string
|
H A D | AttributeRegistry.v1_3_9.json | 143 "String": "Free-form text in their values." string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | MetricDefinition.v1_3_4.json | 144 "String": "The JSON string definition." string 473 …"String": "The metric is a non-discrete string metric. The metric reading is a non-discrete strin… string 479 "String": "v1_2_0" string
|
H A D | ActionInfo.v1_4_2.json | 95 "String": "A string.", string
|
H A D | AttributeRegistry.v1_3_9.json | 143 "String": "Free-form text in their values." string
|
/openbmc/sdbusplus/test/message/ |
H A D | read.cpp | 134 TEST_F(ReadTest, String) in TEST_F() argument
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 122 #define String (1<<13) /* String instruction (rep capable) */ macro
|