Home
last modified time | relevance | path

Searched refs:RemoveExtension (Results 1 – 25 of 27) sorted by relevance

12

/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc602 TEST(FilePathTest, RemoveExtension) { in TEST() argument
603 EXPECT_EQ("app", FilePath("app.cc").RemoveExtension("cc").string()); in TEST()
604 EXPECT_EQ("app", FilePath("app.exe").RemoveExtension("exe").string()); in TEST()
605 EXPECT_EQ("APP", FilePath("APP.EXE").RemoveExtension("exe").string()); in TEST()
609 EXPECT_EQ("app", FilePath("app").RemoveExtension("exe").string()); in TEST()
/third_party/spirv-tools/source/opt/
Dfeature_manager.h34 void RemoveExtension(Extension extension);
Dfeature_manager.cpp49 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension() function in spvtools::opt::FeatureManager
Dinst_debug_printf_pass.cpp250 context()->get_feature_mgr()->RemoveExtension(kSPV_KHR_non_semantic_info); in ProcessImpl()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfeature_manager.h34 void RemoveExtension(Extension extension);
Dfeature_manager.cpp50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension() function in spvtools::opt::FeatureManager
Dinst_debug_printf_pass.cpp252 context()->get_feature_mgr()->RemoveExtension(kSPV_KHR_non_semantic_info); in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.h34 void RemoveExtension(Extension extension);
Dfeature_manager.cpp50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension() function in spvtools::opt::FeatureManager
Dinst_debug_printf_pass.cpp252 context()->get_feature_mgr()->RemoveExtension(kSPV_KHR_non_semantic_info); in ProcessImpl()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h141 FilePath RemoveExtension(const char* extension) const;
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h145 FilePath RemoveExtension(const char* extension) const;
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-filepath.h145 FilePath RemoveExtension(const char* extension) const;
/third_party/gn/src/base/files/
Dfile_path.cc374 FilePath FilePath::RemoveExtension() const { in RemoveExtension() function in base::FilePath
404 StringType ret = RemoveExtension().value(); in InsertBeforeExtension()
441 FilePath no_ext = RemoveExtension(); in ReplaceExtension()
Dfile_path.h272 [[nodiscard]] FilePath RemoveExtension() const;
/third_party/node/deps/v8/src/objects/
Djs-array-buffer.cc122 std::shared_ptr<BackingStore> backing_store = RemoveExtension(); in Detach()
189 std::shared_ptr<BackingStore> JSArrayBuffer::RemoveExtension() { in RemoveExtension() function in v8::internal::JSArrayBuffer
Djs-array-buffer.h127 std::shared_ptr<BackingStore> RemoveExtension();
/third_party/node/deps/v8/tools/v8windbg/test/
Dv8windbg-test.cc38 p_debug_control_->RemoveExtension(ext_handle_); in ~LoadExtensionScope()
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc120 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() function in testing::internal::FilePath
Dgtest.cc426 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); in GetCurrentExecutableName()
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc129 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() function in testing::internal::FilePath
/third_party/googletest/googletest/src/
Dgtest-filepath.cc125 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() function in testing::internal::FilePath
Dgtest.cc634 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); in GetCurrentExecutableName()
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc472 FROM_HERE, base::BindOnce(&InfoMap::RemoveExtension, info_map(), in UnregisterExtensionWithRequestContexts()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc2088 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); in GetCurrentExecutableName()
9992 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() function in testing::internal::FilePath

12