/third_party/rust/crates/cxx/gen/src/ |
H A D | mod.rs | 66 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 D | nested.rs | 121 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 D | style.rs | 98 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 D | custom_files.rs | 125 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 D | lib.rs | 14 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 D | mod.rs | 66 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 D | nested.rs | 121 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 D | mod.rs | 66 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 D | nested.rs | 121 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 D | vktGeometryEmitGeometryShaderTests.cpp | 137 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 D | vktGeometryVaryingGeometryShaderTests.cpp | 154 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 D | vktGeometryEmitGeometryShaderTests.cpp | 137 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 D | vktGeometryVaryingGeometryShaderTests.cpp | 155 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 D | sha1.cc | 226 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 D | gen_packed_gl_enums.py | 124 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 D | DynamicHLSL.h | 46 explicit DecorateVariable(const std::string &str) : mName(str) {} in DecorateVariable() argument 89 std::string str() const;
|
/third_party/vk-gl-cts/executor/ |
H A D | xeCallQueue.cpp | 247 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 D | update_vk_wrappers.py | 83 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 D | assembly_builder.h | 188 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 D | unify_const_test.cpp | 80 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 D | PointSprites.cpp | 76 return strstr.str(); in story() 140 mProgram = CompileProgram(vstrstr.str().c_str(), fstrstr.str().c_str()); in initializeBenchmark()
|
/third_party/skia/samplecode/ |
H A D | SamplePolyToPoly.cpp | 99 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 D | e_os.h | 170 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 D | assembly_builder.h | 188 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 D | unify_const_test.cpp | 80 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()
|