/external/guava/guava-tests/test/com/google/common/collect/ |
D | QueuesTest.java | 71 private static <T> int drain(BlockingQueue<T> q, Collection<? super T> buffer, int maxElements, in drain() 84 private void testMultipleProducers(BlockingQueue<Object> q) in testMultipleProducers() 107 private void testDrainTimesOut(BlockingQueue<Object> q) throws Exception { in testDrainTimesOut() 136 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException { in testZeroElements() 149 private void testEmpty(BlockingQueue<Object> q) { in testEmpty() 159 private void testNegativeMaxElements(BlockingQueue<Object> q) throws InterruptedException { in testNegativeMaxElements() 178 private void testDrain_throws(BlockingQueue<Object> q) { in testDrain_throws() 193 private void testDrainUninterruptibly_doesNotThrow(final BlockingQueue<Object> q) { in testDrainUninterruptibly_doesNotThrow() 225 private void assertDrained(BlockingQueue<Object> q) { in assertDrained() 231 private void assertInterruptibleDrained(BlockingQueue<Object> q) { in assertInterruptibleDrained() [all …]
|
D | MinMaxPriorityQueueTest.java | 341 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(initial); in testIteratorRegressionChildlessUncle() local 568 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue in testCorrectOrdering_regression() local 583 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_smallHeapsPollFirst() local 598 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_smallHeapsPollLast() local 613 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_mediumHeapsPollFirst() local 630 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_73ElementBug() local 645 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_mediumHeapsPollLast() local 658 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(); in testCorrectOrdering_randomAccess() local 686 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(expected); in testRegression_dataCorruption() local 717 MinMaxPriorityQueue<Integer> q) { in insertRandomly() [all …]
|
/external/checkpolicy/ |
D | queue.c | 15 queue_t q; in queue_create() local 26 int queue_insert(queue_t q, queue_element_t e) in queue_insert() 50 int queue_push(queue_t q, queue_element_t e) in queue_push() 74 queue_element_t queue_remove(queue_t q) in queue_remove() 96 queue_element_t queue_head(queue_t q) in queue_head() 107 void queue_destroy(queue_t q) in queue_destroy() 124 int queue_map(queue_t q, int (*f) (queue_element_t, void *), void *vp) in queue_map() 142 void queue_map_remove_on_error(queue_t q, in queue_map_remove_on_error()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestFastQueue.java | 39 FastQueue<String> q = new FastQueue<String>(); in testQueueNoRemove() local 51 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveAll() local 71 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveOneByOne() local 91 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueue() local 103 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterSomeAdds() local 119 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterClear() local
|
/external/stlport/test/unit/ |
D | queue_test.cpp | 35 priority_queue<int, deque<int>, less<int> > q; in pqueue1() local 51 queue<int, list<int> > q; in queue1() local
|
/external/valgrind/main/drd/ |
D | drd_rwlock.c | 88 struct rwlock_thread_info* q; in DRD_() local 100 struct rwlock_thread_info* q; in DRD_() local 119 struct rwlock_thread_info* q; in DRD_() local 129 struct rwlock_thread_info* q; in DRD_() local 147 struct rwlock_thread_info* q; in DRD_() local 172 struct rwlock_thread_info* q; in DRD_() local 249 struct rwlock_thread_info* q; in rwlock_cleanup() local 410 struct rwlock_thread_info* q; in DRD_() local 476 struct rwlock_thread_info* q; in DRD_() local 513 struct rwlock_thread_info* q; in DRD_() local [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/ |
D | DHParameters.java | 15 private BigInteger q; field in DHParameters 42 BigInteger q) in DHParameters() 50 BigInteger q, in DHParameters() 59 BigInteger q, in DHParameters() 69 BigInteger q, in DHParameters() 79 BigInteger q, in DHParameters()
|
D | DSAParameters.java | 11 private BigInteger q; field in DSAParameters 17 BigInteger q, in DSAParameters() 27 BigInteger q, in DSAParameters()
|
/external/valgrind/main/memcheck/tests/ |
D | badfree.c | 9 int q[] = { 1, 2, 3 }; in main() local 25 static void* return_arg(void* q) in return_arg()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/ |
D | ECPublicKeySpec.java | 11 private ECPoint q; field in ECPublicKeySpec 20 ECPoint q, in ECPublicKeySpec()
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | dispatch_async.c | 18 void EnqueueStuff(dispatch_queue_t q) in EnqueueStuff() 48 dispatch_queue_t q = dispatch_queue_create("queue", NULL); in main() local
|
/external/libvpx/vp8/decoder/x86/ |
D | idct_blk_sse2.c | 30 (short *q, short *dq, unsigned char *pre, in vp8_dequant_dc_idct_add_y_block_sse2() 56 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_y_block_sse2() 81 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_uv_block_sse2()
|
D | idct_blk_mmx.c | 16 (short *q, short *dq, unsigned char *pre, in vp8_dequant_dc_idct_add_y_block_mmx() 52 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_y_block_mmx() 99 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_uv_block_mmx()
|
/external/libvpx/vp8/decoder/arm/neon/ |
D | idct_blk_neon.c | 31 (short *q, short *dq, unsigned char *pre, in vp8_dequant_dc_idct_add_y_block_neon() 57 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_y_block_neon() 82 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_uv_block_neon()
|
/external/libvpx/vp8/decoder/arm/armv6/ |
D | idct_blk_v6.c | 16 (short *q, short *dq, unsigned char *pre, in vp8_dequant_dc_idct_add_y_block_v6() 52 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_y_block_v6() 99 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_uv_block_v6()
|
/external/clang/test/Rewriter/ |
D | objc-modern-property-attributes.mm | 9 int q; field 14 @property int q; property
|
/external/openssl/crypto/dh/ |
D | dh_check.c | 78 BIGNUM *q=NULL; in DH_check() local 125 BIGNUM *q=NULL; in DH_check_pub_key() local
|
/external/libvpx/vp8/decoder/ |
D | idct_blk.c | 24 (short *q, short *dq, unsigned char *pre, in vp8_dequant_dc_idct_add_y_block_c() 50 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_y_block_c() 78 (short *q, short *dq, unsigned char *pre, in vp8_dequant_idct_add_uv_block_c()
|
/external/clang/test/Preprocessor/ |
D | line-directive.c | 50 typedef int q; // q is in system header. typedef 67 typedef int q; // original definition in system header, should not diagnose. typedef
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/ |
D | DSAPublicKey.java | 18 private BigInteger q; field in DSAPublicKey 22 public DSAPublicKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y) in DSAPublicKey()
|
/external/clang/test/SemaCXX/ |
D | typedef-redecl.cpp | 70 typedef int q[C == 1 ? 1 : -1]; // expected-note{{previous definition is here}} in f() typedef 71 …typedef int q[C >= 1 ? 2 : -2]; // expected-error{{typedef redefinition with different types ('int… in f() typedef 82 typedef int q[1]; // expected-note{{previous definition is here}} in f() typedef 83 …typedef int q[T]; // expected-error{{typedef redefinition with different types ('int [2]' vs 'int… in f() typedef
|
/external/regex-re2/re2/ |
D | prog.cc | 129 static inline void AddToQueue(Workq* q, int id) { in AddToQueue() 134 static string ProgToString(Prog* prog, Workq* q) { in ProgToString() 160 Workq q(size_); in Dump() local 166 Workq q(size_); in DumpUnanchored() local 175 Workq q(size_); in Optimize() local
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | DSAKeyFactoryImplTest.java | 311 final BigInteger q = publicQ; in testGeneratePublicKeySpec04() local 352 final BigInteger q = publicQ; in testGeneratePublicKeySpec05() local 436 final BigInteger q = privateQ; in testGeneratePrivateKeySpec04() local 477 final BigInteger q = privateQ; in testGeneratePrivateKeySpec05() local 625 final BigInteger q = privateQ; in testGetKeySpec05() local 661 final BigInteger q = publicQ; in testGetKeySpec06() local 755 final BigInteger q = publicQ; in testTranslateKey04() local 799 final BigInteger q = privateParams.getP(); in testTranslateKey05() local
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_sd.c | 21 struct p2p_sd_query *q; in p2p_pending_sd_req() local 42 struct p2p_sd_query *q, *prev; in p2p_unlink_sd_query() local 62 static void p2p_free_sd_query(struct p2p_sd_query *q) in p2p_free_sd_query() 73 struct p2p_sd_query *q, *prev; in p2p_free_sd_queries() local 543 struct p2p_sd_query *q; in p2p_rx_gas_initial_resp() local 817 struct p2p_sd_query *q; in p2p_rx_gas_comeback_resp() local 843 struct p2p_sd_query *q; in p2p_sd_request() local 898 struct p2p_sd_query *q = (struct p2p_sd_query *)req; in p2p_sd_cancel_request() local
|
/external/qemu/hw/ |
D | cdrom.c | 43 uint8_t *q; in cdrom_read_toc() local 87 uint8_t *q; in cdrom_read_toc_raw() local
|