Home
last modified time | relevance | path

Searched refs:str (Results 12701 - 12725 of 14298) sorted by relevance

1...<<501502503504505506507508509510>>...572

/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509_vfy.h636 const char *str,
727 const char *str, int len, X509_OBJECT *ret);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dbio.h771 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_port(const char *str, unsigned short *port_ptr);
772 OSSL_DEPRECATEDIN_1_1_0 int BIO_get_host_ip(const char *str, unsigned char *ip);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dx509_vfy.h636 const char *str,
727 const char *str, int len, X509_OBJECT *ret);
/third_party/node/deps/openssl/openssl/apps/
H A Dcms.c1389 char *str = sk_OPENSSL_STRING_value(ns, i); in STACK_OF() local
1390 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c257 size_t tls13_final_finish_mac(SSL *s, const char *str, size_t slen, in tls13_final_finish_mac() argument
283 if (str == s->method->ssl3_enc->server_finished_label) { in tls13_final_finish_mac()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm704 foreach my $str (@current_strings) {
705 @loaded_strings = grep { $str ne $_ } @loaded_strings;
/third_party/libabigail/src/
H A Dabg-corpus.cc1158 if ((*s)->get_version().str() == version.str()) in find_symbol_by_version()
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm704 foreach my $str (@current_strings) {
705 @loaded_strings = grep { $str ne $_ } @loaded_strings;
/third_party/openssl/crypto/http/
H A Dhttp_client.c26 #define HAS_PREFIX(str, prefix) (strncmp(str, prefix, sizeof(prefix) - 1) == 0)
/third_party/openssl/apps/
H A Dcms.c1390 char *str = sk_OPENSSL_STRING_value(ns, i); in STACK_OF() local
1391 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0); in STACK_OF()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp70 inline std::string updateRayTracingGLSL (const std::string& str) in updateRayTracingGLSL() argument
72 return str; in updateRayTracingGLSL()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp623 std::string verifyProgramString = tcu::StringTemplate(verifyBuffer.str()).specialize(args); in initPrograms()
797 std::string computeString = computeBuffer.str(); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp203 const tcu::StringTemplate vertShaderMulti(vertShaderMultiStream.str()); in initPrograms()
238 const tcu::StringTemplate fragShaderMulti(fragShaderMultiStream.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp998 ss.str(std::string()); in createImageWriteOpTests()
1004 return ss.str(); in createImageWriteOpTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp121 return desc.str(); in getShaderFlagStr()
150 return stream.str(); in getShaderFlagsStr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp394 programCollection.glslSources.add("frag") << glu::FragmentSource(tcu::StringTemplate(frag.str()).specialize(fragParams)); in initPrograms()
465 programCollection.glslSources.add("comp") << glu::ComputeSource(tcu::StringTemplate(comp.str()).specialize(compParams)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp148 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(src.str())) << buildOptions; in initPrograms()
345 TCU_FAIL(msg.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderStructTests.cpp109 vertSrc = tcu::StringTemplate(shaderSrc.str()).specialize(spParams); in createStructCase()
123 fragSrc = tcu::StringTemplate(shaderSrc.str()).specialize(spParams); in createStructCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp692 const tcu::StringTemplate shaderTemplate {shaderStr.str()}; in initPrograms()
823 return tcu::TestStatus::fail(msg.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1371 caseName.str().c_str(), in create2DDerivTests()
1498 caseName.str().c_str(), in create2DSizeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp824 return tcu::TestStatus::fail(ss.str()); in iterate()
958 return tcu::TestStatus::fail(ss.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp615 std::string verifyProgramString = tcu::StringTemplate(verifyBuffer.str()).specialize(args); in initPrograms()
785 std::string computeString = computeBuffer.str(); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp205 const tcu::StringTemplate vertShaderMulti(vertShaderMultiStream.str()); in initPrograms()
240 const tcu::StringTemplate fragShaderMulti(fragShaderMultiStream.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp1001 ss.str(std::string()); in createImageWriteOpTests()
1007 return ss.str(); in createImageWriteOpTests()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp904 m_vertShaderSource = vert.str(); in initShaderSources()
905 m_fragShaderSource = frag.str(); in initShaderSources()

Completed in 50 milliseconds

1...<<501502503504505506507508509510>>...572