Home
last modified time | relevance | path

Searched refs:workQueue (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DWorkQueue.cpp160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread() argument
161 Thread(canCallJava), mWorkQueue(workQueue) { in WorkThread()
H A DWorkQueue.h91 WorkThread(WorkQueue* workQueue, bool canCallJava);
H A DResource.cpp1705 std::queue<CompileResourceWorkItem>& workQueue = table.getWorkQueue(); in buildResources() local
1706 while (!workQueue.empty()) { in buildResources()
1707 CompileResourceWorkItem& workItem = workQueue.front(); in buildResources()
1725 workQueue.pop(); in buildResources()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...