/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 578 M_ADR $a, $b, $cc 579 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 584 M_ADR16 $a, $b, $cc 585 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16) 588 BIC$cc $a,$a,#0x0F 593 M_ADR32 $a, $b, $cc 594 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_32) 597 BIC$cc $a,$a,#0x1F 750 _M_RET $cc 752 VPOP$cc {$_DRegList} [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_s.h | 575 M_ADR $a, $b, $cc 576 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F) 581 M_ADR16 $a, $b, $cc 582 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_16) 585 BIC$cc $a,$a,#0x0F 590 M_ADR32 $a, $b, $cc 591 _M_OPC ADD$cc, $a, sp, (_Workspace + $b$_F$_32) 594 BIC$cc $a,$a,#0x1F 747 _M_RET $cc 749 VPOP$cc {$_DRegList} [all …]
|
/frameworks/av/services/camera/tests/CameraServiceTest/ |
D | CameraServiceTest.cpp | 432 sp<MCameraClient> cc = new MCameraClient(); in testConnect() local 433 sp<ICamera> c = cs->connect(cc, cameraId); in testConnect() 442 sp<MCameraClient> cc = new MCameraClient(); in testAllowConnectOnceOnly() local 443 sp<ICamera> c = cs->connect(cc, cameraId); in testAllowConnectOnceOnly() 446 ASSERT(cs->connect(cc, cameraId) != 0); in testAllowConnectOnceOnly() 456 sp<MCameraClient> cc = new MCameraClient(); in testReconnectFailed() local 457 ASSERT(c->connect(cc) != NO_ERROR); in testReconnectFailed() 463 sp<MCameraClient> cc = new MCameraClient(); in testReconnectSuccess() local 464 ASSERT(c->connect(cc) == NO_ERROR); in testReconnectSuccess() 535 sp<MCameraClient> cc = new MCameraClient(); in testReconnect() local [all …]
|
/frameworks/ex/variablespeed/jni/ |
D | Android.mk | 26 LOCAL_CPP_EXTENSION := .cc 31 variablespeed.cc \ 32 ring_buffer.cc \ 33 sola_time_scaler.cc \ 34 jni_entry.cc \ 35 decode_buffer.cc \
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 274 register int32 cc = (int32)op3; in mla724() local 280 "r"(cc)); in mla724() 290 register int32 cc = (int32)round; in mla392() local 296 "r"(cc)); in mla392() 306 register int32 cc = (int32)k1; in mla554() local 312 "r"(cc)); in mla554() 322 register int32 cc = (int32)k1; in mla1338() local 328 "r"(cc)); in mla1338() 337 register int32 cc = (int32)k1; in mla946() local 343 "r"(cc)); in mla946() [all …]
|
D | fastquant_inline.h | 453 register int32 cc = coeff; in coeff_quant() local 462 : "r"(cc), in coeff_quant() 515 register int32 cc = (int32)round; in smlabb() local 521 "r"(cc)); in smlabb() 541 register int32 cc = coeff; in aan_dc_scale() local 548 : "r"(cc), in aan_dc_scale()
|
/frameworks/base/cmds/system_server/ |
D | system_main.cpp | 36 int cc; in blockSignals() local 41 cc = sigprocmask(SIG_BLOCK, &mask, NULL); in blockSignals() 42 assert(cc == 0); in blockSignals()
|
/frameworks/native/libs/utils/ |
D | ZipUtils.cpp | 101 int cc = read(fd, readBuf, getSize); in inflateToBuffer() local 102 if (cc != (int) getSize) { in inflateToBuffer() 104 cc, getSize); in inflateToBuffer() 213 int cc = fread(readBuf, 1, getSize, fp); in inflateToBuffer() local 214 if (cc != (int) getSize) { in inflateToBuffer() 216 cc, getSize); in inflateToBuffer()
|
D | FileMap.cpp | 205 int cc, sysAdvice; in advise() local 218 cc = madvise(mBasePtr, mBaseLength, sysAdvice); in advise() 219 if (cc != 0) in advise() 221 return cc; in advise()
|
D | ZipFileRO.cpp | 904 int cc = write(fd, writeBuf, writeSize); in inflateBuffer() local 905 if (cc != (int) writeSize) { in inflateBuffer() 906 ALOGW("write failed in inflate (%d vs %ld)\n", cc, writeSize); in inflateBuffer()
|
/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 52 CrunchCache cc(source,dest,ff); in main() local 58 int result = cc.crunch(cu); in main() 74 result = cc.crunch(cu, true); in main()
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 62 LDSymbol cc; in TEST_F() local 68 cc.setResolveInfo(*c); in TEST_F() 74 m_pTestee->add(cc); in TEST_F()
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 548 const uint32_t cc = v[0].flags; in drawPrimitivesPoints() local 549 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesPoints() 586 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() local 587 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineStrip() 608 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() local 609 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineLoop() 634 const uint32_t cc = v[0].flags & v[1].flags; in drawPrimitivesLines() local 635 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLines() 680 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawPrimitivesTriangleFanOrStrip() local 681 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesTriangleFanOrStrip() [all …]
|
D | primitives.cpp | 577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL; in primitive_clip_triangle() local 578 if (ggl_likely(!cc)) { in primitive_clip_triangle() 891 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; in clip_triangle() local 893 if (cc & 1) { in clip_triangle() 948 cc >>= 1; in clip_triangle() 950 } while (cc); in clip_triangle() 957 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; in clip_triangle() local 959 if (cc & 1) { in clip_triangle() 1013 cc >>= 1; in clip_triangle() 1015 } while (cc); in clip_triangle() [all …]
|
/frameworks/compile/slang/ |
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language 9 llvm-rs-cc compiles a program in the Renderscript language to generate the 25 llvm-rs-cc is run on the host and performs many aggressive optimizations. 29 llvm-rs-cc is a driver on top of libslang. The architecture of 55 Note that *-MD* will tell llvm-rs-cc to output dependence information. 72 $ out/host/linux-x86/bin/llvm-rs-cc \ 97 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the 109 that llvm-rs-cc knows the package expression and hence the directory 132 llvm-rs-cc automatically exports the "externalizable and defined" functions and 140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods:: [all …]
|
D | Android.mk | 193 LOCAL_MODULE := llvm-rs-cc 219 llvm-rs-cc.cpp \
|
/frameworks/compile/libbcc/tests/data/src/ |
D | structs.c | 79 struct c cc; in main() local 80 cc.g.a = 3; in main()
|
/frameworks/av/media/libstagefright/ |
D | MetaData.cpp | 337 char cc[5]; in dumpToLog() local 338 MakeFourCCString(key, cc); in dumpToLog() 340 ALOGI("%s: %s", cc, item.asString().string()); in dumpToLog()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | dev.make | 7 mv src/gltrace.pb.cc src/gltrace.pb.cpp
|
/frameworks/base/docs/html/design/style/ |
D | color.jd | 106 <li class="thin"><span>#0099cc</span></li> 107 <li class="thin"><span>#9933cc</span></li>
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 227 int cc = Color.argb(a0, rr, gg, bb); in testSetPixelsWithNonOpaqueAlpha() local 230 " local " + Integer.toHexString(cc)); in testSetPixelsWithNonOpaqueAlpha()
|
/frameworks/av/media/libeffects/data/ |
D | audio_effects.conf | 80 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 58 Open Accessory, based on the <a href="http://www.arduino.cc/">Arduino open source electronics 71 <li>The <a href="http://store.arduino.cc/">Arduino Store</a> provides the <a 72 href="http://arduino.cc/en/Main/ArduinoBoardADK">Arduino Mega ADK</a> (for EU nations or non- 148 <li><a href="http://www.arduino.cc/playground/Main/CapSense">CapSense library</a></li> 150 <li><a href="http://www.arduino.cc/playground/Learning/I2C">I2C / TWI (Two-Wire Interface) 153 <li><a href="http://www.arduino.cc/playground/ComponentLib/Servo">Servo library</a></li> 155 <li><a href="http://www.arduino.cc/playground/Code/Spi">Spi library</a></li> 157 <li><a href="http://www.arduino.cc/en/Reference/Wire">Wire library</a></li> 174 <li><a href="http://arduino.cc/en/Main/Software">Arduino 1.0 or higher</a>: contains 177 <li><a href="http://www.arduino.cc/playground/Main/CapSense">CapSense library v.04</a>: [all …]
|
/frameworks/compile/slang/lit-tests/ |
D | README | 14 - llvm-rs-cc (slang frontend compiler)
|
D | lit.cfg | 45 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(config.base_path, 'out', 'host', 'linu…
|