/external/icu4c/test/intltest/ |
dadrcal.cpp | 289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { 291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward" 365 const DataMap *settings, UBool forward) { 433 if (forward) { 436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward); 440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward);
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
tst_qdeclarativewebview.cpp | 122 QAction* forwardAction = wv->property("forward").value<QAction*>(); 172 QAction* forwardAction = wv->property("forward").value<QAction*>(); 196 wv->setProperty("url", QUrl("qrc:///resources/forward.html")); 198 QCOMPARE(wv->property("title").toString(), QLatin1String("Forward")); 201 QCOMPARE(qvariant_cast<QPixmap>(wv->property("icon")), QPixmap("qrc:///resources/forward.png")); 202 QCOMPARE(strippedHtml(fileContents(":/resources/forward.html")), strippedHtml(wv->property("html").toString())); 203 QCOMPARE(wv->property("url").toUrl(), QUrl("qrc:///resources/forward.html"));
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
future | 582 ::new(&__value_) _Rp(_VSTD::forward<_Arg>(__arg)); 602 ::new(&__value_) _Rp(_VSTD::forward<_Arg>(__arg)); 788 : __func_(_VSTD::forward<_Fp>(__f)) 834 : __func_(_VSTD::forward<_Fp>(__f)) 882 : __func_(_VSTD::forward<_Fp>(__f)) 936 : __func_(_VSTD::forward<_Fp>(__f)) [all...] |
/external/icu4c/common/ |
unormimp.h | 120 _NORM_INDEX_COMBINE_FWD_COUNT, /* number of code points that combine forward */ 121 _NORM_INDEX_COMBINE_BOTH_COUNT, /* number of code points that combine forward and backward */ 209 * -- one more than the highest combining index computed for forward-only-combining characters 311 * if the character combines forward or backward with any other characters. 314 * combines forward, backward, or both ways: 315 * forward-only < both ways < backward-only 317 * The index values for forward-only and both-ways combining characters 324 * for each forward-combining character. 327 * combining characters that the forward-combining character combines with. 341 * 13 set if the result itself combines forward [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
diffs | 87 /* declare functions that have forward references */ 99 /* declare functions that have forward references */ 295 /* declare functions that have forward references */ 306 /* declare functions that have forward references */ 662 /* declare functions that have forward references */ 673 /* declare functions that have forward references */ 773 /* declare functions that have forward references */ 784 /* declare functions that have forward references */ 799 /* declarations for functions that have forward references */ 810 /* declarations for functions that have forward references * [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiScrollable.java | 220 * Performs a forward scroll action on the scrollable layout element until 234 * Perform a forward scroll action to move through the scrollable layout element until 247 * Perform a scroll forward action to move through the scrollable layout 282 * Scrolls forward until the UiObject is fully visible in the scrollable container. 302 // so we need to scroll list forward 306 // so we need to scroll list forward 325 * Performs a forward scroll action on the scrollable layout element until 369 * Performs a forward fling with the default number of fling steps (5). 385 * Performs a forward scroll with the default number of scroll steps (55). 401 * Performs a forward scroll. If the swipe direction is set to vertical [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
deque.tcc | 93 std::forward<_Args>(__args)...); 97 _M_push_front_aux(std::forward<_Args>(__args)...); 110 std::forward<_Args>(__args)...); 114 _M_push_back_aux(std::forward<_Args>(__args)...); 148 push_front(std::forward<_Args>(__args)...); 153 push_back(std::forward<_Args>(__args)...); 159 return _M_insert_aux(__position, std::forward<_Args>(__args)...); 374 std::forward<_Args>(__args)...); 411 std::forward<_Args>(__args)...); 512 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
tuple | 75 : _Head(std::forward<_UHead>(__h)) { } 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 160 : _Inherited(std::forward<_UTail>(__tail)...), 161 _Base(std::forward<_UHead>(__head)) { } 168 _Base(std::forward<_Head>(__in._M_head())) { } 178 _Base(std::forward<typename _Tuple_impl<_Idx, _UElements...>:: 241 : _Inherited(std::forward<_UElements>(__elements)...) { } 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 552 return __result_type(std::forward<_Elements>(__args)...) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
deque.tcc | 93 std::forward<_Args>(__args)...); 97 _M_push_front_aux(std::forward<_Args>(__args)...); 110 std::forward<_Args>(__args)...); 114 _M_push_back_aux(std::forward<_Args>(__args)...); 148 push_front(std::forward<_Args>(__args)...); 153 push_back(std::forward<_Args>(__args)...); 159 return _M_insert_aux(__position, std::forward<_Args>(__args)...); 374 std::forward<_Args>(__args)...); 411 std::forward<_Args>(__args)...); 512 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 75 : _Head(std::forward<_UHead>(__h)) { } 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 160 : _Inherited(std::forward<_UTail>(__tail)...), 161 _Base(std::forward<_UHead>(__head)) { } 168 _Base(std::forward<_Head>(__in._M_head())) { } 178 _Base(std::forward<typename _Tuple_impl<_Idx, _UElements...>:: 241 : _Inherited(std::forward<_UElements>(__elements)...) { } 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 552 return __result_type(std::forward<_Elements>(__args)...) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
deque.tcc | 93 std::forward<_Args>(__args)...); 97 _M_push_front_aux(std::forward<_Args>(__args)...); 110 std::forward<_Args>(__args)...); 114 _M_push_back_aux(std::forward<_Args>(__args)...); 148 push_front(std::forward<_Args>(__args)...); 153 push_back(std::forward<_Args>(__args)...); 159 return _M_insert_aux(__position, std::forward<_Args>(__args)...); 374 std::forward<_Args>(__args)...); 411 std::forward<_Args>(__args)...); 512 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 75 : _Head(std::forward<_UHead>(__h)) { } 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 160 : _Inherited(std::forward<_UTail>(__tail)...), 161 _Base(std::forward<_UHead>(__head)) { } 168 _Base(std::forward<_Head>(__in._M_head())) { } 178 _Base(std::forward<typename _Tuple_impl<_Idx, _UElements...>:: 241 : _Inherited(std::forward<_UElements>(__elements)...) { } 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 552 return __result_type(std::forward<_Elements>(__args)...) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
deque.tcc | 93 std::forward<_Args>(__args)...); 97 _M_push_front_aux(std::forward<_Args>(__args)...); 110 std::forward<_Args>(__args)...); 114 _M_push_back_aux(std::forward<_Args>(__args)...); 148 push_front(std::forward<_Args>(__args)...); 153 push_back(std::forward<_Args>(__args)...); 159 return _M_insert_aux(__position, std::forward<_Args>(__args)...); 374 std::forward<_Args>(__args)...); 411 std::forward<_Args>(__args)...); 512 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 75 : _Head(std::forward<_UHead>(__h)) { } 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 160 : _Inherited(std::forward<_UTail>(__tail)...), 161 _Base(std::forward<_UHead>(__head)) { } 168 _Base(std::forward<_Head>(__in._M_head())) { } 178 _Base(std::forward<typename _Tuple_impl<_Idx, _UElements...>:: 241 : _Inherited(std::forward<_UElements>(__elements)...) { } 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 552 return __result_type(std::forward<_Elements>(__args)...) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
deque.tcc | 93 std::forward<_Args>(__args)...); 97 _M_push_front_aux(std::forward<_Args>(__args)...); 110 std::forward<_Args>(__args)...); 114 _M_push_back_aux(std::forward<_Args>(__args)...); 148 push_front(std::forward<_Args>(__args)...); 153 push_back(std::forward<_Args>(__args)...); 159 return _M_insert_aux(__position, std::forward<_Args>(__args)...); 374 std::forward<_Args>(__args)...); 411 std::forward<_Args>(__args)...); 512 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
tuple | 75 : _Head(std::forward<_UHead>(__h)) { } 94 : _M_head_impl(std::forward<_UHead>(__h)) { } 160 : _Inherited(std::forward<_UTail>(__tail)...), 161 _Base(std::forward<_UHead>(__head)) { } 168 _Base(std::forward<_Head>(__in._M_head())) { } 178 _Base(std::forward<typename _Tuple_impl<_Idx, _UElements...>:: 241 : _Inherited(std::forward<_UElements>(__elements)...) { } 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { } 552 return __result_type(std::forward<_Elements>(__args)...) [all...] |
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 327 bool forward) const { 335 if (forward) { 348 if (!forward) { 372 bool forward, 377 if (!forward) 383 entry = GetIndexOfNextChapterStop(entry, forward);
|
/external/chromium/third_party/libevent/compat/sys/ |
queue.h | 43 * A singly-linked list is headed by a single forward pointer. The elements 49 * only be traversed in the forward direction. Singly-linked lists are ideal 53 * A list is headed by a single forward pointer (or an array of forward 58 * may only be traversed in the forward direction. 65 * list. A simple queue may only be traversed in the forward direction.
|
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 47 * A singly-linked list is headed by a single forward pointer. The elements 53 * only be traversed in the forward direction. Singly-linked lists are ideal 64 * A singly-linked tail queue may only be traversed in the forward direction. 68 * A list is headed by a single forward pointer (or an array of forward 73 * may only be traversed in the forward direction.
|
/external/v8/test/mjsunit/harmony/ |
proxies-example-membrane.js | 182 function forward(args) { return obj.apply(this, args) } 183 return wrap(new forward(Array.prototype.map.call(arguments, wrap))); 344 function forward(args) { return wet.apply(this, args) } 345 return asDry(new forward(Array.prototype.map.call(arguments, asWet))); 411 function forward(args) { return dry.apply(this, args) } 412 return asWet(new forward(Array.prototype.map.call(arguments, asDry)));
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PDFViewController.mm | 117 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection; 213 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection 219 if (!forward) 233 if (forward) { 607 BOOL forward = !(options & FindOptionsBackwards); 611 PDFSelection *selection = [m_wkPDFView.get() _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[m_pdfView currentSelection] startInSelection:NO];
|
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragment.java | 75 /** Whether or not to enable Reply/ReplyAll and Forward buttons */ 116 /** Called when the forward button is pressed. */ 216 mForwardButton = UiUtilities.getViewOrNull(view, R.id.forward); 308 // Disable forward/reply buttons as necessary. 399 case R.id.forward: 451 case R.id.forward:
|
/development/ide/emacs/ |
android-compile.el | 128 (forward-line 0) 129 (while (search-forward-regexp android-compile-ignore-re end t) 132 (forward-line 1)
|
/external/icu4c/i18n/ |
strmatch.h | 105 * than offset for a forward direction match, less than offset for 108 * forward direction or text.charAt(limit+1) in the backward 134 * & 0xFF == v, at offset, in the forward direction (with limit >
|
/external/jpeg/ |
jdct.h | 8 * This include file contains common declarations for the forward and 17 * A forward DCT routine is given a pointer to a work area of type DCTELEM[]; 99 /* Extern declarations for the forward and inverse DCT routines. */
|