/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/ |
D | balls.rs | 55 BallControl_t bc; 59 bc.ain = rsGetAllocation(balls2); 60 bc.aout = rsGetAllocation(balls1); 63 bc.ain = rsGetAllocation(balls1); 64 bc.aout = rsGetAllocation(balls2); 68 bc.dimX = rsAllocationGetDimX(bc.ain); 69 bc.dt = 1.f / 30.f; 71 rsForEach(physics_script, bc.ain, bc.aout, &bc, sizeof(bc)); 73 for (uint32_t ct=0; ct < bc.dimX; ct++) {
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | chvr_filter.cpp | 36 int br, bc, incr, mbr, mbc; in CombinedHorzVertRingFilter() local 91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter() 95 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter() 100 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter() 103 index = brwidth + bc; in CombinedHorzVertRingFilter() 250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter() 254 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter() 259 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter() 262 index = brwidth + bc; in CombinedHorzVertRingFilter() 408 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertRingFilter() [all …]
|
D | chv_filter.cpp | 188 int br, bc, mbr, mbc; in CombinedHorzVertFilter() local 216 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertFilter() 219 … if (bc < pp_w) /* boundary : don't do it on the most right col block */ in CombinedHorzVertFilter() 221 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter() 222 jVal0 = brwidth + bc; in CombinedHorzVertFilter() 332 for (bc = mbc + 1; bc < mbc + 3; bc++) in CombinedHorzVertFilter() 335 if (bc < pp_w) in CombinedHorzVertFilter() 337 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter() 338 jVal0 = brwidth + bc; in CombinedHorzVertFilter() 465 int br, bc, mbr, mbc; in CombinedHorzVertFilter_NoSoftDeblocking() local [all …]
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | build_bc_lib.mk | 32 c_bc_files := $(patsubst %.c,%.bc, \ 35 ll_bc_files := $(patsubst %.ll,%.bc, \ 42 $(c_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(CLANG) 46 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(LLVM_AS) 50 -include $(c_bc_files:%.bc=%.d) 51 -include $(ll_bc_files:%.bc=%.d)
|
D | build_clcore.sh | 12 …nux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc 17 …gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc 22 llvm-link rs_cl.bc rs_core.bc -o libclcore.bc
|
D | Android.mk | 52 LOCAL_MODULE := libclcore.bc 62 LOCAL_MODULE := libclcore_neon.bc
|
/frameworks/compile/linkloader/tests/images/ |
D | gen-testcases.sh | 23 clang -emit-llvm -std=c89 -Wall -c test.c -o test.bc 24 clang -emit-llvm -std=c89 -Wall -c simple-test.c -o simple-test.bc 25 clang -emit-llvm -std=c89 -Wall -c rodata-test.c -o rodata-test.bc 29 llc -filetype=obj -relocation-model=static -mtriple $2 $3 test.bc -o test-$1.o 30 llc -filetype=obj -relocation-model=static -mtriple $2 $3 simple-test.bc -o simple-test-$1.o 31 llc -filetype=obj -relocation-model=static -mtriple $2 $3 rodata-test.bc -o rodata-test-$1.o
|
D | clean-testcases.sh | 18 rm -rf *.o *.bc
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
D | multc3.c | 34 long double bc = __gcc_qmul(b,c); in __multc3() local 37 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3() 71 DD bcDD = { .ld = bc }; in __multc3()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 413 Bitmap.Config bc = b.getConfig(); in validateBitmapFormat() local 414 switch (bc) { in validateBitmapFormat() 421 " bytes, passed bitmap was " + bc); in validateBitmapFormat() 431 " bytes, passed bitmap was " + bc); in validateBitmapFormat() 441 " bytes, passed bitmap was " + bc); in validateBitmapFormat() 451 " bytes, passed bitmap was " + bc); in validateBitmapFormat() 1095 final Bitmap.Config bc = b.getConfig(); in elementFromBitmap() local 1096 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap() 1099 if (bc == Bitmap.Config.ARGB_4444) { in elementFromBitmap() 1102 if (bc == Bitmap.Config.ARGB_8888) { in elementFromBitmap() [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 141 sp<BlobCache> bc = getBlobCacheLocked(); in setBlob() local 142 bc->set(key, keySize, value, valueSize); in setBlob() 180 sp<BlobCache> bc = getBlobCacheLocked(); in getBlob() local 181 return bc->get(key, keySize, value, valueSize); in getBlob()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 220 BridgeContext bc = (BridgeContext) getContext(); in setupViewInContext() local 231 BridgeXmlBlockParser previousParser = bc.getPreviousParser(); in setupViewInContext() 254 bc.addViewKey(view, viewKey); in setupViewInContext()
|
/frameworks/compile/linkloader/ |
D | .gitignore | 3 tests/images/*.bc
|
/frameworks/compile/libbcc/ |
D | Android.mk | 148 LOCAL_REQUIRED_MODULES := libclcore.bc libbcc.so.sha1 151 LOCAL_REQUIRED_MODULES += libclcore_neon.bc
|
D | CleanSpec.mk | 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libruntime.bc)
|
D | README.rst | 20 her own runtime bitcode library (lib*.bc) that differentiates his or
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 21 std::string bitcode_extension = ".bc";
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | dyn_bits.c | 66 findBestBook(const Word16 *bc, Word16 *book) in findBestBook() argument 73 if (bc[j] < minBits) { in findBestBook() 74 minBits = bc[j]; in findBestBook()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 24 std::string bitcode_extension = ".bc";
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 57 def emit_bc : Flag<"-emit-bc">, 58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
|
D | Android.mk | 123 input_data_file := frameworks/compile/slang/rslib.bc
|
D | README.rst | 43 This option specifies the directory for outputting a .bc file. 84 * **fountain.bc**
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 10 Host tests use clang to build bytecode (bc) files, which are then executed
|
/frameworks/base/docs/html/about/versions/ |
D | api-levels.jd | 14 <li><a href="#bc">Application backward compatibility</a></li> 288 <h3 id="bc">Application backward compatibility</h3>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 17 <li><a href="#bc">Application backward compatibility</a></li> 438 <h3 id="bc">Application backward compatibility</h3>
|