Home
last modified time | relevance | path

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

12345678910>>...179

/third_party/node/deps/npm/test/tap/
Dpack-files-and-ignores.js13 var File = Tacks.File variable
19 'package.json': File({
27 include: File(''),
28 sub: Dir({ include: File('') }),
29 notincluded: File('')
43 'package.json': File({
47 '.npmignore': File(
51 include: File(''),
52 ignore: File(''),
53 sub: Dir({ ignore: File('') })
[all …]
/third_party/flutter/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/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/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/flutter/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/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 …]
Dfile.h41 class File {
118 File();
122 File(const FilePath& path, uint32_t flags);
125 explicit File(PlatformFile platform_file);
128 explicit File(Error error_details);
130 File(File&& other);
132 ~File();
134 File& operator=(File&& other);
250 File Duplicate() const;
278 File(const File&) = delete;
[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/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/libjpeg-turbo/release/
Dinstaller.nsi.in38 File "@CMAKE_CURRENT_BINARY_DIR@\libturbojpeg.dll"
40 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}turbojpeg.dll"
44 File "@CMAKE_CURRENT_BINARY_DIR@\libturbojpeg.dll"
46 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}turbojpeg.dll"
49 File "@CMAKE_CURRENT_BINARY_DIR@\libjpeg-@SO_MAJOR_VERSION@.dll"
51 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}jpeg@SO_MAJOR_VERSION@.dll"
53 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}cjpeg.exe"
54 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}djpeg.exe"
55 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}jpegtran.exe"
56 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}tjbench.exe"
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/
Dinstaller.nsi.in38 File "@CMAKE_CURRENT_BINARY_DIR@\libturbojpeg.dll"
40 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}turbojpeg.dll"
44 File "@CMAKE_CURRENT_BINARY_DIR@\libturbojpeg.dll"
46 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}turbojpeg.dll"
49 File "@CMAKE_CURRENT_BINARY_DIR@\libjpeg-@SO_MAJOR_VERSION@.dll"
51 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}jpeg@SO_MAJOR_VERSION@.dll"
53 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}cjpeg.exe"
54 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}djpeg.exe"
55 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}jpegtran.exe"
56 File "@CMAKE_CURRENT_BINARY_DIR@\${BUILDDIR}tjbench.exe"
[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/typescript/src/testRunner/unittests/tscWatch/
DemitAndErrorUpdates.ts3 const config: File = {
8 configFile: () => File;
32 …changeCompilerOptions(input: VerifyEmitAndErrorUpdates, additionalOptions: CompilerOptions): File {
41 files: () => File[];
43 lib?: () => File;
45 configFile?: () => File;
87 const aFile: File = {
95 function verifyDeepImportChange(subScenario: string, bFile: File, cFile: File) {
110 const bFile: File = {
118 const cFile: File = {
[all …]
/third_party/flatbuffers/grpc/src/compiler/
Dcpp_generator.h73 grpc::string GetHeaderPrologue(grpc_generator::File *file,
77 grpc::string GetHeaderIncludes(grpc_generator::File *file,
81 grpc::string GetSourceIncludes(grpc_generator::File *file,
85 grpc::string GetHeaderEpilogue(grpc_generator::File *file,
89 grpc::string GetSourcePrologue(grpc_generator::File *file,
93 grpc::string GetHeaderServices(grpc_generator::File *file,
97 grpc::string GetSourceServices(grpc_generator::File *file,
101 grpc::string GetSourceEpilogue(grpc_generator::File *file,
105 grpc::string GetMockPrologue(grpc_generator::File *file,
109 grpc::string GetMockIncludes(grpc_generator::File *file,
[all …]
/third_party/typescript/scripts/types/
Dambient.d.ts14 export = File;
16 declare class File<T extends File.Contents = File.Contents> { class
17 constructor(options?: File.VinylOptions<T>);
35 isBuffer(): this is T extends Buffer ? File<Buffer> : never;
36 isStream(): this is T extends NodeJS.ReadableStream ? File<NodeJS.ReadableStream> : never;
37 isNull(): this is T extends null ? File<null> : never;
38 isDirectory(): this is T extends null ? File.Directory : never;
39 isSymbolic(): this is T extends null ? File.Symbolic : never;
43 namespace File { namespace
56 export type File = import("./vinyl"); alias
[all …]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js97 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.ts' does not exist.
98 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.tsx' does not exist.
99 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.d.ts' does not exist.
100 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.ets' does not exist.
104 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js' …
106 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.t…
107 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.t…
108 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.d…
109 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.e…
110 File name '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index…
[all …]
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js97 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.ts' does not exist.
98 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.tsx' does not exist.
99 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.d.ts' does not exist.
100 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two.ets' does not exist.
104 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js' …
106 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.t…
107 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.t…
108 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.d…
109 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.js.e…
110 File name '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index…
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/cocoapods/
DPodfile-macos17 file_abs_path = File.expand_path(file)
18 if !File.exists? file_abs_path
23 File.foreach(file_abs_path) { |line|
29 podpath = File.expand_path("#{path}", file_abs_path)
39 file_abs_path = File.expand_path(file)
40 if !File.exists? file_abs_path
43 File.foreach(file_abs_path) { |line|
56 ephemeral_dir = File.join('Flutter', 'ephemeral')
57 symlink_dir = File.join(ephemeral_dir, '.symlinks')
58 symlink_plugins_dir = File.join(symlink_dir, 'plugins')
[all …]
/third_party/mesa3d/src/mesa/program/
Dprogramopt.c90 newInst[i].DstReg.File = PROGRAM_OUTPUT; in insert_mvp_dp4_code()
93 newInst[i].SrcReg[0].File = PROGRAM_STATE_VAR; in insert_mvp_dp4_code()
96 newInst[i].SrcReg[1].File = PROGRAM_INPUT; in insert_mvp_dp4_code()
161 newInst[0].DstReg.File = PROGRAM_TEMPORARY; in insert_mvp_mad_code()
164 newInst[0].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()
167 newInst[0].SrcReg[1].File = PROGRAM_STATE_VAR; in insert_mvp_mad_code()
173 newInst[i].DstReg.File = PROGRAM_TEMPORARY; in insert_mvp_mad_code()
176 newInst[i].SrcReg[0].File = PROGRAM_INPUT; in insert_mvp_mad_code()
179 newInst[i].SrcReg[1].File = PROGRAM_STATE_VAR; in insert_mvp_mad_code()
182 newInst[i].SrcReg[2].File = PROGRAM_TEMPORARY; in insert_mvp_mad_code()
[all …]
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java24 import java.io.File;
59 private final File inputPath;
74 public GeneratePhonePrefixData(File inputPath, AbstractPhonePrefixDataIOHandler ioHandler) in GeneratePhonePrefixData()
189 private List<File> createOutputFiles(File countryCodeFile, int countryCode, String language) in createOutputFiles()
191 List<File> outputFiles = new ArrayList<File>(); in createOutputFiles()
233 private Map<File, List<File>> createInputOutputMappings() throws IOException { in createInputOutputMappings()
234 Map<File, List<File>> mappings = new LinkedHashMap<File, List<File>>(); in createInputOutputMappings()
235 File[] languageDirectories = inputPath.listFiles(); in createInputOutputMappings()
239 for (File languageDirectory : languageDirectories) { in createInputOutputMappings()
243 File[] countryCodeFiles = languageDirectory.listFiles(); in createInputOutputMappings()
[all …]

12345678910>>...179