/frameworks/base/cmds/system_server/ |
D | system_main.cpp | 36 int cc; in blockSignals() local
|
/frameworks/native/libs/utils/ |
D | ZipUtils.cpp | 101 int cc = read(fd, readBuf, getSize); in inflateToBuffer() local 213 int cc = fread(readBuf, 1, getSize, fp); in inflateToBuffer() local
|
D | FileMap.cpp | 205 int cc, sysAdvice; in advise() local
|
D | ZipFileRO.cpp | 904 int cc = write(fd, writeBuf, writeSize); in inflateBuffer() local
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 548 const uint32_t cc = v[0].flags; in drawPrimitivesPoints() local 586 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() local 608 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() local 634 const uint32_t cc = v[0].flags & v[1].flags; in drawPrimitivesLines() local 680 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawPrimitivesTriangleFanOrStrip() local 730 const uint32_t cc = v[0].flags & v[1].flags & v[2].flags; in drawPrimitivesTriangles() local 792 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineStrip() local 819 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineLoop() local 829 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineLoop() local 845 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLines() local [all …]
|
D | primitives.cpp | 577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL; in primitive_clip_triangle() local 891 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; in clip_triangle() local 957 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; in clip_triangle() local 1040 uint32_t cc = (all_cc & vertex_t::USER_CLIP_ALL) >> 8; in clip_line() local 1076 uint32_t cc = all_cc & vertex_t::FRUSTUM_CLIP_ALL; in clip_line() local
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 62 LDSymbol cc; in TEST_F() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 274 register int32 cc = (int32)op3; in mla724() local 290 register int32 cc = (int32)round; in mla392() local 306 register int32 cc = (int32)k1; in mla554() local 322 register int32 cc = (int32)k1; in mla1338() local 337 register int32 cc = (int32)k1; in mla946() local 354 register int32 cc = (int32)k2; in sum_abs() local
|
D | fastquant_inline.h | 453 register int32 cc = coeff; in coeff_quant() local 515 register int32 cc = (int32)round; in smlabb() local 541 register int32 cc = coeff; in aan_dc_scale() local
|
/frameworks/av/services/camera/tests/CameraServiceTest/ |
D | CameraServiceTest.cpp | 432 sp<MCameraClient> cc = new MCameraClient(); in testConnect() local 442 sp<MCameraClient> cc = new MCameraClient(); in testAllowConnectOnceOnly() local 456 sp<MCameraClient> cc = new MCameraClient(); in testReconnectFailed() local 463 sp<MCameraClient> cc = new MCameraClient(); in testReconnectSuccess() local 535 sp<MCameraClient> cc = new MCameraClient(); in testReconnect() local 549 sp<MCameraClient> cc = new MCameraClient(); in testLockUnlock() local 570 sp<MCameraClient> cc = new MCameraClient(); in testReconnectFromAnotherProcess() local 613 sp<MCameraClient> cc; member in AfterConnect
|
/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 52 CrunchCache cc(source,dest,ff); in main() local
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | BitmapTest.java | 227 int cc = Color.argb(a0, rr, gg, bb); in testSetPixelsWithNonOpaqueAlpha() local
|
/frameworks/compile/libbcc/tests/data/src/ |
D | structs.c | 79 struct c cc; in main() local
|
/frameworks/av/media/libstagefright/ |
D | MetaData.cpp | 337 char cc[5]; in dumpToLog() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 512 Connection[] cc = that.connections.toArray( in merge() local
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 834 CrunchCache cc(source,dest,ff); in updatePreProcessedCache() local
|