Home
last modified time | relevance | path

Searched refs:string (Results 8976 - 9000 of 27492) sorted by relevance

1...<<351352353354355356357358359360>>...1100

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h31 #include <string>
47 std::string message;
384 std::string get_full_target_name();
/third_party/rust/crates/cxx/gen/src/
H A Dbuiltin.rs56 include.string = true;
62 include.string = true;
258 include.string = true;
268 writeln!(out, " void operator()(std::string const &) noexcept;");
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs250 pub fn cstr_expr(mut string: String) -> TokenStream { in cstr_expr()
251 string.push('\0'); in cstr_expr()
252 let b = proc_macro2::Literal::byte_string(string.as_bytes()); in cstr_expr()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dbuiltin.rs56 include.string = true;
62 include.string = true;
258 include.string = true;
268 writeln!(out, " void operator()(std::string const &) noexcept;");
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dbuiltin.rs56 include.string = true;
62 include.string = true;
258 include.string = true;
268 writeln!(out, " void operator()(std::string const &) noexcept;");
/third_party/pcre2/pcre2/src/
H A Dpcre2_substring.c51 * Copy named captured string to given buffer *
100 * Copy numbered captured string to given buffer *
139 * Extract named captured string *
188 * Extract captured string to new memory *
241 pcre2_substring_free(PCRE2_UCHAR *string) in pcre2_substring_free() argument
243 if (string != NULL) in pcre2_substring_free()
245 pcre2_memctl *memctl = (pcre2_memctl *)((char *)string - sizeof(pcre2_memctl)); in pcre2_substring_free()
457 * Find (multiple) entries for named string *
524 * Find number for named string *
/third_party/python/Lib/
H A Dcmd.py20 arguments text, line, begidx, endidx. text is string we are matching
45 import string, sys namespace
50 IDENTCHARS = string.ascii_letters + string.digits + '_'
173 """Parse the line into a command name and a string containing
359 raise TypeError("list[i] not a string for i in %s"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp28 #include <string>
113 std::string graphicsPID = "PCST_GRAPHICS"; in createPipelineCacheTest()
114 std::string computePID = "PCST_COMPUTE"; in createPipelineCacheTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp45 #include <string>
61 const std::string& name,
74 const std::string& name, in BufferSparseBindingCase()
H A DvktSparseResourcesQueueBindSparseTests.cpp38 #include <string>
311 SparseQueueBindTest (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in SparseQueueBindTest()
337 std::string name; in populateTestGroup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp39 std::string str() { return mStringStream.str(); } in str()
81 HashStream &operator<<(HashStream &stream, const std::vector<std::string> &strings) in operator <<()
134 const std::string &programKey = hashStream.str(); in ComputeHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp31 #include <string>
330 err << std::string(Indent, ' ') << "Abstract Scope\n"; in dump()
333 err << std::string(Indent + 2, ' ') << "Children ...\n"; in dump()
H A DMIRCanonicalizerPass.cpp101 using StringInstrPair = std::pair<std::string, MachineInstr *>; in rescheduleLexographically()
105 std::string S; in rescheduleLexographically()
112 StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); in rescheduleLexographically()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp22 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args, in runAsMain()
209 std::string ErrMsg; in Load()
236 std::string Tmp((*Name).data() + HasGlobalPrefix, in tryToGenerate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp30 #include <string>
280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
290 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp31 #include <string>
311 std::string Triple; in setARMSubArch()
384 std::string Err; in getPltAddresses()
H A DObject.cpp222 std::string Buf; in LLVMMoveToContainingSection()
304 std::string Buf; in LLVMGetSymbolName()
316 std::string Buf; in LLVMGetSymbolAddress()
343 // NOTE: Caller takes ownership of returned string.
352 // NOTE: Caller takes ownership of returned string.
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp274 Error (VkResult error, const std::string& message);
287 NotSupportedError (VkResult error, const std::string& message);
300 OutOfMemoryError (VkResult error, const std::string& message);
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_constant_scalar_test.cpp26 std::string reference_shader = R"( in TEST()
125 std::string reference_shader = R"( in TEST()
303 std::string variant_shader = R"( in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp74 std::string insertRandomString(const std::string &source) in insertRandomString()
78 ostream << source << "\n// Random string to fool program cache: " << rng.randomInt() in insertRandomString()
83 GLuint CompileShader(GLenum type, const std::string &source) in CompileShader()
104 // empty string. in checkShader()
/third_party/skia/src/gpu/
H A DGrGpuResource.h114 GrGpuResourceTag(uint32_t pid, uint32_t tid, uint32_t wid, uint32_t fid, const std::string& name) in GrGpuResourceTag()
140 std::string toString() const { in toString()
190 std::string fName;
347 * Returns a string that uniquely identifies this resource.
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferDD.cpp445 void FrameBufferDD::drawText(int x, int y, const char *string, ...) in drawText() argument
450 va_start(arglist, string); in drawText()
451 vsprintf(buffer, string, arglist); in drawText()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dset_spec_constant_default_value_pass.cpp40 // Given a numeric value in a null-terminated c string and the expected type of
41 // the value, parses the string and encodes it in a vector of words. If the
237 // spec id to new default value strings. Once a new default value string in Process()
238 // is found for a spec id, the string will be parsed according to the target in Process()
273 // Search for the new string-form default value for this spec id. in Process()
279 // Gets the string of the default value and parses it to bit pattern in Process()
281 const std::string& default_value_str = iter->second; in Process()
358 std::string spec_id_str(entry_begin, entry_end - entry_begin); in ParseDefaultValuesString()
374 // Find the value string in ParseDefaultValuesString()
379 // Value string i in ParseDefaultValuesString()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dset_spec_constant_default_value_pass.cpp40 // Given a numeric value in a null-terminated c string and the expected type of
41 // the value, parses the string and encodes it in a vector of words. If the
237 // spec id to new default value strings. Once a new default value string in Process()
238 // is found for a spec id, the string will be parsed according to the target in Process()
273 // Search for the new string-form default value for this spec id. in Process()
279 // Gets the string of the default value and parses it to bit pattern in Process()
281 const std::string& default_value_str = iter->second; in Process()
358 std::string spec_id_str(entry_begin, entry_end - entry_begin); in ParseDefaultValuesString()
374 // Find the value string in ParseDefaultValuesString()
379 // Value string i in ParseDefaultValuesString()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_constant_scalar_test.cpp26 std::string reference_shader = R"( in TEST()
125 std::string reference_shader = R"( in TEST()
303 std::string variant_shader = R"( in TEST()

Completed in 25 milliseconds

1...<<351352353354355356357358359360>>...1100