OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recreate
(Results
1 - 25
of
68
) sorted by null
1
2
3
/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;
SwapChain9.h
29
virtual void
recreate
();
SwapChain11.h
29
virtual void
recreate
();
SwapChain9.cpp
411
void SwapChain9::
recreate
()
function in class:rx::SwapChain9
SwapChain11.cpp
526
// If we are resizing the swap chain, we don't wish to
recreate
all the static resources
770
void SwapChain11::
recreate
()
function in class:rx::SwapChain11
/external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java
222
boolean
recreate
= false;
238
recreate
= true;
242
recreate
= true;
250
if (
recreate
)
/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
/dalvik/vm/mterp/x86/
OP_CHECK_CAST.S
58
* going to have to
recreate
some data.
/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/
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
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java
132
this.
recreate
();
/external/chromium_org/third_party/angle/src/libEGL/
Display.cpp
435
(*surface)->getSwapChain()->
recreate
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java
488
public void
recreate
() {
method in class:ShadowActivity
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java
284
recreate
();
/external/v8/test/mjsunit/
debug-stepout-scope.js
30
// Check that the ScopeIterator can properly
recreate
the scope at
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java
438
shadow.
recreate
();
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js
774
// try to
recreate
it every time.
Completed in 255 milliseconds
1
2
3