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
defs:android_app
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H
A
D
android_native_app_glue.c
39
static void free_saved_state(struct
android_app
*
android_app
) {
in free_saved_state()
argument
49
int8_t android_app_read_cmd(struct
android_app
*
android_app
) {
in android_app_read_cmd()
argument
64
print_cur_config(struct
android_app
*
android_app
)
print_cur_config()
argument
89
android_app
_pre_exec_cmd(struct
android_app
*
android_app
, int8_t cmd)
android_app_pre_exec_cmd()
argument
146
android_app
_post_exec_cmd(struct
android_app
*
android_app
, int8_t cmd)
android_app_post_exec_cmd()
argument
174
android_app
_destroy(struct
android_app
*
android_app
)
android_app_destroy()
argument
209
struct
android_app
*
android_app
= (struct
android_app
*)param;
android_app_entry()
local
245
struct
android_app
*
android_app
= (struct
android_app
*)malloc(sizeof(struct
android_app
));
android_app_create()
local
281
android_app
_write_cmd(struct
android_app
*
android_app
, int8_t cmd)
android_app_write_cmd()
argument
287
android_app
_set_input(struct
android_app
*
android_app
, AInputQueue* inputQueue)
android_app_set_input()
argument
297
android_app
_set_window(struct
android_app
*
android_app
, ANativeWindow* window)
android_app_set_window()
argument
312
android_app
_set_activity_state(struct
android_app
*
android_app
, int8_t cmd)
android_app_set_activity_state()
argument
321
android_app
_free(struct
android_app
*
android_app
)
android_app_free()
argument
352
struct
android_app
*
android_app
= (struct
android_app
*)activity->instance;
onSaveInstanceState()
local
386
struct
android_app
*
android_app
= (struct
android_app
*)activity->instance;
onConfigurationChanged()
local
392
struct
android_app
*
android_app
= (struct
android_app
*)activity->instance;
onLowMemory()
local
[all...]
H
A
D
android_native_app_glue.h
111
struct
android_app
{
struct
[all...]
Completed in 3 milliseconds