Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 23 of 23) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_guard.cpp25 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/
Dis_pointer.hpp56 # define TT_AUX_BOOL_TRAIT_HELPER_PARTIAL_SPEC(helper,sp,result) \
57 template< typename T > struct helper<sp> \
Dis_enum.hpp155 typedef typename se_t::template type<T> helper; typedef
156 BOOST_STATIC_CONSTANT(bool, value = helper::value);
/ndk/docs/text/
DNATIVE-ACTIVITY.text6 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
DOVERVIEW.text207 a helper function to do that, i.e. use:
329 The NDK provides a helper script, named 'ndk-gdb' to very easily launch
DIMPORT-MODULE.text75 the helper libraries that come with it (see docs/CPU-FEATURES.html for
DNDK-GDB.text10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to
DCPLUSPLUS-SUPPORT.text14 However, the NDK provides various "helper C++ runtimes" which can provide them,
DCPU-ARCH-ABIS.text75 Instead, all FP operations are performed through software helper functions
DCHANGES.text335 - 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/
Djquery.js43helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.matc… property
44helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._h…
/ndk/sources/third_party/googletest/
DREADME.NDK29 A small helper static library that provides a main() implementation
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-tuple.h.pump110 // 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/
Diterator_facade.hpp233 >::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/
Dunit_test_log.ipp113 // helper functions
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp640 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/
DDEV-SCRIPTS-USAGE.TXT87 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/
Dtype_traits20 // 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
Dtuple80 // 20.4.1.4, tuple helper classes:
Dstring991 // helper fns for basic_string
/ndk/sources/host-tools/make-3.81/
DChangeLog1057 * 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/
DAndroid.mk4501 $(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/
DAndroid.mk4492 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_element)
4493 $(call gen-test, utilities/tuple/tuple.tuple/tuple.helper/tuple_size)