Searched refs:line (Results 1 - 25 of 245) sorted by last modified time

12345678910

/haiku/src/apps/stylededit/
H A DStatusView.cpp70 message.AddInt32("line", 1);
195 int32 line = 0, column = 0; local
196 if (B_OK == message->FindInt32("line", &line)
200 snprintf(info, sizeof(info), B_TRANSLATE("line %d, column %d"), (int)line, (int)column);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp222 BString line; local
243 line << '[' << timeString << "]: ";
248 line << '(' << address << ") ";
251 line << msg;
265 line.String(), line.Length(), &runs);
271 fLogFile->Write(line.String(), line.Length());
314 BString line; local
315 line << "[" << timeStrin
[all...]
/haiku/src/apps/diskprobe/
H A DProbeView.cpp414 BGroupView* line = new BGroupView(B_HORIZONTAL); local
415 GridLayout()->AddView(line, 1, 0);
427 line->AddChild(stringView);
438 line->AddChild(fPathView);
444 line->AddChild(stringView);
454 line->AddChild(fTypeControl);
463 line->AddChild(fStopButton);
465 BGroupLayoutBuilder(line).AddGlue();
467 line = new BGroupView(B_HORIZONTAL, B_USE_SMALL_SPACING);
468 GridLayout()->AddView(line,
[all...]
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp746 // determine initial line count using current font
764 // stroke a line around the view
1040 // based on line heights
2142 while (char* line
2144 // chop off line break
2145 size_t lineLen = strlen(line);
2146 if (lineLen > 0 && line[lineLen - 1] == '\n')
2147 line[--lineLen] = '\0';
2150 if (lineLen == 0 || !isspace(line[0])) {
2160 fieldValue += line;
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c831 sound->left.adc_source = line; // record line left
881 sound->right.adc_source = line; //record line right
973 case line:
1003 OLDAPI(("line: %x\n", u));
1014 case line:
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp209 Error(TCPEndpoint* endpoint, const char* error, int32 line) argument
212 fLine(line),
221 out.Print("tcp:%p (%12s) error at line %" B_PRId32 ": %s", fEndpoint,
/haiku/src/kits/package/
H A DPackageInfoParser.cpp48 // map error position to line and column
49 int line = 1;
58 line++;
71 fListener->OnError(error.message, line, column + 1);
174 // ignore escaped line breaks
774 "expected 'included', semicolon, new line or '}'",
833 "expected 'template', semicolon, new line or '}'",
945 "expected 'template', semicolon, new line or '}'",
/haiku/headers/os/package/
H A DPackageInfo.h42 virtual void OnError(const BString& msg, int line, int col) = 0;
/haiku/src/kits/tracker/
H A DUtilities.cpp873 // divider line, so we can use it for secondStartX
1713 int32 DEBUG_ONLY(line))
1716 PRINT(("%s at %s:%d\n", strerror(result), file, (int)line));
1724 int32 DEBUG_ONLY(line))
1727 PRINT(("%s at %s:%d\n", strerror((status_t)size), file, (int)line));
1735 int32 DEBUG_ONLY(line))
1738 PRINT(("Assert failed at %s:%d\n", file, (int)line));
H A DFindPanel.cpp3280 char line[B_FILE_NAME_LENGTH + 5]; local
3291 sprintf(line, "%" B_PRId32 " %s\n", entry->count, entry->name);
3292 if (file.Write(line, strlen(line)) < B_OK)
3420 char line[B_FILE_NAME_LENGTH + 5]; local
3421 while (fgets(line, sizeof(line), file) != NULL) {
3422 int32 length = (int32)strlen(line) - 1;
3423 if (length >= 0 && line[length] == '\n')
3424 line[lengt
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c33 * a line is printed showing the ttl, address of the gateway and
1888 static char domain[MAXHOSTNAMELEN + 1], line[MAXHOSTNAMELEN + 1]; local
1927 (void)strncpy(line, hp->h_name, sizeof(line) - 1);
1928 line[sizeof(line) - 1] = '\0';
1929 return (line);
/haiku/src/servers/notification/
H A DNotificationView.cpp286 // Truncate the string. We have already line-wrapped the text but if
492 LineInfo* line = NULL; local
497 // Start a new line if we didn't start one before
499 if (line != NULL)
500 tempText.SetTo(line->text);
503 if (line == NULL || chunkStart[0] == '\n'
505 line = new LineInfo;
506 line->font = *be_plain_font;
507 line->location = BPoint(iconRight + kEdgePadding, y);
509 fLines.push_front(line);
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp82 BatteryInfoView::_GetTextForLine(size_t line) argument
99 switch (line) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp869 uint8* line = bits + 3; local
870 for (uint8 *end = line + 4 * width; line < end; line += 4)
871 *line = ALPHA;
874 uint8* line = bits + 3; local
875 for (uint8 *end = line + 4 * width; line < end; line += 4)
876 *line
880 uint8* line = bits + 3; local
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1814 char line[1024]; local
1815 if (fgets(line, sizeof(line), stdin) == NULL)
1819 argv = build_argv(line, &argc);
1826 char *newLine = strchr(line, '\n');
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py57 for line in infos.split(b'\n'):
58 if line.startswith(b"\tprovides:"):
59 provides.append(line.split(b' ')[1])
60 if line.startswith(b"\trequires:"):
61 line = line.split(b' ')[1] variable
62 if b'>' in line:
63 line = line.split(b'>')[0] variable
64 if b'=' in line
65 line = line.split(b'=')[0] variable
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp812 // recalculate line breaks
816 // don't recalculate line breaks,
1172 // recalculate line breaks and draw the text
1198 // update the start offsets of each line below offset
1211 // recalculate line breaks and draw the text
1298 // recalculate line breaks and draw what's left
1635 // recalc the line breaks and redraw with new style
1638 // the line breaks wont change, simply redraw
1776 STELine* line = (*fLines)[lineNum]; local
1781 result.y = line
1838 STELine* line = (*fLines)[lineNum]; local
3562 STELine* line = NULL; local
4401 STELine* line = (*fLines)[lineNum]; local
4592 STELine* line = (*fLines)[startLine]; local
[all...]
H A DColumnListView.cpp3341 float line = 0.0; local
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3348 if (line > fVisibleRect.bottom)
3352 if (line + rowHeight >= fVisibleRect.top) {
3356 BRect destRect(leftEdge, line, leftEdge + column->Width(),
3357 line + rowHeight);
3487 float line = 0.0; local
3493 if (line > invalidBounds.bottom)
3499 if (line >= invalidBounds.top - rowHeight) {
3528 BRect fullRect(fieldLeftEdge, line,
3660 float line = 0.0; local
4695 float line = 0.0; local
4715 float line = 0.0; local
4749 float line = 0.0; local
[all...]
/haiku/headers/os/interface/
H A DTextView.h158 int32 OffsetAt(int32 line) const;
/haiku/src/tests/kits/shared/
H A DChecksumJsonEventListener.h24 virtual void HandleError(status_t status, int32 line, const char* message);
H A DChecksumJsonEventListener.cpp54 ChecksumJsonEventListener::HandleError(status_t status, int32 line, const char* message) argument
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.h50 int32 line; member in struct:LineNumberProgram::State
H A DLineNumberProgram.cpp99 state.line += adjustedOpcode % fLineRange + fLineBase;
120 state.line += dataReader.ReadSignedLEB128(0);
212 state.line = 1;
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp798 // Get the statement by executing the line number program for the
802 TRACE_CODE(" -> no line number program\n");
841 statementLine = state.line - 1;
848 TRACE_CODE(" -> no line number program match\n");
883 // Get the statement by executing the line number program for the
937 statementLine = state.line - 1;
1017 // Get the statements by executing the line number program for the
1031 B_PRId32 ") %d\n", state.address, state.file, state.line,
1061 statementLine = state.line - 1;
1411 int32 line local
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp2063 HorizontalLine line(BRect(0, 0, pageRect.right, 0));
2064 bmap.AddChild(&line);
2065 print.DrawView(&line, line.Bounds(), BPoint(0, header_height + 1));
2102 bmap.RemoveChild(&line);

Completed in 131 milliseconds

12345678910