OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restore
(Results
276 - 300
of
4874
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/gm/
inversepaths.cpp
115
canvas->
restore
();
120
canvas->
restore
();
pathopsinverse.cpp
83
canvas->
restore
();
93
canvas->
restore
();
pictureimagefilter.cpp
51
canvas->
restore
();
86
canvas->
restore
();
resizeimagefilter.cpp
53
canvas->
restore
(); // for saveLayer
54
canvas->
restore
();
dashing.cpp
251
canvas->
restore
();
257
canvas->
restore
();
263
canvas->
restore
();
269
canvas->
restore
();
275
canvas->
restore
();
281
canvas->
restore
();
287
canvas->
restore
();
293
canvas->
restore
();
299
canvas->
restore
();
308
canvas->
restore
();
[
all
...]
/external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc
71
//
Restore
Ooura's conjugate definition.
73
//
Restore
real[n/2] to imag[0].
/frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java
70
// The currently-active
restore
set always has the same (nonzero!) token
174
// Each 'record' in the
restore
set is kept in its own file, named by
424
//
Restore
handling
450
// The current
restore
set always has the same token
456
if (DEBUG) Log.v(TAG, "start
restore
" + token + " : " + packages.length
514
if (DEBUG) Log.v(TAG, " no more packages to
restore
");
528
// The
restore
set is the concatenation of the individual record blobs,
607
// Full
restore
handling
620
* stream them to the application's agent for
restore
, then will call this method again
627
* {@link #getNextFullRestorePackage()} to begin the
restore
process for the nex
[
all
...]
/frameworks/base/libs/hwui/tests/common/scenes/
ClippingAnimation.cpp
44
canvas.
restore
();
53
canvas.
restore
();
/frameworks/base/libs/hwui/tests/unit/
LeakCheckTests.cpp
37
canvas.
restore
();
57
canvas.
restore
();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java
79
canvas.
restore
();
85
canvas.
restore
();
MipMapActivity.java
68
canvas.
restore
();
74
canvas.
restore
();
Transform3dActivity.java
83
canvas.
restore
();
91
camera.
restore
();
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java
80
canvas.
restore
();
98
canvas.
restore
();
/packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java
80
canvas.
restore
();
89
canvas.
restore
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
LocalSettingsConstants.java
28
// Do not
restore
.
31
// Do not
restore
.
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java
90
public void
restore
() {
method in class:ImportantNoticeUtilsTests.ImportantNoticePreferences
111
mImportantNoticePreferences.
restore
();
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.d
66
Restore
stack from frame pointer
72
Restore
stack from frame pointer
unwind-2.d
66
Restore
stack from frame pointer
72
Restore
stack from frame pointer
/frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java
245
// Timeout intervals for agent backup &
restore
operations
252
// User confirmation timeout for a full backup/
restore
operation. It's this long in
320
// A similar synchronization mechanism around clearing apps' data for
restore
442
public int pmToken; // in post-install
restore
, the PM's token for this transaction
447
*
Restore
a single package; no kill after
restore
462
*
Restore
at install: PM token needed, kill after
restore
477
*
Restore
everything possible. This is the form that Setup Wizard or similar
478
*
restore
UXes use
[
all
...]
/external/skia/src/core/
SkRecordDraw.cpp
19
SkAutoCanvasRestore saveRestore(canvas, true /*save now,
restore
at exit*/);
64
SkAutoCanvasRestore saveRestore(canvas, true /*save now,
restore
at exit*/);
79
DRAW(
Restore
,
restore
());
140
// the bounds of a Save, a Translate, a
Restore
, etc. are the union of the
142
// Save/
Restore
block, the bounds of the Save, the
Restore
, and any other
147
// inside the Save/
Restore
block, drawing ops are unioned with the bounds of
149
// block with a
Restore
, our bounds are complete, and we go back and fill them
168
// Any control ops not part of any Save/
Restore
block draw everywhere
[
all
...]
/art/runtime/arch/arm/
memcmp16_arm.S
81
/*
restore
registers and return */
151
/*
restore
registers and return */
166
/*
restore
registers and return */
181
9: /*
restore
registers and return */
/art/runtime/interpreter/mterp/mips/
footer.S
160
* SP and LR. Here we
restore
SP,
restore
the registers, and then
restore
175
/*
Restore
from the stack and return. Frame size = STACK_SIZE */
/art/runtime/interpreter/mterp/x86/
op_cmp_long.S
12
movzbl 2(rPC), %eax # eax <- BB,
restore
BB
/bionic/libm/include/amd64/machine/
fpu.h
10
* amd64 only uses the extended save/
restore
format used
/cts/tests/backup/
AndroidManifest.xml
27
android:label="CTS tests of Android Backup/
Restore
">
Completed in 514 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>