Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:onStop
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H
A
D
ExecServerActivity.java
57
protected void
onStop
() {
in onStop()
method in ExecServerActivity
58
super.
onStop
();
in onStop()
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidNativeActivity.cpp
51
static_cast<tcu::Android::NativeActivity*>(activity->instance)->
onStop
();
in onStopCallback()
124
activity->callbacks->
onStop
= onStopCallback;
in NativeActivity()
160
void NativeActivity::
onStop
(void)
in onStop()
function in tcu::Android::NativeActivity
H
A
D
tcuAndroidNativeActivity.hpp
51
virtual void
onStop
(void);
H
A
D
tcuAndroidRenderActivity.hpp
173
virtual void
onStop
(void);
H
A
D
tcuAndroidRenderActivity.cpp
345
void RenderActivity::
onStop
(void)
in onStop()
function in tcu::Android::RenderActivity
347
DBG_PRINT(("RenderActivity::
onStop
()"));
in onStop()
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
H
A
D
MainActivity.java
88
// This implies that the thread was suspended by the
onStop
method.
in onCreate()
124
protected void
onStop
() {
in onStop()
method in MainActivity
125
super.
onStop
();
in onStop()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H
A
D
GlitchActivity.java
266
protected void
onStop
() {
in onStop()
method in GlitchActivity
268
super.
onStop
();
in onStop()
H
A
D
RoundTripLatencyActivity.java
347
protected void
onStop
() {
in onStop()
method in RoundTripLatencyActivity
349
super.
onStop
();
in onStop()
H
A
D
TestAudioActivity.java
179
protected void
onStop
() {
in onStop()
method in TestAudioActivity
180
Log.i(TAG, "
onStop
() called so stopping audio =========================");
in onStop()
183
super.
onStop
();
in onStop()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H
A
D
android_native_app_glue.c
380
static void
onStop
(ANativeActivity* activity) {
in onStop()
function
431
activity->callbacks->
onStop
=
onStop
;
in ANativeActivity_onCreate()
Completed in 6 milliseconds