Searched defs:e2 (Results 51 - 75 of 229) sorted by relevance

12345678910

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { argument
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { argument
102 E e1, E e2, E e3, E e4) {
117 E e1, E e2, E e3, E e4, E e5) {
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
101 of( E e1, E e2, E e3, E e4) argument
116 of( E e1, E e2, E e3, E e4, E e5) argument
131 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
/external/openssl/crypto/des/
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
59 GetTSC(e2);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/external/openssl/crypto/md4/
H A Dmd4s.cpp45 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/
H A Dmd5s.cpp45 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/
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
65 GetTSC(e2);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp34 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/clang/test/SemaCXX/
H A Dexpressions.cpp100 e2 = A && 7 // expected-warning {{use of logical '&&' with constant operand}} \ enumerator in enum:S::__anon19317
H A Dswitch.cpp27 enum E { e1, e2 }; enumerator in enum:E
H A Ddefault-assignment-operator.cpp84 E1 e1, e2; variable
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
H A Dmember-name-lookup.cpp48 D::E2 e2 = D::enumerator2; // okay local
64 E2 e2 = enumerator2; // okay local
104 D2::E2 e2 = D2::enumerator2; // okay local
123 E2 e2 = enumerator2; // okay local
H A Dstring-init.cpp29 int e2[] = u8"a"; // expected-error{{array initializer must be an initializer list}} local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSet.java62 public static <E> ImmutableSet<E> of(E e1, E e2) { argument
63 return create(e1, e2);
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { argument
68 return create(e1, e2, e3);
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { argument
73 return create(e1, e2, e3, e4);
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { argument
78 return create(e1, e2, e3, e4, e5);
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, argument
86 Collections.addAll(all, e1, e2, e
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSampleElements.java32 public final E e2; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { argument
39 this.e2 = e2;
70 Helpers.mapEntry(keys.e2, values.e2),
/external/opencv/ml/src/
H A Dmltestset.cpp53 const CvDI* e2 = (const CvDI*) b; local
55 return (e1->d < e2->d) ? -1 : (e1->d > e2->d);
/external/chromium_org/content/common/
H A Dpage_state_serialization_unittest.cc124 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
[all...]
/external/chromium_org/content/renderer/
H A Ddisambiguation_popup_helper.cc50 void TrimEdges(int *e1, int *e2, int max_combined) { argument
51 if (*e1 + *e2 <= max_combined)
54 if (std::min(*e1, *e2) * 2 >= max_combined)
55 *e1 = *e2 = max_combined / 2;
56 else if (*e1 > *e2)
57 *e1 = max_combined - *e2;
59 *e2 = max_combined - *e1;
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow_unittest.cc117 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);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c54 GLuint e2,
67 GLuint e2,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
93 GLuint e2,
100 if (ef[e2]) _swrast_Point( ctx, v2 );
111 GLuint e2,
121 SWvertex *v2 = &verts[e2];
149 render(ctx, ef, e0, e1, e2, v0, v1, v2);
157 render(ctx, ef, e0, e1, e2, v
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
108 _swsetup_render_tri(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint facing, swsetup_edge_render_prim_tri render) argument
[all...]
/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/Parser/
H A DMicrosoftExtensions.c47 enum E3 e2; /* No warning expected, the deprecation follows the variable */ local
/external/clang/test/Sema/
H A Dattr-aligned.c45 char e2[__alignof__(e.member) == 2 ?: -1] = {0}; variable
H A Dfunction-redecl.c95 enum e { e1, e2 }; enumerator in enum:e
H A Dstring-init.c34 int e2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-class.cpp61 X<void>::D::E e2; // expected-note{{in instantiation of member class 'X<void>::D::E' requested here}} variable
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java50 @Override protected Set<String> of(String e1, String e2) { argument
51 return ImmutableSet.of(e1, e2);
54 @Override protected Set<String> of(String e1, String e2, String e3) { argument
55 return ImmutableSet.of(e1, e2, e3);
59 String e1, String e2, String e3, String e4) {
60 return ImmutableSet.of(e1, e2, e3, e4);
64 String e1, String e2, String e3, String e4, String e5) {
65 return ImmutableSet.of(e1, e2, e3, e4, e5);
68 @Override protected Set<String> of(String e1, String e2, String e3, argument
70 return ImmutableSet.of(e1, e2, e
58 of( String e1, String e2, String e3, String e4) argument
63 of( String e1, String e2, String e3, String e4, String e5) argument
[all...]

Completed in 630 milliseconds

12345678910