| /buildroot/support/testing/tests/core/ |
| A D | test_post_scripts.py | 22 lines = {} 26 lines[row[0]] = row[1] 28 self.assertEqual(lines["arg1"], what) 29 self.assertEqual(lines["arg2"], "foobar") 30 self.assertEqual(lines["arg3"], "baz") 31 self.assertEqual(lines["TARGET_DIR"], target_dir) 32 self.assertEqual(lines["BUILD_DIR"], os.path.join(self.builddir, "build")) 33 self.assertEqual(lines["HOST_DIR"], os.path.join(self.builddir, "host")) 35 self.assertEqual(lines["STAGING_DIR"], staging) 36 self.assertEqual(lines["BINARIES_DIR"], os.path.join(self.builddir, "images")) [all …]
|
| A D | test_bad_arch.py | 17 lines = [line for line in f.readlines() if line.startswith(s)] 18 self.assertEqual(len(lines), 1)
|
| A D | test_cpeid.py | 13 lines = subprocess.check_output(cmd).splitlines() 14 return dict([str(x, "utf-8").split("=") for x in lines])
|
| /buildroot/utils/ |
| A D | scanpypi | 446 lines = [] 470 return lines 484 lines = [] 489 return lines 566 lines = [] 592 return lines 603 lines = [] 609 return lines 623 lines.append('\n') 636 lines = [] [all …]
|
| /buildroot/package/urg/ |
| A D | 0002-urg-gcc6-fix-narrowing-conversion.patch | 52 vector<string> lines; 53 if (! response(return_code, "PP\n", pp_expected_response, &lines)) { 74 bool ScipHandler::versionLines(vector<string>& lines) 79 if (! pimpl->response(return_code, "VV\n", expected_response, &lines)) { 97 vector<string> lines; 98 if (! pimpl->response(return_code, "TM1\n", expected_response, &lines)) {
|
| /buildroot/package/python-prompt-toolkit/ |
| A D | Config.in | 6 Library for building powerful interactive command lines in
|
| /buildroot/package/x11r7/xlib_libxcvt/ |
| A D | Config.in | 6 lines generator.
|
| /buildroot/package/sdl2_gfx/ |
| A D | Config.in | 7 lines, circles or polygons, an interpolating rotozoomer for
|
| /buildroot/package/statserial/ |
| A D | Config.in | 7 status of the handshaking lines. It can be
|
| /buildroot/package/sdl_gfx/ |
| A D | Config.in | 6 provides basic antialiased drawing routines such as lines,
|
| /buildroot/support/kconfig/ |
| A D | nconf.gui.c | 193 int lines = 0; in get_line() local 198 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line() 200 lines++; in get_line() 368 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local 374 getmaxyx(stdscr, lines, columns); in dialog_inputbox() 392 win_lines = min(prompt_lines+6, lines-2); in dialog_inputbox() 398 y = (lines-win_lines)/2; in dialog_inputbox() 556 int x, y, lines, columns; in show_scroll_win() local 567 getmaxyx(stdscr, lines, columns); in show_scroll_win() 582 win_lines = min(total_lines+4, lines-2); in show_scroll_win() [all …]
|
| A D | nconf.c | 370 int lines = getmaxy(stdscr); in print_function_line() local 374 mvwprintw(main_window, lines-3, offset, in print_function_line() 379 mvwprintw(main_window, lines-3, in print_function_line() 1461 int lines, columns; in setup_windows() local 1463 getmaxyx(stdscr, lines, columns); in setup_windows() 1469 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows() 1471 mwin_max_lines = lines-7; in setup_windows() 1480 int lines, columns; in main() local 1511 getmaxyx(stdscr, lines, columns); in main() 1512 if (columns < 75 || lines < 20) { in main()
|
| /buildroot/package/python-iniparse/ |
| A D | Config.in | 8 indentation, comments, and blank lines are preserved when
|
| A D | Config.in.host | 8 indentation, comments, and blank lines are preserved when
|
| /buildroot/package/gawk/ |
| A D | Config.in | 9 jobs with just a few lines of code.
|
| /buildroot/support/kconfig/patches/ |
| A D | series | 12 21-Avoid-false-positive-matches-from-comment-lines.patch
|
| /buildroot/package/dvdauthor/ |
| A D | Config.in | 10 It is driven by command lines and XML control files, though
|
| /buildroot/package/lcdproc/ |
| A D | 0001-LCDd.conf.patch | 17 # Tells the server to load the given drivers. Multiple lines can be given.
|
| /buildroot/package/imagemagick/ |
| A D | Config.in | 12 special effects, or draw text, lines, polygons, ellipses and
|
| /buildroot/package/luarocks/ |
| A D | buildroot.lua | 40 local lines = {} 44 lines[#lines+1] = line 53 lines[#lines+1] = line 54 return lines
|
| /buildroot/package/qprint/ |
| A D | Config.in | 9 extensions. It also allows the transfer of long lines of text
|
| /buildroot/package/readline/ |
| A D | Config.in | 6 by applications that allow users to edit command lines
|
| /buildroot/package/sox/ |
| A D | 0001-uclibc.patch | 22 * lines above. Test with cat monkey.wav | ./sox --info - */
|
| /buildroot/package/libcdaudio/ |
| A D | 0001-libcdaudio-enable-autoreconf.patch | 7 two offending lines):
|
| /buildroot/package/gd/ |
| A D | Config.in | 5 draw images complete with lines, arcs, text, multiple
|