/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 34 vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o 96 $(obj)/string.o $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ssl.c | 114 static void ssl_console_write(struct console *c, const char *string, in ssl_console_write() argument 121 console_write_chan(line->chan_out, string, len); in ssl_console_write()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | atags_to_fdt.c | 34 const char *property, const char *string) in setprop_string() 39 return fdt_setprop_string(fdt, offset, property, string); in setprop_string() 85 /* len is the length of the string in merge_fdt_bootargs() 33 setprop_string(void *fdt, const char *node_path, const char *property, const char *string) setprop_string() argument
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ssl.c | 111 static void ssl_console_write(struct console *c, const char *string, in ssl_console_write() argument 118 console_write_chan(line->chan_out, string, len); in ssl_console_write()
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 13 #include <string.h> 211 int first_alpha(const char *string, const char *exempt);
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | exec-cmd.c | 3 #include <linux/string.h> 7 #include <string.h>
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | event-times.c | 3 #include <linux/string.h> 6 #include <string.h>
|
/kernel/linux/linux-5.10/tools/perf/util/c++/ |
H A D | clang.cpp | 132 std::string TargetTriple("bpf-pc-linux"); in getBPFObjectFromModule() 133 std::string Error; in getBPFObjectFromModule()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | exec-cmd.c | 3 #include <linux/string.h> 7 #include <string.h>
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | event-times.c | 3 #include <linux/string.h> 6 #include <string.h>
|
H A D | builtin-test-list.c | 7 #include <linux/string.h> 9 #include <string.h> 110 /* Duplicate a string and fall over and die if we run out of memory */ 117 pr_err("Out of memory while duplicating test script string\n"); in strdup_check()
|
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 13 #include <string.h> 195 int first_alpha(const char *string, const char *exempt);
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 124 def write_def_config(filename, string): 127 if string in line:
|
/third_party/backends/backend/genesys/ |
H A D | device.h | 253 std::string file_name; 254 std::string calib_file;
|
H A D | error.h | 31 #include <string> 69 std::string msg_;
|
/third_party/gn/src/gn/ |
H A D | rust_values_generator.cc | 47 std::string(Target::GetStringForOutputType( in Run() 141 std::string to_find = in FillCrateRoot()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 54 std::string IdToKey(int id, const char* suffix) { in IdToKey() 60 std::string IdToString(int id) { in IdToString() 95 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts() 144 ExpectKeyAndValueWereRecordedForId(properties, i, "string"); in TEST()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 88 const string ele_full_name_string = string(naming()) + "." + ele_name;
in eleForName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocalePriorityListTest.java | 130 private void assertEquals(Object expected, Object string) { in assertEquals() argument 131 assertEquals("", expected, string); in assertEquals()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | LigatureTree.java | 226 public void insert(String string) in insert() argument 228 root.insert(toIntArray(string), 0); in insert()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocalePriorityListTest.java | 127 private void assertEquals(Object expected, Object string) { in assertEquals() argument 128 assertEquals("", expected, string); in assertEquals()
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | iteration_proxy.hpp | 13 #include <string> // string, to_string 53 /// a string representation of the array index 55 /// an empty string (to return a reference for primitive values) 137 case value_t::string: in key()
|
/third_party/json/tests/src/ |
H A D | unit-32bit.cpp | 43 std::string of_type_str; 53 std::string type_str;
|
/third_party/json/benchmarks/src/ |
H A D | benchmarks.cpp | 42 // parse JSON from string 48 std::string str((std::istreambuf_iterator<char>(f)), std::istreambuf_iterator<char>()); in ParseString() 82 std::string str((std::istreambuf_iterator<char>(f)), std::istreambuf_iterator<char>()); in Dump()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
H A D | minimal-raw-netcat.c | 17 #include <string.h> 27 #include <string.h>
|