Searched defs:e1 (Results 1 - 25 of 278) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp1076 INT i, e1, e2, gaussExp_e; local
1084 gaussExp_m = fMultNorm(timeResolution, fMult(PI_M, fDivNorm( (FIXP_DBL)(samplingRate), (FIXP_DBL)(LONG)(transformResolution*1000.f), &e1)), &e2);
1086 gaussExp_e = 2*(e1+e2+timeResolution_e+PI_E);
1100 &e1);
1102 win[i] = scaleValueSaturate(win[i], e1);
/external/checkpolicy/
H A Dpolicy_define.c2989 struct constraint_expr *expr, *e1 = NULL, *e2; local
3015 e1 = NULL;
3018 e1 = e2;
3021 if (!e1 || e1->next) {
3026 e1->next = expr;
3030 e1 = NULL;
3033 e1 = e2;
3036 if (!e1 || e1
3235 struct cond_expr *expr, *e1 = NULL, *e2; local
[all...]
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1454 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
1756 Long e, e1; variable
1866 e1 = n - 0x10;
1868 if (e1 & 0xf8000000)
1870 e1 = 10*e1 + n - 0x10;
1873 e1 = -e1;
1874 e += e1;
2450 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; variable
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java419 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
426 float distance = e2.getX() - e1.getX();
433 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.h97 bool operator()(const CanonicalURLEntry& e1, argument
99 return CanonicalURLStringCompare(e1.first->redirects[e1.second].spec(),
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service_unittest.cc107 testing::AssertionResult CheckEvents(const TrackingEvent& e1);
108 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
110 testing::AssertionResult CheckEvents(const TrackingEvent& e1,
151 const TrackingEvent& e1) {
153 events.push_back(e1);
158 const TrackingEvent& e1,
161 events.push_back(e1);
167 const TrackingEvent& e1,
171 events.push_back(e1);
150 CheckEvents( const TrackingEvent& e1) argument
157 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2) argument
166 CheckEvents( const TrackingEvent& e1, const TrackingEvent& e2, const TrackingEvent& e3) argument
/external/chromium_org/content/browser/
H A Dsite_instance_impl_unittest.cc206 NavigationEntryImpl* e1 = new NavigationEntryImpl( local
210 // Redundantly setting e1's SiteInstance shouldn't affect the ref count.
211 e1->set_site_instance(instance);
220 delete e1;
268 NavigationEntryImpl* e1 = new NavigationEntryImpl( local
272 NavigationEntryImpl* e2 = new NavigationEntryImpl(*e1);
277 // The first SiteInstance should go away after deleting e1, since e2 should
279 delete 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/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 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...]
H A Doauth2_mint_token_flow_unittest.cc113 IssueAdviceInfoEntry e1; local
114 e1.description = base::ASCIIToUTF16("Manage your calendars");
115 e1.details.push_back(base::ASCIIToUTF16("View and manage your calendars"));
116 ia.push_back(e1);
/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
360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode_unittest.cc21 ErrorCode e1(ErrorCode::ERR_ALLOWED);
22 SANDBOX_ASSERT(e1.err() == SECCOMP_RET_ALLOW);
46 ErrorCode e1 = sandbox.Trap(NULL, "b"); local
48 (e1.err() & SECCOMP_RET_DATA));
56 ErrorCode e1(ErrorCode::ERR_ALLOWED);
58 SANDBOX_ASSERT(e1.Equals(e1));
59 SANDBOX_ASSERT(e1.Equals(e2));
60 SANDBOX_ASSERT(e2.Equals(e1));
63 SANDBOX_ASSERT(!e1
[all...]
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc281 scoped_ptr<sync_pb::SyncEntity> e1 = local
282 CreateUpdate(SyncableIdToProto(syncable::Id::CreateFromServerId("e1")),
295 updates.push_back(e1.get());
306 EXPECT_TRUE(EntryExists(e1->id_string()));
316 EXPECT_FALSE(EntryExists(e1->id_string()));
344 scoped_ptr<sync_pb::SyncEntity> e1 = local
345 CreateUpdate(SyncableIdToProto(syncable::Id::CreateFromServerId("e1")),
351 updates.push_back(e1.get());
360 EXPECT_TRUE(EntryExists(e1->id_string()));
425 scoped_ptr<sync_pb::SyncEntity> e1 local
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h88 const char* e1,
94 << e1 << ") evaluates to false, where"
95 << "\n" << e1 << " evaluates to " << v1;
130 const char* e1,
138 << e1 << ", "
140 << "\n" << e1 << " evaluates to " << v1
179 const char* e1,
189 << e1 << ", "
192 << "\n" << e1 << " evaluates to " << v1
235 const char* e1,
87 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
129 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc101 testing::AssertionResult PredFormatFunction1(const char* e1, argument
107 << e1
115 testing::AssertionResult operator()(const char* e1, argument
117 return PredFormatFunction1(e1, v1);
489 testing::AssertionResult PredFormatFunction2(const char* e1, argument
497 << e1 << " + " << e2
505 testing::AssertionResult operator()(const char* e1, argument
509 return PredFormatFunction2(e1, e2, v1, v2);
919 testing::AssertionResult PredFormatFunction3(const char* e1, argument
929 << e1 << "
937 operator ()(const char* e1, const char* e2, const char* e3, const T1& v1, const T2& v2, const T3& v3) const argument
1391 PredFormatFunction4(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
1411 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const T1& v1, const T2& v2, const T3& v3, const T4& v4) const argument
1905 PredFormatFunction5(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
1927 operator ()(const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) const argument
[all...]
H A Dgtest_unittest.cc2161 const char* e1, const char* e2, const char* e3, const char* e4,
2169 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4
2179 const char* e1, const char* e2, const char* e3, const char* e4,
2187 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5
2160 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2178 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1096 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ local
1113 e1 = (Int)TRUNC( miny );
1118 e1 = (Int)TRUNC( y1 );
1136 if ( e1 == e2 )
1141 e1 += 1;
1155 ras.cProfile->start = e1;
1159 size = e2 - e1 + 1;
2282 Long e1, e2; local
2292 e1 = TRUNC( CEILING( x1 ) );
2295 e2 = e1;
2352 Long e1, e2, pxl; local
2534 Long e1, e2; local
2574 Long e1, e2, pxl; local
2856 Long e1, e2; local
2951 Long x1, x2, xs, e1, e2; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duvector.cpp498 UElement e1 = *static_cast<const UElement *>(left); local
500 int32_t result = (*compare)(e1, e2);
511 const UElement *e1 = static_cast<const UElement *>(left); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp62 prefixLookupComp(const UHashTok e1, const UHashTok e2) { argument
63 UCAElements *element1 = (UCAElements *)e1.pointer;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1723 milliseconds

1234567891011>>