HomeSort by relevance Sort by last modified time
    Searched refs:memento (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/test/cctest/
test-mementos.cc 41 // Allocate a string, the GC may suspect a memento behind the string.
46 // Create an allocation memento behind the string with a garbage allocation
48 AllocationMemento* memento = local
50 memento->set_map_no_write_barrier(heap->allocation_memento_map());
51 memento->set_allocation_site(
63 // Call GC to see if we can handle a poisonous memento right after the
81 // Call GC to see if we can handle a poisonous memento right after the
95 // Force GC to test the poisoned memento handling
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 4050 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4161 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4172 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4214 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4228 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4241 KeyMemento& memento = mKeyMementos.editTop(); local
4255 MotionMemento& memento = mMotionMementos.editTop(); local
4279 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4289 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4313 const MotionMemento& memento = mMotionMementos.itemAt(i); local
    [all...]
InputDispatcher.h 793 static bool shouldCancelKey(const KeyMemento& memento,
795 static bool shouldCancelMotion(const MotionMemento& memento,
    [all...]
  /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/
ComponentResultsView.java 233 public void init(IViewSite site, IMemento memento) throws PartInitException {
234 super.init(site, memento);
235 this.viewState = memento;
376 * Restore the view state from the memento information.
404 public void saveState(IMemento memento) {
405 super.saveState(memento);
406 memento.putBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION, this.fullLineSelection.isChecked());
PerformancesView.java 422 public void init(IViewSite site, IMemento memento) throws PartInitException {
423 super.init(site, memento);
424 this.viewState = memento;
598 * Restore the view state from the memento information.
634 public void saveState(IMemento memento) {
635 super.saveState(memento);
636 memento.putBoolean(IPerformancesConstants.PRE_FILTER_BASELINE_BUILDS, this.filterBaselineBuilds.isChecked());
ComponentsView.java 400 public void saveState(IMemento memento) {
402 memento.putString(IPerformancesConstants.PRE_WRITE_RESULTS_DIR, this.resultsDir.getPath());
404 super.saveState(memento);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 132 public void init(IViewSite site, IMemento memento) throws PartInitException {
133 super.init(site, memento);
134 mMemento = memento;
138 public void saveState(IMemento memento) {
139 super.saveState(memento);
141 mLintView.saveState(memento);
LintList.java 132 LintList(IWorkbenchPartSite site, Composite parent, IMemento memento, boolean singleFile) {
135 mMemento = memento;
618 public void saveState(IMemento memento) {
626 IMemento columnEntry = memento.createChild(KEY_WIDTHS);
640 IMemento visibleEntry = memento.createChild(KEY_VISIBLE);
    [all...]
  /external/v8/test/mjsunit/
array-literal-feedback.js 76 // a has a memento so the transition caused by the store will affect the
array-constructor-feedback.js 225 // happens during the allocation we could lose our memento.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/v8/src/
code-stubs.cc 4038 Node* memento = assembler->InnerAllocate(copy, object_size); local
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 382 milliseconds

1 2