Searched refs:param_values (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | init_module.h | 15 const char *param_values) in init_module() 17 return tst_syscall(__NR_init_module, module_image, len, param_values); in init_module() 20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() argument 22 return tst_syscall(__NR_finit_module, fd, param_values, flags); in finit_module() 14 init_module(void *module_image, unsigned long len, const char *param_values) init_module() argument
|
/third_party/rust/crates/nix/src/ |
H A D | kmod.rs | 24 /// The `param_values` argument is a string containing space-delimited specifications 45 pub fn init_module(module_image: &[u8], param_values: &CStr) -> Result<()> { in init_module() 51 param_values.as_ptr(), in init_module() 84 param_values: &CStr, in finit_module() 91 param_values.as_ptr(), in finit_module()
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 50 // negation of the matcher. 'param_values' contains a list of strings 54 const std::vector<const char*>& param_names, const Strings& param_values) { in FormatMatcherDescription() 56 if (param_values.size() >= 1) { in FormatMatcherDescription() 57 result += " " + JoinAsKeyValueTuple(param_names, param_values); in FormatMatcherDescription() 52 FormatMatcherDescription( bool negation, const char* matcher_name, const std::vector<const char*>& param_names, const Strings& param_values) FormatMatcherDescription() argument
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.cc | 257 Handle<FixedArray> param_values = factory->NewFixedArray(param_count); in GetTypeForFunction() local 260 param_values->set(param_index++, *type_value); in GetTypeForFunction() 266 Handle<JSArray> params = factory->NewJSArrayWithElements(param_values); in GetTypeForFunction()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 3870 // negation of the matcher. 'param_values' contains a list of strings 3874 const std::vector<const char*>& param_names, const Strings& param_values);
|
Completed in 13 milliseconds