Searched refs:source (Results 1 - 25 of 489) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp138 const char* source[1];
141 source[0] = inString;
147 font.GetTruncatedStrings(source, 1, truncMode, width, results);
140 const char* source[1]; local
H A DFSUtils.cpp1746 BDirectory source(&ref);
1747 if (source.InitCheck() == B_OK) {
1748 source.Rewind();
1750 while (source.GetNextEntry(&current) == B_OK) {
1842 BString source; local
1844 // source is deeper in the same tree than the target
1845 source.Append(src);
1847 // target is deeper in the same tree than the source
1850 source.Prepend("../");
1853 source
[all...]
H A DContainerWindow.cpp942 // look for background image info in the source for defaults
985 // look for background image info in the source for defaults
2493 BContainerWindow::ShowDropContextMenu(BPoint where, BPoseView* source) argument
2521 if (item->Command() == kMoveSelectionTo && source != NULL) {
2522 item->SetEnabled(!source->SelectedVolumeIsReadOnly()
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp185 fIn.source = media_source::null;
382 fIn.source = producer;
411 if (where == fIn.destination && producer == fIn.source) {
413 fIn.source = media_source::null;
517 if (producer != fIn.source)
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp253 const DataSource* source = kSources[i]; local
254 if (!strcmp(source->InternalName(), internalName))
255 return source;
263 DataSource::IndexOf(const DataSource* source) argument
265 const char* name = source->Name();
H A DDataSource.h58 static int32 IndexOf(const DataSource* source);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1447 const char* source = sources.StringAt(i); local
1454 parse_named_url(source, urlName, urlAddress);
1601 "noted in the source. Haiku" B_UTF8_REGISTERED
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.cpp120 PCXTranslator::DerivedTranslate(BPositionIO *source, argument
138 status_t status = identify_bits_header(source, NULL, &bitsHeader);
142 return PCX::convert_bits_to_pcx(ioExtension, *source, bitsHeader, *target);
147 // source is NOT in bits format
151 return PCX::convert_pcx_to_bits(ioExtension, *source, *target);
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.cpp130 ICOTranslator::DerivedTranslate(BPositionIO *source, argument
148 status_t status = identify_bits_header(source, NULL, &bitsHeader);
152 return ICO::convert_bits_to_ico(ioExtension, *source, bitsHeader, *target);
157 // source is NOT in bits format
161 return ICO::convert_ico_to_bits(ioExtension, *source, *target);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1248 header->msg_namelen = min_c(nameLen, buffer->source->sa_len);
1249 memcpy(header->msg_name, buffer->source, header->msg_namelen);
1416 memcpy(buffer->source, &socket->address, socket->address.ss_len);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp214 const sockaddr_l2cap* l2capAddr = (sockaddr_l2cap*)buffer->source;
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp149 memcpy(conn->currentRxPacket->source, &conn->address_dest, sizeof(sockaddr_storage));
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h16 * Redistribution and use in source and binary forms, with or without
19 * 1. Redistributions of source code must retain the above copyright
269 emuxki_recsrc_t source; member in union:_emuxki_voice::__anon17
H A Demuxki.c19 * Redistribution and use in source and binary forms, with or without
22 * 1. Redistributions of source code must retain the above copyright
757 switch (voice->dataloc.source) {
1115 voice->dataloc.source = recsrc;
1178 switch (voice->dataloc.source) {
1221 switch (voice->dataloc.source) {
1348 switch (voice->dataloc.source) {
1402 switch (voice->dataloc.source) {
1449 voice->dataloc.source = EMU_RECSRC_NOTSET;
1567 voice->dataloc.source
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp79 system_time(), PrintAddress(buffer->source), \
1491 if (_PrepareSendPath(buffer->source) != B_OK) {
1898 ", wnd %" B_PRIu32, buffer, buffer->size, PrintAddress(buffer->source),
2045 LocalAddress().CopyTo(buffer->source);
2055 buffer, buffer->size, PrintAddress(buffer->source),
H A DEndpointManager.cpp557 AddressModule()->set_to(reply->source, buffer->destination);
558 AddressModule()->set_to(reply->destination, buffer->source);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp126 StreamBase(BMediaIO* source,
156 // Since multiple StreamCookies use the same BMediaIO source, they
157 // maintain the position individually, and may need to seek the source
171 // Since different threads may read from the source,
193 StreamBase::StreamBase(BMediaIO* source, BLocker* sourceLock, argument
196 fSource(source),
910 Stream(BMediaIO* source,
947 AVFormatReader::Stream::Stream(BMediaIO* source, BLocker* streamLock) argument
949 StreamBase(source, streamLock, &fLock),
1460 fSourceLock("source
1501 BMediaIO* source = dynamic_cast<BMediaIO*>(Source()); local
1675 BMediaIO* source = dynamic_cast<BMediaIO*>(Source()); local
[all...]
/haiku/src/tools/fs_shell/
H A Dfssh.cpp868 fprintf(stderr, "Usage: %s [Options] <source> <target>\n", argv[0]);
872 const char *source = argv[argi]; local
882 // get source leaf
884 error = get_last_path_component(source, leaf, sizeof(leaf));
886 fprintf(stderr, "Error: Failed to get leaf name of source "
925 error = _kern_create_symlink(-1, target, source,
928 error = _kern_create_link(target, source);
H A Dcommand_cp.cpp873 static fssh_status_t copy_entry(FSDomain *sourceDomain, const char *source,
895 copy_file_contents(const char *source, File *sourceFile, const char *target, argument
931 source, fssh_strerror(bytesRead));
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, argument
955 // compose a new source path name
956 char *sourceEntry = make_path(source, entry->d_name);
958 fprintf(stderr, "Error: Failed to allocate source path!\n");
978 fprintf(stderr, "Error reading directory `%s': %s\n", source,
988 copy_attribute(const char *source, Node *sourceNode, const char *target, argument
1011 // read data from source
1039 copy_attributes(const char *source, Node *sourceNode, const char *target, Node *targetNode) argument
1072 copy_entry(FSDomain *sourceDomain, const char *source, FSDomain *targetDomain, const char *target, const Options &options, bool dereference) argument
1377 const char *source = sources[i]; local
[all...]
/haiku/src/preferences/filetypes/
H A DIconView.h27 Icon(const Icon& source);
58 Icon& operator=(const Icon& source);
H A DIconView.cpp49 icon_source source = kNoIcon;
54 source = kOwnIcon;
56 if (source == kNoIcon) {
64 source = kApplicationIcon;
68 if (source == kNoIcon) {
74 source = kSupertypeIcon;
83 source = kSupertypeIcon;
89 if (source != kNoIcon) {
94 *_source = source;
96 return source !
104 icon_source source = kNoIcon; local
162 Icon(const Icon& source) argument
392 BBitmap* source; local
457 BBitmap* source = (width > B_LARGE_ICON && fLarge != NULL) || fMini == NULL local
487 operator =(const Icon& source) argument
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp79 dprintf(" source %p %" B_PRIu32 ";", entry.source, entry.source_index);
209 if (irqEntry.source == NULL) {
220 if (existing->handle == irqEntry.source) {
238 link->handle = irqEntry.source;
323 status_t status = set_current_irq(acpi, irqEntry.source, configuration);
329 read_current_irq(acpi, irqEntry.source, configuration);
332 if (other.source == irqEntry.source) {
378 // a source i
382 acpi_handle source; local
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp363 x86_set_irq_source(int32 irq, irq_source source) argument
365 sVectorSources[irq] = source;
/haiku/headers/private/kernel/arch/x86/
H A Darch_int.h82 void x86_set_irq_source(int32 irq, irq_source source);
/haiku/src/kits/interface/
H A DStatusBar.cpp734 BStatusBar::_SetTextData(BString& text, const char* source, argument
737 if (source == NULL)
738 source = "";
741 if (text == source)
745 text = source;

Completed in 180 milliseconds

1234567891011>>