Searched refs:consumers (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deThreadSafeRingBuffer.cpp | 135 vector<Consumer*> consumers; in ThreadSafeRingBuffer_selfTest() local 141 consumers.push_back(new Consumer(buffer, numProducers)); in ThreadSafeRingBuffer_selfTest() 144 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest() 160 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest() 172 cmpSum += consumers[j]->getPayloadSum(i); in ThreadSafeRingBuffer_selfTest() 179 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
|
D | deBlockBuffer.cpp | 172 vector<Consumer*> consumers; in runTest() local 178 consumers.push_back(new Consumer(buffer, numProducers)); in runTest() 181 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest() 199 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest() 211 cmpSum += consumers[j]->getPayloadSum(i); in runTest() 218 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 11 LLVM's default disassembly output is raw text. To allow consumers more ability 22 mismatches between consumers and producers. That is, the syntax generally does 23 not carry semantics beyond "this text has an annotation," so consumers can 83 The intended consumers of this information use the C API, therefore the new C
|
D | GetElementPtr.rst | 286 dereference it. IR producers (front-ends) must follow this rule, and consumers
|
D | SourceLevelDebugging.rst | 58 Debug information consumers
|
D | ProgrammersManual.rst | 2546 This is because LLVM rarely encourages library consumers to extend its core
|
/external/valgrind/drd/tests/ |
D | circular_buffer.c | 185 pthread_t consumers[THREADS]; in main() local 215 pthread_create(consumers + i, NULL, in main() 221 pthread_join(consumers[i], NULL); in main()
|
/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 2 providing AST consumers using a plugin.
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 49 ; FIXME: We don't really need DW_AT_inline, consumers can ignore this due to
|
/external/openssh/ |
D | ChangeLog | 3291 forward-declare struct sshbuf so consumers don't need to include sshbuf.h
|