Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
/third_party/gn/src/base/files/
H A Dfile_path.cc106 // of the file name. The position is relative to BaseName(), not value().
229 base = current.BaseName(); in GetComponents()
236 base = current.BaseName(); in GetComponents()
238 ret_val.push_back(current.BaseName().value()); in GetComponents()
335 FilePath FilePath::BaseName() const { in BaseName() function in base::FilePath
358 FilePath base(BaseName()); in Extension()
367 FilePath base(BaseName()); in FinalExtension()
401 if (IsEmptyOrSpecialCase(BaseName().value())) in InsertBeforeExtension()
421 if (IsEmptyOrSpecialCase(BaseName().value())) in AddExtension()
439 if (IsEmptyOrSpecialCase(BaseName() in ReplaceExtension()
[all...]
H A Dfile_enumerator.cc14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
H A Dfile_path.h41 // final path component (BaseName), and appending a relative pathname string
207 // and BaseName().value() on each child component.
245 // this is the only situation in which BaseName will return an absolute path.
246 [[nodiscard]] FilePath BaseName() const;
279 // extension. Returns "" if BaseName() == "." or "..".
290 // |extension| is empty. Returns "" if BaseName() == "." or "..".
296 // Returns "" if BaseName() == "." or "..".
H A Dfile_util_win.cc109 if (path.BaseName().value().find_first_of(u"*?") != in DoDeleteFile()
111 return DeleteFileRecursive(path.DirName(), path.BaseName().value(), in DoDeleteFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp338 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter()
347 if (BaseName.empty()) in LoadAndStorePromoter()
348 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
349 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
337 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, SSAUpdater &S, StringRef BaseName) LoadAndStorePromoter() argument
/third_party/gn/src/gn/
H A Dcommand_clean.cc60 base::ToLowerASCII(current.BaseName().value()); in CleanOneDir()
/third_party/node/deps/icu-small/source/common/
H A Dulocale.cpp88 IMPL_ULOCALE_STRING_IDENTICAL_GETTER(BaseName)
/third_party/node/deps/v8/src/objects/
H A Djs-locale.h61 static Handle<String> BaseName(Isolate* isolate, Handle<JSLocale> locale);
H A Djs-locale.cc799 Handle<String> JSLocale::BaseName(Isolate* isolate, Handle<JSLocale> locale) {
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc233 if (expect_hidden_files || iter->BaseName().value()[0] != '.') in TestUnzipFile()
345 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
H A Dzip.cc26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc27 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
H A Dzip_unittest.cc309 if (expect_hidden_files || path.BaseName().value()[0] != '.') in TestUnzipFile()
425 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
/third_party/node/deps/zlib/google/
H A Dzip.cc27 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
H A Dzip_unittest.cc309 if (expect_hidden_files || path.BaseName().value()[0] != '.') in TestUnzipFile()
425 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1123 const char *BaseName; in LowerGlobalAddress() local
1125 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress()
1129 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress()
1134 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress()
/third_party/json/tools/cpplint/
H A Dcpplint.py747 # Pattern for matching FileInfo.BaseName() against test file name
1643 def BaseName(self): member in FileInfo
2477 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
5136 (error_message, fileinfo.BaseName()))
6013 matched_test_suffix = Search(_TEST_FILE_SUFFIX, fileinfo_cc.BaseName())
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc865 return *JSLocale::BaseName(isolate, locale); in BUILTIN()

Completed in 24 milliseconds