HomeSort by relevance Sort by last modified time
    Searched full:recreate (Results 1 - 25 of 586) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/res/layout/
activity_recreate.xml 28 <Button android:id="@+id/recreate"
30 android:text="@string/recreate">
  /frameworks/support/fragment/tests/java/android/support/v4/app/
NestedFragmentRestoreTest.java 83 activity.recreate();
87 assertTrue("timeout waiting for recreate", latch.await(10, TimeUnit.SECONDS));
89 assertNotNull("attached as part of recreate", attachedTo[0]);
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 24 Recreate journal? yes
  /external/e2fsprogs/tests/f_badjourblks/
expect.1 22 Recreate journal? yes
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 20 Recreate journal? yes
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java 55 Button button = (Button)findViewById(R.id.recreate);
67 recreate();
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
pipe_select_interrupter.hpp 32 // Recreate the interrupter's descriptors. Used after a fork.
33 ASIO_DECL void recreate();
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 81 // Create a parcel of the object and recreate the object back
113 // Create a parcel of the object and recreate the object back
147 // Create a parcel of the object and recreate the object back
180 // Create a parcel of the object and recreate the object back
215 // Create a parcel of the object and recreate the object back
246 // Create a parcel of the object and recreate the object back
270 // Create a parcel of the object and recreate the object back
292 // Create a parcel of the object and recreate the object back from the parcel.
309 // Create a parcel of the object and recreate the object back from the parcel.
  /external/skia/include/core/
SkFlattenable.h 20 * 1. call getFactory() so we have a function-ptr to recreate the subclass
90 to recreate your class given a buffer (previously written to by your
106 * Override this if your subclass needs to record data that it will need to recreate itself
  /external/e2fsprogs/tests/f_dup_resize/
expect.1 1 Resize inode not valid. Recreate? yes
  /external/skia/include/views/
SkOSWindow_Unix.h 83 // we recreate the underlying xwindow if this changes
  /external/squashfs-tools/RELEASE-READMEs/
README-2.0-AMD64 14 it is important that you recreate the filesystem. This can be performed
  /external/vboot_reference/tests/futility/
test_create.sh 15 # Demonstrate that we can recreate the same vb1 keys without the .keyb files
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayout.java 45 * we recreate the menu every time it is prepared.
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
AndroidPreferencePage.java 39 // ADT's root page contains the path to the Android SDK, and we should recreate
  /external/vboot_reference/tests/bitmaps/
TestBmpBlock.py 81 """Create, unpack, recreate without compression"""
94 """Create, unpack, recreate with a given compression"""
107 """Create, unpack, recreate with EFIv1 compression"""
111 """Create, unpack, recreate with LZMA compression"""
140 """Create, unpack, recreate with implicit compression"""
  /external/doclava/src/com/google/doclava/
DocInfo.java 70 // so that if we've created one prior to changing, we recreate it
91 // so that if we've created one prior to changing, we recreate it
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java 17 * Use this in preference to trying to recreate a principal from a String, not all
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
CONTRIBUTING 36 * How to recreate the bug.
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
VertexArray.java 27 * If the OpenGL ES context was lost you can call {@link #invalidate()} to recreate a new OpenGL vertex buffer object. This class
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
pipe_select_interrupter.ipp 73 void pipe_select_interrupter::recreate()
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
create_augmented_vec.h 25 * Recreate a specific codebook vector from the augmented part.
  /packages/apps/Camera2/res/layout/
photo_module.xml 19 recreate views when the orientation changes, by migrating the views that do not
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CheckboxWrapperView.java 27 * Reflection cannot be used to recreate the state because the class that stores the state
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 104 recreate(db);
109 recreate(db);
112 private void recreate(SQLiteDatabase db) { method in class:PhotoDatabase

Completed in 879 milliseconds

1 2 3 4 5 6 7 8 91011>>