HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 151 - 175 of 613) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
unique_ptr.h 121 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter())) { }
125 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter()))
269 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter())) { }
273 : _M_t(__u.release(), std::forward<deleter_type>(__u.get_deleter()))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 197 private boolean forward = false;
208 forward = arg0;
213 return forward;
  /external/quake/quake/src/QW/client/
cl_tent.c 358 float forward; local
390 forward = sqrt (dist[0]*dist[0] + dist[1]*dist[1]);
391 pitch = (int) (atan2(dist[2], forward) * 180 / M_PI);
mathlib.h 70 void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up);
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 333 float forward; local
366 forward = sqrt (dist[0]*dist[0] + dist[1]*dist[1]);
367 pitch = (int) (atan2(dist[2], forward) * 180 / M_PI);
mathlib.h 69 void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up);
  /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/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 47 * forward/backward arrows.
391 public void loadAnimation(boolean animLeftRight, boolean forward) {
393 if (forward) {
413 if (forward) {
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 167 BOOLEAN ext, BOOLEAN forward)
200 ((tBTA_PAN_DATA_PARAMS *)p_new_buf)->forward = forward;
647 ((tBTA_PAN_DATA_PARAMS *)p_buf)->forward);
bta_pan_int.h 168 BOOLEAN forward; member in struct:__anon2856
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
IRCProxyWebSocket.java 29 getServletContext().getNamedDispatcher("default").forward(request,response); method
  /external/webkit/Source/WebKit/wx/
WebFrame.h 152 bool FindString(const wxString& string, bool forward = true,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 44 ::new ((void*)p) U(std::forward<Args>(args)...);
  /packages/apps/Email/src/com/android/email/activity/
MessageFileViewFragment.java 63 UiUtilities.setVisibilitySafe(result, R.id.forward, View.GONE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 83 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
extptr_allocator.h 106 { ::new(__p.get()) _Tp(std::forward<_Args>(__args)...); }

Completed in 4458 milliseconds

1 2 3 4 5 67 8 91011>>