/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 137 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 D | file_path.cc | 106 // 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 D | file_enumerator.cc | 14 FilePath::StringType basename = path.BaseName().value(); in ShouldSkip()
|
H A D | file_path.h | 41 // 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 D | file_util_win.cc | 109 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 D | SSAUpdater.cpp | 338 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 D | command_clean.cc | 60 base::ToLowerASCII(current.BaseName().value()); in CleanOneDir()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ulocale.cpp | 88 IMPL_ULOCALE_STRING_IDENTICAL_GETTER(BaseName)
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-locale.h | 61 static Handle<String> BaseName(Isolate* isolate, Handle<JSLocale> locale);
|
H A D | js-locale.cc | 799 Handle<String> JSLocale::BaseName(Isolate* isolate, Handle<JSLocale> locale) {
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_unittest.cc | 233 if (expect_hidden_files || iter->BaseName().value()[0] != '.') in TestUnzipFile() 345 return path.BaseName().MaybeAsASCII() == "foo.txt"; in TEST_F()
|
H A D | zip.cc | 26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip.cc | 27 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
|
H A D | zip_unittest.cc | 309 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 D | zip.cc | 27 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
|
H A D | zip_unittest.cc | 309 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 D | WebAssemblyISelLowering.cpp | 1123 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 D | cpplint.py | 747 # 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 D | builtins-intl.cc | 865 return *JSLocale::BaseName(isolate, locale); in BUILTIN()
|