Searched refs:target (Results 1 - 25 of 949) sorted by path

1234567891011>>

/haiku-fatelf/build/scripts/
H A Dbuild_cross_tools104 --prefix=$installDir --target=i586-pc-haiku --disable-nls \
136 # And while at it, touch gperf target, too (as gperf may not be installed)
150 --target=i586-pc-haiku --disable-nls --enable-shared=yes \
H A Dbuild_cross_tools_gcc4122 --prefix=$installDir --target=$haikuMachine --disable-nls \
154 --target=$haikuMachine --disable-nls --disable-shared --with-system-zlib \
171 # build libraries for the kernel if the target arch requires it
H A Dbuild_fatelf_cross_tools232 local target=$2
241 local header_dir="$target/$(dirname $f)"
271 local target="$1"
276 "${DESTROOT}/${prefix}/bin/fatelf-glue" -r "${target}" ${bins}
279 "${HAIKU_SRC}/build/scripts/macosx_merge_lipo.pl" ${bins} "${target}"
286 echo cp -R -p "${bins}" "${target}"
356 local target_toolpath="${OBJROOT}/target-wrapper-bin"
385 "--target=${binutils_target}" \
401 # Build as(1) for each target
411 "--target
[all...]
/haiku-fatelf/
H A Dconfigure40 <arch> specifies the target architecture, either
73 --target=TARGET Select build target platform.
428 *) echo "Unsupported target architecture: $2"
459 --target=*) TARGET_PLATFORM=`echo $1 | cut -d'=' -f2-`; shift 1;;
554 *) echo The compiler specified as Haiku target compiler is not a valid \
557 echo compiler is configured for target: $HAIKU_GCC_MACHINE
/haiku-fatelf/data/system/boot/
H A DInstallerFinishScript4 target=$1
6 if [ -z "$target" ]; then
11 if [ ! -d "$target" ]; then
12 echo "$target isn't mounted"
16 mkdir -p "$target/common/cache/tmp"
19 rm -f "$target/home/Desktop/Installer"
21 makebootable "$target"
/haiku-fatelf/headers/build/os/app/
H A DRoster.h106 status_t StartWatching(BMessenger target,
109 status_t StopWatching(BMessenger target) const;
/haiku-fatelf/headers/build/os/storage/
H A DEntry.h110 status_t _Rename(BEntry& target, bool clobber);
/haiku-fatelf/headers/build/private/app/
H A DMessagePrivate.h59 int32 target; member in struct:BMessage::message_header
100 fMessage->fHeader->target = token;
113 SetReply(team_id team, port_id port, int32 target) argument
116 fMessage->fHeader->reply_target = target;
123 return fMessage->fHeader->target;
129 return fMessage->fHeader->target == B_PREFERRED_TOKEN;
/haiku-fatelf/headers/libs/expat/
H A Dexpat.h257 /* target and data are 0 terminated */
260 const XML_Char *target,
/haiku-fatelf/headers/libs/print/libprint/
H A DBlockingWindow.h46 filter_result Filter(BMessage *msg, BHandler **target);
H A DGraphicsDriver.h77 void _RotateInto(BBitmap* target, const BBitmap* source);
/haiku-fatelf/headers/os/add-ons/graphics/
H A DAccelerant.h290 typedef status_t (*propose_display_mode)(display_mode* target,
/haiku-fatelf/headers/os/add-ons/input_server/
H A DInputServerMethod.h31 const BMessenger target);
/haiku-fatelf/headers/os/app/
H A DClipboard.h33 status_t StartWatching(BMessenger target);
34 status_t StopWatching(BMessenger target);
H A DHandler.h64 status_t StartWatching(BMessenger target, uint32 what);
65 status_t StartWatchingAll(BMessenger target);
66 status_t StopWatching(BMessenger target, uint32 what);
67 status_t StopWatchingAll(BMessenger target);
H A DInvoker.h27 BInvoker(BMessage* message, BMessenger target);
H A DLooper.h148 BHandler* _TopLevelFilter(BMessage* msg, BHandler* target);
149 BHandler* _HandlerFilter(BMessage* msg, BHandler* target);
151 BHandler* target);
153 BHandler* resolve_specifier(BHandler* target, BMessage* msg);
H A DMessageFilter.h24 (BMessage* message, BHandler** target, BMessageFilter* filter);
H A DMessageRunner.h14 BMessageRunner(BMessenger target,
17 BMessageRunner(BMessenger target,
20 BMessageRunner(BMessenger target,
23 BMessageRunner(BMessenger target,
35 static status_t StartSending(BMessenger target,
38 static status_t StartSending(BMessenger target,
47 static int32 _RegisterRunner(BMessenger target,
52 void _InitData(BMessenger target,
H A DRoster.h84 status_t StartWatching(BMessenger target,
86 status_t StopWatching(BMessenger target) const;
/haiku-fatelf/headers/os/be_apps/Tracker/
H A DRecentItems.h65 BHandler *target = NULL, entry_ref *currentItemRef = NULL);
113 BHandler *target = NULL,
119 BHandler *target,
156 BMessage *openMessage = NULL, BHandler *target = NULL,
187 BMessage *openMessage = NULL, BHandler *target = NULL,
/haiku-fatelf/headers/os/device/
H A DCAM.h44 uchar path; /* target SIM ID */
45 uchar target; /* target device ID */ member in struct:__anon186
76 #define XPT_TARGET_IO 0x31 /* Execute the target IO request */
150 uchar cam_target_sprt; /* Flags for target mode support */
254 uchar* cam_ccb_listptr; /* Pointer to the target CCB list */
410 #define CAM_BDR_SENT 0x17 /* A SCSI BDR msg was sent to target */
430 #define CAM_AUTOSNS_VALID 0x80 /* Autosense data valid for target */
525 #define AC_SENT_BDR 0x10 /* A BDR message was sent to target */
594 int32 cam_tlun_found; /* Flag for the existence of the target/LU
[all...]
/haiku-fatelf/headers/os/interface/
H A DColorControl.h95 void _DrawColorArea(BView* target, BRect update);
96 void _DrawSelectors(BView* target);
97 void _ColorRamp(BRect rect, BView* target,
H A DDragger.h26 BDragger(BRect frame, BView* target,
96 status_t _SetViewToDrag(BView* target);
100 void _ShowPopUp(BView* target, BPoint where);
H A DInput.h41 status_t watch_input_devices(BMessenger target, bool start);

Completed in 139 milliseconds

1234567891011>>