Searched defs:cq (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-unbound-queue.cc39 UnboundQueue<Record> cq; local
40 CHECK(cq.IsEmpty());
41 cq.Enqueue(1);
42 CHECK(!cq.IsEmpty());
44 cq.Dequeue(&rec);
46 CHECK(cq.IsEmpty());
52 UnboundQueue<Record> cq; local
53 CHECK(cq.IsEmpty());
54 cq.Enqueue(1);
55 CHECK(!cq
[all...]
/external/v8/test/cctest/
H A Dtest-unbound-queue.cc14 UnboundQueue<Record> cq; local
15 CHECK(cq.IsEmpty());
16 cq.Enqueue(1);
17 CHECK(!cq.IsEmpty());
19 cq.Dequeue(&rec);
21 CHECK(cq.IsEmpty());
27 UnboundQueue<Record> cq; local
28 CHECK(cq.IsEmpty());
29 cq.Enqueue(1);
30 CHECK(!cq
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustring.c55 UChar c, cs, cq; local
82 if((cq=*q)==0) {
92 if(c!=cq) {
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp404 const int *cq = static_cast<const int*>(p); member in namespace:dr137
/external/icu4c/common/
H A Dustring.cpp56 UChar c, cs, cq; local
83 if((cq=*q)==0) {
93 if(c!=cq) {
/external/sqlite/dist/orig/
H A Dsqlite3.c65411 } cq; member in union:vdbeExecUnion
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65439 } cq; member in union:vdbeExecUnion
[all...]

Completed in 674 milliseconds