HomeSort by relevance Sort by last modified time
    Searched refs:ce2 (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null); local
34 assertSame(ce2.getSource(),ce.getSource());
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null); local
43 assertEquals(ce2.getSQLException(), ce.getSQLException());
48 assertNotSame(ce3.getSQLException(), ce2.getSQLException());
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 59 Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to 'char'}} expected-note {{silence}} local
105 Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'long double' to 'double'}} expected-note {{silence}} local
126 Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'long long' to 'double'}} expected-note {{silence}} local
170 Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'short' to 'char'}} expected-note {{silence}} local
p7-cxx11-nowarn.cpp 60 Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed to 'char'}} expected-note {{silence}} local
106 Agg<double> ce2 = { ConvertVar<long double>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'long double' to 'double'}} expected-note {{silence}} local
127 Agg<double> ce2 = { ConvertVar<long long>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'long long' to 'double'}} expected-note {{silence}} local
171 Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'short' to 'char'}} expected-note {{silence}} local
  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.cpp 50 double ce2 = fT[fSwap ^ 1][iEnd2];
51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
71 SkTSwap(cs2, ce2);
79 if (s2 > ce2) {
81 } else if (e2 > ce2) {
  /external/skia/experimental/Intersection/
Intersections.cpp 50 double ce2 = fT[fSwap ^ 1][iEnd2];
51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
71 SkTSwap(cs2, ce2);
79 if (s2 > ce2) {
81 } else if (e2 > ce2) {
  /external/clang/test/CXX/special/class.copy/
p13-0x.cpp 23 Constexpr2 ce2; member in struct:Constexpr3
24 // all special constructors are constexpr, move ctor calls ce2's copy ctor
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 566 int64_t ce1, ce2; local
570 ce2 = ci.nextCE(errorCode);
574 ce2 = ci.nextCE(errorCode);
576 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 228 int64_t ce2 = ci.nextCE(errorCode); local
232 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) {
265 int64_t ce2 = ci2.nextCE(errorCode); local
269 if(ce1 != ce2) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 536 uint32_t ce2 = ucol_next(iter2, &status); local
541 if (ce2 != ce) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 520 uint32_t ce2 = ucol_next(iter2, &status); local
525 if (ce2 != ce) {
    [all...]
cmsccoll.c     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 2168 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 742 milliseconds