/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/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 | wcstof.c | 37 wchar_t str0[] = L"3.14wcstof"; in wcstof_0100() local 41 float val = wcstof(str0, &end); in wcstof_0100()
|
D | wcstod.c | 37 wchar_t str0[] = L"3.14wcstod"; in wcstod_0100() local 41 double val = wcstod(str0, &end); in wcstod_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 | 35 static const UChar str0[] = { 0x41,0 }; /* "A" */ variable 40 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 1949 str0 := monster.Testarrayofstring(0) 1950 _ = str0[0] 1951 _ = str0[len(str0)-1]
|
/third_party/flutter/skia/tests/ |
D | SerializationTest.cpp | 701 const char* str0 = "rect-with-url"; in DEF_TEST() local 703 sk_sp<SkData> d0(SkData::MakeWithCString(str0)); in DEF_TEST()
|
/third_party/skia/tests/ |
D | SerializationTest.cpp | 781 const char* str0 = "rect-with-url"; in DEF_TEST() local 783 sk_sp<SkData> d0(SkData::MakeWithCString(str0)); in DEF_TEST()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 478 static char str0[128] = "Hello, world!"; in ShowDemoWindowWidgets() local 480 ImGui::InputText("input text", str0, IM_ARRAYSIZE(str0)); in ShowDemoWindowWidgets()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 391 const Json::Value str0("index2"); in JSONTEST_FIXTURE_LOCAL() local 395 array.append(str0); // append lvalue in JSONTEST_FIXTURE_LOCAL()
|
/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 5824 String str0 = df0.format(12345.67); 5826 assertEquals("Serialized formatter does not produce same output", str0, str1);
|
/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);
|