/external/clang/test/CodeGenCXX/ |
constructor-destructor-return-this.cpp | 124 E* e2 = gete(); local 125 e2->~E();
|
/external/clang/test/SemaCXX/ |
switch.cpp | 27 enum E { e1, e2 }; enumerator in enum:E
|
expressions.cpp | 100 e2 = A && 7 // expected-warning {{use of logical '&&' with constant operand}} \ enumerator in enum:S::__anon6903
|
default-assignment-operator.cpp | 84 E1 e1, e2; variable 87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
|
member-name-lookup.cpp | 21 enum E2 { enumerator2 }; 48 D::E2 e2 = D::enumerator2; // okay local 64 E2 e2 = enumerator2; // okay local 72 enum E2 { enumerator2 }; 104 D2::E2 e2 = D2::enumerator2; // okay local 123 E2 e2 = enumerator2; // oka local [all...] |
string-init.cpp | 29 int e2[] = u8"a"; // expected-error{{array initializer must be an initializer list}} local
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRoot.java | 45 RuntimeException e2 = null; typedefs 54 e2 = new MissingResourceException( 58 e2 = e; 61 exception = e2;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SmallSet.java | 44 // if e1 is null, e2 must be null; otherwise e2 must be different from e1
46 Object e1, e2;
field in class:SmallSet 50 SmallSet(final Object e1, final Object e2) {
52 this.e2 = e2;
60 return new SmallSet(e1, e2);
64 return e1 == null ? 0 : (e2 == null ? 1 : 2);
77 e1 = e2;
78 e2 = null; [all...] |
/external/opencv/ml/src/ |
mltestset.cpp | 53 const CvDI* e2 = (const CvDI*) b; local 55 return (e1->d < e2->d) ? -1 : (e1->d > e2->d);
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
p1.cpp | 34 ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in instantiation of enumeration 'ScopedEnum::ScopedEnum1<double>::E' requested here}} member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
TimeLineGraphItem.java | 58 Point e2= g.stringExtent(this.title); local 59 return new Point(Math.max(e1.x, e2.x), e1.y+e2.y);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_FwdTransformResidual4x4.c | 61 int e2 = d1 + d2; local 63 int f0 = e0 + e2; 65 int f2 = e0 - e2;
|
armVCM4P10_TransformResidual4x4.c | 62 int e2 = (d1>>1) - d3; local 65 int f1 = e1 + e2; 66 int f2 = e1 - e2;
|
/frameworks/base/tools/aapt2/ |
StringPiece.h | 171 const char* e2 = b2 + rhs.mLength; local 173 while (b1 < e1 && b2 < e2) {
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ia64-2.cpp | 17 struct E { D *e1; B *e2; }; member in struct:E 37 B b = *x.e2;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ia64-2.cpp | 17 struct E { D *e1; B *e2; }; member in struct:E 37 B b = *x.e2;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElementTest.java | 95 SimpleElement e2 = new SimpleElement("android.view.Button", local 99 e2.addAttribute(new SimpleAttribute("uri1", "name1", "value1")); 106 e.addInnerElement(e2); 168 SimpleElement e2 = new SimpleElement("android.view.Button", local 172 e2.addAttribute(new SimpleAttribute("uri1", "name1", "value1")); 179 e.addInnerElement(e2); 199 new SimpleElement[] { e, e2, e3 },
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
BaseCipherSpi.java | 163 catch (IllegalBlockSizeException e2) 165 throw new InvalidKeyException(e2.getMessage());
|
/external/clang/test/Sema/ |
attr-aligned.c | 45 char e2[__alignof__(e.member) == 2 ?: -1] = {0}; variable
|
function-redecl.c | 95 enum e { e1, e2 }; enumerator in enum:e
|
string-init.c | 34 int e2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
|
/external/clang/test/SemaTemplate/ |
instantiate-member-class.cpp | 61 X<void>::D::E e2; // expected-note{{in instantiation of member class 'X<void>::D::E' requested here}} variable
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SampleElements.java | 36 public final E e2; field in class:SampleElements 40 public SampleElements(E e0, E e1, E e2, E e3, E e4) { 43 this.e2 = e2; 54 return Arrays.asList(e0, e1, e2, e3, e4); 97 Helpers.mapEntry(keys.e2, values.e2),
|
/external/speex/libspeex/ |
pseudofloat.h | 248 int e1, e2; local 256 e2 = spx_ilog2(ABS32(b)); 257 b = VSHR32(b, e2-14); 259 r.e = e1+e2-13;
|
/external/vboot_reference/firmware/lib/cgptlib/ |
cgptlib_internal.c | 175 GptEntry *e2; local 188 for (i2 = 0, e2 = entries; i2 < h->number_of_entries; 189 i2++, e2++) { 190 if (i2 == i || IsUnusedEntry(e2)) 193 if ((entry->starting_lba >= e2->starting_lba) && 194 (entry->starting_lba <= e2->ending_lba)) 196 if ((entry->ending_lba >= e2->starting_lba) && 197 (entry->ending_lba <= e2->ending_lba)) 201 if (0 == Memcmp(&entry->unique, &e2->unique,
|