Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp38 ResTable_entry e1; in createTypeData() local
39 memset(&e1, 0, sizeof(e1)); in createTypeData()
40 e1.size = sizeof(e1); in createTypeData()
41 e1.key.index = 0; in createTypeData()
42 t.header.size += sizeof(e1); in createTypeData()
50 offsets[2] = sizeof(e1) + sizeof(v1); in createTypeData()
67 memcpy(p, &e1, sizeof(e1)); in createTypeData()
68 p += sizeof(e1); in createTypeData()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java69 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); in testAddText() local
70 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis()); in testAddText()
75 assertTrue(e1.getTimeMillis() > between); in testAddText()
76 assertTrue(e1.getTimeMillis() < e2.getTimeMillis()); in testAddText()
80 assertEquals("TEST1", e1.getText(80)); in testAddText()
84 e1.close(); in testAddText()
142 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
143 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
148 assertTrue(e1.getTimeMillis() > e0.getTimeMillis());
149 assertTrue(e2.getTimeMillis() > e1.getTimeMillis());
[all …]
/frameworks/av/media/libmedia/
DMemoryLeakTrackUtil.cpp125 AllocEntry *e1 = &entries[i]; in dumpMemoryAddresses() local
128 bool swap = e1->size < e2->size; in dumpMemoryAddresses()
129 if (e1->size == e2->size) { in dumpMemoryAddresses()
131 if (e1->backtrace[j] == e2->backtrace[j]) { in dumpMemoryAddresses()
134 swap = e1->backtrace[j] < e2->backtrace[j]; in dumpMemoryAddresses()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_FwdTransformResidual4x4.c60 int e1 = d0 - d3; in armVCM4P10_FwdTransformResidual4x4() local
64 int f1 = (e1 << 1) + e3; in armVCM4P10_FwdTransformResidual4x4()
66 int f3 = e1 - (e3 << 1); in armVCM4P10_FwdTransformResidual4x4()
DarmVCM4P10_TransformResidual4x4.c61 int e1 = d0 - d2; in armVCM4P10_TransformResidual4x4() local
65 int f1 = e1 + e2; in armVCM4P10_TransformResidual4x4()
66 int f2 = e1 - e2; in armVCM4P10_TransformResidual4x4()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4_s.s85 e1 RN 6 label
229 SSUB16 e1, trRow00,trRow20 ;// e1 = d0 - d2
235 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
236 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
242 SSUB16 e1, trRow02,trRow22
248 SADD16 rowOp12, e1, e2
249 SSUB16 rowOp22, e1, e2
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c343 list_elem_t *e1; in EffectRelease() local
353 e1 = gEffectList; in EffectRelease()
355 while (e1) { in EffectRelease()
356 if (e1->object == handle) { in EffectRelease()
358 e2->next = e1->next; in EffectRelease()
360 gEffectList = e1->next; in EffectRelease()
362 fx = (effect_entry_t *)e1->object; in EffectRelease()
363 free(e1); in EffectRelease()
366 e2 = e1; in EffectRelease()
367 e1 = e1->next; in EffectRelease()
[all …]
/frameworks/av/services/audioflinger/
DAudioMixer.cpp1509 uint32_t e1 = e0, e2 = e0; in process__nop() local
1510 int i = 31 - __builtin_clz(e1); in process__nop()
1519 e1 &= ~(1<<i); in process__nop()
1522 e0 &= ~(e1); in process__nop()
1528 while (e1) { in process__nop()
1529 i = 31 - __builtin_clz(e1); in process__nop()
1530 e1 &= ~(1<<i); in process__nop()
1571 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
1572 int j = 31 - __builtin_clz(e1); in process__genericNoResampling()
1580 e1 &= ~(1<<j); in process__genericNoResampling()
[all …]
/frameworks/base/core/java/android/view/
DGestureDetector.java89 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll() argument
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling() argument
165 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll() argument
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling() argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { in compare() argument
321 if (e1 == e2) return 0; in compare()
322 int diff = e1.mMaxPeriod - e2.mMaxPeriod; in compare()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java216 } catch (IOException e1) { in run()
217 Log.e(TAG, "Failed to start proxy server", e1); in run()
/frameworks/base/services/core/java/com/android/server/am/
DCompatModePackages.java131 } catch (java.io.IOException e1) { in CompatModePackages()
405 } catch (java.io.IOException e1) { in saveCompatModes()
406 Slog.w(TAG, "Error writing compat packages", e1); in saveCompatModes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarViewTaskSwitchHelper.java93 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling() argument
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java287 } catch (RemoteException e1) { in bind()
288 Log.e(TAG, "Remote Exception", e1); in bind()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapBmessageParser.java392 } catch (VCardVersionException e1) { in parseVcard()
410 } catch (VCardException e1) { in parseVcard()
/frameworks/base/core/java/android/util/
DReflectiveProperty.java59 } catch (NoSuchMethodException e1) { in ReflectiveProperty()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1894 } catch (java.io.IOException e1) { in readAccountInfoLocked()
2207 } catch (java.io.IOException e1) { in writeAccountInfoLocked()
2208 Log.w(TAG, "Error writing accounts", e1); in writeAccountInfoLocked()
2419 } catch (java.io.IOException e1) { in writeStatusLocked()
2420 Log.w(TAG, "Error writing status", e1); in writeStatusLocked()
2522 } catch (java.io.IOException e1) {} in readPendingOperationsLocked()
2589 } catch (java.io.IOException e1) { in writePendingOperationsLocked()
2590 Log.w(TAG, "Error writing pending operations", e1); in writePendingOperationsLocked()
2638 } catch (java.io.IOException e1) { in appendPendingOperationLocked()
2639 Log.w(TAG, "Error writing appending operation", e1); in appendPendingOperationLocked()
[all …]
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java577 } catch (java.io.IOException e1) { in readPersistentServicesLocked()
610 } catch (java.io.IOException e1) { in writePersistentServicesLocked()
611 Log.w(TAG, "Error writing accounts", e1); in writePersistentServicesLocked()
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java381 } catch (IOException e1) { in bindListen()
382 Log.e(TAG, "bindListen, close mPfd: " + e1); in bindListen()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java241 } catch (InterruptedException e1) { in init()
243 e1.printStackTrace(); in init()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java608 } catch (RuntimeException e1) { in switchWallpaper()
609 e = e1; in switchWallpaper()
640 } catch (IllegalArgumentException e1) { in clearWallpaperLocked()
641 e = e1; in clearWallpaperLocked()
653 } catch (RemoteException e1) { in clearWallpaperLocked()
/frameworks/base/core/java/android/widget/
DGallery.java996 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling() argument
1015 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll() argument
1017 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX())); in onScroll()
/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java427 } catch (TimeFormatException e1) { in testParse33390()
434 } catch (TimeFormatException e1) { in testParse33390()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java170 } catch (FileNotFoundException e1) { in openOutFileInAppFilesDir()
171 failStr("Error when opening file "+e1); in openOutFileInAppFilesDir()
/frameworks/base/services/core/java/com/android/server/display/
DOverlayDisplayWindow.java352 public boolean onScroll(MotionEvent e1, MotionEvent e2,

12