/third_party/protobuf/src/google/protobuf/testing/ |
H A D | file.cc | 142 return RecursivelyCreateDir(path.substr(0, slashpos), mode) && in RecursivelyCreateDir()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv_benchmark.cc | 152 return digits.substr(0, length) + "1e-297"; in MakeHardCase()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | usage_config_test.cc | 55 return std::string(filename.substr(2)); in TstNormalizeFilename()
|
/third_party/spirv-tools/test/opt/ |
H A D | assembly_builder.h | 234 name = inst_str.substr(0, assign_sign); in GetResultIDName()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deStringUtil.cpp | 84 return ToUpper()(str[0]) + str.substr(1); in capitalize()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 35 view = view.substr(last_dot + 1); 8012 for (uint8_t c : input.substr(0, end_of_ascii)) { 8072 for (uint8_t c : input.substr(0, end_of_ascii)) { 9398 std::u32string_view before = label.substr(0, i); 9399 std::u32string_view after = label.substr(i + 1); 10142 dest.append(input.substr(0, first_percent)); 10182 result.append(input.substr(0, std::distance(input.begin(), pointer))); 10386 helpers::parse_prepared_path(internal_input.substr(1), 10584 // return pos > input.size() ? std::string_view() : input.substr(pos); 10585 return input.substr(po [all...] |
/third_party/glslang/glslang/ResourceLimits/ |
H A D | ResourceLimits.cpp | 295 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits() 296 const std::string valueStr = configStr.substr(value_s, value_e-value_s); in DecodeResourceLimits()
|
/third_party/gn/src/gn/ |
H A D | command_args.cc | 75 std::string line_stripped(line.substr(line.find('#') + 1)); in StripHashFromLine() 81 return line_stripped.substr(1); in StripHashFromLine()
|
H A D | command_refs.cc | 366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents); 368 Err(Location(), "Response file " + args[i].substr(1) + " not found.")
|
H A D | rust_project_writer.cc | 145 auto value = arg.substr(prefix.size()); in FindArgValueAfterPrefix() 158 auto value = arg.substr(prefix.size()); in FindAllArgValuesAfterPrefix()
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 171 u = u.substr(8); 175 u = u.substr(7);
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 171 u = u.substr(8); 175 u = u.substr(7);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.cpp | 71 if (str.substr(0, prefix.length()) != prefix) { in int_from_string_with_prefix() 76 std::stringstream help(str.substr(prefix.length())); in int_from_string_with_prefix()
|
/third_party/node/src/ |
H A D | debug_utils.cc | 73 std::string wanted = ToLower(debug_categories.substr(0, comma_pos)); in Parse() 87 debug_categories = debug_categories.substr(comma_pos + 1); in Parse()
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 202 std::string prefix = pattern.substr(0, jsonwildcard); in MatchFuncNameInJson() 311 return str.substr(first, (last - first + 1)); in Trim()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 431 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() 434 const std::string testName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 431 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() 434 const std::string testName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.cpp | 76 components.push_back(pathStr.substr(compStart, pos-compStart)); in splitPath() 82 components.push_back(pathStr.substr(compStart)); in splitPath()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | parser.cc | 363 auto type = parser.Parse(fmt_name.substr(1, fmt_name.length())); in ProcessVertexDataBlock() 367 fmt_name.substr(1, fmt_name.length()))); in ProcessVertexDataBlock()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 166 // Creates a new vector which removes the string if the substr is found in the 168 // NOTE: This will not work correctly if there are two instances of substr in 170 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() argument 176 return std::string::npos == str.find(substr); in GenerateCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_layout_test.cpp | 166 // Creates a new vector which removes the string if the substr is found in the 168 // NOTE: This will not work correctly if there are two instances of substr in 170 std::vector<std::string> GenerateCode(std::string substr, int order) { in GenerateCode() argument 176 return std::string::npos == str.find(substr); in GenerateCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 751 PipelineName = PipelineName.substr(11, PipelineName.size() - 12); in parseAnalysisUtilityPasses() 760 PipelineName = PipelineName.substr(8, PipelineName.size() - 9); in parseAnalysisUtilityPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 390 getLexer().getTok().getString().substr(0, 1), S)); in parseOperandAsOperator() 392 getLexer().getTok().getString().substr(1, 1), S)); in parseOperandAsOperator()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer.cc | 284 path = "\\\\" + StringReplace(path.substr(2), "\\", "/", true); in CanonicalizePath() 373 std::string after_prefix = filename.substr(after_prefix_start); in ApplyMapping()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 309 if (type_url.substr(0, url_prefix_.size() + 1) != url_prefix_ + "/") { in ParseTypeUrl() 315 *type_name = type_url.substr(url_prefix_.size() + 1); in ParseTypeUrl()
|