Searched refs:small (Results 1 - 25 of 216) sorted by relevance

123456789

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dfirstlast.c55 WINDOW *large, *small; local
60 small = newwin(10, 30, 7, 25);
67 wrefresh(small);
69 mvwaddstr(small, 5, 5, " Test <place to change> String ");
70 wrefresh(small);
76 mvwaddstr(small, 5, 5, " Test <***************> String ");
77 wrefresh(small);
88 werase(small);
89 wrefresh(small);
92 wmove(small,
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/build_win/
H A DMakefile3 BUILD= faq.html intro.html notes.html small.html test.html
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFolderTreeElement.js30 this.small = true;
H A DNavigationSidebarPanel.css161 .navigation-sidebar-panel-content-tree-outline.hide-disclosure-buttons .item.small {
305 .navigation-sidebar-panel-content-tree-outline.small .item,
306 .navigation-sidebar-panel-content-tree-outline .children.small .item,
307 .navigation-sidebar-panel-content-tree-outline .item.small {
311 .navigation-sidebar-panel-content-tree-outline.small.two-line .item,
312 .navigation-sidebar-panel-content-tree-outline .children.small.two-line .item,
313 .navigation-sidebar-panel-content-tree-outline .item.small.two-line {
317 .navigation-sidebar-panel-content-tree-outline.small .item .icon,
318 .navigation-sidebar-panel-content-tree-outline .children.small .item .icon,
319 .navigation-sidebar-panel-content-tree-outline .item.small
[all...]
H A DContentFlowTreeElement.js35 this.small = true;
H A DDatabaseTableTreeElement.js32 this.small = true;
H A DIndexedDatabaseObjectStoreIndexTreeElement.js34 this.small = true;
H A DIndexedDatabaseObjectStoreTreeElement.js34 this.small = true;
H A DLogTreeElement.js34 this.small = true;
H A DToolbar.css48 .toolbar.icon-and-label-vertical.small-size {
57 .toolbar.icon-and-label-horizontal.small-size,
58 .toolbar.icon-only.small-size,
71 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-vertical.small-size {
80 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-and-label-horizontal.small-size,
81 body.mac-platform:not(.legacy):not(.docked) .toolbar.icon-only.small-size,
103 /* Compensate for the text not being sub-pixel antialiased by adding a small stroke. */
124 .toolbar.icon-and-label-horizontal.small-size .control-section,
125 .toolbar.icon-only.small-size .control-section,
H A DTimelineDataGrid.css130 .timeline-data-grid-tree-outline .item.small {
134 .timeline-data-grid-tree-outline .item.small .icon {
139 .timeline-data-grid-tree-outline .item.small .status {
143 .timeline-data-grid-tree-outline .item.small .titles {
148 .timeline-data-grid-tree-outline .item.small .subtitle {
152 .timeline-data-grid-tree-outline .item.small:not(.two-line) .title::after {
156 .timeline-data-grid-tree-outline .item.small:not(.two-line) .subtitle::before {
H A DDebuggerDashboardView.css46 .toolbar:not(.small-size) .dashboard.debugger .navigation-bar {
106 .toolbar:not(.small-size) .dashboard.debugger > .location :not(:first-child) {
137 .toolbar.small-size .dashboard.debugger > .message {
141 .toolbar.small-size .dashboard.debugger > .location img.icon,
142 .toolbar.small-size .dashboard.debugger > .location > :first-child {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dasinh.c91 const static double small=1.0E-10, /* fl(1+small*small) == 1 */ local
98 if((t=copysign(x,one))>small)
103 else /* if |x| < small */
H A Dexp__E.c117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; local
119 if(copysign(x,one)>small) {
134 /* end of |x| > small */
137 if(x!=zero) one+small; /* raise the inexact flag */ local
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dbzlib.h109 # ifdef small
110 /* windows.h define small to char */
111 # undef small macro
148 int small
172 int small,
238 int small,
/macosx-10.10.1/vim-55/runtime/autoload/xml/
H A Dhtml32.vim5 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
9 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p'],
13 \ ['param', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
21 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
33 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
37 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p', 'ul', 'ol', 'dir', 'menu', 'pre', 'xmp', 'listing', 'dl', 'div', 'center', 'blockquote', 'form', 'isindex', 'hr', 'table', 'address'],
41 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p', 'ul', 'ol', 'dir', 'menu', 'pre', 'xmp', 'listing', 'dl', 'div', 'center', 'blockquote', 'form', 'isindex', 'hr', 'table', 'address'],
49 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea'],
53 \ ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'a', 'img', 'applet', 'font', 'basefont', 'br', 'script', 'map', 'input', 'select', 'textarea', 'p', 'ul', 'ol', 'dir', 'menu', 'pre', 'xmp', 'listing', 'dl', 'div', 'center', 'blockquote', 'form', 'isindex', 'hr', 'table', 'address'],
57 \ ['tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'su
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dobjalloc.c49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
193 struct objalloc_chunk *p, *small; local
197 and set Q to the last small object chunk we see before P. */
198 small = NULL;
205 small = p;
223 /* The block is in a chunk containing small objects. We can
226 any chunks containing small objects; we can free any big
237 if (small !
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/build_unix/
H A DMakefile5 qnx.html sco.html shlib.html small.html solaris.html sunos.html \
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dsorttest.c32 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; local
40 /* sort small array (stable) */
42 uprv_sortArray(small, LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
44 log_err("uprv_sortArray(small) failed - %s\n", u_errorName(errorCode));
47 for(i=1; i<LENGTHOF(small); ++i) {
48 if(small[i-1]>small[i]) {
49 log_err("uprv_sortArray(small) mi
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Dresfiles.mk2 # A small makefile containing the list of resource bundles
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css60 font-variant: small-caps;
/macosx-10.10.1/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css18 'small' is better: works in Mac NS, but is always 12pt in Mac IE
45 h6 { font: small-caps 100% sans-serif }
54 p.copyright { font-size: small }
55 p.copyright small { font-size: small }
/macosx-10.10.1/objc4-646/test/
H A Dunload.m63 Class small = objc_getClass("SmallClass");
65 testassert(small);
68 name = class_getImageName(small);
75 id o1 = [small new];
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-whichPkg7 A small sample script to show which package is loaded from where
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.h80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,

Completed in 171 milliseconds

123456789