/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/text/ |
D | NATIVE-ACTIVITY.text | 6 The Android SDK provides a helper class, `NativeActivity`, that allows you to write a completely 35 - The android_native_app_glue.h file defines a static helper library built on top of the 52 You might find it easier to use the native_app_glue static helper library that handles the
|
D | OVERVIEW.text | 207 a helper function to do that, i.e. use: 329 The NDK provides a helper script, named 'ndk-gdb' to very easily launch
|
D | IMPORT-MODULE.text | 75 the helper libraries that come with it (see docs/CPU-FEATURES.html for
|
D | NDK-GDB.text | 10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to
|
D | CPLUSPLUS-SUPPORT.text | 14 However, the NDK provides various "helper C++ runtimes" which can provide them,
|
D | CPU-ARCH-ABIS.text | 75 Instead, all FP operations are performed through software helper functions
|
D | CHANGES.text | 335 - Added gabi++ array helper functions 1129 - ARM: Updated 'cpu-features' helper library to include 9 more ARM-specific features. 1644 - Fixed android_getCpuCount() implementation in the cpufeatures helper 1732 - the 'cpu-features' helper library was updated to report three optional 2517 on Android 2.2 or higher, through the new 'ndk-gdb' helper script. 2656 code doesn't depend on helper functions provided by the Android platform
|
/ndk/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/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++-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)
|
/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)
|