/external/opencv/ml/src/ |
mltestset.cpp | 52 const CvDI* e1 = (const CvDI*) a; 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 68 GetTSC(e1); 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 68 GetTSC(e1); 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 62 GetTSC(e1); 70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
|
/external/openssl/crypto/ripemd/asm/ |
rips.cpp | 47 unsigned long s1,s2,e1,e2; local 72 GetTSC(e1); 79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
ClientSocketHandler.java | 38 } catch (IOException e1) { 39 e1.printStackTrace();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
SignedObjectTest.java | 57 } catch (NoSuchAlgorithmException e1) { 58 fail(e1.toString());
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes_wrap.c | 202 static const unsigned char e1[] = { local 244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
p1.cpp | 33 ScopedEnum1<double>::E e1; // ok member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3
|
/external/clang/test/Sema/ |
attr-aligned.c | 37 char e1[__alignof__(e) == 2 ?: -1] = {0}; variable
|
pragma-ms_struct.c | 39 } __attribute__((ms_struct)) e1; // expected-warning {{'ms_struct' attribute ignored}} variable in typeref:enum:__anon16920
|
/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 | 57 Point e1= g.stringExtent(this.description); 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 | 31 public final E e1; field in class:SampleElements 36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { 38 this.e1 = e1; 69 Helpers.mapEntry(keys.e1, values.e1),
|
/external/openssl/crypto/aes/ |
aes_wrap.c | 202 static const unsigned char e1[] = { local 244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_FwdTransformResidual4x4.c | 45 int e1 = d0 - d3; local 49 int f1 = (e1 << 1) + e3; 51 int f3 = e1 - (e3 << 1);
|
armVCM4P10_TransformResidual4x4.c | 46 int e1 = d0 - d2; local 50 int f1 = e1 + e2; 51 int f2 = e1 - e2;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
fp-regs.cpp | 21 double a1, b1, c1, d1, e1, f1, g1, h1, i1, j1; local 38 e1 = d1 + 1; 39 f1 = e1 + 1; 80 if (e1 != 4.0)
|
ia64-2.cpp | 17 struct E { D *e1; B *e2; }; member in struct:E 38 x.e1->d2->foo (g, b); 40 p->bar(x.e1->d1, b); 49 h.e1 = &s;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
fp-regs.cpp | 21 double a1, b1, c1, d1, e1, f1, g1, h1, i1, j1; local 38 e1 = d1 + 1; 39 f1 = e1 + 1; 80 if (e1 != 4.0)
|
ia64-2.cpp | 17 struct E { D *e1; B *e2; }; member in struct:E 38 x.e1->d2->foo (g, b); 40 p->bar(x.e1->d1, b); 49 h.e1 = &s;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicHistogram.java | 27 Element e1; local 31 case 4: e1 = Element.U8_4(mRS); break; 32 case 3: e1 = Element.U8_3(mRS); break; 33 case 2: e1 = Element.U8_2(mRS); break; 34 default: e1 = Element.U8(mRS); break; 44 Type.Builder tb = new Type.Builder(mRS, e1);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Extensions.java | 164 Enumeration e1 = extensions.keys(); local 166 while (e1.hasMoreElements()) 168 Object key = e1.nextElement();
|
/external/chromium_org/content/common/ |
page_state_serialization_unittest.cc | 118 ExplodedHttpBodyElement e1; local 119 e1.type = blink::WebHTTPBody::Element::TypeData; 120 e1.data = "foo"; 121 http_body->elements.push_back(e1); 163 ExplodedHttpBodyElement e1; local 164 e1.type = blink::WebHTTPBody::Element::TypeData; 165 e1.data = "first data block"; 166 frame_state->http_body.elements.push_back(e1);
|
/external/chromium_org/google_apis/gaia/ |
oauth2_mint_token_flow_unittest.cc | 113 IssueAdviceInfoEntry e1; local 114 e1.description = ASCIIToUTF16("Manage your calendars"); 115 e1.details.push_back(ASCIIToUTF16("View and manage your calendars")); 116 ia.push_back(e1);
|
/external/clang/test/CodeGenCXX/ |
const-init.cpp | 20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon16635 25 C g0 = { C::e1 };
|