Searched refs:output (Results 276 - 289 of 289) sorted by relevance

<<1112

/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp91 make_http_request(const BUrl& url, BDataIO* output, argument
95 BUrlRequest* request = BUrlProtocolRoster::MakeRequest(url, output,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp730 BString output; local
732 || message->FindString("output", &output) != B_OK) {
735 fConsoleOutputView->ConsoleOutputReceived(fd, output);
1077 message.AddString("output", event.Output());
/haiku/headers/cpp/
H A Dstreambuf.h1 /* This is part of libio/iostream, providing -*- C++ -*- input/output.
121 output = _IO_OUTPUT, enumerator in enum:open_mode
/haiku/src/libs/libtelnet/
H A Dencrypt.c236 printf("Usage: encrypt enable <type> [input|output]\n");
252 printf("Usage: encrypt disable <type> [input|output]\n");
266 if ((mode == 0) || (isprefix(mode, "output"))) {
285 printf("Usage: encrypt type <type> [input|output]\n");
298 if ((mode == 0) || isprefix(mode, "output")) {
316 if (isprefix(mode, "output"))
319 printf("Usage: encrypt start [input|output]\n");
359 if (isprefix(mode, "output"))
362 printf("Usage: encrypt stop [input|output]\n");
391 printf("Currently encrypting output wit
[all...]
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp193 #define ADD_AREA_FLAG_IF_PRESENT(flag, protection, name, output, missing)\
/haiku/
H A Dconfigure31 output directory under "cross-tools". The
130 Non-default output directories:
531 # determine output directory
890 # check if nasm can actually output ELF files
902 # create output directory
1197 # Generate a Jamfile in the output directory.
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c593 // 3. Then tune h_blank_o for centered output on scope (look at front porch and back porch);
594 // 4. Now shift the TV output using Hsync_offset for centered output while looking at TV (in method 'SetBT_Hphase' above);
613 buffer[9] = 0xf2; //v_active_o: = (active output lines + 2) / field (on TV)
693 // 3. Then tune h_blank_o for centered output on scope (look at front porch and back porch);
694 // 4. Now shift the TV output using Hsync_offset for centered output while looking at TV (in method 'SetBT_Hphase' above);
713 buffer[9] = 0x2e; //v_active_o: = (active output lines + 2) / field (on TV)
803 // 3. Then tune h_blank_o for centered output on scope (look at front porch and back porch);
804 // 4. Now shift the TV output usin
905 BT_setup_output(uint8 monstat, uint8 output, uint8 ffilter) argument
[all...]
/haiku/src/system/kernel/debug/
H A Dtracing.cpp64 TraceOutputPrint(TraceOutput& output) argument
66 fOutput(output)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp710 // retrieve input/output matching the given destination/source.
725 bool operator()(const media_output& output) const {
726 return output.source == source;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp492 /* Tailor these for the output of your device */
1134 CRadeonProducer::FormatProposal(const media_source &output, media_format *format) argument
1143 if( output != fOutput.source )
1290 // DMA copying, the format conversion and the output nodes latency;
1866 /* Start producing frames, even if the output hasn't been connected yet. */
1907 // don't capture if output is disabled
/haiku/src/apps/bootmanager/
H A Dbootman.S271 mov bh, 0 ; Text output on page 0
/haiku/src/apps/mediaplayer/
H A DController.cpp513 return format.u.encoded_audio.output.channel_count;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp280 // With the output turned off via DPMS, we might not get any interrupts
407 // a. Enable PCH 120MHz clock source output to CPU, wait for DMI
455 viii. Enable normal pixel output on CPU FDI Transmitter and PCH FDI Receiver
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp868 BFile output(&dir, name,
870 CurrentWebView()->WebPage()->GetContentsAsMHTML(output);

Completed in 179 milliseconds

<<1112