Home
last modified time | relevance | path

Searched refs:substr (Results 676 - 700 of 2217) sorted by relevance

1...<<21222324252627282930>>...89

/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc456 int skip_count = atoi(log.substr(expected_message.size()).c_str()); in TEST()
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp700 auto reference_token = reference_string.substr(start, slash - start); in split()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp193 std::stringstream ver_str(opt.substr(pos + search.size())); in get_language_version()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc286 const base::StringPiece16 part = in.substr(0, in.find_first_of(u'/')); in Normalize()
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated.js290 assert.strictEqual(tag.toString('hex'), fullTag.substr(0, 2 * e));
H A Dtest-repl-tab-complete.js587 assert.notStrictEqual(ele[key.substr(4)], undefined);
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc292 const base::StringPiece16 part = in.substr(0, in.find_first_of(u'/')); in Normalize()
/third_party/node/src/
H A Dinspector_socket_server.cc526 std::string id = path.empty() ? path : path.substr(1); in OnSocketUpgrade()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp543 std::string name = de::toLower(getFormatName(format)).substr(10); in createGranularityQueryTests()
H A DvktApiMaintenance3Check.cpp876 name = name.substr(prefixLen); in getDescriptorTypeShortName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp355 StringRef Str = Data.getData().substr(*OffsetPtr, Value.uval); in extractValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp293 DemangledName = DemangledName.substr(1); in findModuleForSymbol()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp96 str << std::hex << name.substr(2,10); in getProgramIndexFromName()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp292 string packageName = baseName.substr(0, baseName.length()-10); in readCaseLists()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp58 std::string gTestName = dEQPName.substr(dEQPName.find('.') + 1); in DrawElementsToGoogleTestName()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp263 mStory = mStory.substr(1); in ANGLEPerfTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp118 StringRef CurFmt = Fmt.substr(PrevFmtSpecifierIdx, in getConversionSpecifiers()
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc614 EXPECT_EQ(input_data.substr(0, kOutputBufferLength), in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc132 brand_string.substr(pos_space + 1, pos_prefix - pos_space - 1); in NominalClockRate()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp4310 return expr.substr(1);
4330 return enclose_expression(expr.substr(2, expr.size() - 3));
4336 return expr.substr(1);
6398 array_expr = image_expr.substr(array_index, string::npos);
8814 deferred_index = expr.substr(column_index);
8964 auto chain = access_chain_internal(base, indices, count, flags, nullptr).substr(1);
9575 string final_swiz = op.substr(pos + 1, string::npos);
9582 if (final_swiz.substr(final_swiz.size() - 2, string::npos) == "()")
9639 string final_swiz = op.substr(pos + 1, string::npos);
9646 if (final_swiz.substr(final_swi
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc1158 std::cout << proto.substr(1) << std::endl; in connection_made()
2013 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file()
2023 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp857 getContext(), String.substr(HeadTail.first.size(), 1), Loc)); in splitIdentifier()
1131 getContext(), Token.getString().substr(0, 1), Token.getLoc())); in parseInstruction()
1133 getContext(), Token.getString().substr(1, 1), Token.getLoc())); in parseInstruction()
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp442 const auto neatName = methodDef.name_.substr(methodNeatNameOffset); in ExportClass()
/third_party/lame/ACM/
H A DAEncodeProperties.cpp895 my_store_location = path.substr(0,path.find_last_of('\\')+1);
/third_party/node/lib/
H A Durl.js953 if (hasTrailingSlash && (srcPath.join('/').substr(-1) !== '/')) {

Completed in 42 milliseconds

1...<<21222324252627282930>>...89