OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recreate
(Results
26 - 50
of
636
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/gyp/test/actions/src/subdir1/
executable.gyp
53
# always try to
recreate
it. Actual output files should be listed
/external/chromium_org/ui/gl/
gl_surface.cc
87
bool GLSurface::
Recreate
() {
193
bool GLSurfaceAdapter::
Recreate
() {
194
return surface_->
Recreate
();
gl_surface.h
38
//
Recreate
the surface without changing the size.
39
virtual bool
Recreate
();
133
virtual bool
Recreate
() OVERRIDE;
/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/e2fsprogs/tests/f_resize_inode/
expect
31
Resize inode not valid.
Recreate
? yes
59
Resize inode not valid.
Recreate
? yes
87
Resize inode not valid.
Recreate
? yes
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java
72
// Save the current article selection in case we need to
recreate
the fragment
/external/chromium/chrome/browser/instant/
promo_counter_unittest.cc
57
//
Recreate
to make sure pref was correctly written.
/external/chromium_org/cc/trees/
layer_tree_host_unittest_picture.cc
83
// and active layer. Then we
recreate
a picture layer in the 4th activate
/external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.js
47
//
recreate
DataSeries when log files are being loaded.
187
*
Recreate
all DataSeries. Global constants must have been set before
239
* When we receive the constants, create or
recreate
the DataSeries.
246
* When all log entries are deleted,
recreate
the DataSeries.
/external/chromium_org/chrome/browser/sessions/
session_service_factory.cc
41
// |profile| so GetForProfile will
recreate
it.
/external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc
67
// part of the test is forced to
recreate
the theme pack when the theme
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
LinkerParams.java
43
* Use this constructor to
recreate
a LinkerParams instance from an Intent.
/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/third_party/mesa/src/src/glx/apple/
apple_glx_context.h
66
* Due to a CG difference, we have to
recreate
a surface if the window
/external/chromium_org/third_party/skia/include/core/
SkFlattenable.h
75
to
recreate
your class given a buffer (previously written to by your
/external/chromium_org/tools/gyp/tools/emacs/
gyp-tests.el
62
"
Recreate
the golden samples"
/external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc
48
// It is not necessary to
recreate
platform_cursor_ yet, since it will be
/external/mesa3d/src/glx/apple/
apple_glx_context.h
66
* Due to a CG difference, we have to
recreate
a surface if the window
/external/skia/include/core/
SkFlattenable.h
75
to
recreate
your class given a buffer (previously written to by your
/external/smack/src/org/xbill/DNS/
SIG0.java
58
*
recreate
the exact wire format (with the same name compression).
/packages/apps/Camera2/res/layout/
photo_module.xml
19
recreate
views when the orientation changes, by migrating the views that do not
/packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java
28
* deleted by SQLiteDatabase and forcing the user to
recreate
his accounts from scratch, it was
/packages/apps/Gallery2/res/layout/
photo_module.xml
19
recreate
views when the orientation changes, by migrating the views that do not
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java
41
// TODO:
recreate
the allocation when the RS context changes
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringDescriptor.java
66
status.addFatalError("Failed to
recreate
ExtractStringRefactoring from descriptor");
Completed in 472 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>