/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_geometry_managers.py | 298 % re.escape(str(f2))):
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 1311 message.set_my_string("str"); // Field number 11 in TEST_F() 1338 // my_string: "str" in TEST_F() 1354 "\"str\"\n[protobuf_unittest.TestExtensionOrderings2.test_ext_orderings2] " in TEST_F() 1365 // my_string: "str" in TEST_F() 1382 "my_string: \"str\"\nmy_int: 12345\nmy_float: " in TEST_F() 1956 " str: \"foo\"\n" 1987 .str()); in TEST_F()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 107 // https://cxx.rs/binding/str.html 469 using str = Str;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 93 const std::string inner_explanation = inner_listener.str();
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 1289 return os.str();
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 408 if (param->str == name) { in cil_verify_decl_does_not_shadow_macro_parameter()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 690 /// # use std::str::FromStr; 1464 /// # use std::str::FromStr; 1821 use std::str::FromStr;
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | property_bool.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 998 return glu::FragmentSource(tcu::StringTemplate(stream.str()).specialize(args)); in genFragmentSource()
|
H A D | es3fFboTestUtil.cpp | 270 return src.str(); in genTexFragmentShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCacheTests.cpp | 81 return desc.str(); in getShaderFlagStr()
|
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 117 return result.str(); in generateTestName()
|
H A D | vktPipelineInputAssemblyTests.cpp | 321 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 196 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1256 dst.glslSources.add("quad-geom") << glu::GeometrySource(src.str()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 134 throw tcu::NotSupportedError(msg.str()); in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 1381 TCU_THROW(NotSupportedError, message.str().c_str()); in renderQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1727 throw SurfaceCountersError(msg.str()); in testDisplaySurface()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharedRenderingPerfTests.cpp | 1077 return stream.str(); in createTestName()
|
/third_party/typescript/lib/ |
H A D | tsc.js | 1786 function endsWith(str, suffix) { 1787 var expectedPos = str.length - suffix.length; 1788 return expectedPos >= 0 && str.indexOf(suffix, expectedPos) === expectedPos; 1791 function removeSuffix(str, suffix) { 1792 return endsWith(str, suffix) ? str.slice(0, str.length - suffix.length) : str; 1795 function tryRemoveSuffix(str, suffix) { 1796 return endsWith(str, suffi [all...] |
H A D | tsserver.js | 2151 function endsWith(str, suffix) { 2152 var expectedPos = str.length - suffix.length; 2153 return expectedPos >= 0 && str.indexOf(suffix, expectedPos) === expectedPos; 2156 function removeSuffix(str, suffix) { 2157 return endsWith(str, suffix) ? str.slice(0, str.length - suffix.length) : str; 2160 function tryRemoveSuffix(str, suffix) { 2161 return endsWith(str, suffi [all...] |
H A D | typingsInstaller.js | 2131 function endsWith(str, suffix) { 2132 var expectedPos = str.length - suffix.length; 2133 return expectedPos >= 0 && str.indexOf(suffix, expectedPos) === expectedPos; 2136 function removeSuffix(str, suffix) { 2137 return endsWith(str, suffix) ? str.slice(0, str.length - suffix.length) : str; 2140 function tryRemoveSuffix(str, suffix) { 2141 return endsWith(str, suffi [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 352 auto it = std::find_if(vec.begin(), vec.end(), [&input](const std::string& str) { return str == input; }); in StringToEnumInt() 4427 std::string str = ""; in SetTextInputCancelButton() local 4429 str.assign(item->string); in SetTextInputCancelButton() 4433 item->value[NUM_0].i32, &size, color, str.c_str()); in SetTextInputCancelButton() 6811 for (const auto& str : IndicatorProps) { in SetSwiperShowIndicator() 6812 ss << str << "|"; in SetSwiperShowIndicator() local 7074 for (const auto& str : displayArrow) { in SetSwiperShowDisplayArrow() 7075 ss << str << "|"; in SetSwiperShowDisplayArrow() local
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 683 std::string strAlpha = ss.str(); in AddAlphaToColor() 4326 dumpInfo.append(oss.str()); in GetAllSessionDumpInfo() 4354 dumpInfo.append(oss.str()); in GetAllSessionDumpDetailInfo() 4437 dumpInfo.append(oss.str()); in GetSpecifiedSessionDumpInfo() 5322 return os.str(); in GetAllSessionFocusInfo() 10971 TLOGNI(WmsLogTag::WMS_LAYOUT, "RefreshPcZOrderList:%{public}s", oss.str().c_str()); in RefreshPcZOrderList()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 1110 str $ctr32w, [$counter, #12] @ store the updated counter 1991 str $ctr32w, [$counter, #12] @ store the updated counter 3000 str $ctr32w, [$counter, #12] @ store the updated counter 3903 str $ctr32w, [$counter, #12] @ store the updated counter 4985 str $ctr32w, [$counter, #12] @ store the updated counter 6006 str $ctr32w, [$counter, #12] @ store the updated counter
|