/third_party/ltp/testcases/kernel/syscalls/fork/ |
D | fork04.c | 167 static int cmp_env_strings(char *pstring, char *cstring) in cmp_env_strings() argument 194 cenv = cstring; in cmp_env_strings() 195 cvalue = strchr(cstring, ':'); in cmp_env_strings() 199 cstring); in cmp_env_strings()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | stringutil_test.cc | 189 static const char cstring[] = "aaa"; in TEST() local 190 StringHolder sh1(cstring); in TEST() 191 EXPECT_EQ(cstring, sh1.GetCString()); in TEST() 196 EXPECT_EQ(cstring, sh2.GetString()); in TEST()
|
/third_party/rust/crates/cxx/tests/ffi/ |
D | tests.cc | 852 rust::String cstring = "test"; in cxx_run_test() local 853 ASSERT(cstring.length() == 4); in cxx_run_test() 854 ASSERT(strncmp(cstring.data(), "test", 4) == 0); in cxx_run_test() 855 ASSERT(strncmp(cstring.c_str(), "test", 5) == 0); in cxx_run_test() 856 ASSERT(cstring.length() == 4); in cxx_run_test() 859 swap(cstring, other_cstring); in cxx_run_test() 860 ASSERT(cstring == "foo"); in cxx_run_test() 863 ASSERT(cstring.capacity() == 3); in cxx_run_test() 864 cstring.reserve(2); in cxx_run_test() 865 ASSERT(cstring.capacity() == 3); in cxx_run_test() [all …]
|
/third_party/rust/crates/cxx/gen/src/ |
D | include.rs | 29 pub cstring: bool, field 90 cstring, in write() 122 if cstring { in write()
|
/third_party/flutter/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local 124 size_t dotOffset = strrchr(cstring, '.') - cstring; in filename_to_derived_filename()
|
/third_party/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local 124 size_t dotOffset = strrchr(cstring, '.') - cstring; in filename_to_derived_filename()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | Protocol_cpp.template | 12 #include <cstring>
|
/third_party/icu/ |
D | CMakeLists.txt | 15 ${LibIcuSrc}/cstring.cpp
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_common.mm | 14 #include <cstring>
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 69 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable() argument 70 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1)); in InitXReplaceable() 71 u_uastrcpy(rep->text, cstring); in InitXReplaceable()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_emscripten.inc | 19 #include <cstring>
|
D | symbolize_darwin.inc | 19 #include <cstring>
|
D | symbolize_win32.inc | 29 #include <cstring>
|
/third_party/icu/icu4c/source/common/ |
D | BUILD.gn | 39 "//third_party/icu/icu4c/source/common/cstring.cpp",
|
D | sources.txt | 16 cstring.cpp
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | sources.txt | 16 cstring.cpp
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 25 #include <cstring>
|
D | stacktrace_emscripten-inl.inc | 26 #include <cstring>
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_ser.rs | 556 let cstring = CString::new("abc").unwrap(); in test_cstr() localVariable 557 assert_ser_tokens(cstring.as_c_str(), &[Token::Bytes(b"abc")]); in test_cstr()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 139 * Test case for -Winit-cstring option 140 * Add description for -Winit-cstring option
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | Makefile.in | 99 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrn…
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | type_ptr.inl | 4 #include <cstring>
|
/third_party/node/deps/icu-small/source/common/ |
D | BUILD | 49 "cstring.cpp",
|
/third_party/json/cmake/ |
D | ci.cmake | 568 …unix.MallocSizeof,unix.MismatchedDeallocator,unix.Vfork,unix.cstring.BadSizeArg,unix.cstring.NullA…
|
/third_party/flutter/skia/third_party/icu/ |
D | icu.gni | 28 "$_src/common/cstring.cpp", 29 "$_src/common/cstring.h",
|