/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | iterator_adaptor.hpp | 174 , class Value 186 Value 195 Value, iterator_value<Base> 207 is_same<Value,use_default> 209 , add_reference<Value> 256 , class Value = use_default 263 Derived, Base, Value, Traversal, Reference, Difference 270 Derived, Base, Value, Traversal, Reference, Difference 287 typedef iterator_adaptor<Derived,Base,Value,Traversal,Reference,Difference> iterator_adaptor_;
|
D | iterator_facade.hpp | 220 template <class Reference, class Value> 229 , Value const volatile* 238 template <class Reference, class Value> 241 is_non_proxy_reference_impl<Reference, Value>::value 245 template <class Reference, class Value> 250 , Value const volatile* 270 template <class Iterator, class Value, class Reference, class CategoryOrTraversal> 275 is_convertible<Reference,Value const&> 287 is_non_proxy_reference<Reference,Value> 382 template <class Iterator, class Value, class Reference> [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | fixed_mapping.hpp | 59 template<typename Key, typename Value, typename Compare = std::less<Key> > 62 typedef std::pair<Key,Value> elem_type; 67 typedef typename call_traits<Value>::param_type value_param_type; 68 typedef typename call_traits<Value>::const_reference value_ref_type; 105 Value m_invalid_value;
|
/ndk/tests/device/test-cxx-init-array/jni/ |
D | global_ctor.h | 7 int Value; 14 return (Value == 42); in IsInitialized()
|
D | global_ctor.cpp | 3 GlobalCtor::GlobalCtor() : Value(42) { } in GlobalCtor()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | always.hpp | 23 template< typename Value > struct always 31 typedef Value type;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | meta.hpp | 59 template<class Value, 73 typedef equal_to<Value,Case0Val> is_case0 ; 74 typedef equal_to<Value,Case1Val> is_case1 ; 75 typedef equal_to<Value,Case2Val> is_case2 ;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_set | 21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 22 class Alloc = allocator<Value>> 27 typedef Value key_type; 93 template <class Value, class Hash, class Pred, class Alloc> 94 void swap(hash_set<Value, Hash, Pred, Alloc>& x, 95 hash_set<Value, Hash, Pred, Alloc>& y); 97 template <class Value, class Hash, class Pred, class Alloc> 99 operator==(const hash_set<Value, Hash, Pred, Alloc>& x, 100 const hash_set<Value, Hash, Pred, Alloc>& y); 102 template <class Value, class Hash, class Pred, class Alloc> [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_golden_lin.txt | 4 Value of: false 8 Value of: 3 37 Value of: actual 42 Value of: actual 51 Value of: x 58 Value of: x 65 Value of: false 99 Value of: n 105 Value of: n 114 Value of: n [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | unordered_set | 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 24 class Alloc = allocator<Value>> 29 typedef Value key_type; 157 template <class Value, class Hash, class Pred, class Alloc> 158 void swap(unordered_set<Value, Hash, Pred, Alloc>& x, 159 unordered_set<Value, Hash, Pred, Alloc>& y) 162 template <class Value, class Hash, class Pred, class Alloc> 164 operator==(const unordered_set<Value, Hash, Pred, Alloc>& x, 165 const unordered_set<Value, Hash, Pred, Alloc>& y); 167 template <class Value, class Hash, class Pred, class Alloc> [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _watcom.h | 138 long __stl_InterlockedExchange( long *Destination, long Value );
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info | 135 Node: Value Function239226
|
D | make.info-1 | 240 * Value Function:: Return the un-expanded value of a variable. 5112 * Value Function:: Return the un-expanded value of a variable. 5664 File: make.info, Node: Call Function, Next: Value Function, Prev: Foreach Function, Up: Functio… 5741 File: make.info, Node: Value Function, Next: Eval Function, Prev: Call Function, Up: Functions 5781 File: make.info, Node: Eval Function, Next: Origin Function, Prev: Value Function, Up: Functions 5801 characters when using `eval'. The `value' function (*note Value
|
D | make.info-2 | 2330 *Note The `value' Function: Value Function. 4138 * variables, unexpanded value: Value Function. (line 6) 4379 * value: Value Function. (line 6)
|
D | make.texi | 266 * Value Function:: Return the un-expanded value of a variable. 6202 * Value Function:: Return the un-expanded value of a variable. 6937 @node Call Function, Value Function, Foreach Function, Functions 7030 @node Value Function, Eval Function, Call Function, Functions 7078 @node Eval Function, Origin Function, Value Function, Functions 7101 function (@pxref{Value Function}) can sometimes be useful in these 10522 @xref{Value Function, ,The @code{value} Function}.
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 43 * Value-parameterized test fixtures can now derive from Test and
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 44 // Value-parameterized tests allow you to test your code with different
|
/ndk/build/gmsl/ |
D | __gmsl | 786 # 2: Value to push onto the top of the stack (must not contain
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 20 struct Value { struct
|
/ndk/docs/text/ |
D | CHANGES.text | 424 - Fixed Clang 3.2 X86/MIPS ICE in llvm/lib/VMCore/Value.cpp.
|