/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | config.py | 173 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/ |
D | setup-imports.mk | 33 $(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)
|
D | build-module.mk | 34 $(call module-add,$(LOCAL_MODULE))
|
D | default-build-commands.mk | 110 cmd-add-gnu-debuglink = $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$(strip $(call host-path,$2)) $(call…
|
D | main.mk | 68 You can also add new applications by writing an Application.mk file.) 90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
|
D | definitions.mk | 493 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/ |
D | upgrade-upstream.sh | 123 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/ |
D | issue35933-lambda.cpp | 6 static void add(int n) in add() function 30 add(delta); in test_lambda()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | innerprod_test.cpp | 27 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/ |
D | innerprod_test.cpp | 27 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/ |
D | lib-prefix.m4 | 55 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.
|
D | lib-link.m4 | 255 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/ |
D | unit_test_suite.ipp | 134 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/ |
D | print_hello.asm | 14 add esp, 28
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 20 add r3, r3, ip label 57 add sp, sp, #32 @ 0x20 label
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/ |
D | config.py | 79 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/ |
D | config.py | 66 self.config.available_features.add('long_tests') 70 self.config.available_features.add(match.group(1))
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 5 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/ |
D | unit_test_suite_impl.hpp | 134 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/ |
D | sparc_atomic.s | 36 add %o2, 0x1, %o3 ! Increment and store current
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 46 Android system header wrappers, to add missing declarations 63 if you want to add new test files.
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 256 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/ |
D | README | 15 To enable the pretty printer add the following code to $HOME/.gdbinit:
|
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 109 $(call add-src-files-target-cflags,\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | SHELL | 22 # all when $(SHELL) is perl :-/. So, we just add an extra initial /./ which
|