Searched refs:left (Results 26 - 50 of 2210) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayout.h47 Run(unsigned start, float left) argument
51 , left(left)
52 , right(left)
58 float left; member in struct:WebCore::SimpleLineLayout::Run
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Dtcldes.tcl309 set left {}
310 append left "0x" $lefttemp
315 #puts "Left start: $left";
321 set left [expr {$left ^ $cbcleft}]
326 set cbcleft $left;
331 #puts "Left mode: $left";
340 set temp [expr {(($left >> 4) ^ $right) & 0x0f0f0f0f}];
342 set left [expr {$left
[all...]
H A Dtcldesjr.tcl295 set left {}
296 append left "0x" $lefttemp
301 #puts "Left start: $left";
307 set left [expr {$left ^ $cbcleft}]
312 set cbcleft $left;
317 #puts "Left mode: $left";
326 set temp [expr {(($left >> 4) ^ $right) & 0x0f0f0f0f}];
328 set left [expr {$left
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dicon.tcl19 label $w.msg -font $font -wraplength 5i -justify left -text "This window shows three ways of using bitmaps or images in radiobuttons and checkbuttons. On the left are two radiobuttons, each of which displays a bitmap and an indicator. In the middle is a checkbutton that displays a different image depending on whether it is selected or not. On the right is a checkbutton that displays a single bitmap but changes its background color to indicate whether or not it is selected."
26 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
43 frame $w.frame.left
44 pack $w.frame.left $w.frame.b1 $w.frame.b2 -side left -expand yes -padx 5m
46 radiobutton $w.frame.left.b3 \
49 radiobutton $w.frame.left.b4 \
52 pack $w.frame.left.b3 $w.frame.left
[all...]
H A Dmsgbox.tcl18 label $w.msg -font $font -wraplength 4i -justify left -text "Choose the icon and type option of the message box. Then press the \"Message Box\" button to see the message box."
27 pack $w.buttons.dismiss $w.buttons.code $w.buttons.vars -side left -expand 1
29 frame $w.left
31 pack $w.left $w.right -side left -expand yes -fill y -pady .5c -padx .5c
33 label $w.left.label -text "Icon"
34 frame $w.left.sep -relief ridge -bd 1 -height 2
35 pack $w.left.label -side top
36 pack $w.left.sep -side top -fill x -expand no
40 radiobutton $w.left
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/perf_index/
H A Dtest_file_helper.c51 long long left; local
58 left = MIN(length, max_file_size/num_threads);
67 while(left > 0) {
68 writelen = sizeof(readbuff) < left ? sizeof(readbuff) : left;
71 left -= writelen;
78 long long left; local
95 for(left=length; left>0;) {
96 readlen = sizeof(readbuff) < left
150 long long left; local
[all...]
/macosx-10.10/zlib-55/zlib/contrib/blast/
H A Dblast.c40 unsigned left; /* available input at in */ member in struct:state
64 * bit buffer, using shift left.
73 if (s->left == 0) {
74 s->left = s->infun(s->inhow, &(s->in));
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
78 s->left--;
82 /* drop need bits and update buffer, always zero to seven bits left */
131 int left; /* bits left in next or left t local
189 int left; /* number of possible codes left of current length */ local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duarrsort.h30 * @param left Pointer to the "left" item.
33 * <0 if left<right
34 * ==0 if left==right
35 * >0 if left>right
40 UComparator(const void *context, const void *left, const void *right);
68 uprv_uint16Comparator(const void *context, const void *left, const void *right);
75 uprv_int32Comparator(const void *context, const void *left, const void *right);
82 uprv_uint32Comparator(const void *context, const void *left, const void *right);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.css45 left: 215px;
49 left: 238px;
H A DContentViewContainer.css34 left: 0;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp129 const size_type left = partition(pred_t(pred)); local
131 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
133 const size_type ersd = m_size - left;
135 for (size_type i = left; i < m_size; ++i)
141 resize_policy::get_new_size_for_arbitrary(left);
145 std::copy(m_a_entries, m_a_entries + left, a_entries);
156 m_size = left;
228 size_type left = 0; local
231 while (right + 1 != left)
233 _GLIBCXX_DEBUG_ASSERT(left <
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dicon.tcl21 label $w.msg -font $font -wraplength 5i -justify left -text "This window shows three ways of using bitmaps or images in radiobuttons and checkbuttons. On the left are two radiobuttons, each of which displays a bitmap and an indicator. In the middle is a checkbutton that displays a different image depending on whether it is selected or not. On the right is a checkbutton that displays a single bitmap but changes its background color to indicate whether or not it is selected."
44 frame $w.frame.left
45 pack $w.frame.left $w.frame.b1 $w.frame.b2 -side left -expand yes -padx 5m
47 radiobutton $w.frame.left.b3 \
50 radiobutton $w.frame.left.b4 \
53 pack $w.frame.left.b3 $w.frame.left.b4 -side top -expand yes
/macosx-10.10/WebCore-7600.1.25/css/
H A DRect.idl26 readonly attribute CSSPrimitiveValue left;
/macosx-10.10/apache-793/httpd/build/
H A D._cpR_noreplace.pl1 Mac OS X  2��ATTRx�]���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._default.pl1 Mac OS X  2��ATTRx�-^��<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._mkdep.perl1 Mac OS X  2��ATTRx�]���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
/macosx-10.10/apache-793/httpd/support/
H A D._list_hooks.pl1 Mac OS X  2��ATTRx�B{��<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
/macosx-10.10/apache-793/httpd/support/SHA1/
H A D._convert-sha1.pl1 Mac OS X  2��ATTRx�3���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._htpasswd-sha1.pl1 Mac OS X  2��ATTRx�3���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRedBlackTree.h74 if (x->left())
75 return treeMaximum(x->left());
77 while (y && x == y->left()) {
114 NodeType* left() const function in class:WTF::RedBlackTree::Node
166 if (x->parent() == x->parent()->parent()->left()) {
186 // Same as "then" clause with "right" and "left" exchanged.
187 NodeType* y = x->parent()->parent()->left();
195 if (x == x->parent()->left()) {
218 if (!z->left() || !z->right())
225 if (y->left())
[all...]
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_user.h104 * @param left One uid to test
111 APR_DECLARE(apr_status_t) apr_uid_compare(apr_uid_t left, apr_uid_t right);
113 #define apr_uid_compare(left,right) (((left) == (right)) ? APR_SUCCESS : APR_EMISMATCH)
138 * @param left One gid to test
145 APR_DECLARE(apr_status_t) apr_gid_compare(apr_gid_t left, apr_gid_t right);
147 #define apr_gid_compare(left,right) (((left) == (right)) ? APR_SUCCESS : APR_EMISMATCH)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl11 pack [snack::levelMeter .a.left -width 20 -length 200 \
15 pack [snack::levelMeter .b.left -width 20 -length 200 \
16 -orient vertical -oncolor green] -side left
18 -orient vertical -oncolor orange] -side left
28 .a.left configure -level $l
30 .b.left configure -level $l
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextExample.tcl43 pack [text .left ] -side right
44 .left configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg #FFFFEE
45 .left insert end " I use the (default) Text bindings.\n\n$message"
/macosx-10.10/sudo-73/src/
H A Dredblack.c101 tree->nil.left = tree->nil.right = tree->nil.parent = &tree->nil;
109 tree->root.left = tree->root.right = tree->root.parent = &tree->nil;
117 * Perform a left rotation starting at node.
127 node->right = child->left;
129 if (child->left != rbnil(tree))
130 child->left->parent = node;
133 if (node == node->parent->left)
134 node->parent->left = child;
137 child->left = node;
151 child = node->left;
[all...]
/macosx-10.10/dcerpc-61/www/content/css/blueprint/src/
H A Dgrid.css35 float: left;
94 .prepend-1 { padding-left: 40px; }
95 .prepend-2 { padding-left: 80px; }
96 .prepend-3 { padding-left: 120px; }
97 .prepend-4 { padding-left: 160px; }
98 .prepend-5 { padding-left: 200px; }
99 .prepend-6 { padding-left: 240px; }
100 .prepend-7 { padding-left: 280px; }
101 .prepend-8 { padding-left: 320px; }
102 .prepend-9 { padding-left
[all...]

Completed in 219 milliseconds

1234567891011>>