Searched refs:direction (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dpointarith.inc9 [call [cmd by] [arg distance] [arg direction]]
13 This command takes a [arg distance] and [arg direction] (angle in
14 degress, or registered direction name) and returns the [term relative]
57 [call [arg point] [cmd by] [arg distance] [arg direction]]
62 [$point + [by $distance $direction]]
/macosx-10.10.1/libpcap-48/libpcap/pcap/
H A Dbluetooth.h44 u_int32_t direction; /* if first bit is set direction is incoming */ member in struct:_pcap_bluetooth_h4_header
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-usb.c38 /* returns direction: 1=inbound 2=outbound -1=invalid */
42 int direction; local
44 direction = -1;
52 direction = 2;
56 direction = 1;
59 direction = -1;
66 direction = 1;
70 direction = 2;
73 direction = -1;
77 direction
86 int direction; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_chemical.tcl35 "0" { direction E ; set anchor E }
36 "60" { direction NE ; set anchor NE }
37 "90" { direction N ; set anchor N }
38 "120" { direction NW ; set anchor NW }
39 "180" { direction W ; set anchor W }
40 "240" { direction SW ; set anchor SW }
42 "270" { direction S ; set anchor S }
44 "300" { direction SE ; set anchor SE }
56 # -- order of direction/currentpos important!
58 direction eas
[all...]
H A Ddraw_anchor.tcl8 direction southeast
13 direction southeast
H A Ddraw_fraction.tcl7 direction east
18 direction south
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymXTS.c32 doXTSTestCase(int caseNumber, int direction, int dataLenBits, char *ivStr, char *cipherText, char *plainText, char *combinedKey)
58 if(direction == ENCRYPT) {
88 int direction;
98 direction = ENCRYPT;
108 doXTSTestCase(caseNumber, direction, dataLen, iv, cipherText, plainText, combinedKey);
118 doXTSTestCase(caseNumber, direction, dataLen, iv, cipherText, plainText, combinedKey);
128 doXTSTestCase(caseNumber, direction, dataLen, iv, cipherText, plainText, combinedKey);
138 doXTSTestCase(caseNumber, direction, dataLen, iv, cipherText, plainText, combinedKey);
148 doXTSTestCase(caseNumber, direction, dataLen, iv, cipherText, plainText, combinedKey);
158 doXTSTestCase(caseNumber, direction, dataLe
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dmanexamp.c73 direction = -1;
77 direction = 1;
80 end = start + (count * direction);
102 for (; start != end; start += direction)
111 rl_point = end - direction;
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebVisiblePosition.h51 - (WebVisiblePosition *)positionByMovingInDirection:(WebTextAdjustmentDirection)direction amount:(UInt32)amount;
52 - (WebVisiblePosition *)positionByMovingInDirection:(WebTextAdjustmentDirection)direction amount:(UInt32)amount withAffinityDownstream:(BOOL)affinityDownstream;
54 // Returnes YES only if a position is at a boundary of a text unit of the specified granularity in the particular direction.
55 - (BOOL)atBoundaryOfGranularity:(WebTextGranularity)granularity inDirection:(WebTextAdjustmentDirection)direction;
57 // Returns the next boundary position of a text unit of the given granularity in the given direction, or nil if there is no such position.
58 - (WebVisiblePosition *)positionOfNextBoundaryOfGranularity:(WebTextGranularity)granularity inDirection:(WebTextAdjustmentDirection)direction;
61 // if the boundary is part of the text unit in the given direction.
62 - (BOOL)withinTextUnitOfGranularity:(WebTextGranularity)granularity inDirectionIfAtBoundary:(WebTextAdjustmentDirection)direction;
65 // is enclosed depends on the given direction, using the same rule as -[WebVisiblePosition withinTextUnitOfGranularity:inDirectionAtBoundary:].
66 - (DOMRange *)enclosingTextUnitOfGranularity:(WebTextGranularity)granularity inDirectionIfAtBoundary:(WebTextAdjustmentDirection)direction;
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored)
65 int direction, anchored;
74 reverse = (direction < 0);
94 /* At limit for direction? */
159 history_search (string, direction)
161 int direction;
163 return (history_search_internal (string, direction, NON_ANCHORED_SEARCH));
168 history_search_prefix (string, direction)
170 int direction;
172 return (history_search_internal (string, direction, ANCHORED_SEARC
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DContentBrowser.css28 -webkit-flex-direction: column;
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dobject.h107 enum direction { enum
116 direction dir;
194 direction dir;
201 object *make_object(position *, direction *);
202 graphic_object *make_box(position *, direction *);
203 graphic_object *make_block(position *, direction *);
204 graphic_object *make_text(position *, direction *);
205 graphic_object *make_ellipse(position *, direction *);
206 graphic_object *make_circle(position *, direction *);
207 linear_object *make_line(position *, direction *);
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducpgba.h51 * These are the direction values that can appear in render runs and render
64 * This structure is used to contain runs of text in a particular direction.
73 int direction; /* Direction of the run. */ member in struct:_ucrun_t
90 int direction; /* Overall direction of the string. */ member in struct:_ucstring_t
115 * "Pretty Good Bidi Algorithm." A default direction is provided for cases
116 * of a string containing no strong direction characters and the default
158 * This routine retrieves the direction of the run containing the cursor
162 ucstring_cursor_info LDAP_P((ucstring_t *string, int *direction,
H A Ducpgba.c124 unsigned long start, unsigned long end, int direction)
131 run->direction = direction;
143 if (direction == UCPGBA_RTL) {
187 * This is used to splice runs into strings with overall LTR direction.
203 if (str->direction == UCPGBA_LTR) {
238 if (str->direction == UCPGBA_LTR) {
275 if (str->direction == UCPGBA_LTR) {
305 if (str->direction == UCPGBA_LTR) {
359 * the default direction
123 _add_run(ucstring_t *str, unsigned long *src, unsigned long start, unsigned long end, int direction) argument
726 ucstring_cursor_info(ucstring_t *str, int *direction, unsigned long *position) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h59 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
63 IODirection direction);
69 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
73 IODirection direction );
78 @param direction An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures. */
80 virtual void clearMemoryDescriptors( IODirection direction = kIODirectionNone );
85 @param descriptor An IOMemoryDescriptor to be added to the IOInterleavedMemoryDescriptor. Its direction mus
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Daniwave.tcl55 # Basic motion handler. Given what direction the wave is travelling
57 # that direction.
59 global waveCoords direction
62 if {$direction eq "left"} {
72 # Oscillation handler. This detects whether to reverse the direction
76 global waveCoords direction
78 set direction "right"
80 set direction "left"
98 set direction "left"
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dmisc-proto.h78 void printsub(int direction, unsigned char *pointer, size_t);
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DGlyphIterator.cpp20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
39 direction = -1;
50 direction = that.direction;
69 direction = that.direction;
88 direction = that.direction;
127 if (direction < 0) {
143 return direction <
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.c49 * The direction parameter must be kSwapBTNodeBigToHost or kSwapBTNodeHostToBig.
50 * The kSwapBTNodeHeaderRecordOnly "direction" is not valid for these routines.
52 int hfs_swap_HFSPlusBTInternalNode (BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction);
56 int hfs_swap_HFSBTInternalNode (BlockDescriptor *src, HFSCatalogNodeID fileID, enum HFSBTSwapDirection direction);
90 enum HFSBTSwapDirection direction,
101 if (direction == kSwapBTNodeBigToHost) {
103 } else if (direction == kSwapBTNodeHostToBig) {
105 } else if (direction == kSwapBTNodeHeaderRecordOnly) {
116 if (direction == kSwapBTNodeBigToHost) {
234 error = hfs_swap_HFSPlusBTInternalNode (src, VTOC(vp)->c_fileid, direction);
87 hfs_swap_BTNode( BlockDescriptor *src, vnode_t vp, enum HFSBTSwapDirection direction, u_int8_t allow_empty_node ) argument
[all...]
/macosx-10.10.1/CommonCrypto-60061/include/
H A DCommonBaseXX.h81 @param direction Designate the direction (encode or decode)
92 CNEncodingDirection direction,
104 @param direction Designate the direction (encode or decode) for this
111 CNEncodingDirection direction,
123 @param direction Designate the direction (encode or decode) for this
134 CNEncodingDirection direction,
168 input given an encoding constant and direction an
[all...]
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DCommonBaseXX.h81 @param direction Designate the direction (encode or decode)
92 CNEncodingDirection direction,
104 @param direction Designate the direction (encode or decode) for this
111 CNEncodingDirection direction,
123 @param direction Designate the direction (encode or decode) for this
134 CNEncodingDirection direction,
168 input given an encoding constant and direction an
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Daniwave.rb51 @direction = dir
81 # Basic motion handler. Given what direction the wave is travelling
83 # that direction.
87 if @direction == :left
96 # Oscillation handler. This detects whether to reverse the direction
101 @direction = :right
103 @direction = :left
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Daniwave.rb53 @direction = dir
83 # Basic motion handler. Given what direction the wave is travelling
85 # that direction.
89 if @direction == :left
98 # Oscillation handler. This detects whether to reverse the direction
103 @direction = :right
105 @direction = :left
/macosx-10.10.1/tcl-105/tk/tk/library/
H A DoptMenu.tcl38 -direction flush
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A DoptMenu.tcl38 -direction flush

Completed in 428 milliseconds

1234567891011>>