Home
last modified time | relevance | path

Searched refs:substr (Results 3001 - 3025 of 3052) sorted by relevance

1...<<121122123

/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp761 extension = extensions.substr(0, pos); in exec()
762 extensions = extensions.substr(pos+1); in exec()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp513 type = safeAreaTypeStr.substr(0, pos); in ParseStrToUint()
1399 long alignValue = std::strtol(directionString.substr(0, pos).c_str(), &endPtr, 10); in ParseJsAlignRule()
1401 anchor = directionString.substr(pos + 1); in ParseJsAlignRule()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3405 path = "resource:///" + std::to_string(abilityInfo.startWindowIconId) + path.substr(pos); in GetStartupPageFromResource()
4253 sName : sName.substr(0, WINDOW_NAME_MAX_LENGTH); in DumpSessionInfo()
6542 std::string anonDeviceId = deviceId.substr(0, NON_ANONYMIZE_LENGTH); in AnonymizeDeviceId()
/third_party/python/
H A Dconfigure23085 OS_NAME=$(awk -F= '/^NAME=/ {print substr($2,2,length($2)-2)}' /etc/os-release)
29970 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
30098 defundef = substr(arg[1], 2)
30103 prefix = substr(line, 1, index(line, defundef) - 1)
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2239 std::string bgOpacity = bgColor.ColorToString().substr(0, 3); in IsTransparentBg()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1162 std::string hapName = hapFilePath.substr(hapFilePath.find_last_of("//") + 1); in GetBundleArchiveInfoBySandBoxPath()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp56 strings.emplace_back(source.substr(start, LIMIT_PARCEL_SIZE)); in SplitString()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1779 codePath += hapModuleInfo.hapPath.substr(pos + 1); in ConvertHapModuleInfo()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1246 constexpr auto samplerName = samplerUri.substr(start); in ResolveDefaultSampler()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1650 if (key.substr(0, KEY_SIZE) == "Hw") {
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2167 std::string inputFd = config->url.substr(fdHead.size());
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3788 std::string macAddress = cmd.substr(begPos + 1); in HilinkSetMacAddress()
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc3493 out.push_back(str.substr(i, 1)); in CharsToLines()
/third_party/ninja/src/
H A Dbuild_test.cc3611 string err_first_line = err.substr(0, err.find("\n")); in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp60 return de::toLower(de::toString(format).substr(kPrefixLen)); in getFormatSimpleName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp3784 return de::toLower(de::toString(descriptorType).substr(prefixLen));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp3780 return de::toLower(de::toString(descriptorType).substr(prefixLen));
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp3894 std::string name = internalFormatString.substr(3); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1452 topLevelCommand = topLevelCommand.substr(0, startOfParameters); in handleDirtyEventLogImpl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp2612 return css.str().substr(0, css.str().size() - 1); in vectorToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp239 result = result.substr(0, static_cast<int32_t>(result.length()) - 1); in ConvertFontFamily()
4234 auto strBeforeCaret = content.empty() ? "" : StringUtils::ToString(content.substr(insertIndex, 1)); in UpdateObscure()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4058 const string caseName = de::toLower(string(enumName).substr(10)); in createFormatTests()
6685 const string caseName = de::toLower(string(enumName).substr(10)); in createImageFormatTypeTilingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp4063 const string caseName = de::toLower(string(enumName).substr(10)); in createFormatTests()
6690 const string caseName = de::toLower(string(enumName).substr(10)); in createImageFormatTypeTilingTests()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1119 const std::string queryString = referenceResources[ndx].substr(0, referenceResources[ndx].length()-3);
1245 buf = buf.substr(0, buf.length() - 6);
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2421 return startsWith(str, prefix) ? str.substr(prefix.length) : str;
7237 lastDirectoryPartWithDirectorySeparator = fileOrDirectory.substr(fileOrDirectory.lastIndexOf(ts.directorySeparator));
8017 return path.substr(0, path.length - 1);
[all...]

Completed in 243 milliseconds

1...<<121122123