Searched refs:direction (Results 151 - 175 of 753) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsBlackBerry.css38 -webkit-flex-direction: row;
62 -webkit-flex-direction: row;
84 -webkit-flex-direction: column;
99 -webkit-flex-direction: row;
113 -webkit-flex-direction: row;
156 -webkit-flex-direction: column;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dutilities.c130 Dump(char direction, unsigned char *buffer, int length)
141 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
178 printoption(const char *direction, int cmd, int option)
184 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
186 fprintf(NetTrace, "%s IAC %d", direction, option);
192 fprintf(NetTrace, "%s %s ", direction, fmt);
200 fprintf(NetTrace, "%s %d %d", direction, cmd, option);
289 printsub(char direction, unsigned char *pointer, int length)
297 if (showoptions || direction == 0 ||
299 if (direction) {
129 Dump(char direction, unsigned char *buffer, int length) argument
177 printoption(const char *direction, int cmd, int option) argument
288 printsub(char direction, unsigned char *pointer, int length) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb115 def sort_by(tree, col, direction)
117 sort(&((direction)? proc{|x, y| y <=> x}: proc{|x, y| x <=> y})) .
120 tree.heading_configure(col, :command=>proc{sort_by(tree, col, ! direction)})
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledframe.itk54 public method justify {direction}
181 itcl::body iwidgets::Scrolledframe::justify {direction} {
185 switch $direction {
199 error "bad justify argument \"$direction\": should be\
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcpdtrans.cpp66 UTransDirection direction,
74 init(id, direction, TRUE, status);
134 * @param direction either FORWARD or REVERSE
147 UTransDirection direction,
159 if (!TransliteratorIDParser::parseCompoundID(id, direction,
168 init(list, direction, fixReverseID, status);
180 * is, it should be in the FORWARD order; if direction is REVERSE then
182 * @param direction either FORWARD or REVERSE
189 UTransDirection direction,
214 int32_t j = (direction
65 CompoundTransliterator(const UnicodeString& id, UTransDirection direction, UnicodeFilter* adoptedFilter, UParseError& , UErrorCode& status) argument
146 init(const UnicodeString& id, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
188 init(UVector& list, UTransDirection direction, UBool fixReverseID, UErrorCode& status) argument
[all...]
H A Dcpdtrans.h81 * direction with a NULL filter.
204 UTransDirection direction,
209 UTransDirection direction,
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h195 @param direction IODirection of data transfer.
201 IOByteCount len = 0, IODirection direction = kIODirectionOutIn );
212 @param direction IODirection of data transfer.
217 IOByteCount len = 0, IODirection direction = kIODirectionOutIn );
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDShared.h192 int direction; // NX_KEYDOWN, NX_KEYUP from event.h member in struct:evioSpecialKeyMsg
203 int direction; // NX_KEYDOWN, NX_KEYUP from event.h member in struct:evioSpecialKeyMsg
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Davl.h144 tavl_end LDAP_P((Avlnode *, int direction ));
147 tavl_next LDAP_P((Avlnode *, int direction ));
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLLabelElement.cpp158 void HTMLLabelElement::focus(bool, FocusDirection direction) argument
162 element->focus(true, direction);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h70 static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script) argument
72 return adoptPtr(new HarfBuzzRun(fontData, startIndex, numCharacters, direction, script));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocument.h91 @method searchFor:direction:caseSensitive:wrap:
99 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebPlugin.h96 unsigned hitTestPaddingForTouch(const PaddingDirection direction) const {
97 // Use 10 as padding in each direction but Up.
98 if (direction == QWebTouchModifier::Up)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp78 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) argument
80 page->focusController()->focusedOrMainFrame()->eventHandler()->scrollRecursively(direction, granularity);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dreadwrite.c36 if (thefile->direction == 1) {
42 thefile->direction = 0;
158 if ( thefile->direction == 0 ) {
166 thefile->direction = 1;
241 if (thefile->direction == 0) {
313 if (thefile->direction == 1 && thefile->bufpos) {
420 if (thefile->direction == 1) {
427 thefile->direction = 0;
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dreadwrite.c36 if (thefile->direction == 1) {
42 thefile->direction = 0;
158 if ( thefile->direction == 0 ) {
166 thefile->direction = 1;
241 if (thefile->direction == 0) {
313 if (thefile->direction == 1 && thefile->bufpos) {
420 if (thefile->direction == 1) {
427 thefile->direction = 0;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dmenubar3.rb47 mbtn.direction :right
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dmenubu.tcl25 menubutton $w.body.below -text "Below" -underline 0 -direction below -menu $w.body.below.m -relief raised
30 menubutton $w.body.right -text "Right" -underline 0 -direction right -menu $w.body.right.m -relief raised
35 menubutton $w.body.left -text "Left" -underline 0 -direction left -menu $w.body.left.m -relief raised
42 menubutton $w.body.above -text "Above" -underline 0 -direction above -menu $w.body.above.m -relief raised
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp62 IODirection direction )
95 _flags = direction;
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPipe.c57 int direction, ClientData *handlePtr);
111 int direction) /* Either TCL_READABLE or TCL_WRITABLE. */
115 if (Tcl_GetChannelHandle(channel, direction,
660 int direction = 0; /* prevent warnings about using uninitialized
666 direction = TCL_READABLE;
670 direction = TCL_WRITABLE;
674 direction = TCL_WRITABLE;
681 file = TclpMakeFile(channel, direction);
1127 * handle for the specified direction.
1138 int direction, /* TCL_READABL
108 TclpMakeFile( Tcl_Channel channel, int direction) argument
651 int direction = 0; /* prevent warnings about using uninitialized local
1119 PipeGetHandleProc( ClientData instanceData, int direction, ClientData *handlePtr) argument
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio.c48 dispatch_op_direction_t direction, dispatch_io_t channel, off_t offset,
52 dispatch_op_direction_t direction, dispatch_data_t data);
70 dispatch_op_direction_t direction);
958 _dispatch_operation_create(dispatch_op_direction_t direction,
964 dispatch_assert(direction < DOP_DIR_MAX);
978 if (direction == DOP_DIR_READ && err) {
980 } else if (direction == DOP_DIR_WRITE && !err) {
999 op->direction = direction;
1034 if (op->buf && op->direction
[all...]
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonCryptorPriv.h107 const corecryptoMode getCipherMode(CCAlgorithm cipher, CCMode mode, CCOperation direction);
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DParagraphLayout.h38 * same font, script and direction, and will create a <code>LayoutEngine</code> object for each run.
179 void append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount,
186 * script, and direction. The text is represented by an array of
216 * Get the direction of the visual run.
218 * @return the direction of the run. This will be UBIDI_LTR if the
340 inline VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount,
458 * or <code>UBIDI_MIXED</code> if the text has mixed direction.
730 inline ParagraphLayout::VisualRun::VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, argument
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.cpp95 IOFWSimpleContiguousPhysicalAddressSpace * IOFireWireUnitAux::createSimpleContiguousPhysicalAddressSpace( vm_size_t size, IODirection direction )
97 IOFWSimpleContiguousPhysicalAddressSpace * space = IOFireWireNubAux::createSimpleContiguousPhysicalAddressSpace( size, direction );
111 IOFWSimplePhysicalAddressSpace * IOFireWireUnitAux::createSimplePhysicalAddressSpace( vm_size_t size, IODirection direction )
113 IOFWSimplePhysicalAddressSpace * space = IOFireWireNubAux::createSimplePhysicalAddressSpace( size, direction );
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBObjectStore.h73 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, const String& direction, ExceptionCode& ec) { return openCursor(context, range, direction, IDBDatabaseBackendInterface::NormalTask, ec); } argument
74 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext*, PassRefPtr<IDBKeyRange>, const String& direction, IDBDatabaseBackendInterface::TaskType, ExceptionCode&);
75 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext*, const ScriptValue& key, const String& direction, ExceptionCode&);

Completed in 463 milliseconds

1234567891011>>