Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 25 of 31) sorted by relevance

12

/ndk/tests/abcc/jni/
DAbcc.cpp58 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 …]
DAbcc.h115 BitcodeInfo(const std::string &bc);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
Dbucket.pass.cpp42 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/
Dbucket.pass.cpp42 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/
Dbucket.pass.cpp43 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/
Dbucket.pass.cpp43 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/
Dsetup-common.mk94 $(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))
Dsetup.mk150 TARGET_OBJ_EXTENSION := .bc
152 TARGET_SONAME_EXTENSION := .bc
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DPCRE.tests174 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 …]
DSPENCER.tests128 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 …]
DBOOST.tests276 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 …]
Dxbxcx.inp3 bc
Dxbxcx3.inp3 bc
/ndk/toolchains/llvm-3.4/
Dsetup-common.mk97 $(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))
Dsetup.mk224 TARGET_OBJ_EXTENSION := .bc
226 TARGET_SONAME_EXTENSION := .bc
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_aux_runtime.cpp30 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/
Dtest_aux_runtime.cpp30 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/
Dgroupify.sed40 bc
/ndk/build/core/
Dsetup-app.mk75 NDK_APP_ABI := $(NDK_KNOWN_ABI32S:%=$(_unknown_abis_prefix)bc%)
82 … $(eval _unknown_abis := $(subst $(_abi),,$(subst bc$(_abi),,$(_unknown_abis)))) \
Dadd-toolchain.mk41 …= $(TOOLCHAIN_ARCH) $(NDK_KNOWN_ABIS:%=$(TOOLCHAIN_ARCH)%) $(NDK_KNOWN_ABIS:%=$(TOOLCHAIN_ARCH)bc%)
Dsetup-toolchain.mk190 ifneq (,$(filter $(TARGET_SONAME_EXTENSION),.so .bc))
Ddefinitions.mk1321 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/
Dndk-gdb772 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/
Drun-tests.sh461 … 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/
Dmake-standalone-toolchain.sh638 …cp -p "`ls $tmp_lib_dir/sources/cxx-stl/stlport/libs/*/libstlport_shared.bc`" "$ABI_STL/lib/$DEST_…

12