Home
last modified time | relevance | path

Searched refs:cu (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp55 CacheUpdater* cu(mcu); in main() local
58 int result = cc.crunch(cu); in main()
74 result = cc.crunch(cu, true); in main()
84 delete cu; in main()
/frameworks/base/tools/aapt/
DCrunchCache.cpp32 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite) in crunch() argument
55 cu->processImage(mSourcePath.appendPathCopy(relativePath), in crunch()
68 cu->deleteFile(mDestFiles.keyAt(0)); in crunch()
DCrunchCache.h55 size_t crunch(CacheUpdater* cu, bool forceOverwrite=false);
DResource.cpp1183 CacheUpdater* cu = new SystemCacheUpdater(bundle); in updatePreProcessedCache() local
1184 size_t numFiles = cc.crunch(cu); in updatePreProcessedCache()
1190 delete cu; in updatePreProcessedCache()
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp267 for (llvm::MDNode *cu : debugMD->operands()) in cleanupDebugInfo()
268 if (cu != abiMetaCU) in cleanupDebugInfo()
269 unitsTmp.push_back(cu); in cleanupDebugInfo()
272 for (llvm::MDNode *cu : unitsTmp) in cleanupDebugInfo()
273 debugMD->addOperand(cu); in cleanupDebugInfo()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp560 const uint8_t *cu = constData[C2PlanarLayout::PLANE_U]; in TEST_F() local
566 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, cu, 0x… in TEST_F()
569 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, uInfo, cu, 0)); in TEST_F()
572 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, uInfo, cu, 0)); in TEST_F()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp447 jchar cu = str[i]; in hasGlyph() local
448 uint32_t cp = cu; in hasGlyph()
449 if (U16_IS_TRAIL(cu)) { in hasGlyph()
452 } else if (U16_IS_LEAD(cu)) { in hasGlyph()
463 cp = U16_GET_SUPPLEMENTARY(cu, cu2); in hasGlyph()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll73 !llvm.dbg.cu = !{!0}