Searched refs:source (Results 151 - 175 of 606) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.h67 virtual void Merge(VMCache* source);
83 VMAnonymousCache* source);
85 VMAnonymousCache* source);
86 void _MergeSwapPages(VMAnonymousCache* source);
H A DVMAnonymousNoSwapCache.cpp168 VMAnonymousNoSwapCache* source local
170 if (source == NULL) {
176 // take over the source' committed size
177 committed_size += source->committed_size;
178 source->committed_size = 0;
/haiku-fatelf/src/tools/fs_shell/
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
1371 const char *source = sources[i]; local
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp145 fOutputEncVideo.source.port = ControlPort();
146 fOutputEncVideo.source.id = 0;
189 FireWireDVNode::FormatChangeRequested(const media_source& source, argument
225 FireWireDVNode::SetBufferGroup(const media_source& source, BBufferGroup* group) argument
278 FireWireDVNode::FormatProposal(const media_source& source, argument
297 if (source.port != ControlPort()) {
319 FireWireDVNode::PrepareToConnect(const media_source& source, argument
337 // is the source valid?
338 if (source.port != ControlPort() &&
362 // set source an
371 Connect(status_t error, const media_source& source, const media_destination& destination, const media_format& format, char* io_name) argument
415 Disconnect(const media_source &source, const media_destination& destination) argument
427 LateNoticeReceived(const media_source& source, bigtime_t how_much, bigtime_t performance_time) argument
435 EnableOutput(const media_source& source, bool enabled, int32* _deprecated_) argument
444 AdditionalBufferRequested(const media_source& source, media_buffer_id prev_buffer, bigtime_t prev_time, const media_seek_tag* prev_tag) argument
[all...]
/haiku-fatelf/src/apps/installer/
H A DCopyEngine.cpp82 CopyEngine::ResetTargets(const char* source) argument
104 // on the source volume. Using find_directory() with
106 // current /boot volume regardless of the volume of "source", which
109 BPath path(source);
118 CopyEngine::CollectTargets(const char* source, sem_id cancelSemaphore) argument
121 status_t ret = _CollectCopyInfo(source, level, cancelSemaphore);
129 CopyEngine::CopyFolder(const char* source, const char* destination, argument
133 return _CopyFolder(source, destination, level, cancelSemaphore);
148 BFile source(&_source, B_READ_ONLY);
149 status_t ret = source
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-winsource.c1 /* TUI display source/assembly window.
31 #include "source.h"
39 #include "tui/tui-source.h"
70 /* Function to display source in the source window. This function
83 /* Function to display source in the source/asm window. This function
84 shows the source as specified by the horizontal offset. */
129 /* Function to ensure that the source and/or disassemly windows
169 /* Function to ensure that the source an
[all...]
/haiku-fatelf/src/tests/kits/net/multicast/
H A Dmulticat.c32 struct in_addr imr_sourceaddr; /* source */
47 struct sockaddr_storage gsr_source; /* source address */
61 const char *source);
74 { "source", required_argument, NULL, 's' },
86 char *source = NULL; local
102 source = optarg;
117 sock = open_multicast_socket(argv[0], argv[1], source);
210 const char *source)
226 err_quit("getaddrinfo(%s, %s): %s", source, port, gai_strerror(err));
254 if (source) {
209 open_multicast_socket(const char *group, const char *port, const char *source) argument
[all...]
/haiku-fatelf/src/kits/interface/
H A DColorConversion.cpp492 typedef uint32 (readFunc)(const uint8 **source, int32 index);
507 ReadRGB24(const uint8 **source, int32 index) argument
509 uint32 result = (*source)[0] | ((*source)[1] << 8) | ((*source)[2] << 16);
510 *source += 3;
526 ReadGray8(const uint8 **source, int32 index) argument
528 uint32 result = **source;
529 (*source)++;
546 ReadGray1(const uint8 **source, int3 argument
565 ReadCMAP8(const uint8 **source, int32 index) argument
662 uint32 source; local
[all...]
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp648 for (int32 i = 0; settings->FindString("source", i, &name) == B_OK; i++)
703 DataSource* source = fSources.ItemAt(i); local
705 if (!source->PerCPU() || source->CPU() == 0)
706 status = state.AddString("source", source->InternalName());
710 BString name = source->Name();
712 rgb_color color = source->Color();
766 DataSource* source = fSources.ItemAt(i); local
767 if (!strcmp(source
776 AddDataSource(const DataSource* source, const BMessage* state) argument
860 DataSource* source = FindDataSource(remove); local
1004 const DataSource* source = DataSource::SourceAt(i); local
1163 DataSource* source = FindDataSource(baseSource); local
1310 _PositionForValue(DataSource* source, DataHistory* values, int64 value) argument
1394 DataSource* source = fSources.ItemAt(i); local
1480 DataSource* source = fSources.ItemAt(i); local
1543 DataSource* source = fSources.ItemAt(i); local
[all...]
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp73 copy_metadata(net_buffer *destination, const net_buffer *source) argument
75 memcpy(destination->source, source->source,
76 min_c(source->source->sa_len, sizeof(sockaddr_storage)));
77 memcpy(destination->destination, source->destination,
78 min_c(source->destination->sa_len, sizeof(sockaddr_storage)));
80 destination->flags = source->flags;
81 destination->interface = source
421 net_buffer_private *source = (net_buffer_private *)_source; local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_close_polygon.h29 void attach(VertexSource& source) { m_source = &source; } argument
H A Dagg_span_pattern_gray.h54 source_type& source() { return *m_src; } function in class:agg::span_pattern_gray
55 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h55 source_type& source() { return *m_src; } function in class:agg::span_pattern_rgb
56 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_rgb
H A Dagg_span_pattern_rgba.h54 source_type& source() { return *m_src; } function in class:agg::span_pattern_rgba
55 const source_type& source() const { return *m_src; } function in class:agg::span_pattern_rgba
/haiku-fatelf/headers/os/app/
H A DMessageFilter.h47 message_source source, filter_hook func = NULL);
49 message_source source, uint32 what,
/haiku-fatelf/headers/os/interface/
H A DIconUtils.h39 static status_t ConvertFromCMAP8(BBitmap* source,
41 static status_t ConvertToCMAP8(BBitmap* source,
/haiku-fatelf/headers/os/media/
H A DBufferConsumer.h48 status_t SetOutputEnabled(const media_source& source,
52 status_t RequestFormatChange(const media_source& source,
58 const media_source& source,
62 const media_source& source,
65 status_t SetOutputBuffersFor(const media_source& source,
70 status_t SendLatencyChange(const media_source& source,
124 static status_t RequestFormatChange(const media_source& source,
127 static status_t SetOutputEnabled(const media_source& source,
/haiku-fatelf/headers/os/opengl/
H A DGLRenderer.h35 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
36 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/haiku-fatelf/headers/private/media/
H A DNotifications.h35 B_MEDIA_CONNECTION_BROKEN "source", "destination"
41 B_MEDIA_FORMAT_CHANGED N "source", "destination", "format"
70 void ConnectionBroken(const media_source& source,
93 void FormatChanged(const media_source& source,
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h37 ipv6_checksum(const struct in6_addr* source, argument
47 sum += compute_checksum((uint8*)source, sizeof(in6_addr));
/haiku-fatelf/src/add-ons/translators/ico/
H A DICO.h88 extern status_t convert_ico_to_bits(BMessage *settings, BPositionIO &source, BPositionIO &target);
89 extern status_t convert_bits_to_ico(BMessage *settings, BPositionIO &source,
/haiku-fatelf/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
68 virtual status_t Connected(const media_source& source,
73 virtual void Connect(status_t status, const media_source& source,
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioResampler.cpp83 AudioResampler::AudioResampler(AudioReader* source, float frameRate, argument
91 SetSource(source);
119 // calculate position and frames in the source data
196 AudioResampler::SetSource(AudioReader* source) argument
198 if (!source) {
199 TRACE("AudioResampler::SetSource() - NULL source\n");
203 if (source->Format().type != B_MEDIA_RAW_AUDIO) {
210 if (source->Format().u.raw_audio.byte_order != hostByteOrder) {
217 fSource = source;
218 fFormat = source
[all...]
/haiku-fatelf/src/apps/tv/
H A DVideoView.cpp380 "Overlay restrictions: source horizontal_alignment %d\n",
381 restrict.source.horizontal_alignment);
382 printf("Overlay restrictions: source vertical_alignment %d\n",
383 restrict.source.vertical_alignment);
384 printf("Overlay restrictions: source width_alignment %d\n",
385 restrict.source.width_alignment);
386 printf("Overlay restrictions: source height_alignment %d\n",
387 restrict.source.height_alignment);
388 printf("Overlay restrictions: source min_width %d\n",
389 restrict.source
[all...]
/haiku-fatelf/src/apps/webpositive/support/
H A DIconUtils.h66 static status_t ConvertFromCMAP8(BBitmap* source,
68 static status_t ConvertToCMAP8(BBitmap* source,

Completed in 412 milliseconds

1234567891011>>