OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finish
(Results
601 - 625
of
1825
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/skia/tests/
PathOpsOpCubicThreadedTest.cpp
80
if (!reporter->allowExtendedTest()) goto
finish
;
83
finish
:
PathOpsOpRectThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsQuadLineIntersectionThreadedTest.cpp
122
if (!reporter->allowExtendedTest()) goto
finish
;
125
finish
:
PathOpsSimplifyDegenerateThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsSimplifyQuadThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
91
finish
:
PathOpsSimplifyQuadralateralsThreadedTest.cpp
88
if (!reporter->allowExtendedTest()) goto
finish
;
92
finish
:
PathOpsSimplifyTrianglesThreadedTest.cpp
96
if (!reporter->allowExtendedTest()) goto
finish
;
99
finish
:
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java
139
finish
(0, new Bundle());
148
finish
(1, new Bundle());
/external/icu/icu4c/source/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/src/gpu/gl/
GrGLProgramEffects.h
231
GrGLProgramEffects*
finish
() { return fProgramEffects.detach(); }
function in class:GrGLVertexProgramEffectsBuilder
319
GrGLProgramEffects*
finish
() { return fProgramEffects.detach(); }
function in class:GrGLPathTexGenProgramEffectsBuilder
/external/skia/tests/
PathOpsOpCubicThreadedTest.cpp
80
if (!reporter->allowExtendedTest()) goto
finish
;
83
finish
:
PathOpsOpRectThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsQuadLineIntersectionThreadedTest.cpp
122
if (!reporter->allowExtendedTest()) goto
finish
;
125
finish
:
PathOpsSimplifyDegenerateThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
90
finish
:
PathOpsSimplifyQuadThreadedTest.cpp
87
if (!reporter->allowExtendedTest()) goto
finish
;
91
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/
IntentForwarderActivity.java
76
finish
();
method
134
finish
();
method
NetInitiatedActivity.java
74
finish
();
131
// No matter what,
finish
the activity
132
finish
();
method
/frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java
36
* write content to the page, and
finish
the page. After you are done with all
59
* //
finish
the page
101
* drawing the content you should
finish
the page by calling
129
* Finishes a started page. You should always
finish
the last started page.
132
* You should not
finish
the same page more than once.
153
page.
finish
();
449
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_jb/src/com/android/rs/image/
TestBase.java
132
public void
finish
() {
method in class:TestBase
133
mRS.
finish
();
/frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java
134
*
Finish
this activity, and tries to
finish
all activities immediately below it
138
* method. For other platforms {@link Activity#
finish
()} will be called instead.</p>
144
activity.
finish
();
151
* {@link Activity#
finish
()} is called. If no entry Transition was used,
finish
() is called
161
activity.
finish
();
Completed in 1226 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>