OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recreate
(Results
1 - 25
of
719
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodecs.bat
1
@rem
Recreate
some python charmap codecs from the Windows function
/external/python/cpython2/Tools/unicode/
genwincodecs.bat
1
@rem
Recreate
some python charmap codecs from the Windows function
/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
/external/python/cpython2/Doc/library/
persistence.rst
10
many Python data types into a stream of bytes and then
recreate
the objects from
/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.
/cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceActivityLegacyFlowTest.java
80
recreate
();
method
125
private void
recreate
() {
method in class:PreferenceActivityLegacyFlowTest
126
runOnUiThread(() -> mActivity.
recreate
());
/external/skia/include/core/
SkFlattenable.h
20
* 1. call getFactory() so we have a function-ptr to
recreate
the subclass
92
to
recreate
your class given a buffer (previously written to by your
114
* Override this if your subclass needs to record data that it will need to
recreate
itself
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/android/arch/lifecycle/
TestUtils.java
40
rule.runOnUiThread(activity::
recreate
);
56
throw new RuntimeException("Timeout. Failed to
recreate
an activity");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
README
29
unparse.py AST (2.7) based example to
recreate
source code
/external/e2fsprogs/tests/f_dup_resize/
expect.1
1
Resize inode not valid.
Recreate
? yes
/external/e2fsprogs/tests/f_jnl_etb_alloc_fail/
expect.1
25
Recreate
journal? yes
/external/e2fsprogs/tests/j_corrupt_sb_magic/
expect
25
Recreate
journal? yes
/external/kmod/testsuite/module-playground/
README
26
3) Remove every %-<arch>.ko. After this the build system will
recreate
them.
/external/python/cpython2/Demo/parser/
README
29
unparse.py AST (2.7) based example to
recreate
source code
/external/skia/include/views/
SkOSWindow_Unix.h
80
// 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.
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
NightModeActivity.java
25
* Warning, gross hack here. Since night mode uses
recreate
(), we need a way to be able to
Completed in 1580 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>