Searched refs:file (Results 76 - 100 of 737) sorted by relevance

1234567891011>>

/haiku/headers/libs/print/libprint/
H A DPrintProcess.h25 PictureData(BFile *file);
35 PageData(BFile *file, bool reverse);
52 SpoolData(BFile *file, int32 page_count, int32 nup, bool reverse);
H A DDbgMsg.h20 void DUMP_BFILE(BFile *file, const char *name);
26 #define DUMP_BFILE(file, name) (void)0
/haiku/headers/libs/agg/dbg_new/
H A Dagg_dbg_new.h29 void* operator new (size_t size, const char* file, int line);
30 void* operator new [] (size_t size, const char* file, int line);
66 watchdoggy(const char* file=0, int line=0, bool report_all=false);
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp37 = "application/x-vnd.obos.app-file-info-test1";
39 = "application/x-vnd.obos.app-file-info-test2";
41 = "application/x-vnd.obos.app-file-info-test3";
43 = "application/x-vnd.obos.app-file-info-test4";
52 = "application/x-vnd.obos.app-file-info-test-app1";
54 = "application/x-vnd.obos.app-file-info-test-app2";
56 = "application/x-vnd.obos.app-file-info-test-app3";
180 = new BApplication("application/x-vnd.obos.app-file-info-test");
270 ReadResource(BFile &file, const char *name, int32 id, type_code type, argument
274 CHK(resources.SetTo(&file)
304 CheckResource(BFile &file, const char *name, int32 id, type_code type, const void *data, size_t dataSize) argument
332 CheckNoResource(BFile &file, const char *name) argument
389 CheckAttribute(BNode &file, const TypeValue &value) argument
395 CheckResource(BFile &file, const TypeValue &value) argument
430 CheckAttribute(BNode &file, const SignatureValue &value) argument
436 CheckResource(BFile &file, const SignatureValue &value) argument
479 CheckAttribute(BNode &file, const AppFlagsValue &value) argument
485 CheckResource(BFile &file, const AppFlagsValue &value) argument
545 CheckAttribute(BNode &file, const SupportedTypesValue &value) argument
557 CheckResource(BFile &file, const SupportedTypesValue &value) argument
623 CheckAttribute(BNode &file, const IconValue &value) argument
631 CheckResource(BFile &file, const IconValue &value) argument
685 CheckAttribute(BNode &file, const VersionInfoValue &value) argument
692 CheckResource(BFile &file, const VersionInfoValue &value) argument
747 CheckAttribute(BNode &file, const IconForTypeValue &value) argument
759 CheckResource(BFile &file, const IconForTypeValue &value) argument
787 CheckTypeResource(BFile &file, const char *data) argument
805 CheckSignatureResource(BFile &file, const char *data) argument
822 CheckAppFlagsResource(BFile &file, uint32 flags) argument
839 CheckSupportedTypesResource(BFile &file, const BMessage *data) argument
870 CheckIconResource(BFile &file, BBitmap *data) argument
906 CheckVersionInfoResource(BFile &file, version_info *data) argument
943 CheckIconForTypeResource(BFile &file, const char *type, BBitmap *data, int32 resourceID = -1) argument
994 CheckNoIconForTypeResource(BFile &file, const char *type, icon_size iconSize) argument
1044 BFile file; local
1083 BFile file; local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dstdstrbufs.cc4 This file is part of the GNU IO Library. This library is free
16 along with this library; see the file COPYING. If not, write to the Free
23 the executable file might be covered by the GNU General Public License. */
26 /* This file provides definitions of _IO_stdin, _IO_stdout, and _IO_stderr
69 DEF_STDFILE(_IO_stdout_, 1, &_IO_stdin_.file, _IO_NO_READS);
70 DEF_STDFILE(_IO_stderr_, 2, &_IO_stdout_.file,
79 _IO_FILE file; member in struct:_IO_fake_stdiobuf::__anon5197
121 DEF_STDIOFILE(_IO_stdin_buf, 0, stdin, _IO_NO_WRITES, &_IO_stderr_.file);
122 DEF_STDIOFILE(_IO_stdout_buf, 1, stdout, _IO_NO_READS, &_IO_stdin_buf.s.file);
123 DEF_STDIOFILE(_IO_stderr_buf, 2, stderr, _IO_NO_READS, &_IO_stdout_buf.s.file);
[all...]
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py21 file = open(fileName, 'r')
22 text = file.read()
32 file.close()
50 for file in files:
51 path = os.path.join(root, file)
52 if os.path.splitext(file)[1] in extensions:
94 print("Usage: python checkstyle.py file.cpp [file2.cpp] [directory]\n")
96 print("Outputs an html report in the styleviolations.html file.\n")
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.h4 // This file may be used under the terms of the Be Sample Code License.
19 MediaFileListItem(BMediaFile* file, const entry_ref& ref);
37 bool AddMediaItem(BMediaFile* file,
/haiku/src/tests/add-ons/print/ppd/parser/
H A DScanner.cpp12 Scanner::Scanner(const char* file) argument
14 fCurrentFile = new PPDFile(file);
20 PPDFile* file = fCurrentFile->GetPreviousFile(); local
22 fCurrentFile = file;
169 PPDFile* file = fCurrentFile->GetPreviousFile(); local
171 fCurrentFile = file;
192 bool Scanner::Include(const char* file) argument
194 PPDFile* newFile = new PPDFile(file, fCurrentFile);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h25 FileItem(const char* label, const char* file) argument
27 , fFile(file)
/haiku/src/apps/drivesetup/
H A DDriveSetup.cpp77 BFile file; local
78 ret = _GetSettingsFile(file, true);
82 ret = fSettings.Flatten(&file);
95 BFile file; local
96 status_t ret = _GetSettingsFile(file, false);
100 ret = fSettings.Unflatten(&file);
117 DriveSetup::_GetSettingsFile(BFile& file, bool forWriting) const argument
136 ret = file.SetTo(path.Path(), forWriting ? writeFlags : readFlags);
139 // Only inform of an error if the file was supposed to be written.
140 fprintf(stderr, "failed to init settings file
[all...]
/haiku/src/servers/package/
H A DPackageFileManager.h30 void PackageFileMoved(PackageFile* file,
34 void RemovePackageFile(PackageFile* file);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.h26 # define Aerror(statp, file, string, error, address, addrLen) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
37 /*! \file */
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DVolume.h6 ** This file may be used under the terms of the MIT License.
20 Volume(BFile *file) : fFile(file) {} argument
H A Dcache.h6 ** This file may be used under the terms of the MIT License.
15 extern void init_cache(BFile* file, int32 blockSize);
16 extern void shutdown_cache(BFile* file, int32 blockSize);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dconsistency_check.cpp56 status_t Process(int file) argument
60 fFile = file;
124 fprintf(stderr, "Could not stat file \"%s\": %s\n", entry.path.c_str(),
134 int file = open(entry.path.c_str(), O_RDONLY); local
135 if (file < 0) {
136 fprintf(stderr, "Could not open file \"%s\": %s\n", entry.path.c_str(),
141 status_t status = gSHA.Process(file);
163 fprintf(stderr, "usage: %s <hash-file>\n", kProgramName);
176 // read files from hash file
178 int file local
[all...]
/haiku/src/apps/people/
H A DPersonView.cpp10 * This file may be used under the terms of the Be Sample Code License.
59 BFile* file = NULL; local
61 file = new BFile(fRef, B_READ_ONLY);
75 if (file != NULL)
76 file->GetModificationTime(&fLastModificationTime);
77 delete file;
215 BFile file(&entry, B_READ_ONLY);
218 if (file.InitCheck() == B_OK
219 && file.GetAttrInfo(fCategoryAttribute, &info) == B_OK
224 if (file
357 BFile* file = NULL; local
[all...]
/haiku/headers/os/add-ons/registrar/
H A DMimeSnifferAddon.h27 virtual float GuessMimeType(BFile* file,
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku/src/system/libroot/posix/sys/
H A Dflock.c7 #include <sys/file.h>
/haiku/src/tests/kits/media/mp3_reader_test/
H A DFileDataIO.h17 BFile *file; member in class:FileDataIO
/haiku/src/tests/kits/media/wav_reader_test/
H A DFileDataIO.h17 BFile *file; member in class:FileDataIO
/haiku/src/tests/misc/
H A Drtti-test.cpp48 // test with artificial classes defined in this file
73 BFile file; local
77 printf("BFile: %p (vtable: %p)\n", &file, *(void**)&file);
81 RTTI_TEST(&file, "BFile");
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddon.cpp36 BMimeSnifferAddon::GuessMimeType(BFile* file, const void* buffer, int32 length, argument
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_kernel_args.h10 # error This file is included from <boot/kernel_args.h> only

Completed in 404 milliseconds

1234567891011>>