OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recreate
(Results
76 - 100
of
719
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV14.java
204
// If we've already been created, we need to
recreate
the Activity for the
207
activity.
recreate
();
253
// We should return true (to
recreate
) if configChanges does not want to
/prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp
172
//
Recreate
surface
243
//
Recreate
context
249
//
Recreate
surface
/prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp
172
//
Recreate
surface
243
//
Recreate
context
249
//
Recreate
surface
/art/runtime/base/
histogram.h
55
// Reset the cumulative values, next time CreateHistogram is called it will
recreate
the cache.
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java
100
// Nothing special, don't have any textures we need to
recreate
.
/external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java
227
boolean
recreate
= false;
243
recreate
= true;
247
recreate
= true;
255
if (
recreate
)
/external/e2fsprogs/e2fsck/
dx_dirinfo.c
54
* needs to
recreate
the root directory or lost+found
/external/jsr330/
build.sh
4
# Clear and
recreate
build directory.
/external/kernel-headers/original/uapi/drm/
virtgpu_drm.h
85
__u32 bo_handle; /* if this is set -
recreate
a new resource attached to this bo ? */
/external/libdrm/include/drm/
virtgpu_drm.h
85
__u32 bo_handle; /* if this is set -
recreate
a new resource attached to this bo ? */
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
user_tmod.c
107
/*
Recreate
the dev node. */
/external/ltp/testcases/kernel/device-drivers/include/
userBlockInclude.c
137
/*
Recreate
the dev node. */
/external/ltp/testcases/kernel/device-drivers/nls/
userBlockNLS.c
137
/*
Recreate
the dev node. */
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
user_tusb.c
88
/*
Recreate
the dev node. */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
6-1.c
132
FAILED("Failed to
recreate
the semaphore");
/external/mesa3d/src/gallium/winsys/virgl/drm/
virtgpu_drm.h
82
uint32_t bo_handle; /* if this is set -
recreate
a new resource attached to this bo ? */
/external/skia/include/ports/
SkFontConfigInterface.h
67
//
Recreate
from a flattened buffer, returning the number of bytes read.
/frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java
86
* to tear down and
recreate
the display.
/frameworks/base/rs/java/android/renderscript/
RSSurfaceView.java
123
*
recreate
the OpenGL display and resume the rendering
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerDbHelper.java
73
// TODO: For now, drop older tables and
recreate
new ones.
/libcore/ojluni/src/main/java/javax/sql/
StatementEventListener.java
43
* on the table and then destroy it. It may later
recreate
the same table when
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java
78
* Removes any existing Attribute UI widgets and
recreate
them if the SDK has changed.
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
InvocationContextTest.java
115
// Re-assigning a device,
recreate
the previous relationships
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
89
// builder globally and get the notification back to
recreate
it later.
94
//
Recreate
builder from persistent state if app process is killed
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
89
// builder globally and get the notification back to
recreate
it later.
94
//
Recreate
builder from persistent state if app process is killed
Completed in 486 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>