Searched refs:direction (Results 226 - 250 of 753) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/libopts/
H A Dproto.h81 tDirection direction,
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dproto.h81 tDirection direction,
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dscache_multi.c136 static void scache_multi_drop_endp(SCACHE_MULTI_ENDP *endp, int direction) argument
158 if (direction == BOTTOM_UP && ring_pred(head->ring) == head->ring)
291 static void scache_multi_drop_dest(SCACHE_MULTI_DEST *dest, int direction) argument
312 if (direction == BOTTOM_UP && ring_pred(head->ring) == head->ring)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtspinbox.rb30 [ ?d, ?s, :direction ],
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredIterator.java135 * forward direction. False is returned if the iterator has been closed.
164 * reverse direction. It returns false if the iterator has been closed.
596 private OperationStatus move(int direction) argument
599 switch (direction) {
615 throw new IllegalArgumentException(String.valueOf(direction));
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h359 void Dump(char direction, unsigned char *buffer, int length);
360 void printoption(char *direction, int cmd, int option);
362 void printsub(int direction, unsigned char *pointer, size_t length);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DUIUtils.js256 var direction = null;
259 direction = "Up";
261 direction = "Down";
264 direction = "Up";
266 direction = "Down";
268 return direction;
277 var direction = WebInspector._valueModificationDirection(event);
278 if (!direction)
290 delta = (direction === "Up") ? 1 : -1;
316 var direction
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcache.c178 if (kill->direction == no_direction || kill->direction == read_direction)
475 switch (abfd->direction)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexnfo-upd.el1354 (defun texinfo-find-pointer (beginning end level direction)
1370 (cond ((eq direction 'next)
1394 ((eq direction 'previous)
1433 ((eq direction 'up)
1480 (defun texinfo-insert-pointer (beginning end level direction)
1487 file, a string such as \"section\". The fourth argument is direction
1495 (texinfo-find-pointer beginning end level direction)))))
1577 (defun texinfo-sequentially-insert-pointer (level direction)
1582 string such as \"section\". The second argument is direction, one of
1590 (texinfo-sequentially-find-pointer level direction)))))
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DP2PPacketFilter.c170 pr->rule.direction = PF_IN;
193 pr->rule.direction = PF_OUT;
220 pr->rule.direction = PF_IN;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtextmark.rb118 def gravity=(direction)
119 tk_call_without_enc(@t.path, 'mark', 'gravity', @id, direction)
121 direction
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dmclist.rb111 def sort_by(tree, col, direction)
113 sort(&((direction)? proc{|x, y| y <=> x}: proc{|x, y| x <=> y})) .
116 tree.heading_configure(col, :command=>proc{sort_by(tree, col, ! direction)})
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A Dfifo.c56 int direction,
493 GetFile (instanceData, direction, handlePtr)
495 int direction; /* Direction of interest */
H A Dnull.c49 int direction,
356 GetFile (instanceData, direction, handlePtr)
358 int direction; /* Direction of interest */
H A Drandom.c53 int direction,
380 GetFile (instanceData, direction, handlePtr)
382 int direction; /* Direction of interest */
H A Dzero.c56 int direction,
359 GetFile (instanceData, direction, handlePtr)
361 int direction; /* Direction of interest */
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp511 if (startBox && endBox && startBox->direction() == endBox->direction())
512 return startBox->direction();
517 void FrameSelection::willBeModified(EAlteration alter, SelectionDirection direction) argument
536 switch (direction) {
624 // it extends forward logically if the enclosing block is LTR direction,
625 // but it extends backward logically if the enclosing block is RTL direction.
796 // it extends backward logically if the enclosing block is LTR direction,
797 // but it extends forward logically if the enclosing block is RTL direction.
962 bool FrameSelection::modify(EAlteration alter, SelectionDirection direction, TextGranularit argument
1077 modify(EAlteration alter, unsigned verticalDistance, VerticalDirection direction, EUserTriggered userTriggered, CursorAlignOnScroll align) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp170 bool Chrome::canTakeFocus(FocusDirection direction) const
172 return m_client->canTakeFocus(direction);
175 void Chrome::takeFocus(FocusDirection direction) const
177 m_client->takeFocus(direction);
415 toolTipDirection = form->renderer()->style()->direction();
445 // FIXME: We should obtain text direction of tooltip from
447 // implementations don't use text direction information for
449 // direction during bidi cleanup in form inputs.
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dreadwrite.c186 if (thefile->direction == 1) {
193 thefile->direction = 0;
265 if (thefile->direction == 0) {
273 thefile->direction = 1;
482 if (thefile->direction == 1 && thefile->bufpos) {
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dreadwrite.c186 if (thefile->direction == 1) {
193 thefile->direction = 0;
265 if (thefile->direction == 0) {
273 thefile->direction = 1;
482 if (thefile->direction == 1 && thefile->bufpos) {
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_chan.c53 int direction, ClientData *handlePtr));
422 * there is no handle for the specified direction.
431 ExpGetHandleProc(instanceData, direction, handlePtr)
433 int direction; /* TCL_READABLE or TCL_WRITABLE */
438 if (direction & TCL_WRITABLE) {
441 if (direction & TCL_READABLE) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMenuList.cpp120 // Items in the popup will not respect the CSS text-align and direction properties,
123 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR; local
124 innerStyle->setDirection(direction);
126 if ((m_optionStyle->direction() != innerStyle->direction() || m_optionStyle->unicodeBidi() != innerStyle->unicodeBidi()))
129 innerStyle->setDirection(m_optionStyle->direction());
485 style->display() == NONE, style->textIndent(), style->direction(), isOverride(style->unicodeBidi()),
524 s->display() == NONE, s->textIndent(), style()->direction(), isOverride(style()->unicodeBidi()));
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c1661 asl_file_match_start(asl_file_t *s, uint64_t start_id, int32_t direction) argument
1670 if (direction < 0) d = ASL_FILE_POSITION_PREVIOUS;
1676 if (direction >= 0) status = asl_file_read_set_position(s, ASL_FILE_POSITION_FIRST);
1680 while ((status == ASL_STATUS_OK) && (((direction >= 0) && (s->cursor_xid < start_id)) || ((direction < 0) && (s->cursor_xid > start_id))))
1689 asl_file_match_next(asl_file_t *s, aslresponse query, aslmsg *msg, uint64_t *last_id, int32_t direction) argument
1704 if (direction < 0) d = ASL_FILE_POSITION_PREVIOUS;
1712 status = asl_file_fetch_pos(s, s->cursor, direction, &m);
1741 asl_file_match(asl_file_t *s, aslresponse query, aslresponse *res, uint64_t *last_id, uint64_t start_id, uint32_t count, int32_t direction) argument
1752 return asl_legacy1_match((asl_legacy1_t *)s->legacy, query, res, last_id, start_id, count, direction);
1936 asl_file_list_match_start(asl_file_list_t *list, uint64_t start_id, int32_t direction) argument
2050 asl_file_list_match_timeout(asl_file_list_t *list, aslresponse query, aslresponse *res, uint64_t *last_id, uint64_t start_id, uint32_t count, int32_t direction, uint32_t usec) argument
2164 asl_file_list_match(asl_file_list_t *list, aslresponse query, aslresponse *res, uint64_t *last_id, uint64_t start_id, uint32_t count, int32_t direction) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Drb.c948 const unsigned int direction)
950 const unsigned int other = direction ^ RB_DIR_OTHER;
951 KASSERT(direction == RB_DIR_LEFT || direction == RB_DIR_RIGHT);
957 return rbt->rbt_minmax[direction];
969 * We can't go any further in this direction. We proceed up in the
970 * opposite direction until our parent is in direction we want to go.
972 if (RB_SENTINEL_P(self->rb_nodes[direction])) {
982 * Advance down one in current direction an
942 rb_tree_iterate(struct rb_tree *rbt, struct rb_node *self, const unsigned int direction) argument
989 rb_tree_iterate_const(const struct rb_tree *rbt, const struct rb_node *self, const unsigned int direction) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.cpp1250 WebCore::ScrollDirection direction; local
1256 direction = WebCore::ScrollDown;
1259 direction = WebCore::ScrollUp;
1264 direction = WebCore::ScrollUp;
1267 direction = WebCore::ScrollDown;
1272 direction = WebCore::ScrollUp;
1276 direction = WebCore::ScrollDown;
1280 direction = WebCore::ScrollLeft;
1284 direction = WebCore::ScrollRight;
1291 return frame->eventHandler()->scrollRecursively(direction, granularit
1379 QWebPageAdapter::ScrollDirection direction = QWebPageAdapter::InvalidScrollDirection; local
[all...]

Completed in 758 milliseconds

1234567891011>>