Home
last modified time | relevance | path

Searched refs:substr (Results 876 - 900 of 1189) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc64 str = str.substr(0, str.length() - 2); in ToType()
91 } else if (str.length() > 7 && str.substr(0, 3) == "vec") { in ToType()
99 type = ToType(str.substr(5, str.length() - 6)); in ToType()
109 } else if (str.length() > 9 && str.substr(0, 3) == "mat") { in ToType()
121 type = ToType(str.substr(7, str.length() - 8)); in ToType()
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp129 std::string tempBundleName = dir.substr(pos + 1); in LoadThemeSkinResource()
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp587 splited.push_back(origin.substr(start, end - start)); in Split()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_dump_test.cpp397 .append(std::to_string(ratio).substr(beginPos, ratioLen)); in HWTEST_F()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp445 std::string sessionName = CLIENT_SESSION_NAME + networkId.substr(0, BIND_STRING_LENGTH); in OpenSessionLocked()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp86 return path.substr(pos + 1); in GetFileAllName()
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp170 return queryString.substr(pos + key.length()); in GetQueryKey()
/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()

Completed in 53 milliseconds

1...<<31323334353637383940>>...48