OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finish
(Results
151 - 175
of
1443
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java
41
* Calls LaunchApp and
finish
.
47
finish
(Activity.RESULT_OK, mResults);
method
/packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java
41
* Calls LaunchApp and
finish
.
47
finish
(Activity.RESULT_OK, mResults);
method
/packages/apps/Exchange/src/com/android/exchange/
SettingsRedirector.java
44
finish
();
method
/packages/apps/Nfc/src/com/android/nfc/
NfcRootActivity.java
43
finish
();
method
/packages/apps/Provision/src/com/android/provision/
DefaultActivity.java
45
finish
();
method
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebConcurrency.java
47
finish
();
method
WebLatency.java
50
finish
();
method
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ViewContact.java
39
finish
();
method
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
20
finish
();
method
/cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java
59
finish
();
67
finish
();
method
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DebugContext.java
66
mRS.
finish
();
82
mRS.
finish
();
/developers/samples/android/testing/ActivityInstrumentationSample/tests/src/com/example/android/activityinstrumentation/
MainActivityTest.java
80
activity.
finish
();
108
activity.
finish
();
/developers/samples/android/ui/actionbar/DoneBar/DoneBar/src/main/java/com/example/android/donebar/
DoneBarActivity.java
45
finish
();
53
finish
();
DoneButtonActivity.java
46
finish
();
75
finish
();
method
/development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java
66
finish
();
77
finish
();
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java
66
finish
();
77
finish
();
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoOperation.h
63
// * When JavaScript garbage collects CryptoOperation and
finish
() has NOT
66
// * The WebCryptoOperation may outlive CryptoOperation if
finish
() was
81
ScriptObject
finish
();
101
//
finish
() has been called, but the Promise has not been resolved yet.
130
ScriptObject
finish
();
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
comp_lib.c
31
if (ctx->meth->
finish
!= NULL)
32
ctx->meth->
finish
(ctx);
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_init.c
87
* case, we can release the lock safely and call the
finish
() handler
89
* after and something else is calling "
finish
" at the same time -
91
* 2 to 0 without either calling
finish
(). */
94
if((e->funct_ref == 0) && e->
finish
)
98
to_return = e->
finish
(e);
135
/* The API (locked) version of "
finish
" */
/external/harfbuzz_ng/util/
shape-consumer.hh
66
void
finish
(const font_options_t *font_opts)
function in struct:shape_consumer_t
68
output.
finish
(font_opts);
view-cairo.hh
74
void
finish
(const font_options_t *font_opts)
function in struct:view_cairo_t
80
line.
finish
();
/external/libffi/testsuite/libffi.call/
call.exp
32
dg-
finish
/external/libffi/testsuite/libffi.special/
special.exp
34
dg-
finish
/external/libselinux/src/
label_android_property.c
186
goto
finish
;
194
goto
finish
;
201
goto
finish
;
206
goto
finish
;
217
finish
:
255
goto
finish
;
270
goto
finish
;
275
finish
:
/external/openssl/crypto/comp/
comp_lib.c
31
if (ctx->meth->
finish
!= NULL)
32
ctx->meth->
finish
(ctx);
Completed in 1190 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>