Searched defs:dd (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DSymbolCategoryTest.cpp58 LDSymbol* dd = LDSymbol::Create(*d); local
62 m_pTestee->add(*dd);
101 LDSymbol* dd = LDSymbol::Create(*d); local
107 d->setSymPtr(dd);
111 m_pTestee->add(*dd);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h355 register int32 dd = (int32)k3; local
382 "r"(dd),
/frameworks/native/cmds/installd/
H A Dutils.cpp623 DIR *dd = NULL; local
632 dd = opendir(dstname);
633 if (dd == NULL) {
640 int ddfd = dirfd(dd);
646 closedir(dd);

Completed in 241 milliseconds