HomeSort by relevance Sort by last modified time
    Searched defs:rq (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 44 rq.wait(1000);
47 synchronized (rq) {
51 SoftReference sr = new SoftReference(integer, rq);
53 rq.notify();
58 ReferenceQueue rq; field in class:ReferenceQueueTest
70 SoftReference sr = new SoftReference(b, rq);
71 WeakReference wr = new WeakReference(obj, rq);
72 PhantomReference pr = new PhantomReference(str, rq);
73 assertNull(rq.poll());
79 assertTrue("Remove failed.", ((Boolean) rq.poll().get()
239 ReferenceQueue rq = new ReferenceQueue(); local
    [all...]
WeakReferenceTest.java 35 ReferenceQueue rq = new ReferenceQueue(); local
39 WeakReference wr = new WeakReference(bool, rq);
PhantomReferenceTest.java 39 ReferenceQueue rq = new ReferenceQueue(); local
41 PhantomReference pr = new PhantomReference(bool, rq);
66 final ReferenceQueue rq = new ReferenceQueue(); local
74 tprs[0] = new TestPhantomReference(obj, rq);
75 tprs[1] = new TestPhantomReference(obj, rq);
76 tprs[2] = new TestPhantomReference(obj, rq);
77 tprs[3] = new TestPhantomReference(obj, rq);
94 Reference r = rq.remove(100L);
114 ReferenceQueue rq = new ReferenceQueue(); local
117 PhantomReference pr = new PhantomReference(bool, rq);
    [all...]
SoftReferenceTest.java 38 ReferenceQueue rq = new ReferenceQueue(); local
41 SoftReference sr = new SoftReference(bool, rq);
94 final ReferenceQueue rq = new ReferenceQueue(); local
99 r = new SoftReference(testObj, rq);
127 ref = rq.poll();
ReferenceTest.java 112 ReferenceQueue rq = new ReferenceQueue(); local
114 Reference ref = new SoftReference(obj, rq);
117 assertTrue("Not properly enqueued.", rq.poll().get() == obj);
121 && (rq.poll() == null));
123 rq = new ReferenceQueue();
126 ref = new WeakReference(obj, rq);
129 assertTrue("Not properly enqueued2.", rq.poll().get() == obj);
133 && (rq.poll() == null));
135 ref = new PhantomReference(obj, rq);
138 assertNull("Not properly enqueued3.", rq.poll().get())
196 final ReferenceQueue rq = new ReferenceQueue(); local
264 ReferenceQueue rq = new ReferenceQueue(); local
    [all...]
  /external/fio/os/
os-linux.h 167 struct raw_config_request rq; local
183 rq.raw_minor = minor(dev);
184 if (ioctl(fd, RAW_GETBIND, &rq) < 0) {
190 *majdev = rq.block_major;
191 *mindev = rq.block_minor;
  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 201 X509_REQ *rq=NULL; local
1009 rq=X509_to_X509_REQ(x,pk,digest);
1011 if (rq == NULL)
1018 X509_REQ_print(out,rq);
1019 PEM_write_bio_X509_REQ(out,rq);
1098 X509_REQ_free(rq);
    [all...]
  /external/openssl/apps/
x509.c 201 X509_REQ *rq=NULL; local
1009 rq=X509_to_X509_REQ(x,pk,digest);
1011 if (rq == NULL)
1018 X509_REQ_print(out,rq);
1019 PEM_write_bio_X509_REQ(out,rq);
1098 X509_REQ_free(rq);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 318 static float computeNonProjectedTriLod (LodMode mode, const tcu::IVec2& dstSize, const tcu::IVec3& srcSize, const tcu::Vec3& sq, const tcu::Vec3& tq, const tcu::Vec3& rq)
324 float dwx = (rq.z() - rq.x()) * (float)srcSize.z();
325 float dwy = (rq.y() - rq.x()) * (float)srcSize.z();
635 static void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferenceParams& params)
645 const tcu::Vec3 triR[2] = { rq.swizzle(0, 1, 2), rq.swizzle(3, 2, 1) };
685 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
687 return sampleTexture(dst, view, sq, tq, rq, params)
735 tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
867 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
926 tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[4+2], texCoord[8+2], texCoord[12+2]); local
1973 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
2152 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
2412 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
2602 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[4+2], texCoord[8+2], texCoord[12+2]); local
2895 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
3013 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /external/iproute2/misc/
ss.c 438 int rq, wq; member in struct:tcpstat
1224 &s.state, &s.wq, &s.rq,
1244 printf("%-6d %-6d ", s.rq, s.wq);
1939 int rq; member in struct:unixstat
2267 int rq; local
2342 int rq, wq, rc; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 287 struct request_list rq; member in struct:request_queue
406 #define blk_fs_request(rq) ((rq)->flags & REQ_CMD)
407 #define blk_pc_request(rq) ((rq)->flags & REQ_BLOCK_PC)
408 #define blk_noretry_request(rq) ((rq)->flags & REQ_FAILFAST)
409 #define blk_rq_started(rq) ((rq)->flags & REQ_STARTED)
411 #define blk_account_rq(rq) (blk_rq_started(rq) && blk_fs_request(rq)
    [all...]

Completed in 845 milliseconds

1 2 3 4