Searched refs:details (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/apps/mediaconverter/
H A DMediaFileInfo.cpp73 BString details; local
74 snprintf(details.LockBuffer(256), 256,
79 details.UnlockBuffer();
80 video.details << details;
92 BString details; local
94 snprintf(details.LockBuffer(16), 16,
97 snprintf(details.LockBuffer(16), 16,
100 details.UnlockBuffer();
101 audio.details << detail
[all...]
H A DMediaFileInfo.h15 BString details; member in struct:MediaInfo
H A DMediaFileInfoView.cpp73 BString* infoStrings[5] = {&fInfo.audio.format, &fInfo.audio.details,
74 &fInfo.video.format, &fInfo.video.details, &fInfo.duration};
222 BString strings[5] = {fInfo.audio.format, fInfo.audio.details,
223 fInfo.video.format, fInfo.video.details, fInfo.duration};
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DStatusView.h112 BString &details,
H A DStatusView.cpp213 BString details, line; local
215 if (details.CountChars() > 0) {
216 details << "\n";
218 details << line;
222 setMessage(title, details, error);
362 BString &details,
385 if (truncated || details.CountChars() > 0) {
387 if (details.CountChars() > 0) {
388 tip << "\n" << details; local
360 setMessage( BString &title, BString &details, status_t error) argument
/haiku-fatelf/src/bin/gdb/gdb/config-x86/
H A Dobserver.inc15 GNU General Public License for more details.
/haiku-fatelf/src/bin/gdb/gdb/config-x86_64/
H A Dobserver.inc15 GNU General Public License for more details.
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp95 DetailsBuilder adds views to the details view and sets the
123 DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings);
147 DetailsBuilder::DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings) argument
149 , fDetails(details)
411 // add details view
412 fDetails = new BView(listBounds, "details", B_FOLLOW_ALL_SIDES, B_WILL_DRAW);
415 BScrollView* scrollView = new BScrollView("details-scroll-view",
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h19 status_t notify_listener(int32 operation, uint32 details, dev_t device,
H A Dkernel_emu.cpp130 UserlandFS::KernelEmu::notify_listener(int32 operation, uint32 details, argument
149 request->details = details;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dobserver.sh34 GNU General Public License for more details.
H A Dgdb-events.sh18 # GNU General Public License for more details.
73 GNU General Public License for more details.
H A Dstabsread.c17 GNU General Public License for more details.
3610 int details;
3614 /* The first number has more details about the type, for example
3616 details = read_huge_number (pp, ';', &nbits);
3625 if (details == NF_COMPLEX || details == NF_COMPLEX16
3626 || details == NF_COMPLEX32)
3604 int details; local
H A Dgdbarch.sh19 # GNU General Public License for more details.
732 GNU General Public License for more details.
1478 /* Print out the details of the current architecture. */
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure.bat14 rem GNU General Public License for more details.
H A Dmaint.mk15 ## GNU General Public License for more details.
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp208 request->device, request->node, request->details));
210 request->details);
216 (int32)request->details));
218 request->node, name, (int32)request->details);
/haiku-fatelf/src/bin/unzip/
H A Dunzip.h353 ZCONST char *efn, ZCONST zvoid *details);
559 #define UZ_ST_START_EXTRACT 1 /* no details */
560 #define UZ_ST_IN_PROGRESS 2 /* no details */
561 #define UZ_ST_FINISH_MEMBER 3 /* 'details': extracted size */
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat15 Rem GNU General Public License for more details.
/haiku-fatelf/src/bin/gdb/
H A DMakefile.def17 // GNU General Public License for more details.
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp3290 LoaderErrorDetails(const entry_ref* app, BString &details) argument
3322 // read error message from port and construct details string
3380 details += ", ";
3381 details += detail;
/haiku-fatelf/headers/private/userlandfs/private/
H A DRequests.h1554 uint32 details; // for B_STAT_CHANGED:statFields member in class:UserlandFSUtil::NotifyListenerRequest
/haiku-fatelf/src/bin/less/
H A Dconfigure2010 See \`config.log' for more details." >&5
2012 See \`config.log' for more details." >&2;}
2144 See \`config.log' for more details." >&5
2146 See \`config.log' for more details." >&2;}
2176 See \`config.log' for more details." >&5
2179 See \`config.log' for more details." >&2;}
2223 See \`config.log' for more details." >&5
2225 See \`config.log' for more details." >&2;}
2280 See \`config.log' for more details." >&5
2282 See \`config.log' for more details
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dconfigure1801 See \`config.log' for more details." >&5
1803 See \`config.log' for more details." >&2;}
1891 See \`config.log' for more details." >&5
1893 See \`config.log' for more details." >&2;}
1921 See \`config.log' for more details." >&5
1924 See \`config.log' for more details." >&2;}
1964 See \`config.log' for more details." >&5
1966 See \`config.log' for more details." >&2;}
2015 See \`config.log' for more details." >&5
2017 See \`config.log' for more details
[all...]
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex13 %General Public License for more details.

Completed in 278 milliseconds

12