/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
macros.h | 50 // Verify that [_First, _Last) forms a valid iterator range. 51 #define __glibcxx_check_valid_range(_First,_Last) \ 52 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 54 ._M_iterator(_First, #_First) \ 75 * [_First, _Last) into *this with the iterator _Position. Insertion 79 * iterator range [_First, Last) is a valid (possibly empty) 84 * _Position and the range [_First, _Last), but that can't (in 87 #define __glibcxx_check_insert_range(_Position,_First,_Last) \ 88 __glibcxx_check_valid_range(_First,_Last); [all...] |
debug.h | 66 # define __glibcxx_requires_valid_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) 97 # define __glibcxx_requires_valid_range(_First,_Last) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 50 // Verify that [_First, _Last) forms a valid iterator range. 51 #define __glibcxx_check_valid_range(_First,_Last) \ 52 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 54 ._M_iterator(_First, #_First) \ 75 * [_First, _Last) into *this with the iterator _Position. Insertion 79 * iterator range [_First, Last) is a valid (possibly empty) 84 * _Position and the range [_First, _Last), but that can't (in 87 #define __glibcxx_check_insert_range(_Position,_First,_Last) \ 88 __glibcxx_check_valid_range(_First,_Last); [all...] |
debug.h | 66 # define __glibcxx_requires_valid_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) 97 # define __glibcxx_requires_valid_range(_First,_Last) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 50 // Verify that [_First, _Last) forms a valid iterator range. 51 #define __glibcxx_check_valid_range(_First,_Last) \ 52 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 54 ._M_iterator(_First, #_First) \ 75 * [_First, _Last) into *this with the iterator _Position. Insertion 79 * iterator range [_First, Last) is a valid (possibly empty) 84 * _Position and the range [_First, _Last), but that can't (in 87 #define __glibcxx_check_insert_range(_Position,_First,_Last) \ 88 __glibcxx_check_valid_range(_First,_Last); [all...] |
debug.h | 66 # define __glibcxx_requires_valid_range(_First,_Last) 67 # define __glibcxx_requires_sorted(_First,_Last) 68 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) 71 # define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) 72 # define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) 73 # define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) 74 # define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) 75 # define __glibcxx_requires_heap(_First,_Last) 76 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) 97 # define __glibcxx_requires_valid_range(_First,_Last) [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
ConstructedOctetStream.java | 11 private boolean _first = true; field in class:ConstructedOctetStream 24 if (!_first) 36 _first = false; 75 if (!_first) 87 _first = false;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
boost_concept_check.h | 270 template <class _First, class _Second> \ 276 _First __a; \ 281 template <class _Ret, class _First, class _Second> \ 287 _First __a; \ 349 template <class _Func, class _Return, class _First, class _Second> 356 _First __first; 361 template <class _Func, class _First, class _Second> 362 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 368 _First __first; 382 template <class _Func, class _First, class _Second [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
boost_concept_check.h | 270 template <class _First, class _Second> \ 276 _First __a; \ 281 template <class _Ret, class _First, class _Second> \ 287 _First __a; \ 349 template <class _Func, class _Return, class _First, class _Second> 356 _First __first; 361 template <class _Func, class _First, class _Second> 362 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 368 _First __first; 382 template <class _Func, class _First, class _Second [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
boost_concept_check.h | 270 template <class _First, class _Second> \ 276 _First __a; \ 281 template <class _Ret, class _First, class _Second> \ 287 _First __a; \ 349 template <class _Func, class _Return, class _First, class _Second> 356 _First __first; 361 template <class _Func, class _First, class _Second> 362 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 368 _First __first; 382 template <class _Func, class _First, class _Second [all...] |
/external/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 302 template <class _Func, class _Ret, class _First, class _Second> 306 const _First& __first, 312 template <class _Func, class _First, class _Second> 313 struct _STL_BINARY_FUNCTION_ERROR<_Func, void, _First, _Second> { 316 const _First& __first, 324 template <class _Ret, class _First, class _Second> \ 327 __const_binary_operator_requirement_violation(const _First& __first, \ 332 __binary_operator_requirement_violation(_First& __first, \
|
/external/icu4c/test/cintltst/ |
uenumtst.c | 134 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable 140 _first, _second, _third, _fourth
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
iterator.h | 139 iterator_triple(const Iterator1& _first, const Iterator2& _second, 142 first = _first;
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 199 PPChainedCallbacks(PPCallbacks *_First, PPCallbacks *_Second) 200 : First(_First), Second(_Second) {}
|
/external/stlport/stlport/stl/debug/ |
_debug.h | 357 __owned_link* _First() { return _M_node._Next(); } 360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 357 __owned_link* _First() { return _M_node._Next(); } 360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 357 __owned_link* _First() { return _M_node._Next(); } 360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.h | 357 __owned_link* _First() { return _M_node._Next(); } 360 const __owned_link* _First() const { return (__owned_link*)_M_node._M_next; }
|
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 91 * _FIRST + + + +
|
/build/core/ |
definitions.mk | 610 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\ 611 $(if $(filter $(_upbfc_fc_set),$(_first)),,$(w)\ 612 $(eval _upbfc_fc_set += $(_first)))))\ 614 $(eval _first:=) [all...] |