Home
last modified time | relevance | path

Searched refs:substr (Results 376 - 400 of 1006) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc142 return RecursivelyCreateDir(path.substr(0, slashpos), mode) && in RecursivelyCreateDir()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_benchmark.cc152 return digits.substr(0, length) + "1e-297"; in MakeHardCase()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dusage_config_test.cc55 return std::string(filename.substr(2)); in TstNormalizeFilename()
/third_party/spirv-tools/test/opt/
H A Dassembly_builder.h234 name = inst_str.substr(0, assign_sign); in GetResultIDName()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp84 return ToUpper()(str[0]) + str.substr(1); in capitalize()
/third_party/node/deps/ada/
H A Dada.cpp35 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 DResourceLimits.cpp295 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 Dcommand_args.cc75 std::string line_stripped(line.substr(line.find('#') + 1)); in StripHashFromLine()
81 return line_stripped.substr(1); in StripHashFromLine()
H A Dcommand_refs.cc366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents);
368 Err(Location(), "Response file " + args[i].substr(1) + " not found.")
H A Drust_project_writer.cc145 auto value = arg.substr(prefix.size()); in FindArgValueAfterPrefix()
158 auto value = arg.substr(prefix.size()); in FindAllArgValuesAfterPrefix()
/third_party/libwebsockets/test-apps/
H A Dtest.js171 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 Dtest.js171 u = u.substr(8);
175 u = u.substr(7);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp71 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 Ddebug_utils.cc73 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 Dbenchmark_framework.cpp202 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 DvktApiBufferViewCreateTests.cpp431 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 DvktApiBufferViewCreateTests.cpp431 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 DxeTestCase.cpp76 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 Dparser.cc363 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 Dval_layout_test.cpp166 // 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 Dval_layout_test.cpp166 // 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 DPassBuilder.h751 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 DBPFAsmParser.cpp390 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 Dimporter.cc284 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 Dtype_resolver_util.cc309 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()

Completed in 36 milliseconds

1...<<11121314151617181920>>...41