Searched refs:rX (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/iodbc-42.5/iodbc/mac/
H A Dlink-inclibs.sh133 chmod -R og+rX "$PREFIX"
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dchmod-option.test36 chmod ug-s,a+rX "$checkdir"/*
39 checkit "$RSYNC -avv --chmod ug-s,a+rX,D+w \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir"
/macosx-10.9.5/zsh-60/zsh/Util/
H A Dmkdisttree.sh87 exec chmod -R a+rX,u+w,g-s,go-w $disttree
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.h149 IOFixed rX; member in struct:IOHIDEventService::ExpansionData::__anon2141
392 @param rX Absolute rotation of pointer around the x-axis from -1.0 to 1.0 in 16:16 fixed point.
404 IOFixed rX = 0,
H A DIOHIDEventService.cpp1671 dispatchMultiAxisPointerEvent(timestamp, _multiAxis.buttonState, _multiAxis.x, _multiAxis.y, _multiAxis.z, _multiAxis.rX, _multiAxis.rY, _multiAxis.rZ, _multiAxis.options | kIOHIDEventOptionIsRepeat);
2176 IOFixed rX,
2191 validRelative = ( options & kMultiAxisOptionRotationForTranslation ) ? rX || rY || _multiAxis.rX || _multiAxis.rY : x || y || _multiAxis.x || _multiAxis.y;
2194 validAxis = x || y || z || rX || rY || rZ || _multiAxis.x || _multiAxis.y || _multiAxis.z || _multiAxis.rX || _multiAxis.rY || _multiAxis.rZ;
2214 GET_RELATIVE_VALUE_FROM_CENTERED(rX, dy);
2226 IOHIDEvent * subEvent = IOHIDEvent::multiAxisPointerEvent(timeStamp, buttonState, x, y, z, rX, rY, rZ);
2280 _multiAxis.rX = rX;
2170 dispatchMultiAxisPointerEvent( AbsoluteTime timeStamp, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, IOOptionBits options) argument
[all...]
H A DIOHIDEvent.h194 IOFixed rX = 0,
H A DIOHIDEvent.cpp601 IOFixed rX,
618 event->rotation.x = rX;
595 multiAxisPointerEvent( AbsoluteTime timeStamp, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, IOOptionBits options) argument
/macosx-10.9.5/CF-855.17/
H A DMakefile77 /bin/chmod -RH a-w,a+rX $(DSTBASE)/CoreFoundation.framework
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl5222 set rX [expr {$lX + [winfo width $data(hdrTxtFrLbl)$col] - 1}]
5237 while {![isHdrTxtFrXPosVisible $win $rX]} {
5258 [expr {double($lX + $rX - $winWidth)/2/$data(hdrPixels)}]
5265 while {![isHdrTxtFrXPosVisible $win $rX]} {
5285 if {![isHdrTxtFrXPosVisible $win $rX]} {

Completed in 217 milliseconds