Searched refs:move (Results 1 - 25 of 1342) sorted by relevance

1234567891011>>

/macosx-10.10/Chess-310.6/Sources/
H A DMBCMoveTableViewAccessibility.h55 + (id) proxyWithInfo:(MBCGameInfo *)info move:(int)move;
56 - (id) initWithInfo:(MBCGameInfo *)info move:(int)move;
H A DMBCMoveAnimation.mm53 + (id) moveAnimation:(MBCMove *)move board:(MBCBoard *)board view:(MBCBoardView *)view
56 a->fMove = [move retain];
57 a->fPiece = move->fCommand == kCmdDrop
58 ? move->fPiece : [board oldContents:move->fFromSquare];
H A DMBCInteractivePlayer.mm395 - (BOOL)useAlternateSynthForMove:(MBCMove *)move
398 return [[fController board] sideOfMove:move] == kBlackSide;
400 return fSide == [[fController board] sideOfMove:move];
403 - (NSString *)stringFromMove:(MBCMove *)move
405 NSDictionary * localization = [self useAlternateSynthForMove:move]
409 return [[fController board] stringFromMove:move withLocalization:localization];
412 - (NSString *)stringForCheck:(MBCMove *)move
414 NSDictionary * localization = [self useAlternateSynthForMove:move]
421 - (void) speakMove:(MBCMove *)move text:(NSString *)text check:(BOOL)check
423 NSSpeechSynthesizer * synth = [self useAlternateSynthForMove:move]
[all...]
H A DMBCMoveTableViewAccessibility.mm50 + (id) proxyWithInfo:(MBCGameInfo *)info move:(int)move
53 initWithInfo:info move:move]
57 - (id) initWithInfo:(MBCGameInfo *)info move:(int)move
60 fMove = move;
209 for (NSInteger move = 0; move++ < numMoves; )
211 move
[all...]
H A DMBCBoard.mm3 Contains: Implementation of fundamental board and move classes
106 - (id) initFromCompactMove:(MBCCompactMove)move
108 [self initWithCommand:MBCMoveCode(move >> 24)];
113 fFromSquare = (move >> 16) & 0xFF;
114 fToSquare = (move >> 8) & 0xFF;
115 fPromotion = move & 0xFF;
119 fToSquare = (move >> 8) & 0xFF;
120 fPiece = move & 0xFF;
129 + (id) newFromCompactMove:(MBCCompactMove)move
131 return [[MBCMove alloc] initFromCompactMove:move];
[all...]
H A DMBCMoveAnimation.h56 + (id) moveAnimation:(MBCMove *)move board:(MBCBoard *)board view:(MBCBoardView *)view;
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLInlineContainerElement.cpp75 return createRenderer<RenderMathMLRow>(*this, WTF::move(style));
77 return createRenderer<RenderMathMLRow>(*this, WTF::move(style));
79 return createRenderer<RenderMathMLScripts>(*this, WTF::move(style));
81 return createRenderer<RenderMathMLScripts>(*this, WTF::move(style));
83 return createRenderer<RenderMathMLScripts>(*this, WTF::move(style));
85 return createRenderer<RenderMathMLScripts>(*this, WTF::move(style));
87 return createRenderer<RenderMathMLUnderOver>(*this, WTF::move(style));
89 return createRenderer<RenderMathMLUnderOver>(*this, WTF::move(style));
91 return createRenderer<RenderMathMLUnderOver>(*this, WTF::move(style));
93 return createRenderer<RenderMathMLFraction>(*this, WTF::move(styl
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/
H A DAPISessionState.cpp33 return adoptRef(new SessionState(WTF::move(sessionState)));
37 : m_sessionState(WTF::move(sessionState))
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthSize.h35 : m_width(WTF::move(width))
36 , m_height(WTF::move(height))
45 void setWidth(Length width) { m_width = WTF::move(width); }
48 void setHeight(Length height) { m_height = WTF::move(height); }
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLMath.cpp39 : RenderMathMLRow(element, WTF::move(style))
H A DRenderMathMLSquareRoot.cpp38 : RenderMathMLRoot(element, WTF::move(style))
43 : RenderMathMLRoot(document, WTF::move(style))
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DMessageSender.cpp39 return messageSenderConnection()->sendMessage(WTF::move(encoder), messageSendFlags);
H A DMessageDecoder.cpp45 : ArgumentDecoder(buffer.data(), buffer.size(), WTF::move(attachments))
72 m_importanceAssertion = WTF::move(assertion);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebBackForwardListItem.cpp35 return adoptRef(new WebBackForwardListItem(WTF::move(backForwardListItemState), pageID));
39 : m_itemState(WTF::move(backForwardListItemState))
H A DImmutableDictionary.cpp41 return adoptRef(new ImmutableDictionary(WTF::move(map)));
45 : m_map(WTF::move(map))
64 return API::Array::create(WTF::move(keys));
H A DAsyncRequest.cpp42 : m_abortHandler(WTF::move(abortHandler))
54 m_abortHandler = WTF::move(handler);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dchesslib++.c18 char move[100]; variable
26 sscanf(exp_match,"%*s 1. %s",move);
39 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
50 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
56 write(fd,move,strlen(move));
H A Dchesslib.c12 char move[100]; variable
22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
52 write(fd,move,strlen(move));
H A Dchesslib2.c12 char move[100]; variable
22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
52 fprintf(fp,move);
/macosx-10.10/WebKit2-7600.1.25/Platform/efl/
H A DWorkQueueEfl.cpp42 m_dispatchQueue->setSocketEventHandler(fileDescriptor, WTF::move(function));
60 m_dispatchQueue->dispatch(WorkItem::create(this, WTF::move(function)));
68 m_dispatchQueue->dispatch(TimerWorkItem::create(this, WTF::move(function), duration));
/macosx-10.10/WebCore-7600.1.25/crypto/algorithms/
H A DCryptoAlgorithmRSAES_PKCS1_v1_5.cpp74 platformEncrypt(toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
84 platformDecrypt(toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
95 CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSAES_PKCS1_v1_5, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, WTF::move(keyPairCallback), WTF::move(failureCallback));
/macosx-10.10/WTF-7600.1.24/wtf/
H A DIteratorRange.h35 : m_begin(WTF::move(begin))
36 , m_end(WTF::move(end))
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderMedia.cpp38 : RenderImage(element, WTF::move(style))
44 : RenderImage(element, WTF::move(style))
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dtest610.pl5 print "Usage: $0 mkdir|rmdir|rm|move|gone path1 [path2] [more commands...]\n";
22 elsif ($cmd eq "move") {
24 move($arg,$arg2) || die "$!";
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DCCallHelpers.h657 // (requires a swap) and 7 (must move srcB first, to avoid trampling.)
661 move(srcA, destA);
662 move(srcB, destB);
665 move(srcB, destB);
666 move(srcA, destA);
674 // If neither of srcB/srcC are in our way, then we can move srcA into place.
677 move(srcA, destA);
682 // If neither of srcA/srcC are in our way, then we can move srcB into place.
685 move(srcB, destB);
690 // If neither of srcA/srcB are in our way, then we can move src
[all...]

Completed in 161 milliseconds

1234567891011>>