Home
last modified time | relevance | path

Searched refs:string (Results 6576 - 6600 of 21454) sorted by relevance

1...<<261262263264265266267268269270>>...859

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_type_float_test.cpp26 std::string reference_shader = R"( in TEST()
90 std::string reference_shader = R"( in TEST()
142 std::string variant_shader = R"( in TEST()
H A Dtransformation_add_type_struct_test.cpp26 std::string shader = R"( in TEST()
99 std::string after_transformation = R"( in TEST()
127 std::string shader = R"( in TEST()
H A Dtransformation_adjust_branch_weights_test.cpp27 std::string shader = R"( in TEST()
175 std::string shader = R"( in TEST()
269 std::string variant_shader = R"( in TEST()
H A Dtransformation_expand_vector_reduction_test.cpp27 std::string reference_shader = R"( in TEST()
104 std::string reference_shader = R"( in TEST()
201 std::string variant_shader = R"( in TEST()
H A Dtransformation_replace_copy_object_with_store_load_test.cpp26 std::string reference_shader = R"( in TEST()
145 std::string after_transformation = R"( in TEST()
204 std::string reference_shader = R"( in TEST()
H A Dtransformation_replace_opselect_with_conditional_branch_test.cpp26 std::string shader = R"( in TEST()
143 std::string shader = R"( in TEST()
217 std::string after_transformation = R"( in TEST()
H A Dtransformation_swap_function_variables_test.cpp27 std::string shader = R"( in TEST()
116 std::string shader = R"( in TEST()
224 std::string after_transformation = R"( in TEST()
H A Dtransformation_wrap_early_terminator_in_function_test.cpp27 std::string shader = R"( in TEST()
147 std::string shader = R"( in TEST()
243 std::string after_transformation = R"( in TEST()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.cpp20 #include <string.h>
61 //fprintf(stderr,"Initializing string cache..\n"); in udbg_setup()
71 newStrs[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string in udbg_setup()
84 // use UDBG_ENUM_COUNT,0 to mean an empty string in udbg_enumString()
98 U_CAPI int32_t U_EXPORT2 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) { in udbg_enumByString() argument
108 if(string == (strs[type][i])) { in udbg_enumByString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.h25 #include <string>
65 std::string out; in ConsumedError()
177 std::vector<std::string> mDebugGroupLabels;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp134 bool ShaderCompileTreeTest::compile(const std::string &shaderString) in compile()
143 void ShaderCompileTreeTest::compileAssumeSuccess(const std::string &shaderString) in compileAssumeSuccess()
153 return mInfoLog.find("WARNING: ") != std::string::npos; in hasWarning()
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py7 import string namespace
13 _ALNUM_CHARS = string.ascii_letters + string.digits
28 v (str): The stream name string.
56 """Given a string, mutate it into a valid segment name.
94 """Given a string, mutate it into a valid stream name.
110 # Validate the resulting string.
134 ValueError: If path is not a full, valid stream path string.
148 ValueError: If path is not a full, valid stream path string.
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUShaderModule.cpp37 std::string getMessage(Napi::Env) override { in compilationInfo()
117 std::optional<std::string> GPUShaderModule::getLabel(Napi::Env) { in getLabel()
121 void GPUShaderModule::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc20 #include <string>
84 std::string hex_csv = input; in StringToGlyphId()
87 while (end != std::string::npos) { in StringToGlyphId()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc26 #include <string>
62 std::string font_name = "../../"; in SetUp()
66 font_name += std::string(GetParam()); in SetUp()
/third_party/python/Lib/idlelib/
H A Dautoexpand.py16 import string namespace
20 wordchars = string.ascii_letters + string.digits + "_"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h22 #include <string>
126 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { in findSymbol()
138 JITSymbol findSymbolIn(VModuleKey K, const std::string &Name, in findSymbolIn()
H A DIRTransformLayer.h19 #include <string>
89 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { in findSymbol()
101 JITSymbol findSymbolIn(VModuleKey K, const std::string &Name, in findSymbolIn()
H A DObjectTransformLayer.h20 #include <string>
84 JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { in findSymbol()
96 JITSymbol findSymbolIn(VModuleKey K, const std::string &Name, in findSymbolIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h18 #include <string>
41 virtual DiagnosticPrinter &operator<<(const std::string &Str) = 0;
74 DiagnosticPrinter &operator<<(const std::string &Str) override;
H A DLLVMContext.h22 #include <string>
119 void setGC(const Function &Fn, std::string GCName);
122 const std::string &getGC(const Function &Fn);
137 /// Whether there is a string map for uniquing debug info
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolWasm.h22 Optional<std::string> ImportModule;
23 Optional<std::string> ImportName;
24 Optional<std::string> ExportName;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachOUniversal.h93 std::string getArchFlagName() const { in getArchFlagName()
106 std::string ArchFlagName(ArchFlag); in getArchFlagName()
109 std::string ArchFlagName(""); in getArchFlagName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOption.h18 #include <string>
132 std::string getPrefixedName() const { in getPrefixedName()
133 std::string Ret = getPrefix(); in getPrefixedName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVersionTuple.h20 #include <string>
147 /// Retrieve a string representation of the version number.
148 std::string getAsString() const;
150 /// Try to parse the given string as a version number.
151 /// \returns \c true if the string does not match the regular expression
153 bool tryParse(StringRef string);

Completed in 19 milliseconds

1...<<261262263264265266267268269270>>...859