OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finish
(Results
476 - 500
of
1443
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/vm/mterp/mips/
OP_IPUT.S
27
bnez v0, .L${opcode}_finish # yes,
finish
up
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java
122
result.
finish
();
160
result.
finish
();
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflateFramer.cpp
179
if (!m_deflater->addBytes(frame.payload, frame.payloadLength) || !m_deflater->
finish
()) {
206
if (!m_inflater->addBytes(frame.payload, frame.payloadLength) || !m_inflater->
finish
()) {
WebSocketPerMessageDeflate.cpp
187
if (frame.final && !m_deflater->
finish
()) {
188
m_failureReason = "Failed to
finish
compression";
235
if (frame.final && !m_inflater->
finish
()) {
236
m_failureReason = "Failed to
finish
decompression";
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ech_lib.c
120
if (mtmp->
finish
)
121
mtmp->
finish
(eckey);
/external/icu4c/extra/uconv/
uwmsg.c
60
if(U_FAILURE(*status)) goto
finish
;
81
finish
:
/external/openssl/crypto/ecdh/
ech_lib.c
120
if (mtmp->
finish
)
121
mtmp->
finish
(eckey);
/external/skia/tests/
PathOpsOpCubicThreadedTest.cpp
82
if (!reporter->allowExtendedTest()) goto
finish
;
85
finish
:
PathOpsOpRectThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsQuadLineIntersectionThreadedTest.cpp
124
if (!reporter->allowExtendedTest()) goto
finish
;
127
finish
:
PathOpsSimplifyDegenerateThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsSimplifyQuadThreadedTest.cpp
88
if (!reporter->allowExtendedTest()) goto
finish
;
92
finish
:
PathOpsSimplifyQuadralateralsThreadedTest.cpp
88
if (!reporter->allowExtendedTest()) goto
finish
;
92
finish
:
PathOpsSimplifyTrianglesThreadedTest.cpp
96
if (!reporter->allowExtendedTest()) goto
finish
;
99
finish
:
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java
78
mActionMode.
finish
();
157
public void
finish
() {
method in class:ExtractEditLayout.ExtractActionMode
/frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java
74
finish
();
132
// No matter what,
finish
the activity
133
finish
();
method
/frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java
35
* write content to the page, and
finish
the page. After you are done with all
58
* //
finish
the page
94
* drawing the content you should
finish
the page by calling
122
* Finishes a started page. You should always
finish
the last started page.
125
* You should not
finish
the same page more than once.
146
page.
finish
();
417
private void
finish
() {
method in class:PdfDocument.Page
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java
55
finish
();
method
80
finish
();
method
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
TestBase.java
132
public void
finish
() {
method in class:TestBase
133
mRS.
finish
();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java
134
public void
finish
() {
method in class:TestBase
135
mRS.
finish
();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionModeWrapper.java
80
public void
finish
() {
method in class:ActionModeWrapper
81
mWrappedObject.
finish
();
/frameworks/volley/src/com/android/volley/
VolleyLog.java
138
public synchronized void
finish
(String header) {
method in class:VolleyLog.MarkerLog
160
finish
("Request on the loose");
161
e("Marker log finalized without
finish
() - uncaught exit point for request");
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxFreqInput.java
88
finish
();
method
128
finish
();
method
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java
50
compresser.
finish
();
147
deflater.
finish
();
/packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java
124
finish
();
method
134
finish
();
method
Completed in 782 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>