Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 74) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dconfig.py173 self.config.available_features.add(cxx_type)
174 self.config.available_features.add('%s-%s.%s' % (
238 self.config.available_features.add(f.strip())
284 self.config.available_features.add(
301 self.config.available_features.add(
305 self.config.available_features.add(target_platform)
314 self.config.available_features.add(name)
316 self.config.available_features.add('%s-%s' % (name, ver))
328 self.config.available_features.add('long_tests')
333 self.config.available_features.add('fsized-deallocation')
[all …]
/ndk/build/core/
Dsetup-imports.mk33 $(call import-add-path,$(__path))\
35 $(call import-add-path-optional,$(NDK_ROOT)/sources)
36 $(call import-add-path-optional,$(NDK_ROOT)/../development/ndk/sources)
Dbuild-module.mk34 $(call module-add,$(LOCAL_MODULE))
Ddefault-build-commands.mk110 cmd-add-gnu-debuglink = $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$(strip $(call host-path,$2)) $(call…
Dmain.mk68 You can also add new applications by writing an Application.mk file.)
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
Ddefinitions.mk493 module-add = \
602 module-add-static-depends = \
603 $(call module-add-depends-any,$1,$2,depends) \
614 module-add-shared-depends = \
615 $(call module-add-depends-any,$1,$2,depends) \
620 module-add-depends-any = \
770 $(call module-add-static-depends,$1,$(__ndk_modules.$1.STATIC_LIBRARIES))\
771 $(call module-add-static-depends,$1,$(__ndk_modules.$1.WHOLE_STATIC_LIBRARIES))\
772 $(call module-add-shared-depends,$1,$(__ndk_modules.$1.SHARED_LIBRARIES))\
817 modules-add-c++-dependencies = \
[all …]
/ndk/sources/cxx-stl/llvm-libc++/tools/
Dupgrade-upstream.sh123 run git add .
124 run git add -f .gitignore
157 run git add $ADDED_FILES
161 run git add $MODIFIED_FILES
207 run git add patches.android/*
211 git add "$NDK_LIBCXX_DIR"/upstream.config
/ndk/tests/device/issue35933-lambda/jni/
Dissue35933-lambda.cpp6 static void add(int n) in add() function
30 add(delta); in test_lambda()
/ndk/tests/device/test-gnustl-full/unit/
Dinnerprod_test.cpp27 static size_t add(size_t a_, size_t b_) { in add() function in InnerprodTest
69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); in inprod2()
/ndk/tests/device/test-stlport/unit/
Dinnerprod_test.cpp27 static size_t add(size_t a_, size_t b_) { in add() function in InnerprodTest
69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); in inprod2()
/ndk/sources/host-tools/make-3.81/config/
Dlib-prefix.m455 dnl Potentially add $additional_includedir to $CPPFLAGS.
56 dnl But don't add it
80 dnl Really add $additional_includedir to $CPPFLAGS.
86 dnl Potentially add $additional_libdir to $LDFLAGS.
87 dnl But don't add it
111 dnl Really add $additional_libdir to $LDFLAGS.
Dlib-link.m4255 dnl Potentially add DIR to ltrpathdirs.
277 dnl Potentially add DIR to rpathdirs.
291 dnl But don't add it if it's already contained in the LDFLAGS
341 dnl Potentially add $additional_includedir to $INCNAME.
342 dnl But don't add it
367 dnl Really add $additional_includedir to $INCNAME.
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
391 dnl But don't add it
417 dnl Really add $additional_libdir to $LIBNAME.
431 dnl Really add $additional_libdir to $LTLIBNAME.
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_suite.ipp134 test_suite::add( test_unit* tu, counter_t expected_failures, unsigned timeout )
152 test_suite::add( test_unit_generator const& gen, unsigned timeout )
156 add( tu, 0, timeout );
274 curr_ts_store().back()->add( tc, exp_fail );
291 curr_ts_store().back()->add( ts );
301 curr_ts_store().back()->add( tc_gen );
/ndk/tests/device/test-yasm/jni/
Dprint_hello.asm14 add esp, 28
/ndk/tests/build/ssax-instructions/jni/
Dtest.S20 add r3, r3, ip label
57 add sp, sp, #32 @ 0x20 label
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/
Dconfig.py79 self.config.available_features.add('c++11')
80 self.config.available_features.add('long_tests')
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dconfig.py66 self.config.available_features.add('long_tests')
70 self.config.available_features.add(match.group(1))
/ndk/tests/device/test-basic-exceptions/
DREADME5 and that's it. Alternatively, use it in APP_CFLAGS to add the flag to all your
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp134 void add( test_unit* tu, counter_t expected_failures = 0, unsigned timeout = 0 );
135 void add( test_unit_generator const& gen, unsigned timeout = 0 );
/ndk/sources/cxx-stl/stlport/src/
Dsparc_atomic.s36 add %o2, 0x1, %o3 ! Increment and store current
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK46 Android system header wrappers, to add missing declarations
63 if you want to add new test files.
/ndk/sources/third_party/googletest/googletest/
DREADME256 that, add
261 you want to force Google Test to use its own tuple library, just add
267 If you don't want Google Test to use tuple at all, add
289 When Google Test uses pthread, you may need to add flags to your
294 figure out what flags to add.
302 To compile *gtest* as a shared library, add
310 To compile your *tests* that use the gtest shared library, add
320 recommended to always add the above flags when using Google Test as a
333 FOO, you can add
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME15 To enable the pretty printer add the following code to $HOME/.gdbinit:
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/
Dsetup.mk109 $(call add-src-files-target-cflags,\
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL22 # all when $(SHELL) is perl :-/. So, we just add an extra initial /./ which

123