Home
last modified time | relevance | path

Searched refs:File (Results 1 – 25 of 3858) sorted by relevance

12345678910>>...155

/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSFXCon.dsp1 # Microsoft Developer Studio Project File - Name="SFXCon" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
89 # Begin Source File
92 # End Source File
93 # Begin Source File
96 # End Source File
97 # Begin Source File
101 # End Source File
102 # Begin Source File
105 # End Source File
[all …]
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
DSFXWin.dsp1 # Microsoft Developer Studio Project File - Name="SFXWin" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
125 # Begin Source File
129 # End Source File
130 # Begin Source File
133 # End Source File
138 # Begin Source File
141 # End Source File
142 # Begin Source File
145 # End Source File
[all …]
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp1 # Microsoft Developer Studio Project File - Name="Alone" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
145 # Begin Source File
148 # End Source File
149 # Begin Source File
152 # End Source File
153 # Begin Source File
156 # End Source File
157 # Begin Source File
160 # End Source File
[all …]
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DSFXSetup.dsp1 # Microsoft Developer Studio Project File - Name="SFXSetup" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
125 # Begin Source File
128 # End Source File
129 # Begin Source File
133 # End Source File
134 # Begin Source File
137 # End Source File
146 # Begin Source File
149 # End Source File
[all …]
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaCon.dsp1 # Microsoft Developer Studio Project File - Name="LzmaCon" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
88 # Begin Source File
92 # End Source File
93 # Begin Source File
96 # End Source File
101 # Begin Source File
104 # End Source File
105 # Begin Source File
108 # End Source File
[all …]
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.dsp1 # Microsoft Developer Studio Project File - Name="SfxSetup" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
92 # Begin Source File
95 # End Source File
96 # Begin Source File
99 # End Source File
100 # Begin Source File
103 # End Source File
104 # Begin Source File
107 # End Source File
[all …]
/third_party/lzma/C/Util/7z/
D7z.dsp1 # Microsoft Developer Studio Project File - Name="7z" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
89 # Begin Source File
92 # End Source File
93 # Begin Source File
96 # End Source File
97 # Begin Source File
100 # End Source File
101 # Begin Source File
104 # End Source File
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.dsp1 # Microsoft Developer Studio Project File - Name="freetype" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
159 # Begin Source File
162 # End Source File
163 # Begin Source File
166 # End Source File
167 # Begin Source File
170 # End Source File
171 # Begin Source File
174 # End Source File
[all …]
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.dsp1 # Microsoft Developer Studio Project File - Name="Client7z" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
88 # Begin Source File
91 # End Source File
92 # Begin Source File
96 # End Source File
97 # Begin Source File
100 # End Source File
105 # Begin Source File
108 # End Source File
[all …]
/third_party/gn/src/base/files/
Dfile.cc15 File::Info::Info() = default;
17 File::Info::~Info() = default;
19 File::File() = default;
21 File::File(const FilePath& path, uint32_t flags) in File() function in base::File
26 File::File(PlatformFile platform_file) in File() function in base::File
34 File::File(Error error_details) in File() function in base::File
37 File::File(File&& other) in File() function in base::File
41 File::~File() { in ~File()
46 File& File::operator=(File&& other) { in operator =()
53 void File::Initialize(const FilePath& path, uint32_t flags) { in Initialize()
[all …]
Dfile_posix.cc21 static_assert(File::FROM_BEGIN == SEEK_SET && File::FROM_CURRENT == SEEK_CUR &&
22 File::FROM_END == SEEK_END,
51 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock()
58 return File::GetLastFileError(); in CallFcntlFlock()
59 return File::FILE_OK; in CallFcntlFlock()
77 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock()
79 return File::FILE_ERROR_INVALID_OPERATION; in CallFcntlFlock()
85 void File::Info::FromStat(const stat_wrapper_t& stat_info) { in FromStat()
121 bool File::IsValid() const { in IsValid()
125 PlatformFile File::GetPlatformFile() const { in GetPlatformFile()
[all …]
Dfile_win.cc18 static_assert(File::FROM_BEGIN == FILE_BEGIN &&
19 File::FROM_CURRENT == FILE_CURRENT &&
20 File::FROM_END == FILE_END,
23 bool File::IsValid() const { in IsValid()
27 PlatformFile File::GetPlatformFile() const { in GetPlatformFile()
31 PlatformFile File::TakePlatformFile() { in TakePlatformFile()
35 void File::Close() { in Close()
42 int64_t File::Seek(Whence whence, int64_t offset) { in Seek()
53 int File::Read(int64_t offset, char* data, int size) { in Read()
74 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos()
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualce/
Dfreetype.dsp1 # Microsoft Developer Studio Project File - Name="freetype" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
196 # Begin Source File
199 # End Source File
200 # Begin Source File
203 # End Source File
204 # Begin Source File
207 # End Source File
208 # Begin Source File
211 # End Source File
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp116 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout() argument
118 support::ulittle32_t(File.allocateBytes(Data))}; in layout()
121 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout() argument
122 File.allocateObject(S.MDExceptionStream); in layout()
124 size_t DataEnd = File.tell(); in layout()
133 S.MDExceptionStream.ThreadContext = layout(File, S.ThreadContext); in layout()
138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() argument
139 Range.Entry.Memory = layout(File, Range.Content); in layout()
142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() argument
143 M.Entry.ModuleNameRVA = File.allocateString(M.Name); in layout()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp433 NormalizedTBD(IO &IO, const InterfaceFile *&File) { in NormalizedTBD()
434 Architectures = File->getArchitectures(); in NormalizedTBD()
435 UUIDs = File->uuids(); in NormalizedTBD()
436 Platforms = File->getPlatforms(); in NormalizedTBD()
437 InstallName = File->getInstallName(); in NormalizedTBD()
438 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
439 CompatibilityVersion = PackedVersion(File->getCompatibilityVersion()); in NormalizedTBD()
440 SwiftABIVersion = File->getSwiftABIVersion(); in NormalizedTBD()
441 ObjCConstraint = File->getObjCConstraint(); in NormalizedTBD()
444 if (!File->isApplicationExtensionSafe()) in NormalizedTBD()
[all …]
/third_party/unity/test/
Drakefile_helper.rb19 $cfg = YAML.load(File.read($cfg_file))
52 lines = File.readlines(filename)
63 return src_file if File.exist?(src_file)
100 [ File.join('..','src') ].each do |f|
106 …[ $extra_paths, 'src', File.join('tests'), File.join('testdata'), $cfg[:paths][:support] ].flatten…
138 out_file = File.join('build', File.basename(file, C_EXTENSION)) + $cfg[:extension][:object]
145 exe_name = File.join('build', File.basename(exe_name))
151 bin_name = File.join('build', File.basename(bin_name))
184 results_glob = File.join('build','*.test*')
192 test_results = File.join('build',test_base)
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/
Dpackage-json-file-is-edited.js42 File '/user/username/projects/myproject/src/package.json' does not exist.
50 File '/user/username/projects/myproject/src/fileB.mjs.ts' does not exist.
51 File '/user/username/projects/myproject/src/fileB.mjs.tsx' does not exist.
52 File '/user/username/projects/myproject/src/fileB.mjs.d.ts' does not exist.
53 File '/user/username/projects/myproject/src/fileB.mjs.ets' does not exist.
54 File '/user/username/projects/myproject/src/fileB.mjs.d.ets' does not exist.
55 File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it.
56 File '/user/username/projects/myproject/src/fileB.mts' does not exist.
57 File '/user/username/projects/myproject/src/fileB.d.mts' does not exist.
60 File '/user/username/projects/myproject/src/fileB.mjs.js' does not exist.
[all …]
Dpackage-json-file-is-edited-when-package-json-with-type-module-exists.js42 File '/user/username/projects/myproject/src/package.json' does not exist.
50 File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it.
51 File '/user/username/projects/myproject/src/fileB.mts' does not exist.
52 File '/user/username/projects/myproject/src/fileB.d.mts' does not exist.
55 File name '/user/username/projects/myproject/src/fileB.mjs' has a '.mjs' extension - stripping it.
56 File '/user/username/projects/myproject/src/fileB.mjs' does not exist.
61 File '/a/lib/package.json' does not exist.
62 File '/a/package.json' does not exist.
63 File '/package.json' does not exist.
65 …chInfo: /user/username/projects/myproject/src/package.json 2000 undefined File location affecting …
[all …]
Dwatches-for-changes-to-package-json-main-fields.js51 File '/user/username/projects/myproject/node_modules/pkg2.ts' does not exist.
52 File '/user/username/projects/myproject/node_modules/pkg2.tsx' does not exist.
53 File '/user/username/projects/myproject/node_modules/pkg2.d.ts' does not exist.
54 File '/user/username/projects/myproject/node_modules/pkg2.ets' does not exist.
55 File '/user/username/projects/myproject/node_modules/pkg2.d.ets' does not exist.
59 File '/user/username/projects/myproject/node_modules/pkg2/build/index.js' does not exist.
61 File '/user/username/projects/myproject/node_modules/pkg2/build/index.js.ts' does not exist.
62 File '/user/username/projects/myproject/node_modules/pkg2/build/index.js.tsx' does not exist.
63 File '/user/username/projects/myproject/node_modules/pkg2/build/index.js.d.ts' does not exist.
64 File '/user/username/projects/myproject/node_modules/pkg2/build/index.js.ets' does not exist.
[all …]
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.dsp1 # Microsoft Developer Studio Project File - Name="LzmaUtil" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
87 # Begin Source File
90 # End Source File
91 # Begin Source File
94 # End Source File
95 # Begin Source File
98 # End Source File
99 # Begin Source File
102 # End Source File
[all …]
/third_party/lzma/C/Util/LzmaLib/
DLzmaLib.dsp1 # Microsoft Developer Studio Project File - Name="LzmaLib" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
96 # Begin Source File
99 # End Source File
100 # Begin Source File
103 # End Source File
105 # Begin Source File
108 # End Source File
109 # Begin Source File
112 # End Source File
[all …]
/third_party/libunwind/doc/
Dlibunwind.trans1 $manMacro1a{'Type'} = $manMacro1a{File};
2 $manMacro1b{'Type'} = $manMacro1b{File};
3 $htmlMacro1a{'Type'} = $htmlMacro1a{File};
4 $htmlMacro1b{'Type'} = $htmlMacro1b{File};
5 $texiMacro1a{'Type'} = $texiMacro1a{File};
6 $texiMacro1b{'Type'} = $texiMacro1b{File};
19 $manMacro1a{'Const'} = $manMacro1a{File};
20 $manMacro1b{'Const'} = $manMacro1b{File};
21 $htmlMacro1a{'Const'} = $htmlMacro1a{File};
22 $htmlMacro1b{'Const'} = $htmlMacro1b{File};
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/file/
DFile-constructor.any.js11 assert_throws_js(TypeError, () => new File(),
13 assert_throws_js(TypeError, () => new File([]),
19 var file = new File(arg1, "dummy");
20 assert_true(file instanceof File);
35 test_first_argument([new File([], 'world.txt')], 0, "Empty File fileBits");
36 test_first_argument([new File(["bits"], 'world.txt')], 4, "File fileBits");
63 assert_throws_js(TypeError, () => new File(arg, 'world.html'),
69 assert_throws_js(Error, () => new File([to_string_throws], 'name.txt'),
76 var file = new File(["bits"], arg2);
77 assert_true(file instanceof File);
[all …]
/third_party/node/test/parallel/
Dtest-file.js5 const { Blob, File } = require('buffer');
10 assert.deepStrictEqual(Object.getPrototypeOf(File.prototype), Blob.prototype);
14 assert.throws(() => new File(), TypeError);
15 assert.throws(() => new File([]), TypeError);
22 const desc = Object.getOwnPropertyDescriptor(File.prototype, prop);
33 const file = new File([], '');
35 assert.strictEqual(File.prototype[Symbol.toStringTag], 'File');
39 assert.throws(() => File.prototype.name, TypeError);
40 assert.throws(() => File.prototype.lastModified, TypeError);
44 const keys = Object.keys(File.prototype).sort();
[all …]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/moduleResolution/
Dbuild-mode-watches-for-changes-to-package-json-main-fields.js58 File '/user/username/projects/myproject/packages/pkg2/const.js.ts' does not exist.
59 File '/user/username/projects/myproject/packages/pkg2/const.js.tsx' does not exist.
60 File '/user/username/projects/myproject/packages/pkg2/const.js.d.ts' does not exist.
61 File '/user/username/projects/myproject/packages/pkg2/const.js.ets' does not exist.
62 File '/user/username/projects/myproject/packages/pkg2/const.js.d.ets' does not exist.
63 File name '/user/username/projects/myproject/packages/pkg2/const.js' has a '.js' extension - stripp…
64 File '/user/username/projects/myproject/packages/pkg2/const.ts' exist - use it as a name resolution…
77 File '/user/username/projects/myproject/node_modules/pkg2.ts' does not exist.
78 File '/user/username/projects/myproject/node_modules/pkg2.tsx' does not exist.
79 File '/user/username/projects/myproject/node_modules/pkg2.d.ts' does not exist.
[all …]

12345678910>>...155