HomeSort by relevance Sort by last modified time
    Searched full:_right (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/javassist/src/main/javassist/compiler/ast/
Pair.java 27 public Pair(ASTree _left, ASTree _right) {
29 right = _right;
50 public void setRight(ASTree _right) { right = _right; }
ASTList.java 48 public void setRight(ASTree _right) {
49 right = (ASTList)_right;
ASTree.java 33 public void setRight(ASTree _right) {}
  /external/stlport/stlport/stl/
_string_sum_methods.h 23 template <class _Left, class _Right, class _StorageDir>
24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf)
81 template <class _Left, class _Right, class _StorageDir>
82 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
100 template <class _Left, class _Right, class _StorageDir>
101 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
    [all...]
_string_io.h 40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
_string_operators.h 136 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
139 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
142 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __rhs) {
144 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
148 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
150 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
155 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
200 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
202 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>
    [all...]
_string_sum.h 84 class _Left, class _Right,
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
96 __bstr_sum (_Left const& lhs, _Right const& rhs) :
100 _Right const& getRhs() const { return _rhs; }
292 _Right _rhs;
379 template <class _Left, class _Right, class _StorageDir>
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
387 template <class _Left, class _Right, class _StorageDir>
388 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref,
395 template <class _Left, class _Right, class _StorageDir
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 23 template <class _Left, class _Right, class _StorageDir>
24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf)
81 template <class _Left, class _Right, class _StorageDir>
82 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
100 template <class _Left, class _Right, class _StorageDir>
101 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
    [all...]
_string_io.h 40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
_string_operators.h 136 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
139 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
142 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __rhs) {
144 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
148 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
150 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
155 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
200 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
202 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>
    [all...]
_string_sum.h 84 class _Left, class _Right,
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
96 __bstr_sum (_Left const& lhs, _Right const& rhs) :
100 _Right const& getRhs() const { return _rhs; }
292 _Right _rhs;
379 template <class _Left, class _Right, class _StorageDir>
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
387 template <class _Left, class _Right, class _StorageDir>
388 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref,
395 template <class _Left, class _Right, class _StorageDir
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 23 template <class _Left, class _Right, class _StorageDir>
24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf)
81 template <class _Left, class _Right, class _StorageDir>
82 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
100 template <class _Left, class _Right, class _StorageDir>
101 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
    [all...]
_string_io.h 40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
_string_operators.h 136 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
139 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
142 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __rhs) {
144 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
148 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
150 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
155 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
200 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
202 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>
    [all...]
_string_sum.h 84 class _Left, class _Right,
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
96 __bstr_sum (_Left const& lhs, _Right const& rhs) :
100 _Right const& getRhs() const { return _rhs; }
292 _Right _rhs;
379 template <class _Left, class _Right, class _StorageDir>
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
387 template <class _Left, class _Right, class _StorageDir>
388 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref,
395 template <class _Left, class _Right, class _StorageDir
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 23 template <class _Left, class _Right, class _StorageDir>
24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf)
81 template <class _Left, class _Right, class _StorageDir>
82 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
100 template <class _Left, class _Right, class _StorageDir>
101 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
    [all...]
_string_io.h 40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
_string_operators.h 136 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
139 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
142 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __rhs) {
144 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
148 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
150 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
153 operator+(const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __lhs,
155 return _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>,
200 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
202 _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>
    [all...]
_string_sum.h 84 class _Left, class _Right,
94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self;
96 __bstr_sum (_Left const& lhs, _Right const& rhs) :
100 _Right const& getRhs() const { return _rhs; }
292 _Right _rhs;
379 template <class _Left, class _Right, class _StorageDir>
380 void _M_Init(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
387 template <class _Left, class _Right, class _StorageDir>
388 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref,
395 template <class _Left, class _Right, class _StorageDir
    [all...]
  /external/stlport/stlport/stl/debug/
_string_sum_methods.h 22 template <class _Left, class _Right, class _StorageDir>
23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
79 template <class _Left, class _Right, class _StorageDir>
80 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
98 template <class _Left, class _Right, class _StorageDir>
99 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 22 template <class _Left, class _Right, class _StorageDir>
23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
79 template <class _Left, class _Right, class _StorageDir>
80 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
98 template <class _Left, class _Right, class _StorageDir>
99 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 22 template <class _Left, class _Right, class _StorageDir>
23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
79 template <class _Left, class _Right, class _StorageDir>
80 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
98 template <class _Left, class _Right, class _StorageDir>
99 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 22 template <class _Left, class _Right, class _StorageDir>
23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
28 template <class _Left, class _Right, class _StorageDir>
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
55 template <class _Left, class _Right, class _StorageDir>
56 _Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str)
79 template <class _Left, class _Right, class _StorageDir>
80 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
98 template <class _Left, class _Right, class _StorageDir>
99 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 80 { N_("RLM _Right-to-left mark"), 0x200F },
  /external/opencv/cv/src/
cvstereogc.cpp 841 CV_IMPL void cvFindStereoCorrespondenceGC( const CvArr* _left, const CvArr* _right,
853 CvMat rstub, *right = cvGetMat( _right, &rstub );

Completed in 645 milliseconds

1 2 3