Searched refs:forward (Results 176 - 200 of 237) sorted by relevance

12345678910

/external/icu4c/test/intltest/
H A Drbbitst.cpp893 // If the iterator is not making forward progress, stop.
1342 // Run the iterator forward
1347 // Fail for lack of forward progress.
1348 errln("Forward Iteration, no forward progress. Break Pos=%4d File line,col=%4d,%4d",
1380 errln("Incorrect status for forward break. Pos=%4d File line,col= %4d,%4d.\n"
1958 "!!forward; \n"
2287 // test data files. Do only a simple, forward-only check -
2493 // Move all of the positions forward in the input string.
2725 // Move all of the positions forward in the input string.
3051 // Move all of the positions forward i
3892 int forward[50]; local
4079 int forward[50]; local
[all...]
H A Dutxttest.cpp1778 fragTextAccess(UText *ut, int64_t index, UBool forward) { argument
1782 if (forward && index>=0 && index<length) {
1791 if (!forward && index>0 && index <=length) {
/external/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm77 ;# forward transform uses transpose.
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp795 if (RS && !FrameIndexVirtualScavenging && MI) RS->forward(MI);
859 RS->forward(I);
/external/webkit/Source/WebCore/page/
H A DPage.cpp490 static Frame* incrementFrame(Frame* curr, bool forward, bool wrapFlag) argument
492 return forward
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp694 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) argument
697 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);
H A DWebView.h177 bool FindString(const wxString& string, bool forward = true,
/external/quake/quake/src/WinQuake/
H A Dgl_rsurf.cpp1217 vec3_t forward, right, up; local
1220 AngleVectors (e->angles, forward, right, up);
1221 modelorg[0] = DotProduct (temp, forward);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1493 searchText, options.forward, options.matchCase, wrapWithinFrame,
1534 if (options.forward)
1541 options.forward ? ++m_activeMatchIndex : --m_activeMatchIndex;
/external/libvorbis/lib/
H A Dpsytune.c389 nonzero[i]=_floor_P[1]->forward(&vb,floor_look,
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp597 RS.forward(MII);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h531 int findNextOnPage(bool forward);
H A DWebViewCore.cpp1731 bool forward = direction < 0;
1743 VisiblePosition nextPos = forward ? pos.next() : pos.previous();
1745 || ((comparePositions(nextPos, stop) < 0) != forward);
2352 // Collapsed selection while moving forward points to the
2396 directionStr = "forward";
4310 int WebViewCore::findNextOnPage(bool forward) argument
4329 if (!forward)
4347 if (forward) {
5038 jboolean forward)
5041 return viewImpl->findNextOnPage(forward);
5037 FindNext(JNIEnv* env, jobject obj, jint nativeClass, jboolean forward) argument
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.h362 EAPI Eina_Bool ewk_view_text_search(const Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h571 @param forward YES to search forward, NO to seach backwards.
578 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp667 \sa forward()
681 void QGraphicsWebView::forward() function in class:QGraphicsWebView
H A Dqwebview.cpp903 \sa forward(), pageAction()
921 void QWebView::forward() function in class:QWebView
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h111 Q_PROPERTY(QAction* forward READ forwardAction CONSTANT)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jar ... abstract javax.servlet.ServletContext getServletContext () public abstract void forward (java.lang.String) throws javax.servlet. ...
H A Djavax.servlet_2.5.0.v200910301333.jar ... RequestDispatcher extends java.lang.Object { public abstract void forward (javax.servlet.ServletRequest, javax.servlet.ServletResponse ...
/external/quake/quake/src/QW/server/
H A Dsv_user.c1204 vec3_t forward, right, up; local
1209 AngleVectors (angles, forward, right, up);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl335 @param flag Turns use of the back forward list on or off
350 @abstract Go forward to the next URL in the backforward list.
351 @result YES if able to go forward in the backforward list, NO otherwise.
358 @abstract Go back or forward to an item in the backforward list.
543 @param forward YES to search forward, NO to seach backwards.
546 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
548 HRESULT searchFor([in] BSTR str, [in] BOOL forward, [in] BOOL caseFlag, [in] BOOL wrapFlag, [out, retval] BOOL* found);
/external/webkit/Source/WebKit/win/
H A DWebView.h243 /* [in] */ BOOL forward,
679 /* [in] */ BOOL forward);
H A DWebView.cpp1654 // If we get to this point, the gesture has not been handled. We forward
1956 // We need to handle back/forward using either Ctrl+Left/Right Arrow keys.
3287 static Frame *incrementFrame(Frame *curr, bool forward, bool wrapFlag)
3289 return forward
3296 /* [in] */ BOOL forward,
3310 *found = m_page->findString(String(str, SysStringLen(str)), caseFlag ? TextCaseSensitive : TextCaseInsensitive, forward ? FindDirectionForward : FindDirectionBackward, wrapFlag);
5100 /* [in] */ BOOL forward)
5105 m_page->focusController()->setInitialFocus(forward ? FocusDirectionForward : FocusDirectionBackward, 0);
5153 // It turns out the right combination of behavior is done with the back/forward load
5155 // in the back forward lis
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1045 RS->forward(prior(Loc));
1327 RS->forward(prior(MBBI));
1355 RS->forward(prior(MBBI));

Completed in 641 milliseconds

12345678910