Searched refs:e2 (Results 176 - 200 of 398) sorted by relevance

1234567891011>>

/external/chromium_org/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc490 const char* e2,
497 << e1 << " + " << e2
506 const char* e2,
509 return PredFormatFunction2(e1, e2, v1, v2);
920 const char* e2,
929 << e1 << " + " << e2 << " + " << e3
938 const char* e2,
943 return PredFormatFunction3(e1, e2, e3, v1, v2, v3);
1392 const char* e2,
1403 << e1 << " + " << e2 << "
489 PredFormatFunction2(const char* e1, const char* e2, const T1& v1, const T2& v2) argument
505 operator ()(const char* e1, const char* e2, const T1& v1, const T2& v2) const argument
919 PredFormatFunction3(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) argument
937 operator ()(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) const argument
1391 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1411 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1905 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1927 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DIntersections.h68 void insertCoincidentPair(double s1, double e1, double s2, double e2,
/external/chromium_org/third_party/speex/libspeex/
H A Dpseudofloat.h248 int e1, e2; local
256 e2 = spx_ilog2(ABS32(b));
257 b = VSHR32(b, e2-14);
259 r.e = e1+e2-13;
/external/clang/test/Analysis/
H A Doutofbound.c96 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7,
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp129 const Enum e2() { return DEFAULT; } function
130 // CHECK: "\01?e2@@YA?BW4Enum@@XZ"
/external/clang/test/Parser/
H A DMicrosoftExtensions.c47 enum E3 e2; /* No warning expected, the deprecation follows the variable */ local
H A Ddeclarators.c113 enum E2 { e2 } : 4; // ok enumerator in enum:EnumBitfield::E2
/external/clang/test/SemaCXX/
H A Dwarn-logical-not-compare.cpp114 enum E {e1, e2}; enumerator in enum:E
H A Dwarn-sign-conversion.cpp76 int e2 = 1 ? E : i; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}} local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jar ... .Constructor fileConst java.io.File f Throwable e2 java.lang.reflect.InvocationTargetException e Exception e ...
/external/gtest/test/
H A Dgtest_pred_impl_unittest.cc490 const char* e2,
497 << e1 << " + " << e2
506 const char* e2,
509 return PredFormatFunction2(e1, e2, v1, v2);
920 const char* e2,
929 << e1 << " + " << e2 << " + " << e3
938 const char* e2,
943 return PredFormatFunction3(e1, e2, e3, v1, v2, v3);
1392 const char* e2,
1403 << e1 << " + " << e2 << "
489 PredFormatFunction2(const char* e1, const char* e2, const T1& v1, const T2& v2) argument
505 operator ()(const char* e1, const char* e2, const T1& v1, const T2& v2) const argument
919 PredFormatFunction3(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) argument
937 operator ()(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) const argument
1391 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1411 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1905 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1927 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DOneSizeGenerator.java76 samples.e0, samples.e1, samples.e2, samples.e3, samples.e4);
/external/protobuf/gtest/test/
H A Dgtest_pred_impl_unittest.cc491 const char* e2,
498 msg << e1 << " + " << e2
508 const char* e2,
511 return PredFormatFunction2(e1, e2, v1, v2);
922 const char* e2,
931 msg << e1 << " + " << e2 << " + " << e3
941 const char* e2,
946 return PredFormatFunction3(e1, e2, e3, v1, v2, v3);
1395 const char* e2,
1406 msg << e1 << " + " << e2 << "
490 PredFormatFunction2(const char* e1, const char* e2, const T1& v1, const T2& v2) argument
507 operator ()(const char* e1, const char* e2, const T1& v1, const T2& v2) const argument
921 PredFormatFunction3(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) argument
940 operator ()(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) const argument
1394 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1415 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1909 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1932 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]
/external/skia/experimental/Intersection/
H A DIntersections.h68 void insertCoincidentPair(double s1, double e1, double s2, double e2,
/external/speex/libspeex/
H A Dpseudofloat.h248 int e1, e2; local
256 e2 = spx_ilog2(ABS32(b));
257 b = VSHR32(b, e2-14);
259 r.e = e1+e2-13;
/external/valgrind/main/helgrind/
H A Dhg_errors.h38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
/external/chromium_org/third_party/skia/samplecode/
H A DSampleColorFilter.cpp59 int e2 = 0; local
79 e2 += err2;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dactions.c424 RegExp *mkDiff(RegExp *e1, RegExp *e2){ argument
429 if(!(m2 = RegExp_isA(e2, MATCHOP)))
435 static RegExp *doAlt(RegExp *e1, RegExp *e2){ argument
437 return e2;
438 if(!e2)
440 return RegExp_new_AltOp(e1, e2);
443 RegExp *mkAlt(RegExp *e1, RegExp *e2){ argument
452 if((a = RegExp_isA(e2, ALTOP))){
454 e2 = a->d.AltCatOp.exp2;
455 } else if((m2 = RegExp_isA(e2, MATCHO
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java48 Point e2= g.stringExtent(this.title);
49 return new Point(Math.max(e1.x, e2.x), e1.y+e2.y);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.h194 struct perf_evsel *e2)
196 return (e1->attr.type == e2->attr.type) &&
197 (e1->attr.config == e2->attr.config);
193 perf_evsel__match2(struct perf_evsel *e1, struct perf_evsel *e2) argument
/external/skia/samplecode/
H A DSampleColorFilter.cpp59 int e2 = 0; local
79 e2 += err2;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/chromium_org/third_party/icu/source/common/
H A Duvector.cpp499 UElement e2 = *static_cast<const UElement *>(right); local
500 int32_t result = (*compare)(e1, e2);
512 const UElement *e2 = static_cast<const UElement *>(right); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java500 LocalEntry e2 = decodedLocals.get(j);
501 if (e2.address != 0) {
504 if ((entry.reg == e2.reg) && e2.isStart) {
505 decodedLocals.set(i, e2);
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java49 protected abstract Set<String> of(String e1, String e2); argument
50 protected abstract Set<String> of(String e1, String e2, String e3); argument
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); argument
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, argument
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, argument
/external/icu/icu4c/source/common/
H A Duvector.cpp499 UElement e2 = *static_cast<const UElement *>(right); local
500 int32_t result = (*compare)(e1, e2);
512 const UElement *e2 = static_cast<const UElement *>(right); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;

Completed in 691 milliseconds

1234567891011>>