Searched refs:down (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDPrivate.cpp30 void _DispatchKeyboardSpecialEvent(int key, bool down) argument
62 down ? NX_KEYDOWN : NX_KEYUP,
H A DIOHIDPrivate.h40 void _DispatchKeyboardSpecialEvent(int key, bool down);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedKeyboard.h73 bool down);
78 bool down);
83 bool down);
88 bool down);
H A DAppleEmbeddedKeyboard.cpp74 // the driver into thinking that the fn key is down.
145 #define SHOULD_SWAP_FN_FUNCTION_KEY(key, down) \
147 (!( _fnKeyDownPhysical ^ _fKeyMode ) || (!down && \
150 #define SHOULD_SWAP_FN_KEYBOARD_KEY(key, down) \
152 (_fnKeyDownVirtual || (!down && \
155 #define SHOULD_SWAP_NUM_LOCK_KEY(key, down) \
156 ((_numLockDown || ( !down && \
166 bool down)
174 // On a down, we want to remap iff the Fn key is down
163 filterSecondaryFnFunctionUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
208 filterSecondaryFnKeyboardUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
244 filterSecondaryNumLockKeyboardUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
[all...]
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dexclude.test20 makepath "$fromdir/foo/down/to/you"
22 makepath "$fromdir/bar/down/to/foo/too"
23 makepath "$fromdir/bar/down/to/bar/baz"
28 exclude down
48 echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude"
49 cat >"$fromdir/bar/down/to/.filt2" <<EOF
52 cat >"$fromdir/bar/down/to/foo/.filt2" <<EOF
55 echo keeper >"$fromdir/bar/down/to/foo/file1"
56 echo cvsout >"$fromdir/bar/down/to/foo/file1.bak"
57 echo gone >"$fromdir/bar/down/t
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DBaseAST.hpp84 RefBaseAST tmp = down;
93 down = c;
104 return RefAST(down);
126 down = static_cast<BaseAST*>(static_cast<AST*>(nullAST));
132 down = static_cast<BaseAST*>(static_cast<AST*>(c));
174 RefBaseAST down; member in class:antlr::BaseAST
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dxt-mouse.el37 ;; functionality, it is still available by holding down the SHIFT key
53 M-down-mouse-1 M-down-mouse-2 M-down-mouse-3))
62 (down (xterm-mouse-event))
63 (down-command (nth 0 down))
64 (down-data (nth 1 down))
65 (down
[all...]
H A Dwindmove.el32 ;; down}, for selection of windows in a frame geometrically. For
88 ;; With wraparound enabled, windmove-down will move to A, while
93 ;; A set of default keybindings is supplied: shift-{left,up,right,down}
150 directions. The minibuffer is skipped over in up/down movements if it
199 ;; X-coordinates grow down the screen, and Y-coordinates grow towards
252 ;; and you're not in it, and you move down, the minibuffer should be
269 ;; we're moving down and not already in the minibuffer. The function
286 ;; `windmove-up', `windmove-right', and `windmove-down', which make
337 ;; second, if we're moving down and we're not in the minibuffer, then
346 within frame boundaries; second, if the movement is down an
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dsolitaire.el57 (define-key solitaire-mode-map "\C-n" 'solitaire-down)
66 (define-key solitaire-mode-map [down] 'solitaire-down)
71 (define-key solitaire-mode-map [S-down] 'solitaire-move-down)
76 (define-key solitaire-mode-map [kp-2] 'solitaire-down)
82 (define-key solitaire-mode-map [S-kp-2] 'solitaire-move-down)
137 '(solitaire-left solitaire-right solitaire-up solitaire-down))
182 horizontally or vertically, up, down, left or right, which look like
304 (defun solitaire-down ()
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcasetab.c232 Lisp_Object down, up;
245 down = Fmake_char_table (Qcase_table, Qnil);
246 Vascii_downcase_table = down;
247 XCHAR_TABLE (down)->purpose = Qcase_table;
250 XSETFASTINT (XCHAR_TABLE (down)->contents[i],
253 XCHAR_TABLE (down)->extras[1] = Fcopy_sequence (down);
256 XCHAR_TABLE (down)->extras[0] = up;
266 XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up);
269 set_case_table (down,
230 Lisp_Object down, up; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dutil.c15 struct F_STACK* down; member in struct:F_STACK
26 new->down = top;
34 F_STACK* next = top->down;
/macosx-10.10.1/ntp-92/scripts/
H A Dchecktime.in42 push(@down,$dargs[0]);
52 # are in @toofarout. Hosts that are down are in @down. They are treated the same
61 foreach $i ( (@down,@toofarout) ) {
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_index.h57 * @down: pointer to index context located directly below in the tree
70 * @up and @down are pointers used to chain the various index contexts together
77 * @down points to the index context that is immediately below in the tree or
78 * if this is the bottom of the tree then @down is the top of the tree.
80 * If this index context is the only node then @up == @down == this index
119 ntfs_index_context *down; /* Pointer to the index context that is member in struct:_ntfs_index_context
256 * its @up and @down pointers to point to itself.
265 .down = ictx,
309 ictx->up->down = ictx->down;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dname_test.c75 dns_name_t *name, *origin, *comp, *down; local
274 down = name;
277 down = dns_fixedname_name(&downname);
279 result = dns_name_downcase(name, down, NULL);
282 dns_name_toregion(down, &r);
285 dns_name_countlabels(down),
289 print_name(down);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Difconfig.sh149 stop|down)
160 ifconfig lo0:$int 0.0.0.0 down
163 ifconfig lo0:$int 10.53.0.$ns down
166 ifconfig lo0:$int 10.53.0.$ns down
170 ifconfig lo0:$int6 inet6 down
175 ifconfig lo:$int 10.53.0.$ns down
226 echo "Usage: $0 { up | down } [base]"
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.css43 .popover.arrow-down {
86 .popover.arrow-down > .container {
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c106 /* skip from main index down list */
164 while(m->down) m=m->down;
169 m = m->down, count++;
212 sl->top->down = (struct skiplistnode *) NULL;
228 sl->top->up->down = sl->top;
253 m = m->down;
269 tmp->down = p;
325 sl->top->up->down = sl->top;
340 anode->down
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dregexp.c321 /* go down recursively, mark loopbacks on the way up again */
322 static struct eps*maxback(down)struct eps*down;
325 { switch(down->opc&LOOP_MASK) /* chase JUMP chains */
328 case OPC_JUMP:down->opc=OPC_JUMP|DONE_NODE; /* mark them as used */
329 case OPC_JUMP|DONE_NODE:down=down->next;
332 return down->spawn==Ceps&aleps?down:down
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dscale.tcl80 tk::ScaleIncrement %W down little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
92 tk::ScaleIncrement %W down big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
149 ScaleIncrement $w down little initial
165 # mouse button 1 down. If the drag started inside the slider
205 # dir - "up" means move value towards -from, "down" means
246 # key down. Depending on the mouse position, it adjusts the scale
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dscale.tcl80 tk::ScaleIncrement %W down little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
92 tk::ScaleIncrement %W down big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
149 ScaleIncrement $w down little initial
165 # mouse button 1 down. If the drag started inside the slider
205 # dir - "up" means move value towards -from, "down" means
246 # key down. Depending on the mouse position, it adjusts the scale
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dspinner.itk4 # EntryField plus up and down arrow buttons.
72 public method down {}
119 # Create down arrow button.
129 # Add bindings for button press events on the up and down buttons.
213 set itk_option(-decrement) [itcl::code $this down]
243 # Set the foreground color of the up and down arrows. Remember
253 if { [$itk_component(downarrow) gettags down] != "" } {
254 $itk_component(downarrow) itemconfigure down \
272 # METHOD: down
276 itcl::body iwidgets::Spinner::down {} {
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dlock_command.rb25 The lock command will generate a list of +gem+ statements that will lock down
52 lock it down to the exact version.
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlmain.i18 This module may only build a stripped down version of the
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/upward-dylib/
H A DMakefile44 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib down.c -o libdown.dylib -Wl,-upward_library,libup.stub
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dedt-lk201.el53 ("UP" . [up]) ("DOWN" . [down]) ("RIGHT" . [right]) ("LEFT" . [left])

Completed in 149 milliseconds

1234567891011>>