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

1 2 3 4

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActivityRecreate.java 55 Button button = (Button)findViewById(R.id.recreate);
67 recreate();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain.h 35 virtual void recreate() = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
SwapChain9.h 29 virtual void recreate();
SwapChain9.cpp 384 void SwapChain9::recreate() function in class:rx::SwapChain9
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 222 boolean recreate = false;
238 recreate = true;
242 recreate = true;
250 if (recreate)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
SwapChain11.h 29 virtual void recreate();
SwapChain11.cpp 439 // If we are resizing the swap chain, we don't wish to recreate all the static resources
656 void SwapChain11::recreate() function in class:rx::SwapChain11
  /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
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 33 # we must always recreate nmf_list_js when it is used.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-392114.js 57 // Thanks to the debugger, we recreate the full code too. We deopt and run
  /external/chromium_org/v8/test/mjsunit/
debug-stepout-scope-part1.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part2.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part3.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part4.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part5.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part6.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part7.js 30 // Check that the ScopeIterator can properly recreate the scope at
debug-stepout-scope-part8.js 30 // Check that the ScopeIterator can properly recreate the scope at
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 114 * Clones the part of the dom that is needed to recreate the test case.
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 132 this.recreate();
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 466 (*surface)->getSwapChain()->recreate();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 488 public void recreate() { method in class:ShadowActivity
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 438 shadow.recreate();
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 310 recreate();
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh 833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]

Completed in 438 milliseconds

1 2 3 4