Searched refs:victim (Results 1 – 9 of 9) sorted by relevance
346 AudioEngine victim("victim"); in main() local399 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 …]
524 public void removeOnWindowAttachListener(OnWindowAttachListener victim) { in removeOnWindowAttachListener() argument529 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()559 public void removeOnWindowFocusChangeListener(OnWindowFocusChangeListener victim) { in removeOnWindowFocusChangeListener() argument564 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() argument637 mOnGlobalFocusListeners.remove(victim); in removeOnGlobalFocusChangeListener()670 public void removeGlobalOnLayoutListener(OnGlobalLayoutListener victim) { in removeGlobalOnLayoutListener() argument671 removeOnGlobalLayoutListener(victim); in removeGlobalOnLayoutListener()[all …]
33 * 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
36 mVictim = findViewById(R.id.victim); in onCreate()
44 mVictim = (MonitoredTextView)findViewById(R.id.victim); in onCreate()
52 mVictim = (VisibilityCallback.MonitoredTextView) a.findViewById(R.id.victim); in setUp()
54 mVictim = (TextView) a.findViewById(R.id.victim); in setUp()
7470 final View victim = activeViews[i]; in scrapActiveViews() local7471 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 …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...