Home
last modified time | relevance | path

Searched refs:Producer (Results 1 – 18 of 18) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java87 threadPool.submit(new Producer(q, 20)); in testMultipleProducers()
88 threadPool.submit(new Producer(q, 20)); in testMultipleProducers()
89 threadPool.submit(new Producer(q, 20)); in testMultipleProducers()
90 threadPool.submit(new Producer(q, 20)); in testMultipleProducers()
91 threadPool.submit(new Producer(q, 20)); in testMultipleProducers()
112 Future<?> submitter = threadPool.submit(new Producer(q, 1)); in testDrainTimesOut()
160 threadPool.submit(new Producer(q, 1)); in testNegativeMaxElements()
197 new Producer(q, 50).run(); in testDrainUninterruptibly_doesNotThrow()
199 new Producer(q, 50).run(); in testDrainUninterruptibly_doesNotThrow()
266 private static class Producer implements Runnable { class in QueuesTest
[all …]
/external/deqp/framework/delibs/decpp/
DdeBlockBuffer.cpp122 class Producer : public Thread class
125 Producer (MessageBuffer& buffer, deUint16 threadId, int numMessages) in Producer() function in de::BlockBufferBasicTest::Producer
171 vector<Producer*> producers; in runTest()
175 producers.push_back(new Producer(buffer, (deUint16)i, dataSize)); in runTest()
185 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
189 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
216 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
228 class Producer : public Thread class
231 Producer (BlockBuffer<deUint8>* buffer, deUint32 seed) in Producer() function in de::BlockBufferCancelTest::Producer
316 threads.push_back(new Producer(&buffer, rnd.getUint32())); in runTest()
DdeThreadSafeRingBuffer.cpp96 class Producer : public Thread class
99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize) in Producer() function in de::__anondb4898ff0111::Producer
134 vector<Producer*> producers; in ThreadSafeRingBuffer_selfTest()
138 producers.push_back(new Producer(buffer, (deUint16)i, dataSize)); in ThreadSafeRingBuffer_selfTest()
148 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
152 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
177 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in ThreadSafeRingBuffer_selfTest()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.h21 enum Producer enum
176 Producer
199 Producer m_producer;
DDWARFCompileUnit.cpp995 DWARFCompileUnit::Producer
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp311 MDString *Producer, bool IsOptimized, MDString *Flags, in getImpl() argument
316 assert(isCanonical(Producer) && "Expected canonical MDString"); in getImpl()
321 (SourceLanguage, File, getString(Producer), IsOptimized, getString(Flags), in getImpl()
324 Metadata *Ops[] = {File, Producer, Flags, SplitDebugFilename, EnumTypes, in getImpl()
DLLVMContextImpl.h464 StringRef Producer;
476 MDNodeKeyImpl(unsigned SourceLanguage, Metadata *File, StringRef Producer,
482 : SourceLanguage(SourceLanguage), File(File), Producer(Producer),
490 Producer(N->getProducer()), IsOptimized(N->isOptimized()),
501 File == RHS->getRawFile() && Producer == RHS->getProducer() &&
513 return hash_combine(SourceLanguage, File, Producer, IsOptimized, Flags,
DDIBuilder.cpp126 unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer, in createCompileUnit() argument
147 VMContext, Lang, MDFile::get(VMContext, Filename, Directory), Producer, in createCompileUnit()
/external/llvm/unittests/IR/
DMetadataTest.cpp1284 StringRef Producer = "some producer"; in TEST_F() local
1296 Context, SourceLanguage, File, Producer, IsOptimized, Flags, in TEST_F()
1303 EXPECT_EQ(Producer, N->getProducer()); in TEST_F()
1314 EXPECT_EQ(N, MDCompileUnit::get(Context, SourceLanguage, File, Producer, in TEST_F()
1320 EXPECT_NE(N, MDCompileUnit::get(Context, SourceLanguage + 1, File, Producer, in TEST_F()
1325 EXPECT_NE(N, MDCompileUnit::get(Context, SourceLanguage, getFile(), Producer, in TEST_F()
1335 EXPECT_NE(N, MDCompileUnit::get(Context, SourceLanguage, File, Producer, in TEST_F()
1340 EXPECT_NE(N, MDCompileUnit::get(Context, SourceLanguage, File, Producer, in TEST_F()
1345 EXPECT_NE(N, MDCompileUnit::get(Context, SourceLanguage, File, Producer, in TEST_F()
1351 MDCompileUnit::get(Context, SourceLanguage, File, Producer, in TEST_F()
[all …]
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp39 const char *Producer, in LLVMDIBuilderCreateCompileUnit() argument
43 DICompileUnit CU = D->createCompileUnit(Lang, File, Dir, Producer, Optimized, in LLVMDIBuilderCreateCompileUnit()
DDIBuilderBindings.h38 const char *Producer, int Optimized,
Ddibuilder.go117 Producer string member
129 producer := C.CString(cu.Producer)
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfDocumentInformationDictionary_autogen.cpp71 SkString SkPdfDocumentInformationDictionary::Producer(SkPdfNativeDoc* doc) { in Producer() function in SkPdfDocumentInformationDictionary
DSkPdfDocumentInformationDictionary_autogen.h531 SkString Producer(SkPdfNativeDoc* doc);
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h991 StringRef Producer, bool IsOptimized, StringRef Flags,
999 Context, SourceLanguage, File, getCanonicalMDString(Context, Producer),
1007 MDString *Producer, bool IsOptimized, MDString *Flags,
1024 (unsigned SourceLanguage, MDFile *File, StringRef Producer,
1031 (SourceLanguage, File, Producer, IsOptimized, Flags,
1037 MDString *Producer, bool IsOptimized, MDString *Flags,
1042 (SourceLanguage, File, Producer, IsOptimized, Flags,
DDIBuilder.h108 StringRef Dir, StringRef Producer,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp370 std::string Producer = getClangFullVersion(); in CreateCompileUnit() local
380 LangTag, Filename, getCurrentDirname(), Producer, LO.Optimize, in CreateCompileUnit()