/ndk/tests/abcc/jni/ |
D | Abcc.cpp | 58 BitcodeInfo::BitcodeInfo(const std::string &bc) in BitcodeInfo() argument 59 : mShared(false), mBCPath(bc) { in BitcodeInfo() 172 const BitcodeInfo &bc = *i; in translate() local 173 LOGV("Translate bitcode: %s -> %s", bc.mBCPath.c_str(), bc.mTargetBCPath.c_str()); in translate() 176 cmd += " " + bc.mBCPath + " -o " + bc.mTargetBCPath; in translate() 183 removeIntermediateFile(bc.mBCPath); in translate() 190 const BitcodeInfo &bc = *i; in compile() local 191 LOGV("Compile bitcode: %s -> %s", bc.mTargetBCPath.c_str(), bc.mObjPath.c_str()); in compile() 196 << " -O" << bc.mOptimizationLevel in compile() 197 << " " << bc.mTargetBCPath in compile() [all …]
|
D | Abcc.h | 115 BitcodeInfo(const std::string &bc);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
D | bucket.pass.cpp | 42 size_t bc = c.bucket_count(); in main() local 43 assert(bc >= 5); in main() 45 assert(c.bucket(i) == i % bc); in main() 61 size_t bc = c.bucket_count(); in main() local 62 assert(bc >= 5); in main() 64 assert(c.bucket(i) == i % bc); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
D | bucket.pass.cpp | 42 size_t bc = c.bucket_count(); in main() local 43 assert(bc >= 7); in main() 45 assert(c.bucket(i) == i % bc); in main() 62 size_t bc = c.bucket_count(); in main() local 63 assert(bc >= 7); in main() 65 assert(c.bucket(i) == i % bc); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 44 assert(bc >= 5); in main() 46 assert(c.bucket(i) == i % bc); in main() 63 size_t bc = c.bucket_count(); in main() local 64 assert(bc >= 5); in main() 66 assert(c.bucket(i) == i % bc); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
D | bucket.pass.cpp | 43 size_t bc = c.bucket_count(); in main() local 44 assert(bc >= 7); in main() 46 assert(c.bucket(i) == i % bc); in main() 63 size_t bc = c.bucket_count(); in main() local 64 assert(bc >= 7); in main() 66 assert(c.bucket(i) == i % bc); in main()
|
/ndk/toolchains/llvm-3.3/ |
D | setup-common.mk | 94 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc) \ 107 … host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \ 112 …--file $(call host-path, $(LOCAL_BUILT_MODULE)).bc $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_B… 124 … host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \ 129 --file $(call host-path,$(LOCAL_BUILT_MODULE)).bc $(call host-path,$(LOCAL_BUILT_MODULE))
|
D | setup.mk | 150 TARGET_OBJ_EXTENSION := .bc 152 TARGET_SONAME_EXTENSION := .bc
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | PCRE.tests | 174 bc 175 0: bc 467 2: bc 677 /ab{1,3}bc/ 757 /a{0}bc/ 758 bc 759 0: bc 811 0: bc 825 0: bc 1227 /ab*bc/ [all …]
|
D | SPENCER.tests | 128 a[bc]d & abd abd 133 # a\bc & abc abc 135 a\\bc & a\bc a\bc 156 a\([bc]\)\1d b abcdabbd abbd b 157 a\(\([bc]\)\2\)*d b abbccd abbccd 158 a\(\([bc]\)\2\)*d b abbcbd 165 \(a\)\1bc*d b aabcd aabcd 166 \(a\)\1bc*d b aabd aabd 167 \(a\)\1bc*d b aabcccd aabcccd 168 \(a\)\1bc*[ce]d b aabcccd aabcccd [all …]
|
D | BOOST.tests | 276 a([bc])\1d abcdabbd 4 8 5 6 279 a(([bc])\2)*d abbccd 0 6 3 5 3 4 281 a(([bc])\2)*d abbcbd -1 -1 286 (a)\1bc*d aabcd 0 5 0 1 287 (a)\1bc*d aabd 0 4 0 1 288 (a)\1bc*d aabcccd 0 7 0 1 289 (a)\1bc*[ce]d aabcccd 0 7 0 1 396 (a|ab)(bc([de]+)f|cde) abcdef 0 6 0 1 1 6 3 5 397 a([bc]?)c abc 0 3 1 2 398 a([bc]?)c ac 0 2 1 1 [all …]
|
D | xbxcx.inp | 3 bc
|
D | xbxcx3.inp | 3 bc
|
/ndk/toolchains/llvm-3.4/ |
D | setup-common.mk | 97 $(call set-src-files-text,$(LOCAL_SRC_FILES),bc) \ 110 … host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \ 115 …--file $(call host-path, $(LOCAL_BUILT_MODULE)).bc $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_B… 127 … host-mv, $(call host-path,$(LOCAL_BUILT_MODULE)), $(call host-path,$(LOCAL_BUILT_MODULE)).bc) && \ 132 --file $(call host-path,$(LOCAL_BUILT_MODULE)).bc $(call host-path,$(LOCAL_BUILT_MODULE))
|
D | setup.mk | 224 TARGET_OBJ_EXTENSION := .bc 226 TARGET_SONAME_EXTENSION := .bc
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_aux_runtime.cpp | 30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test() local 46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test() local
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_aux_runtime.cpp | 30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test() local 46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test() local
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | groupify.sed | 40 bc
|
/ndk/build/core/ |
D | setup-app.mk | 75 NDK_APP_ABI := $(NDK_KNOWN_ABI32S:%=$(_unknown_abis_prefix)bc%) 82 … $(eval _unknown_abis := $(subst $(_abi),,$(subst bc$(_abi),,$(_unknown_abis)))) \
|
D | add-toolchain.mk | 41 …= $(TOOLCHAIN_ARCH) $(NDK_KNOWN_ABIS:%=$(TOOLCHAIN_ARCH)%) $(NDK_KNOWN_ABIS:%=$(TOOLCHAIN_ARCH)bc%)
|
D | setup-toolchain.mk | 190 ifneq (,$(filter $(TARGET_SONAME_EXTENSION),.so .bc))
|
D | definitions.mk | 1321 get-rs-bc-name = $(strip \ 1326 $(eval __obj := $(__obj:%$(__ext)=%.bc))\ 1492 …IC -shared -rt-path $$(call host-path,$(SYSROOT_LINK)/usr/lib/rs/libclcore.bc) -mtriple $$(PRIVATE…
|
/ndk/ |
D | ndk-gdb | 772 for bc in $BCFILES; do 773 log "Pulled $(basename $bc .bc).so from device/emulator." 774 adb pull $DATA_DIR/lib/$(basename $bc .bc).so $PROJECT/obj/local/$UNKNOWN_ABI/
|
/ndk/tests/ |
D | run-tests.sh | 461 … run gen_empty_bitcode $NDK/$GNUSTL_SUBDIR/$GCC_TOOLCHAIN_VERSION/libs/$ABI/libgnustl_shared.bc 463 run gen_empty_bitcode $NDK/$GABIXX_SUBDIR/libs/$ABI/libgabi++_shared.bc
|
/ndk/build/tools/ |
D | make-standalone-toolchain.sh | 638 …cp -p "`ls $tmp_lib_dir/sources/cxx-stl/stlport/libs/*/libstlport_shared.bc`" "$ABI_STL/lib/$DEST_…
|