Searched refs:e2 (Results 201 - 225 of 398) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c604 float e1, e2; local
669 e2 = weight * ptrQuantizationTable[maxInd] + r;
671 e2 = (e2 > 0)? e2:-e2;
672 if(e1 < e2)
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c604 float e1, e2; local
669 e2 = weight * ptrQuantizationTable[maxInd] + r;
671 e2 = (e2 > 0)? e2:-e2;
672 if(e1 < e2)
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc109 const TrackingEvent& e2);
111 const TrackingEvent& e2,
159 const TrackingEvent& e2) {
162 events.push_back(e2);
168 const TrackingEvent& e2,
172 events.push_back(e2);
157 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2) argument
166 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3) argument
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java323 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
324 int pointerCount = e2.getPointerCount();
360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) { argument
74 float &f1 = (e1 == e2);
75 float &f2 = (enum1 == e2);
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java331 catch (MissingResourceException e2)
/external/ceres-solver/internal/ceres/
H A Dlevenberg_marquardt_strategy_test.cc129 options.max_lm_diagonal = 1e2;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DSwipableOverlayView.java248 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distX, float distY) {
249 float distance = e2.getX() - e1.getX();
260 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) {
268 float dragXPerMs = Math.abs(getTranslationX()) / (e2.getEventTime() - mDragStartMs);
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.cc76 const MotionEvent& e2,
83 const MotionEvent& e2,
90 const MotionEvent& e2,
98 const MotionEvent& e2) {
75 OnScroll(const MotionEvent& e1, const MotionEvent& e2, float distance_x, float distance_y) argument
82 OnFling(const MotionEvent& e1, const MotionEvent& e2, float velocity_x, float velocity_y) argument
89 OnSwipe(const MotionEvent& e1, const MotionEvent& e2, float velocity_x, float velocity_y) argument
96 OnTwoFingerTap( const MotionEvent& e1, const MotionEvent& e2) argument
/external/clang/test/Sema/
H A Dattr-format.c43 void e2(char *str, int c, ...) __attribute__((format(printf0, 2,3))); // expected-error {{format argument not a string type}}
H A Dstruct-packed-align.c56 extern int e2[__alignof(struct as1) == 8 ? 1 : -1];
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java193 public int compare(Viewer view, Object e1, Object e2) {
196 ResultsElement element = (ResultsElement) e2;
201 return element.compareTo(e2);
203 return super.compare(view, e1, e2);
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc313 MutableEntry e2(&trans, CREATE, BOOKMARKS, trans.root_id(), "bar");
314 e2.PutIsUnsynced(true);
315 new_dirty_metahandles.push_back(e2.GetMetahandle());
367 MutableEntry e2(&trans, CREATE, BOOKMARKS, trans.root_id(), "bar");
368 e2.PutIsUnsynced(true);
369 new_dirty_metahandles.push_back(e2.GetMetahandle());
574 MutableEntry e2(&trans, CREATE, BOOKMARKS, trans.root_id(), name);
575 ASSERT_TRUE(e2.good());
576 e2.PutIsDel(true);
582 e2
[all...]
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc286 scoped_ptr<sync_pb::SyncEntity> e2 = local
287 CreateUpdate(SyncableIdToProto(syncable::Id::CreateFromServerId("e2")),
290 e2->set_version(kDefaultVersion + 100);
296 updates.push_back(e2.get());
307 EXPECT_TRUE(EntryExists(e2->id_string()));
317 EXPECT_TRUE(EntryExists(e2->id_string()));
375 scoped_ptr<sync_pb::SyncEntity> e2 = local
376 CreateUpdate(SyncableIdToProto(syncable::Id::CreateFromServerId("e2")),
380 updates.push_back(e2.get());
389 EXPECT_FALSE(EntryExists(e2
[all...]
/external/checkpolicy/
H A Dpolicy_define.c2989 struct constraint_expr *expr, *e1 = NULL, *e2; local
3016 e2 = (struct constraint_expr *)arg1;
3017 while (e2) {
3018 e1 = e2;
3019 e2 = e2->next;
3031 e2 = (struct constraint_expr *)arg1;
3032 while (e2) {
3033 e1 = e2;
3034 e2
3235 struct cond_expr *expr, *e1 = NULL, *e2; local
[all...]
/external/chromium_org/third_party/modp_b64/
H A Dmodp_b64.cc94 *p++ = e2[t3];
112 *p++ = e2[(t2 & 0x0F) << 2];
/external/clang/test/CodeGenCXX/
H A Dtemporaries.cpp720 E e2 = { A(), B(), D().c }; member in namespace:MultipleExtension
752 E e2 = { A(), B(), D().c }; local
/external/jdiff/src/jdiff/
H A DJDiff.java226 } catch (NoSuchMethodException e2) {
228 e2.printStackTrace();
/external/jemalloc/test/include/test/
H A Dmath.h148 r + 1.9715909503065514427e3) * r + 1.3314166789178437745e2)
153 r + 6.8718700749205790830e2) * r + 4.2313330701600911252e1)
/external/opencv/cv/src/
H A Dcvcalibration.cpp2417 double u[9], v[9], w[9], f[9], h1[9], h2[9], h0[9], e2[3];
2418 CvMat E2 = cvMat( 3, 1, CV_64F, e2 );
2498 memcpy( E2.data.db, U.data.db + 6, sizeof(e2));
2499 cvScale( &E2, &E2, e2[2] > 0 ? 1 : -1 );
2510 int mirror = e2[0] < 0;
2511 double d = MAX(sqrt(e2[0]*e2[0] + e2[1]*e2[1]),DBL_EPSILON);
2512 double alpha = e2[
[all...]
/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc215 NavigationEntryImpl* e2 = new NavigationEntryImpl( local
223 delete e2;
272 NavigationEntryImpl* e2 = new NavigationEntryImpl(*e1); local
275 e2->set_site_instance(instance2);
277 // The first SiteInstance should go away after deleting e1, since e2 should
283 // The second SiteInstance should go away after deleting e2.
284 delete e2;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c1119 yasm_expr *e1, *e2; local
1154 e2 = p_expr_new_ident(yasm_expr_reg(REG_val));
1157 e2 = p_expr_new_ident(yasm_expr_int(yasm_intnum_create_uint(0)));
1165 yasm_expr_destroy(e2);
1189 yasm_expr_destroy(e2);
1200 yasm_expr_destroy(e2);
1213 e2 = p_expr_new(yasm_expr_expr(e2), YASM_EXPR_ADD,
1222 e1 = p_expr_new_tree(e2, YASM_EXPR_ADD, e1);
1224 e1 = e2;
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java67 @Override protected SortedSet<String> of(String e1, String e2) { argument
68 return ImmutableSortedSet.of(e1, e2);
71 @Override protected SortedSet<String> of(String e1, String e2, String e3) { argument
72 return ImmutableSortedSet.of(e1, e2, e3);
76 String e1, String e2, String e3, String e4) {
77 return ImmutableSortedSet.of(e1, e2, e3, e4);
81 String e1, String e2, String e3, String e4, String e5) {
82 return ImmutableSortedSet.of(e1, e2, e3, e4, e5);
85 @Override protected SortedSet<String> of(String e1, String e2, String e3, argument
87 return ImmutableSortedSet.of(e1, e2, e
75 of( String e1, String e2, String e3, String e4) argument
80 of( String e1, String e2, String e3, String e4, String e5) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm713 movq xmm5, [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 e1 e0
719 punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
734 punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
752 punpcklqdq xmm2, xmm5 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
875 ; xmm1 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
879 movdqa xmm2, xmm1 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
883 punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
893 movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
897 punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d
[all...]

Completed in 676 milliseconds

1234567891011>>