HomeSort by relevance Sort by last modified time
    Searched defs:cq (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-unbound-queue.cc 14 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.IsEmpty())
    [all...]
  /external/icu4c/common/
ustring.cpp 56 UChar c, cs, cq; local
83 if((cq=*q)==0) {
93 if(c!=cq) {
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 65411 } cq; member in union:vdbeExecUnion
    [all...]
  /external/sqlite/dist/
sqlite3.c 65439 } cq; member in union:vdbeExecUnion
    [all...]

Completed in 338 milliseconds