Searched refs:code (Results 101 - 125 of 474) sorted by path

1234567891011>>

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp730 // get the breakpoints in our source code range
1926 FileSourceCode* code = instance->GetFunction()->GetSourceCode();
1929 if (code == NULL)
1936 code->GetSourceFile()->GetLocatedPath(sourcePath);
2136 SourceCode* code = NULL; local
2144 code = instance->GetSourceCode();
2154 code = function->GetSourceCode();
2157 if (code != NULL)
2158 SetSourceCode(code);
2238 // set the source code, i
[all...]
/haiku/src/apps/expander/
H A DGenericThread.cpp278 GenericThread::SendData(int32 code, void* buffer, size_t size) argument
280 return (send_data(fThreadId, code, buffer, size));
H A DGenericThread.h40 status_t SendData(int32 code, void* buffer,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h49 virtual void MouseMoved(BPoint where, uint32 code,
H A DColorSlider.cpp249 ColorSlider::MouseMoved( BPoint where, uint32 code, argument
H A DColorSlider.h47 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp102 uint32 code = _Install(); local
106 BMessage message(code);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h36 virtual void MouseMoved(BPoint where, uint32 code,
47 void _SendMouseMessage(uint16 code,
49 void _SendKeyMessage(uint16 code,
/haiku/src/apps/resedit/
H A DResFields.h19 TypeCodeField(const type_code &code, ResourceData *data);
H A DResourceData.cpp25 ResourceData::ResourceData(const type_code &code, const int32 &id, argument
28 : fType(code),
37 fTypeString = MakeTypeString(code);
121 ResourceData::SetTo(const type_code &code, const int32 &id, argument
124 fType = code;
125 fTypeString = MakeTypeString(code);
136 ResourceData::SetType(const type_code &code) argument
138 fType = code;
139 fTypeString = MakeTypeString(code);
H A DResourceData.h20 ResourceData(const type_code &code, const int32 &id,
25 void SetTo(const type_code &code, const int32 &id,
34 void SetType(const type_code &code);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c437 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) argument
449 code = 3;
452 (code | modifiers) + 0x20, col + 0x21, row + 0x21);
460 code = 3;
462 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
473 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm');
478 code = 3;
481 code | modifiers, col + 1, row + 1);
910 // Some temporaries for later code
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1229 BMediaRecorder::notification code, ...)
1231 if (code == BMediaRecorder::B_WILL_STOP) {
1269 BSoundPlayer::sound_player_notification code, ...)
1271 if ((code == BSoundPlayer::B_STOPPED) || (code == BSoundPlayer::B_SOUND_DONE)) {
H A DRecorderWindow.h169 static void NotifyRecordFile(void * cookie, BMediaRecorder::notification code, ...);
172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
H A DTransportButton.cpp447 TransportButton::MouseMoved(BPoint point, uint32 code, const BMessage *) argument
H A DTransportButton.h59 virtual void MouseMoved(BPoint, uint32 code, const BMessage *);
/haiku/src/bin/addattr/
H A Dmain.cpp88 // the string as number and use it directly as type code
93 // if that didn't work, try the string as a char-type-code
108 fprintf(stderr, "usage: %s [-t type|-c code] [ -P ] attr value file1 [file2...]\n"
109 " or: %s [-f value-from-file] [-t type|-c code] [ -P ] attr file1 [file2...]\n\n"
116 "\t\tor an escape-quoted type code, eg. \\'MICN\\'\n"
131 "\t\tor a quoted type code, eg.: \\'MICN\\'\n"
132 "\t\tOr enter the actual type code with the '-c' option\n");
141 fprintf(stderr, "%s: attribute type code \"%s\" is not valid\n", kProgramName,
219 // Get the type code directly
220 char code[] local
[all...]
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp102 int32 code; local
105 ssize_t bytesRead = read_port(fReplyPort, &code, &reply, sizeof(reply));
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp281 int32 type, code;
283 message->FindInt32("code", &code);
285 if(type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) {
296 UpdateStatus(code);
303 ConnectionView::UpdateStatus(int32 code) argument
308 if(code == PPP_REPORT_UP_SUCCESSFUL) {
319 if(fKeepLabel && code != PPP_REPORT_GOING_UP && code != PPP_REPORT_UP_SUCCESSFUL)
328 switch(code) {
[all...]
H A DConnectionView.h44 void UpdateStatus(int32 code);
/haiku/src/bin/network/telnetd/
H A Dtermstat.c8 * 1. Redistributions of source code must retain the above copyright
391 clientstat(int code, int parm1, int parm2) argument
400 * Process request from client. code tells what it is.
402 switch (code) {
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c17 The initial developer of the original code is David A. Hinds
302 static int get_tuple(int fd, cisdata_t code, ds_ioctl_arg_t *arg) argument
304 arg->tuple.DesiredTuple = code;
462 code, execute() returns -1.
H A Ddump_cis.c17 The initial developer of the original code is David A. Hinds
481 printf("[code]"); break;
740 if (c->code == 0)
812 static void print_config(int code, cistpl_config_t *cfg) argument
815 (code == CISTPL_CONFIG_CB) ? "_cb" : "",
817 if (code == CISTPL_CONFIG)
/haiku/src/bin/rc/
H A Dcompile.h42 type_code code; // type code member in struct:type_t
H A Ddecompile.cpp90 make_code(uint32 value, char *code) argument
92 code[0] = (value >> 24) & 0xFF;
93 if (isprint(code[0])) {
94 code[1] = (value >> 16) & 0xFF;
95 if (isprint(code[1])) {
96 code[2] = (value >> 8) & 0xFF;
97 if (isprint(code[2])) {
98 code[3] = value & 0xFF;
99 if (isprint(code[3])) {
100 code[
114 char code[5]; local
193 char code[5]; local
[all...]

Completed in 421 milliseconds

1234567891011>>