Home
last modified time | relevance | path

Searched refs:string (Results 7301 - 7325 of 20062) sorted by relevance

1...<<291292293294295296297298299300>>...803

/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc7 #include <string.h>
33 const std::string& string) override {
34 *stream_ << string; variable
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp32 #include <string>
405 std::string dpbContents; in print_dpb()
413 dpbContents += std::string(strBufTex); in print_dpb()
421 dpbContents += std::string(strBufHeap); in print_dpb()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm97 This adds quotes (") around the given string, and escapes any $, @, \,
139 LIST string.
221 Dump the data from REF into a string that can be evaluated into the same
231 Include the outer delimiter of the REF type in the resulting string if C<1>,
237 will be no indentation at all, and the string will only be one line.
262 # produces a string, given $_
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm97 This adds quotes (") around the given string, and escapes any $, @, \,
139 LIST string.
221 Dump the data from REF into a string that can be evaluated into the same
231 Include the outer delimiter of the REF type in the resulting string if C<1>,
237 will be no indentation at all, and the string will only be one line.
262 # produces a string, given $_
/third_party/python/Lib/email/
H A Dcontentmanager.py144 def _encode_text(string, charset, cte, policy):
145 lines = string.encode(charset).splitlines()
183 def set_text_content(msg, string, subtype="plain", charset='utf-8', cte=None,
187 cte, payload = _encode_text(string, charset, cte, msg.policy)
/third_party/python/Lib/idlelib/
H A Dhyperparser.py8 import string namespace
13 _ASCII_ID_CHARS = frozenset(string.ascii_letters + string.digits + "_")
15 _ASCII_ID_FIRST_CHARS = frozenset(string.ascii_letters + "_")
69 # that stopatindex can be used to synchronize the string with
103 """Is the index given to the HyperParser in a string?"""
164 """Given a string and pos, return the number of chars in the
186 # test for whether a string contains only valid identifier
219 # This string includes all chars that may be in a white space
223 """Return a string wit
[all...]
/third_party/pulseaudio/sonic/
H A Dwave.c14 #include <string.h>
28 /* Write a string to a file. */
47 /* Write a string to a file. */
50 char *string) in writeString()
52 writeBytes(file, string, strlen(string)); in writeString()
145 /* Read a string from the input and compare it to an expected string. */
150 char buf[11]; /* Be sure that we never call with a longer string */ in expectString()
154 fprintf(stderr, "Internal error: expected string to in expectString()
48 writeString( waveFile file, char *string) writeString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp191 string description; //!< the log message for this failure condition in outOfPoolMemoryTest()
283 return tcu::TestStatus::fail("Expected VK_ERROR_OUT_OF_POOL_MEMORY but got " + string(getResultName(result)) + " instead"); in outOfPoolMemoryTest()
338 return tcu::TestStatus::fail("Expected vkAllocateDescriptorSets to return VK_SUCCESS but got " + string(getResultName(result)) + " instead"); in zeroPoolSizeCount()
343 return tcu::TestStatus::fail("Expected vkFreeDescriptorSets to return VK_SUCCESS but got " + string(getResultName(result)) + " instead"); in zeroPoolSizeCount()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp57 #include <string>
77 ConditionalIgnoreClearTestCase(tcu::TestContext& context, const std::string& name, const ConditionalData& data);
104 ConditionalIgnoreClearTestCase::ConditionalIgnoreClearTestCase(tcu::TestContext& context, const std::string& name, const ConditionalData& data) in ConditionalIgnoreClearTestCase()
340 addChild(new ConditionalIgnoreClearTestCase(m_testCtx, std::string("clear_") + de::toString(conditionData).c_str(), conditionData)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString()
331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString()
414 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string testName) in compareWithFileImage()
417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp231 std::vector< std::pair<std::string, std::function<VkResult () > > > functionsToCheck in iterate()
312 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, std::string("Wrong VkResult for ") + funPair.first); in iterate()
322 const std::string& name);
329 DeviceLossCase::DeviceLossCase (TestContext& testCtx, const std::string& name) in DeviceLossCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp44 #include <string>
60 const std::string& name,
76 const std::string& name, in ImageAlignedMipSizeCase()
282 const std::string name = getImageFormatID(format); in createImageAlignedMipSizeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp35 #include <string>
41 using std::string;
59 string m_computeShaderSrc;
63 string useCornerCaseShader (int loopCount) in useCornerCaseShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp191 string description; //!< the log message for this failure condition in outOfPoolMemoryTest()
283 return tcu::TestStatus::fail("Expected VK_ERROR_OUT_OF_POOL_MEMORY but got " + string(getResultName(result)) + " instead"); in outOfPoolMemoryTest()
338 return tcu::TestStatus::fail("Expected vkAllocateDescriptorSets to return VK_SUCCESS but got " + string(getResultName(result)) + " instead"); in zeroPoolSizeCount()
343 return tcu::TestStatus::fail("Expected vkFreeDescriptorSets to return VK_SUCCESS but got " + string(getResultName(result)) + " instead"); in zeroPoolSizeCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString()
331 std::string outputTypeToGLString (const VkPrimitiveTopology& outputType) in outputTypeToGLString()
414 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string testName) in compareWithFileImage()
417 std::string fileName="vulkan/data/geometry/"+testName+".png"; in compareWithFileImage()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y208 std::string text = stream.str();
233 std::string text = stream.str();
261 std::string text = stream.str();
287 std::string text = stream.str();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h26 #include <string>
37 /// could be a single enum, a tuple, or a string.
110 /// represented by Attribute::AttrKind; alignment attribute entries; and string
150 std::string Kind;
151 std::string Val;
216 std::string getAsString(bool InAttrGrp) const;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.hpp273 std::string getFragmentShaderCode(bool should_accept_pointsize_data);
275 std::string getTessellationControlShaderCode(bool should_pass_pointsize_data, const glw::GLfloat* inner_tess_levels,
278 std::string getTessellationEvaluationShaderCode(bool should_pass_pointsize_data,
284 std::string getVertexShaderCode(bool should_pass_pointsize_data);
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_set_memory_operands_mask_test.cpp27 std::string shader = R"( in TEST()
222 std::string after_transformation = R"( in TEST()
292 std::string shader = R"( in TEST()
468 std::string after_transformation = R"( in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreducer_test.cpp65 std::string original = R"( in TEST()
155 std::string expected = R"( in TEST()
290 const std::string kShaderWithLoopsDivAndMul = R"(
402 const std::string kShaderWithMultipleFunctions = R"(
/third_party/skia/src/core/
H A DSkRect.cpp13 void SkIRect::dump(std::string& desc, int depth) const { in dump()
14 std::string split(depth, '\t'); in dump()
181 void SkRect::dump(std::string& desc, int depth) const { in dump()
182 std::string split(depth, '\t'); in dump()
/third_party/skia/src/gpu/mtl/
H A DGrMtlRenderCommandEncoder.h36 void pushDebugGroup(NSString* string) { in pushDebugGroup() argument
37 [fCommandEncoder pushDebugGroup:string]; in pushDebugGroup()
42 void insertDebugSignpost(NSString* string) { in insertDebugSignpost() argument
43 [fCommandEncoder insertDebugSignpost:string]; in insertDebugSignpost()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y220 std::string text = stream.str();
245 std::string text = stream.str();
273 std::string text = stream.str();
299 std::string text = stream.str();
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp27 std::string ToString(const protobufs::FactConstantUniform& fact) { in ToString()
58 std::string ToString(const protobufs::FactDataSynonym& fact) { in ToString()
64 std::string ToString(const protobufs::FactIdEquation& fact) { in ToString()
74 std::string ToString(const protobufs::Fact& fact) { in ToString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp27 std::string ToString(const protobufs::FactConstantUniform& fact) { in ToString()
58 std::string ToString(const protobufs::FactDataSynonym& fact) { in ToString()
64 std::string ToString(const protobufs::FactIdEquation& fact) { in ToString()
74 std::string ToString(const protobufs::Fact& fact) { in ToString()

Completed in 21 milliseconds

1...<<291292293294295296297298299300>>...803