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

  /external/clang/test/Analysis/
stack-block-returned.cpp 7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}} local
8 return qq; // expected-error {{returning block that lives on the local stack}}
  /external/clang/test/PCH/
headersearch.cpp 34 void qq(orig_sub*) {all();} function
missing-file.cpp 17 void qq(S*) {} function
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p1.cpp 38 ABC<int> qq; member in namespace:pr16992
46 struct QQ { int A; };
47 ABC2<QQ> qq2;
  /external/clang/test/Sema/
decl-in-prototype.c 35 void pr19018_1 (enum e19018 { qq } x); // expected-warning{{declaration of 'enum e19018' will not be visible outside of this function}}
36 enum e19018 qq; //expected-error{{tentative definition has type 'enum e19018' that is never completed}} \ variable in typeref:enum:e19018
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 818 UINT16 qq, yy, qq_remainder; local
    [all...]
l2c_link.c 703 UINT16 qq, yy, qq_remainder; local
746 qq = qq_remainder = 1;
753 qq = low_quota / num_lowpri_links;
761 qq = qq_remainder = 1;
764 L2CAP_TRACE_EVENT ("l2c_link_adjust_allocation num_hipri: %u num_lowpri: %u low_quota: %u round_robin_quota: %u qq: %u",
766 l2cb.round_robin_quota, qq);
782 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 ))
785 p_lcb->link_xmit_quota = qq;
    [all...]
  /external/clang/test/CodeGenCXX/
pointers-to-data-members.cpp 247 int qq; member in struct:PR13097::A
  /external/opencv/cv/src/
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
606 qq = x13 * x13 + y13 * y13;
607 l_base = cvSqrt( (float) (qq) );
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 46 constexpr C &qq = d; member in namespace:DerivedToVBaseCast
47 static_assert((void*)&pp != (void*)&qq, "");
48 static_assert(&(A&)pp == &(A&)qq, "");
49 static_assert(&(Aa&)pp != &(Aa&)qq, "");
    [all...]
  /external/mksh/src/
var.c 614 const char *qq = s; local
618 i += utf_widthadj(qq, &qq);
619 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */
620 while (qq > s && ksh_isspace(qq[-1])) {
621 --qq;
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 474 double p = 0, q = 0, qq; local
623 *u++ = qq = -p / 2.0 + s;
625 *u++ = qq = -p / 2.0 - s;
627 *u++ = q / qq;
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 932 tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local
2625 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 1543 Cluster** const qq = new Cluster* [n]; local
1597 Cluster** const qq = new Cluster* [n]; local
1621 Cluster** const qq = q - 1; local
2201 CuePoint** const qq = new CuePoint* [n]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 1732 Cluster** const qq = new Cluster*[n]; local
1791 Cluster** const qq = new Cluster*[n]; local
1816 Cluster** const qq = q - 1; local
2473 CuePoint** const qq = new CuePoint*[n]; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 1545 Cluster** const qq = new Cluster* [n]; local
1599 Cluster** const qq = new Cluster* [n]; local
1623 Cluster** const qq = q - 1; local
2203 CuePoint** const qq = new CuePoint* [n]; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 8694 DNSQuestion *qq; local
    [all...]

Completed in 1260 milliseconds