Home
last modified time | relevance | path

Searched refs:str (Results 3526 - 3550 of 11012) sorted by relevance

1...<<141142143144145146147148149150>>...441

/third_party/rust/crates/cxx/gen/src/
H A Dmod.rs66 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult; in eval()
121 fn generate_from_string(source: &str, opt: &Opt) -> Result<GeneratedCode> { in generate_from_string()
H A Dnested.rs121 fn assert_ident(api: &Api, expected: &str) { in assert_ident()
129 fn make_api(ns: Option<&str>, ident: &str) -> Api { in make_api()
/third_party/rust/crates/libc/ci/
H A Dstyle.rs98 fn check_style(file: &str, path: &Path, err: &mut Errors) { in check_style()
188 fn desc(&self) -> &str { in desc()
203 fn error(&mut self, path: &Path, line: usize, msg: &str) { in error()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dcustom_files.rs125 type Name = &'files str;
126 type Source = &'files str;
128 fn name(&self, file_id: FileId) -> Result<&str, files::Error> { in name()
132 fn source(&self, file_id: FileId) -> Result<&str, files::Error> { in source()
/third_party/rust/crates/codespan/codespan-lsp/src/
H A Dlib.rs14 line_str: &str, in location_to_position()
80 fn character_to_line_offset(line: &str, character: u32) -> Result<usize, Error> { in character_to_line_offset()
174 const UNICODE: &str = "åä t?b";
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs66 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult; in eval()
121 fn generate_from_string(source: &str, opt: &Opt) -> Result<GeneratedCode> { in generate_from_string()
H A Dnested.rs121 fn assert_ident(api: &Api, expected: &str) { in assert_ident()
129 fn make_api(ns: Option<&str>, ident: &str) -> Api { in make_api()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dmod.rs66 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult; in eval()
121 fn generate_from_string(source: &str, opt: &Opt) -> Result<GeneratedCode> { in generate_from_string()
H A Dnested.rs121 fn assert_ident(api: &Api, expected: &str) { in assert_ident()
129 fn make_api(ns: Option<&str>, ident: &str) -> Api { in make_api()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
211 return src.str(); in shaderGeometry()
H A DvktGeometryVaryingGeometryShaderTests.cpp154 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
234 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
255 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
211 return src.str(); in shaderGeometry()
H A DvktGeometryVaryingGeometryShaderTests.cpp155 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
235 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
256 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.cc226 std::string SHA1HashString(const std::string &str) in SHA1HashString() argument
229 SHA1HashBytes(reinterpret_cast<const unsigned char *>(str.c_str()), str.length(), in SHA1HashString()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_packed_gl_enums.py124 value_declarations.append(' ' + value.name + ' = ' + str(value.value) + ',')
129 max_value=str(enum.max_value),
224 max_value=str(enum.max_value),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.h46 explicit DecorateVariable(const std::string &str) : mName(str) {} in DecorateVariable() argument
89 std::string str() const;
/third_party/vk-gl-cts/executor/
H A DxeCallQueue.cpp247 CallWriter& operator<< (CallWriter& writer, const char* str) in operator <<() argument
252 writer.write((const deUint8*)str + pos, sizeof(char)); in operator <<()
253 if (str[pos] == 0) in operator <<()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py83 signature = ', '.join(str(x) for x in param_vals)
84 arguments = ', '.join(str(x) for x in param_names)
115 delegate->Log(out.str());
152 ', '.join(str(x) for x in param_vals), method)
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dassembly_builder.h188 return ss.str(); in GetCode()
199 names_.emplace_back(opname_inst.str()); in AddOpNameIfNotExist()
223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor()
H A Dunify_const_test.cpp80 StripOpNameInstructionsToSet(const std::string& str) { in StripOpNameInstructionsToSet() argument
81 std::stringstream ss(str); in StripOpNameInstructionsToSet()
92 return std::make_tuple(oss.str(), std::move(opname_instructions)); in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DPointSprites.cpp76 return strstr.str(); in story()
140 mProgram = CompileProgram(vstrstr.str().c_str(), fstrstr.str().c_str()); in initializeBenchmark()
/third_party/skia/samplecode/
H A DSamplePolyToPoly.cpp99 SkString str; in doDraw() local
100 str.appendS32(count); in doDraw()
101 SkTextUtils::DrawString(canvas, str.c_str(), x, y, font, *paint, SkTextUtils::kCenter_Align); in doDraw()
/third_party/openssl/ohos_lite/
H A De_os.h170 static __inline unsigned int _strlen31(const char *str) in _strlen31() argument
173 while (*str && len < 0x80000000U) in _strlen31()
174 str++, len++; in _strlen31()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dassembly_builder.h188 return ss.str(); in GetCode()
199 names_.emplace_back(opname_inst.str()); in AddOpNameIfNotExist()
223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor()
H A Dunify_const_test.cpp80 StripOpNameInstructionsToSet(const std::string& str) { in StripOpNameInstructionsToSet() argument
81 std::stringstream ss(str); in StripOpNameInstructionsToSet()
92 return std::make_tuple(oss.str(), std::move(opname_instructions)); in StripOpNameInstructionsToSet()

Completed in 23 milliseconds

1...<<141142143144145146147148149150>>...441