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:onResume
(Results
1 - 16
of
16
) sorted by relevance
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H
A
D
ExecServerActivity.java
67
protected void
onResume
() {
in onResume()
method in ExecServerActivity
68
super.
onResume
();
in onResume()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H
A
D
MainActivity.java
43
protected void
onResume
(){
in onResume()
method in MainActivity
44
super.
onResume
();
in onResume()
/third_party/vk-gl-cts/framework/platform/android/
H
A
D
tcuAndroidNativeActivity.cpp
36
static_cast<tcu::Android::NativeActivity*>(activity->instance)->
onResume
();
in onResumeCallback()
121
activity->callbacks->
onResume
= onResumeCallback;
in NativeActivity()
146
void NativeActivity::
onResume
(void)
in onResume()
function in tcu::Android::NativeActivity
H
A
D
tcuAndroidNativeActivity.hpp
48
virtual void
onResume
(void);
H
A
D
tcuAndroidRenderActivity.hpp
171
virtual void
onResume
(void);
H
A
D
tcuAndroidRenderActivity.cpp
329
void RenderActivity::
onResume
(void)
in onResume()
function in tcu::Android::RenderActivity
331
DBG_PRINT(("RenderActivity::
onResume
()"));
in onResume()
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H
A
D
entry.js
288
const
onResume
= () => {
303
body.once('resume',
onResume
)
304
body.once('end', () => body.removeListener('resume',
onResume
))
341
const
onResume
= () => {
364
body.once('resume',
onResume
)
365
body.once('end', () => body.removeListener('resume',
onResume
))
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
H
A
D
MainActivity.java
52
protected void
onResume
(){
in onResume()
method in MainActivity
54
super.
onResume
();
in onResume()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H
A
D
ManualGlitchActivity.java
118
public void
onResume
(){
in onResume()
method in ManualGlitchActivity
119
super.
onResume
();
in onResume()
H
A
D
MainActivity.java
153
// This will get processed during
onResume
.
179
public void
onResume
(){
in onResume()
method in MainActivity
180
super.
onResume
();
in onResume()
H
A
D
RoundTripLatencyActivity.java
341
public void
onResume
(){
in onResume()
method in RoundTripLatencyActivity
342
super.
onResume
();
in onResume()
H
A
D
TestDisconnectActivity.java
181
public void
onResume
() {
in onResume()
method in TestDisconnectActivity
182
super.
onResume
();
in onResume()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
H
A
D
MainActivity.java
150
protected void
onResume
() {
in onResume()
method in MainActivity
151
super.
onResume
();
in onResume()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H
A
D
android_native_app_glue.c
346
static void
onResume
(ANativeActivity* activity) {
in onResume()
function
428
activity->callbacks->
onResume
=
onResume
;
in ANativeActivity_onCreate()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H
A
D
MainFragment.java
82
public void
onResume
()
in onResume()
method in MainFragment
84
super.
onResume
();
in onResume()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
H
A
D
MainActivity.java
94
* Creating engine in
onResume
() and destroying in onPause() so the stream retains exclusive
98
protected void
onResume
() {
in onResume()
method in MainActivity
99
super.
onResume
();
in onResume()
Completed in 8 milliseconds