| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerIOWindows.cpp | 97 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local 106 ListFilesInDirRecursive(FileName, Epoch, V, false); in ListFilesInDirRecursive() 108 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive() 109 V->push_back(FileName); in ListFilesInDirRecursive() 148 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive() argument 150 if (Offset + 1 >= FileName.size() || FileName[Offset + 1] != ':') in ParseDrive() 152 if (Offset + 2 >= FileName.size() || !IsSeparator(FileName[Offset + 2])) { in ParseDrive() 163 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName() argument 165 const size_t End = FileName.size(); in ParseFileName() 166 for(; Pos < End && !IsSeparator(FileName[Pos]); ++Pos) in ParseFileName() [all …]
|
| D | FuzzerIOPosix.cpp | 78 std::string DirName(const std::string &FileName) { in DirName() argument 79 char *Tmp = new char[FileName.size() + 1]; in DirName() 80 memcpy(Tmp, FileName.c_str(), FileName.size() + 1); in DirName()
|
| /third_party/openh264/autotest/performanceTest/ |
| D | parsePerfData.sh | 15 local FileName="" 31 FileName=`echo $line | awk 'BEGIN {FS="enc yuv file"} {print $2}'` 32 FileName=`echo $FileName | awk 'BEGIN {FS=":"} {print $2}'` 50 echo "${FileName},"${Width}x${Height}",${Frames},${FPS}" 63 FileName=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'` 66 FileName=`echo $FileName | awk -F"DecoderPerfTestRes" '{print $2}'` 67 FileName=`echo $FileName | awk -F"/" '{print $2}'` 69 FileName=`echo $FileName | awk -F"/" '{print $4}'`
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | SourceContext.cs | 93 public string FileName { property in Google.Protobuf.WellKnownTypes.SourceContext 113 if (FileName != other.FileName) return false; in Equals() 120 if (FileName.Length != 0) hash ^= FileName.GetHashCode(); in GetHashCode() 137 if (FileName.Length != 0) { in WriteTo() 139 output.WriteString(FileName); in WriteTo() 150 if (FileName.Length != 0) { in IBufferMessage.InternalWriteTo() 152 output.WriteString(FileName); in IBufferMessage.InternalWriteTo() 163 if (FileName.Length != 0) { in CalculateSize() 164 size += 1 + pb::CodedOutputStream.ComputeStringSize(FileName); in CalculateSize() 177 if (other.FileName.Length != 0) { in MergeFrom() [all …]
|
| /third_party/openh264/test/encoder_binary_comparison/Scripts/ |
| D | run_SafeDelete.sh | 29 local FileName="" 33 FileName=` echo ${PathInfo} | awk 'BEGIN {FS="/"}; {print $NF}'` 34 echo "${FileName}" 38 FileName=` echo ${PathInfo} | awk 'BEGIN {FS="/"}; {print $NF}'` 39 echo "${FileName}" 42 FileName=${PathInfo} 43 echo "${FileName}" 201 local FileName="" 238 FileName=`runGetFileName ${PathInfo}` 239 DeleteIterm="${FullPath}/${FileName}"
|
| /third_party/typescript/tests/baselines/reference/ |
| D | getEmitOutputTsxFile_Preserve.baseline | 3 FileName : /tests/cases/fourslash/inputFile1.js.map 5 FileName : /tests/cases/fourslash/inputFile1.js 14 FileName : /tests/cases/fourslash/inputFile1.d.ts 23 FileName : /tests/cases/fourslash/inputFile2.jsx.map 25 FileName : /tests/cases/fourslash/inputFile2.jsx 29 FileName : /tests/cases/fourslash/inputFile2.d.ts
|
| D | getEmitOutputTsxFile_React.baseline | 3 FileName : /tests/cases/fourslash/inputFile1.js.map 5 FileName : /tests/cases/fourslash/inputFile1.js 14 FileName : /tests/cases/fourslash/inputFile1.d.ts 23 FileName : /tests/cases/fourslash/inputFile2.js.map 25 FileName : /tests/cases/fourslash/inputFile2.js 29 FileName : /tests/cases/fourslash/inputFile2.d.ts
|
| D | getEmitOutputDeclarationMultiFiles.baseline | 3 FileName : /tests/cases/fourslash/inputFile1.js 11 FileName : /tests/cases/fourslash/inputFile1.d.ts 20 FileName : /tests/cases/fourslash/inputFile2.js 28 FileName : /tests/cases/fourslash/inputFile2.d.ts
|
| D | getEmitOutput.baseline | 3 FileName : /tests/cases/fourslash/shims/inputFile1.js 11 FileName : /tests/cases/fourslash/shims/inputFile1.d.ts 20 FileName : /tests/cases/fourslash/shims/inputFile2.js 28 FileName : /tests/cases/fourslash/shims/inputFile2.d.ts
|
| D | getEmitOutput-pp.baseline | 3 FileName : /tests/cases/fourslash/shims-pp/inputFile1.js 11 FileName : /tests/cases/fourslash/shims-pp/inputFile1.d.ts 20 FileName : /tests/cases/fourslash/shims-pp/inputFile2.js 28 FileName : /tests/cases/fourslash/shims-pp/inputFile2.d.ts
|
| D | getEmitOutputSourceMap2.baseline | 3 FileName : sample/outDir/inputFile1.js.map 5 FileName : sample/outDir/inputFile1.js 16 FileName : sample/outDir/inputFile2.js.map 18 FileName : sample/outDir/inputFile2.js
|
| D | getEmitOutputSourceRootMultiFiles.baseline | 3 FileName : /tests/cases/fourslash/inputFile1.js.map 5 FileName : /tests/cases/fourslash/inputFile1.js 16 FileName : /tests/cases/fourslash/inputFile2.js.map 18 FileName : /tests/cases/fourslash/inputFile2.js
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | PercentPrinter.cpp | 22 FileName.Empty(); in ClearCurState() 104 && _printedState.FileName == st.FileName in Print() 141 if (!FileName.IsEmpty() && _s.Len() < MaxLen) in Print() 145 _tempU = FileName; in Print() 150 unsigned len = FileName.Len(); in Print() 157 _tempU = FileName; in Print()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Process.cpp | 32 StringRef FileName) { in FindInEnvPath() argument 33 return FindInEnvPath(EnvName, FileName, {}); in FindInEnvPath() 37 StringRef FileName, in FindInEnvPath() argument 39 assert(!path::is_absolute(FileName)); in FindInEnvPath() 57 path::append(FilePath, FileName); in FindInEnvPath()
|
| D | LockFileManager.cpp | 156 LockFileManager::LockFileManager(StringRef FileName) in LockFileManager() argument 158 this->FileName = FileName; in LockFileManager() 159 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) { in LockFileManager() 161 S.append(this->FileName.str()); in LockFileManager() 165 LockFileName = this->FileName; in LockFileManager() 319 if (!sys::fs::exists(FileName)) in waitForUnlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
| D | DIContext.h | 35 std::string FileName; member 45 DILineInfo() : FileName(BadString), FunctionName(BadString) {} in DILineInfo() 49 FileName == RHS.FileName && FunctionName == RHS.FunctionName && 58 return std::tie(FileName, FunctionName, Line, Column, StartLine, 60 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column, 68 if (FileName != BadString) in dump() 69 OS << "file '" << FileName << "', "; in dump()
|
| /third_party/openh264/test/encoder_binary_comparison/ |
| D | run_Main.sh | 72 local FileName="" 75 FileName=`echo $file | awk 'BEGIN {FS="/"} {print $NF}'` 76 if [[ "$FileName" =~ UpdateSHA1Table.csv$ ]] 78 BitStreamName=`echo $FileName | awk 'BEGIN {FS=".264"} {print $1}'`
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCDwarf.h | 228 Expected<unsigned> tryGetFile(StringRef &Directory, StringRef &FileName, 252 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile() 256 RootFile.Name = FileName; in setRootFile() 282 void maybeSetRootFile(StringRef Directory, StringRef FileName, in maybeSetRootFile() argument 287 Header.setRootFile(Directory, FileName, Checksum, Source); in maybeSetRootFile() 290 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() argument 294 return cantFail(Header.tryGetFile(Directory, FileName, Checksum, Source, in getFile() 314 Expected<unsigned> tryGetFile(StringRef &Directory, StringRef &FileName, 319 unsigned getFile(StringRef &Directory, StringRef &FileName, 322 return cantFail(tryGetFile(Directory, FileName, Checksum, Source, [all …]
|
| /third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
| D | ExtractEngine.cpp | 27 FString FileName; member 40 if (!fi.Find(FileName)) in Process2() 53 options.filePath = fs2us(FileName); in Process2() 107 t.FileName = fileName; in ExtractArchive()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | DebugInlineeLinesSubsection.cpp | 107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() argument 108 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addExtraFile() 116 StringRef FileName, in addInlineSite() argument 118 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addInlineSite()
|
| D | DebugChecksumsSubsection.cpp | 67 void DebugChecksumsSubsection::addChecksum(StringRef FileName, in addChecksum() argument 77 Entry.FileNameOffset = Strings.insert(FileName); in addChecksum() 110 uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const { in mapChecksumOffset() 111 uint32_t Offset = Strings.getIdForString(FileName); in mapChecksumOffset()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DiagnosticInfo.h | 284 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum, 287 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() 289 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg, 291 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() 304 StringRef getFileName() const { return FileName; } in getFileName() 310 StringRef FileName; 323 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg, 325 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {} in DiagnosticInfo() 334 const char *getFileName() const { return FileName; } in getFileName() 339 const char *FileName;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Process.cpp | 30 const std::string& FileName) in FindInEnvPath() argument 32 assert(!path::is_absolute(FileName)); in FindInEnvPath() 47 path::append(FilePath, FileName); in FindInEnvPath()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.h | 75 StringRef FileName; member 85 StringRef FileName; member 100 StringRef FileName; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | dbghelp.h | 47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat… 49 …typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 …HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_F… 61 …BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two… 62 HANDLE IMAGEAPI FindExecutableImage(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath); 63 …HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_F… 126 …PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolP… 469 PCHAR FileName; member 481 PCHAR FileName; member [all …]
|