Home
last modified time | relevance | path

Searched refs:mFile (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DWireHelper.cpp57 ASSERT(!mFile.is_open()); in BeginWireTrace()
58 mFile.open(filename, in BeginWireTrace()
64 mFile.write(reinterpret_cast<const char*>(&injectedErrorIndex), in BeginWireTrace()
70 if (mFile.is_open()) { in HandleCommands()
71 mFile.write(const_cast<const char*>(commands), size); in HandleCommands()
79 std::ofstream mFile; member in utils::__anon6ceb12d10111::WireServerTraceLayer
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/demo/
Dupdates-with-bad-reference.js161 animals/index.ts:1:20 - error TS6059: File '/user/user…
166 animals/index.ts:1:20 - error TS6307: File '/user/user…
171 animals/index.ts:4:32 - error TS6059: File '/user/user…
176 animals/index.ts:4:32 - error TS6307: File '/user/user…
186 core/utilities.ts:1:20 - error TS6059: File '/user/use…
199 core/utilities.ts:1:20 - error TS6307: File '/user/use…
412 animals/index.ts:1:20 - error TS6059: File '/user/user…
417 animals/index.ts:1:20 - error TS6307: File '/user/user…
422 animals/index.ts:4:32 - error TS6059: File '/user/user…
427 animals/index.ts:4:32 - error TS6307: File '/user/user…
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/demo/initial-build/
Din-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js151 src/animals/index.ts:1:20 - error TS6059: File '/src/a…
156 src/animals/index.ts:1:20 - error TS6307: File '/src/a…
161 src/animals/index.ts:4:32 - error TS6059: File '/src/a…
166 src/animals/index.ts:4:32 - error TS6307: File '/src/a…
176 src/core/utilities.ts:1:20 - error TS6059: File '/src/…
189 src/core/utilities.ts:1:20 - error TS6307: File '/src/…
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.cpp171 : mFile(file), mFunction(function), mLine(line), mSeverity(severity) in LogMessage()
176 const char *slash = std::max(strrchr(mFile, '/'), strrchr(mFile, '\\')); in LogMessage()
177 mStream << (slash ? (slash + 1) : mFile) << ":" << mLine << " (" << mFunction << "): "; in LogMessage()
Ddebug.h87 const char *mFile;
/third_party/typescript/tests/baselines/reference/tsbuild/outputPaths/initial-build/
Dwhen-rootDir-is-specified-but-not-all-files-belong-to-rootDir.js37 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
62 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
80 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
Dwhen-rootDir-is-specified-but-not-all-files-belong-to-rootDir-and-is-composite.js37 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
62 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
80 error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootD…
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dreports-errors-correctly-with-file-not-in-rootDir.js30 a.ts:1:19 - error TS6059: File '/user/username/project…
98 a.ts:3:19 - error TS6059: File '/user/username/project…
Dshould-ignore-non-existing-files-specified-in-the-config-file.js36 error TS6053: File '/a/b/commonFile3.ts' not found.
Dhandles-the-missing-files---that-were-added-to-program-because-they-were-added-with-tripleSlashRefs.js25 a/b/commonFile1.ts:1:22 - error TS6053: File '/a/b/com…
Dupdates-errors-when-forceConsistentCasingInFileNames-changes.js94 b.ts:1:43 - error TS1149: File name '/A.ts' differs fr…
/third_party/typescript/tests/baselines/reference/tsc/projectReferences/initial-build/
Dwhen-project-contains-invalid-project-reference.js27 src/project/tsconfig.json:1:73 - error TS6053: File '/…
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dwhen-import-matches-disk-but-file-symlink-target-does-not.js39 b.ts:2:19 - error TS1149: File name '/user/username/pr…
139 b.ts:2:19 - error TS1149: File name '/user/username/pr…
Dwhen-import-and-file-symlink-target-agree-but-do-not-match-disk.js39 b.ts:2:19 - error TS1149: File name '/user/username/pr…
139 b.ts:2:19 - error TS1149: File name '/user/username/pr…
Dwhen-relative-information-file-location-changes.js47 moduleB.ts:1:20 - error TS1149: File name '/user/usern…
156 moduleB.ts:1:20 - error TS1149: File name '/user/usern…
DjsxImportSource-option-changed.js44 error TS1149: File name '/user/username/projects/myproject/node_modules/react/Jsx…
Dwhen-renaming-file-with-different-casing.js96 …ct/another.ts:1:24 - error TS1149: File name '/user/userna…
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-detect-non-existing-code-file.js28 a/b/referenceFile1.ts:1:22 - error TS6053: File '/a/b/…
94 a/b/referenceFile1.ts:1:22 - error TS6053: File '/a/b/…
Dshould-detect-removed-code-file.js100 a/b/referenceFile1.ts:1:22 - error TS6053: File '/a/b/…
/third_party/typescript/tests/baselines/reference/tsbuild/resolveJsonModule/initial-build/
Dinclude-only.js64 src/src/index.ts:1:19 - error TS6307: File '/src/src/h…
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Dwith-non-synchronous-watch-directory-renaming-a-file.js127 error TS6053: File '/user/username/projects/myproject/src/file2.ts' not found.