/external/openssl/crypto/des/ |
des3s.cpp | 40 unsigned long s1,s2,e1,e2; local 59 GetTSC(e2); 64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
|
dess.cpp | 40 unsigned long s1,s2,e1,e2; local 59 GetTSC(e2); 64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
|
/frameworks/base/libs/androidfw/tests/ |
TypeWrappers_test.cpp | 51 ResTable_entry e2; local 52 memset(&e2, 0, sizeof(e2)); 53 e2.size = sizeof(e2); 54 e2.key.index = 1; 55 t.header.size += sizeof(e2); 71 memcpy(p, &e2, sizeof(e2)); 72 p += sizeof(e2); [all...] |
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
UsageStatsTest.java | 253 UsageEvents.Event e2 = new UsageEvents.Event(); local 256 reparceledEvents.getNextEvent(e2); 257 assertEquals(e1.getPackageName(), e2.getPackageName()); 258 assertEquals(e1.getClassName(), e2.getClassName()); 259 assertEquals(e1.getConfiguration(), e2.getConfiguration()); 260 assertEquals(e1.getEventType(), e2.getEventType()); 261 assertEquals(e1.getTimeStamp(), e2.getTimeStamp());
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2.cpp | 27 enum {e2}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon23127 36 int (*fp1)(int, __typeof__(e2)) = f1; // expected-warning{{template argument uses unnamed type}} 37 f1(e2); // expected-warning{{template argument uses unnamed type}} 38 f1(e2);
|
/external/clang/test/CodeGenCXX/ |
constructor-destructor-return-this.cpp | 118 E* e2 = gete(); local 119 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::__anon23935
|
/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/openssl/crypto/md4/ |
md4s.cpp | 45 unsigned long s1,s2,e1,e2; local 71 GetTSC(e2); 75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
|
/external/openssl/crypto/md5/ |
md5s.cpp | 45 unsigned long s1,s2,e1,e2; local 71 GetTSC(e2); 75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
|
/external/openssl/crypto/rc4/ |
rc4s.cpp | 41 unsigned long s1,s2,e1,e2; local 65 GetTSC(e2); 70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
|
/external/chromium_org/content/common/ |
page_state_serialization_unittest.cc | 124 ExplodedHttpBodyElement e2; local 125 e2.type = blink::WebHTTPBody::Element::TypeFile; 126 e2.file_path = NS16("file.txt"); 127 e2.file_start = 100; 128 e2.file_length = 1024; 129 e2.file_modification_time = 9999.0; 130 http_body->elements.push_back(e2); 132 referenced_files->push_back(e2.file_path); 170 ExplodedHttpBodyElement e2; local 171 e2.type = blink::WebHTTPBody::Element::TypeFile [all...] |
/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);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SampleElements.java | 32 public final E e2; field in class:SampleElements 36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { 39 this.e2 = e2; 70 Helpers.mapEntry(keys.e2, values.e2),
|
/external/openssl/crypto/aes/ |
aes_wrap.c | 208 static const unsigned char e2[] = { local 246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16);
|
/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;
|
/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 | 154 catch (IllegalBlockSizeException e2) 156 throw new InvalidKeyException(e2.getMessage()); 212 catch (InvalidKeySpecException e2) 214 throw new InvalidKeyException("Unknown key type " + e2.getMessage());
|
/external/chromium_org/google_apis/gaia/ |
oauth2_mint_token_flow_unittest.cc | 117 IssueAdviceInfoEntry e2; local 118 e2.description = base::ASCIIToUTF16("Manage your documents"); 119 e2.details.push_back(base::ASCIIToUTF16("View your documents")); 120 e2.details.push_back(base::ASCIIToUTF16("Upload new documents")); 121 ia.push_back(e2);
|