/third_party/json/docs/examples/ |
D | json_pointer__operator__notequal_stringtype.cpp | 14 std::string str0(""); in main() local 20 << "\"" << ptr0 << "\" != \"" << str0 << "\": " << (ptr0 != str0) << '\n' in main() 21 << "\"" << str0 << "\" != \"" << ptr1 << "\": " << (str0 != ptr1) << '\n' in main()
|
D | json_pointer__operator__equal_stringtype.cpp | 15 std::string str0(""); in main() local 21 << "\"" << ptr0 << "\" == \"" << str0 << "\": " << (ptr0 == str0) << '\n' in main() 22 << "\"" << str0 << "\" == \"" << ptr1 << "\": " << (str0 == ptr1) << '\n' in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | writev.c | 30 char *str0 = "test "; in writev_0100() local 34 iov[0].iov_base = str0; in writev_0100() 35 iov[0].iov_len = strlen(str0) + 1; in writev_0100() 52 char *str0 = "test "; in writev_0200() local 56 iov[0].iov_base = str0; in writev_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
D | unistd_writev_test.cpp | 22 const char* str0 = "test "; variable 26 iov[0].iov_base = reinterpret_cast<void*>(const_cast<char*>(str0)); 27 iov[0].iov_len = strlen(str0) + 1;
|
/third_party/jerryscript/tests/jerry/ |
D | string-surrogates-concat.js | 15 var str0 = ""; variable 22 assert(str0 == str_concat);
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | wcstold.c | 37 wchar_t str0[] = L"3.14wcstold"; in wcstold_0100() local 41 long double val = wcstold(str0, &end); in wcstold_0100()
|
D | wcstod.c | 37 wchar_t str0[] = L"3.14wcstod"; in wcstod_0100() local 41 double val = wcstod(str0, &end); in wcstod_0100()
|
D | wcstof.c | 37 wchar_t str0[] = L"3.14wcstof"; in wcstof_0100() local 41 float val = wcstof(str0, &end); in wcstof_0100()
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | tagged-template-literal.js | 24 var str0 = strings[0]; 34 return `${str0}${personExp}${str1}${ageStr}`;
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ulistfmttest.c | 39 static const UChar str0[] = { 0x41,0 }; /* "A" */ variable 44 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
|
/third_party/skia/tests/ |
D | SerializationTest.cpp | 786 const char* str0 = "rect-with-url"; in DEF_TEST() local 788 sk_sp<SkData> d0(SkData::MakeWithCString(str0)); in DEF_TEST()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 629 static char str0[128] = "Hello, world!"; in ShowDemoWindowWidgets() local 630 ImGui::InputText("input text", str0, IM_ARRAYSIZE(str0)); in ShowDemoWindowWidgets()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatTest.java | 5827 String str0 = df0.format(12345.67); 5829 assertEquals("Serialized formatter does not produce same output", str0, str1);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 5827 String str0 = df0.format(12345.67); 5829 assertEquals("Serialized formatter does not produce same output", str0, str1);
|