Searched refs:bottom (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 302 int bottom = first_nonopt; in exchange() local 334 while (top > middle && middle > bottom) in exchange() 336 if (top - middle > middle - bottom) in exchange() 339 int len = middle - bottom; in exchange() 345 tem = argv[bottom + i]; in exchange() 346 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange() 347 argv[top - (middle - bottom) + i] = tem; in exchange() 348 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange() 362 tem = argv[bottom + i]; in exchange() 363 argv[bottom + i] = argv[middle + i]; in exchange() [all …]
|
D | README.DOS | 233 The bottom line is that you can now write Makefiles where some
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 44 margin-bottom: 0px; 48 margin-bottom: 4px; 52 margin-bottom: 2px; 158 margin-bottom: 3px; 168 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 229 margin-bottom: 0px; 302 margin-bottom: 0px; 405 margin-bottom: 10px; 442 border-bottom: 1px solid #A8B8D9; 449 border-bottom-left-radius: 8px; [all …]
|
/ndk/docs/Getting_Started/html/ |
D | doxygen.css | 21 border-bottom: 1px solid #879ECB; 27 padding-bottom: 4px; 64 margin-bottom: 0px; 68 margin-bottom: 4px; 72 margin-bottom: 2px; 191 padding-bottom: 0px; 230 margin-bottom: 3px; 240 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 303 margin-bottom: 0px; 383 margin-bottom: 0px; [all …]
|
/ndk/docs/Programmers_Guide/html/ |
D | doxygen.css | 21 border-bottom: 1px solid #879ECB; 27 padding-bottom: 4px; 64 margin-bottom: 0px; 68 margin-bottom: 4px; 72 margin-bottom: 2px; 191 padding-bottom: 0px; 230 margin-bottom: 3px; 240 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 303 margin-bottom: 0px; 383 margin-bottom: 0px; [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 682 % explicit \vfill so that the extra space is at the bottom. The 2163 % No rule at page bottom unless we print one at the top with @title. 2226 % print a rule at the page bottom also. 4645 \raggedbottom % Worry more about breakpoints than the bottom. 6563 % will somehow specify the positions allowed to float to (here, top, bottom).
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 1427 AVAR = bottom 1432 `bottom'.
|
D | make.texi | 1662 AVAR = bottom 1668 and yield a value of @file{bottom}.
|