Home
last modified time | relevance | path

Searched refs:board (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/demo/
H A Dlife.py6 An empty board will be displayed, and the following commands are available:
7 E : Erase the board
8 R : Fill the board randomly
12 Cursor keys : Move the cursor around the board
23 """Encapsulates a Life board
26 X,Y : horizontal and vertical size of the board
32 of the board and refresh the screen.
33 erase() -- clear the entire board
34 make_random() -- fill the board randomly
53 # Draw a border around the board
[all...]
/third_party/backends/backend/escl/
H A Descl_capabilities.c87 * \return board (the allocated array)
92 SANE_String_Const *board = NULL; in char_to_array() local
111 board = (SANE_String_Const *)malloc(sizeof(SANE_String_Const) * ((*tabsize) + 1)); in char_to_array()
113 board = (SANE_String_Const *)realloc(tab, sizeof(SANE_String_Const) * ((*tabsize) + 1)); in char_to_array()
114 board[*tabsize - 1] = (SANE_String_Const)strdup(convert); in char_to_array()
115 board[*tabsize] = NULL; in char_to_array()
116 return (board); in char_to_array()
123 * \return board (the allocated array)
128 SANE_Int *board = NULL; in int_to_array() local
138 board in int_to_array()
[all...]
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py142 Write the generated pins for a specified mbed board into the output C++ file.
185 Generate pins.cpp for a specified mbed board, using target definitions from the
191 parser.add_argument('board', help='mbed board name')
198 board_name = args.board.upper()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3051 % "outlined" (blackboard board, sort of) versions, which we don't need).

Completed in 10 milliseconds