Searched refs:e1 (Results 151 - 175 of 422) sorted by relevance

1234567891011>>

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DSignedObjectTest.java56 } catch (NoSuchAlgorithmException e1) {
57 fail(e1.toString());
/external/clang/test/Parser/
H A DMicrosoftExtensions.c39 typedef enum E { e1 }; enumerator in enum:E
46 enum E2 e1; /* expected-warning {{'E2' is deprecated}} */ local
/external/clang/test/Sema/
H A DMicrosoftExtensions.c90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} variable in typeref:enum:DE1
99 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java80 public static <E> ImmutableMultiset<E> of(E e1, E e2) { argument
81 return copyOfInternal(e1, e2);
91 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { argument
92 return copyOfInternal(e1, e2, e3);
102 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { argument
103 return copyOfInternal(e1, e2, e3, e4);
113 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { argument
114 return copyOfInternal(e1, e2, e3, e4, e5);
125 E e1, E e2, E e3, E e4, E e5, E e6, E... others) {
128 Collections.addAll(all, e1, e
124 of( E e1, E e2, E e3, E e4, E e5, E e6, E... others) argument
[all...]
H A DImmutableSet.java98 public static <E> ImmutableSet<E> of(E e1, E e2) { argument
99 return construct(e1, e2);
109 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { argument
110 return construct(e1, e2, e3);
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { argument
121 return construct(e1, e2, e3, e4);
131 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { argument
132 return construct(e1, e2, e3, e4, e5);
143 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, argument
147 elements[0] = e1;
[all...]
H A DImmutableSortedMultiset.java107 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { argument
108 return copyOf(Ordering.natural(), Arrays.asList(e1, e2));
118 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { argument
119 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3));
130 E e1, E e2, E e3, E e4) {
131 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3, e4));
142 E e1, E e2, E e3, E e4, E e5) {
143 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3, e4, e5));
154 E e1,
163 Collections.addAll(all, e1, e
129 of( E e1, E e2, E e3, E e4) argument
141 of( E e1, E e2, E e3, E e4, E e5) argument
153 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
[all...]
H A DImmutableSortedSet.java137 E e1, E e2) {
138 return copyOf(Ordering.natural(), Arrays.asList(e1, e2));
150 E e1, E e2, E e3) {
151 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3));
163 E e1, E e2, E e3, E e4) {
164 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3, e4));
176 E e1, E e2, E e3, E e4, E e5) {
177 return copyOf(Ordering.natural(), Arrays.asList(e1, e2, e3, e4, e5));
190 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
193 Collections.addAll(all, e1, e
136 of( E e1, E e2) argument
149 of( E e1, E e2, E e3) argument
162 of( E e1, E e2, E e3, E e4) argument
175 of( E e1, E e2, E e3, E e4, E e5) argument
189 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java83 E e1, E e2) {
84 return ofInternal(Ordering.natural(), e1, e2);
89 E e1, E e2, E e3) {
90 return ofInternal(Ordering.natural(), e1, e2, e3);
95 E e1, E e2, E e3, E e4) {
96 return ofInternal(Ordering.natural(), e1, e2, e3, e4);
101 E e1, E e2, E e3, E e4, E e5) {
102 return ofInternal(Ordering.natural(), e1, e2, e3, e4, e5);
107 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
110 Collections.addAll(all, e1, e
82 of( E e1, E e2) argument
88 of( E e1, E e2, E e3) argument
94 of( E e1, E e2, E e3, E e4) argument
100 of( E e1, E e2, E e3, E e4, E e5) argument
106 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc436 MutableEntry e1(&trans, CREATE, BOOKMARKS, trans.root_id(), "aguilera");
437 ASSERT_TRUE(e1.good());
438 EXPECT_TRUE(e1.GetKernelCopy().is_dirty());
439 handle1 = e1.GetMetahandle();
440 e1.PutBaseVersion(1);
441 e1.PutIsDir(true);
442 e1.PutId(TestIdFactory::FromNumber(101));
443 EXPECT_TRUE(e1.GetKernelCopy().is_dirty());
500 Entry e1(&trans, GET_BY_HANDLE, handle1);
501 ASSERT_TRUE(e1
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.cc274 virtual bool OnScroll(const MotionEvent& e1,
306 e1.GetX(),
307 e1.GetY(),
308 e1.GetRawX(),
309 e1.GetRawY(),
347 virtual bool OnFling(const MotionEvent& e1,
377 virtual bool OnSwipe(const MotionEvent& e1,
386 virtual bool OnTwoFingerTap(const MotionEvent& e1,
391 ET_GESTURE_TWO_FINGER_TAP, e1.GetTouchMajor(), e1
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
48 v[1] = &verts[e1];
85 SS_COLOR(v[1]->color, vbcolor[e1]);
90 COPY_4V(v[1]->attrib[FRAG_ATTRIB_COL0], vbcolor[e1]);
118 SS_SPEC(v[1]->attrib[FRAG_ATTRIB_COL1], vbspec[e1]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
48 v[1] = &verts[e1];
85 SS_COLOR(v[1]->color, vbcolor[e1]);
90 COPY_4V(v[1]->attrib[FRAG_ATTRIB_COL0], vbcolor[e1]);
118 SS_SPEC(v[1]->attrib[FRAG_ATTRIB_COL1], vbspec[e1]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/external/chromium_org/sync/engine/
H A Ddirectory_commit_contribution_unittest.cc223 syncable::MutableEntry e1(&trans, syncable::GET_BY_HANDLE, pref1);
224 e1.PutIsDel(true);
225 e1.PutIsUnsynced(true);
252 syncable::MutableEntry e1(&trans, syncable::GET_BY_HANDLE, bm1);
254 e1.PutIsDir(true);
255 e1.PutServerIsDir(true);
264 e1.PutSpecifics(specifics);
266 e1.PutIsDel(true);
267 e1.PutIsUnsynced(true);
414 syncable::Entry e1(
[all...]
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp40 e1 = -2147483648, // ok member in class:E1::E2::E4
46 e1 = 2147483647, // ok member in class:E1::E2::E4::E5
51 e1 = false, e2 = true, member in class:E1::E2::E4::E6
56 e1 = false, e2 = true,
63 e1, e2,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensions.java164 Enumeration e1 = extensions.keys();
166 while (e1.hasMoreElements())
168 Object key = e1.nextElement();
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js112 } catch (e1) {
117 return e1 + e2;
128 CheckScope(mirror.scope(1), { e1: "I'm error 1" }, ScopeType.Catch);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java171 } catch (IOException e1) {
172 LOG.fine("Even mapping just 10MB of the source file into the memory failed. " + e1);
175 "the FileChannel that has been used to create the IsoFile!", e1);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DRobolectricWiringTest.java42 } catch (NoSuchMethodException e1) {
91 } catch (NoSuchMethodException e1) {
105 } catch (NoSuchMethodException e1) {
/external/chromium_org/content/common/
H A Dpage_state_serialization_unittest.cc119 ExplodedHttpBodyElement e1; local
120 e1.type = blink::WebHTTPBody::Element::TypeData;
121 e1.data = "foo";
122 http_body->elements.push_back(e1);
165 ExplodedHttpBodyElement e1; local
166 e1.type = blink::WebHTTPBody::Element::TypeData;
167 e1.data = "first data block";
168 frame_state->http_body.elements.push_back(e1);
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker_unittest.cc114 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
115 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
117 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
120 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
124 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
129 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
179 const TrackingEvent& e1) {
181 events.push_back(e1);
186 const TrackingEvent& e1,
189 events.push_back(e1);
178 CheckEvents( const TrackingEvent& e1) argument
185 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2) argument
194 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3) argument
205 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4) argument
218 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4, const TrackingEvent& e5) argument
233 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3, const TrackingEvent& e4, const TrackingEvent& e5, const TrackingEvent& e6) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultimapTest.java111 0, unhashables.e0, 2, "hey you", 0, unhashables.e1);
114 assertTrue(multimap.get(0).contains(unhashables.e1));
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java38 public static ASTList make(ASTree e1, ASTree e2, ASTree e3) { argument
39 return new ASTList(e1, new ASTList(e2, new ASTList(e3)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder1Test.java208 } catch (NoSuchProviderException e1) {
235 } catch (NoSuchAlgorithmException e1) {
273 } catch (IllegalArgumentException e1) {
299 } catch (NoSuchAlgorithmException e1) {
/external/chromium_org/third_party/modp_b64/
H A Dmodp_b64.cc92 *p++ = e1[((t1 & 0x03) << 4) | ((t2 >> 4) & 0x0F)];
93 *p++ = e1[((t2 & 0x0F) << 2) | ((t3 >> 6) & 0x03)];
104 *p++ = e1[(t1 & 0x03) << 4];
111 *p++ = e1[((t1 & 0x03) << 4) | ((t2 >> 4) & 0x0F)];

Completed in 1749 milliseconds

1234567891011>>