/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_guard.cpp | 25 void helper() { in helper() function 33 helper(); in test() 35 helper(); in test() 48 void helper() { in helper() function 55 helper(); in test() 57 helper(); in test() 88 void helper() { in helper() function 93 std::thread t1(helper), t2(helper); in test() 118 void helper() { in helper() function 125 std::thread t(helper); in test()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_pointer.hpp | 56 # define TT_AUX_BOOL_TRAIT_HELPER_PARTIAL_SPEC(helper,sp,result) \ 57 template< typename T > struct helper<sp> \
|
D | is_enum.hpp | 155 typedef typename se_t::template type<T> helper; typedef 156 BOOST_STATIC_CONSTANT(bool, value = helper::value);
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 43 …helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.matc… property 44 …helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._h…
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 29 A small helper static library that provides a main() implementation
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 110 // A helper for implementing get<k>(). 113 // A helper for implementing tuple_element<k, T>. kIndexValid is true 217 // 6.1.3.3 Tuple helper classes.
|
/ndk/docs/Programmers_Guide/html/ |
D | jquery.js | 62 …helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000},_create:function()… property 63 …helper?p.left:0}if(n.top<(t._helper?p.top:0)){t.size.height=t.size.height+(t._helper?(t.position.t…
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | iterator_facade.hpp | 233 >::type& helper(R const&); 235 BOOST_STATIC_CONSTANT(bool, value = sizeof(helper(r)) == 1);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_log.ipp | 113 // helper functions
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 640 float_sign_helper<_FloatT> helper(x); in __format_nan_or_inf() local 641 if (helper.is_negative()) in __format_nan_or_inf()
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 87 The rest of $NDK/sources/ is used to store the sources of helper 89 helper library is under $NDK/sources/android/cpu-features/ 435 helper host program. See docs/NDK-STACK.html for a usage description.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 20 // helper class: 25 // helper traits 231 // helper class: 846 template <class _Tp> char helper(_Tp); 849 typename enable_if<sizeof(helper<_Tp>(__create<_Tf>())) == 1, char>::type
|
D | tuple | 80 // 20.4.1.4, tuple helper classes:
|
D | string | 991 // helper fns for basic_string
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 1057 * implicit.c (get_next_word): Implement helper function for 2397 * config/*: Created. Contains package configuration helper files.
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 4492 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_element) 4493 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_size)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 4501 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_element) 4502 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_size)
|