/third_party/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 456 int skip_count = atoi(log.substr(expected_message.size()).c_str()); in TEST()
|
/third_party/json/include/nlohmann/detail/ |
H A D | json_pointer.hpp | 700 auto reference_token = reference_string.substr(start, slash - start); in split()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 193 std::stringstream ver_str(opt.substr(pos + search.size())); in get_language_version()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader.cc | 286 const base::StringPiece16 part = in.substr(0, in.find_first_of(u'/')); in Normalize()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated.js | 290 assert.strictEqual(tag.toString('hex'), fullTag.substr(0, 2 * e));
|
H A D | test-repl-tab-complete.js | 587 assert.notStrictEqual(ele[key.substr(4)], undefined);
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.cc | 292 const base::StringPiece16 part = in.substr(0, in.find_first_of(u'/')); in Normalize()
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 526 std::string id = path.empty() ? path : path.substr(1); in OnSocketUpgrade()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 543 std::string name = de::toLower(getFormatName(format)).substr(10); in createGranularityQueryTests()
|
H A D | vktApiMaintenance3Check.cpp | 876 name = name.substr(prefixLen); in getDescriptorTypeShortName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 355 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 D | MCJIT.cpp | 293 DemangledName = DemangledName.substr(1); in findModuleForSymbol()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 96 str << std::hex << name.substr(2,10); in getProgramIndexFromName()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 292 string packageName = baseName.substr(0, baseName.length()-10); in readCaseLists()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 58 std::string gTestName = dEQPName.substr(dEQPName.find('.') + 1); in DrawElementsToGoogleTestName()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 263 mStory = mStory.substr(1); in ANGLEPerfTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 118 StringRef CurFmt = Fmt.substr(PrevFmtSpecifierIdx, in getConversionSpecifiers()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util_test.cc | 614 EXPECT_EQ(input_data.substr(0, kOutputBufferLength), in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.cc | 132 brand_string.substr(pos_space + 1, pos_prefix - pos_space - 1); in NominalClockRate()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 4310 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 D | h2load.cc | 1158 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 D | HexagonAsmParser.cpp | 857 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 D | uitest_napi.cpp | 442 const auto neatName = methodDef.name_.substr(methodNeatNameOffset); in ExportClass()
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 895 my_store_location = path.substr(0,path.find_last_of('\\')+1);
|
/third_party/node/lib/ |
H A D | url.js | 953 if (hasTrailingSlash && (srcPath.join('/').substr(-1) !== '/')) {
|