Home
last modified time | relevance | path

Searched refs:victim (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaaudio/tests/
Dtest_steal_exclusive.cpp346 AudioEngine victim("victim"); in main() local
399 victim.setOpenDelayMillis(openDelayMillis); in main()
401 victim.setMaxRetries(maxRetries); in main()
403 victim.setCloseEnabled(closeEnabled); in main()
406 result = victim.openAudioStream(direction, requestedSharingMode); in main()
413 if (victim.sharingMode == requestedSharingMode) { in main()
421 if (victim.isMMap) { in main()
429 result = victim.start(); in main()
438 errorCount += victim.checkEnginePositions() ? 1 : 0; in main()
445 victim.pause(); in main()
[all …]
/frameworks/base/core/java/android/view/
DViewTreeObserver.java524 public void removeOnWindowAttachListener(OnWindowAttachListener victim) { in removeOnWindowAttachListener() argument
529 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()
559 public void removeOnWindowFocusChangeListener(OnWindowFocusChangeListener victim) { in removeOnWindowFocusChangeListener() argument
564 mOnWindowFocusListeners.remove(victim); in removeOnWindowFocusChangeListener()
597 @NonNull OnWindowVisibilityChangeListener victim) { in removeOnWindowVisibilityChangeListener()
603 mOnWindowVisibilityListeners.remove(victim); in removeOnWindowVisibilityChangeListener()
632 public void removeOnGlobalFocusChangeListener(OnGlobalFocusChangeListener victim) { in removeOnGlobalFocusChangeListener() argument
637 mOnGlobalFocusListeners.remove(victim); in removeOnGlobalFocusChangeListener()
670 public void removeGlobalOnLayoutListener(OnGlobalLayoutListener victim) { in removeGlobalOnLayoutListener() argument
671 removeOnGlobalLayoutListener(victim); in removeGlobalOnLayoutListener()
[all …]
/frameworks/proto_logging/stats/atoms/kernel/
Dkernel_extension_atoms.proto33 * Logs each time the kernel's out-of-memory (OOM) killer claims a victim.
53 // OOM victim's virtual memory, which was freed up after the process' death.
56 // OOM victim's anonymous RSS memory, which was freed up after the process' death.
59 // OOM victim's file-backed RSS memory, which was freed up after the process' death.
62 // OOM victim's shared RSS memory, which was freed up after the process' death.
65 // OOM victim's page tables, which was freed after the process' death
/frameworks/base/core/tests/coretests/src/android/view/
DVisibility.java36 mVictim = findViewById(R.id.victim); in onCreate()
DVisibilityCallback.java44 mVictim = (MonitoredTextView)findViewById(R.id.victim); in onCreate()
DVisibilityCallbackTest.java52 mVictim = (VisibilityCallback.MonitoredTextView) a.findViewById(R.id.victim); in setUp()
DVisibilityTest.java54 mVictim = (TextView) a.findViewById(R.id.victim); in setUp()
/frameworks/base/core/java/android/widget/
DAbsListView.java7470 final View victim = activeViews[i]; in scrapActiveViews() local
7471 if (victim != null) { in scrapActiveViews()
7473 = (AbsListView.LayoutParams) victim.getLayoutParams(); in scrapActiveViews()
7478 if (victim.hasTransientState()) { in scrapActiveViews()
7480 victim.dispatchStartTemporaryDetach(); in scrapActiveViews()
7487 mTransientStateViewsById.put(id, victim); in scrapActiveViews()
7492 mTransientStateViews.put(mFirstActivePosition + i, victim); in scrapActiveViews()
7495 removeDetachedView(victim, false); in scrapActiveViews()
7500 removeDetachedView(victim, false); in scrapActiveViews()
7509 removeDetachedView(victim, false); in scrapActiveViews()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...