/haiku/src/tools/cppunit/cppunit/ |
H A D | CompilerOutputter.cpp | 163 Lines lines = splitMessageIntoLines( message ); in wrap() local 165 for ( Lines::iterator it = lines.begin(); it != lines.end(); ++it ) in wrap() 187 Lines lines; in splitMessageIntoLines() local 195 lines.push_back( message.substr( itStart - message.begin(), in splitMessageIntoLines() 201 return lines; in splitMessageIntoLines()
|
/haiku/src/kits/interface/ |
H A D | StringView.cpp | 277 BStringList lines; in Draw() local 278 BString(fText).Split("\n", false, lines); in Draw() 279 for (int i = 0; i < lines.CountStrings(); i++) { in Draw() 280 const char* text = lines.StringAt(i).String(); in Draw() 286 truncated = lines.StringAt(i); in Draw() 294 * (lines.CountStrings() - i - 1); in Draw() 594 int32 lines = 1; in _ValidatePreferredSize() local 598 lines++; in _ValidatePreferredSize() 602 + fontHeight.leading) * lines; in _ValidatePreferredSize() 618 BStringList lines; in _StringWidth() local [all …]
|
H A D | Icon.cpp | 398 int32 lines = b.IntegerHeight() + 1; in _MakeBitmaps() local 403 for (int32 y = 0; y < lines; y++) { in _MakeBitmaps() 457 for (int32 y = 0; y < lines; y++) { in _MakeBitmaps() 511 for (int32 y = 0; y < lines; y++) { in _MakeBitmaps() 563 for (int32 y = 0; y < lines; y++) { in _MakeBitmaps()
|
/haiku/src/system/kernel/debug/ |
H A D | debug_builtin_commands.cpp | 130 uint64 lines; in cmd_head() member 142 userData->lines = 0; in cmd_head() 145 if (++userData->lines <= userData->max_lines) { in cmd_head() 275 uint64 lines; in cmd_wc() member 287 userData->lines = 0; in cmd_wc() 296 userData->lines, userData->words, userData->chars); in cmd_wc() 300 userData->lines++; in cmd_wc()
|
H A D | blue_screen.cpp | 387 int32 high = argCount > 1 ? args[1] : sScreen.lines; in process_vt100_command() 394 int32 lines = argCount > 0 ? args[0] : 1; in process_vt100_command() 395 while (lines > 0) { in process_vt100_command() 397 lines--; in process_vt100_command() 403 int32 lines = argCount > 0 ? args[0] : 1; in process_vt100_command() 404 while (lines > 0) { in process_vt100_command() 406 lines--; in process_vt100_command()
|
/haiku/src/add-ons/kernel/drivers/common/ |
H A D | console.cpp | 54 int32 lines; member 98 if (newY >= console->lines) in gotoxy() 99 newY = console->lines - 1; in gotoxy() 113 console->scroll_bottom = console->lines - 1; in reset_console() 249 console->lines - console->y, ' ', console->attr); in erase_screen() 307 if (bottom >= console->lines) in set_scroll_region() 308 bottom = console->lines - 1; in set_scroll_region() 464 int32 high = argCount > 1 ? args[1] : console->lines; in process_vt100_command() 471 int32 lines = argCount > 0 ? args[0] : 1; in process_vt100_command() local 472 while (lines > 0) { in process_vt100_command() [all …]
|
/haiku/src/add-ons/print/drivers/pcl5/ |
H A D | PCL5_Protocol.txt | 20 Esc&l<lines>E 21 lines ... number of lines 76 Esc*b<lines>Y 77 lines ... number of raster lines of vertical movement
|
/haiku/src/apps/mediaplayer/supplier/ |
H A D | SubTitlesSRT.cpp | 21 ReadLines(BFile* file, BStringList& lines) in ReadLines() argument 48 content.Split("\n", false, lines); in ReadLines() 58 BStringList lines; in SubTitlesSRT() local 59 ReadLines(file, lines); in SubTitlesSRT() 60 int32 totalLines = lines.CountStrings(); in SubTitlesSRT() 73 BString line(lines.StringAt(currentLine)); in SubTitlesSRT()
|
/haiku/src/tests/apps/miniterminal/ |
H A D | Console.cpp | 403 int32 lines = argCount > 0 ? args[0] : 1; in ProcessVT100Command() local 404 while (lines > 0) { in ProcessVT100Command() 406 lines--; in ProcessVT100Command() 411 int32 lines = argCount > 0 ? args[0] : 1; in ProcessVT100Command() local 412 while (lines > 0) { in ProcessVT100Command() 414 lines--; in ProcessVT100Command()
|
/haiku/3rdparty/pulkomandy/ |
H A D | checkstyle.vim | 7 " lines longer than 80 chars, missing space around operators or after keywords, 46 " Less than 2 lines between functions 48 " More than 2 lines between functions
|
/haiku/src/add-ons/screen_savers/message/ |
H A D | Message.cpp | 267 BStringList lines; in Draw() local 269 int32 count = get_lines(origMessage, lines, &longestLine); in Draw() 272 font.StringWidth(lines.StringAt(longestLine).String()); in Draw() 285 offscreen.DrawString(lines.StringAt(i).String(), start); in Draw()
|
/haiku/src/apps/terminal/ |
H A D | BasicTerminalBuffer.cpp | 1098 TerminalLine** lines = (TerminalLine**)malloc(sizeof(TerminalLine*) * count); in _AllocateLines() local 1099 if (lines == NULL) in _AllocateLines() 1105 lines[i] = (TerminalLine*)malloc(size); in _AllocateLines() 1106 if (lines[i] == NULL) { in _AllocateLines() 1107 _FreeLines(lines, i); in _AllocateLines() 1110 lines[i]->Clear(width); in _AllocateLines() 1113 return lines; in _AllocateLines() 1118 BasicTerminalBuffer::_FreeLines(TerminalLine** lines, int32 count) in _FreeLines() argument 1120 if (lines != NULL) { in _FreeLines() 1122 free(lines[i]); in _FreeLines() [all …]
|
/haiku/src/add-ons/kernel/drivers/audio/hda/ |
H A D | hda.settings | 5 # Uncomment and edit any of the setting lines you wish to set.
|
/haiku/src/bin/unzip/ |
H A D | zipinfo.txt | 22 trailer lines providing summary information for the entire 116 zipinfo doesn't notice if long lines wrap at the 123 printing of two or more lines and the likelihood 126 number of available lines on the screen is not 128 is 24 lines. 266 file listing also includes header and trailer lines: 281 provided, the header and trailer lines are not listed. 371 totals lines, use only the archive name as an argument to 377 including header and totals lines, use -l: 382 header and totals lines, either negate the -h and -t [all …]
|
/haiku/src/add-ons/accelerants/neomagic/ |
H A D | valid_mode_list | 12 * total lines in frame
|
/haiku/src/add-ons/accelerants/via/ |
H A D | valid_mode_list | 12 * total lines in frame
|
/haiku/src/add-ons/accelerants/skeleton/ |
H A D | valid_mode_list | 12 * total lines in frame
|
/haiku/data/settings/media/usb_vision/Locales/ |
H A D | Japan Air | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
H A D | xUSSR Cable | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
H A D | xUSSR Air | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
H A D | US Air | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
H A D | Australia Air | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
H A D | Ireland Air | 27 ; All lines beginning with ";"-sign are comments and will be ignored.
|
/haiku/src/apps/charactermap/ |
H A D | CharacterView.cpp | 722 int32 lines = (kUnicodeBlocks[i].Count() + fCharactersPerLine - 1) in _UpdateSize() local 724 fDataRect.bottom += lines * fCharacterHeight + fTitleHeight + fTitleGap; in _UpdateSize() 768 int32 lines = (top - characterTop + fCharacterHeight - 1) in _GetTopmostCharacter() local 771 character = kUnicodeBlocks[i].start + lines * fCharactersPerLine; in _GetTopmostCharacter() 772 offset = top - characterTop - lines * fCharacterHeight; in _GetTopmostCharacter()
|
/haiku/data/catalogs/apps/text_search/ |
H A D | be.catkeys | 22 Show lines GrepWindow Паказаць радкі
|