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:LOCAL_CFLAGS
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mbedtls/programs/
H
A
D
Makefile
11
LOCAL_CFLAGS
+= -Werror -DRECORD_PSA_STATUS_COVERAGE_LOG
151
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
155
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) cipher/cipher_aead_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
159
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
163
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
167
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) hash/md_hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
171
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
175
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
179
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
183
$(CC) $(
LOCAL_CFLAGS
)
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
Android.mk
11
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
28
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
43
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
57
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
72
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
88
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
/third_party/skia/third_party/externals/libwebp/imageio/
H
A
D
Android.mk
11
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
32
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
48
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
/third_party/mbedtls/tests/
H
A
D
Makefile
8
LOCAL_CFLAGS
+= -I../library
13
LOCAL_CFLAGS
+= -D_POSIX_C_SOURCE=200809L
16
LOCAL_CFLAGS
+= -Werror -DRECORD_PSA_STATUS_COVERAGE_LOG
126
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) -o $@ -c $<
130
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) -o $@ -c $<
134
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) -o $@ -c $<
167
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
/third_party/libdrm/
H
A
D
Android.common.mk
2
LOCAL_CFLAGS
+= \
11
LOCAL_CFLAGS
+= \
/third_party/mbedtls/library/
H
A
D
Makefile
35
LOCAL_CFLAGS
= $(WARNING_CFLAGS) -I. -I../include -D_FILE_OFFSET_BITS=64
macro
39
LOCAL_CFLAGS
+= -g3
73
LOCAL_CFLAGS
+= -fPIC -fpic
190
LOCAL_CFLAGS
+=$(THIRDPARTY_INCLUDES)
338
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) -o $@ -c $<
/third_party/mesa3d/android/
H
A
D
Android.mk
45
LOCAL_CFLAGS
+= $(BOARD_MESA3D_CFLAGS)
65
LOCAL_CFLAGS
+= -DFORCE_BUILD_AMDGPU # instructs LLVM to declare LLVMInitializeAMDGPU* functions
/third_party/skia/third_party/externals/libwebp/
H
A
D
Android.mk
177
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
211
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
234
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
257
LOCAL_CFLAGS
:= $(WEBP_CFLAGS)
macro
/third_party/libdrm/amdgpu/
H
A
D
Android.mk
13
LOCAL_CFLAGS
:= \
macro
/third_party/libwebsockets/contrib/
H
A
D
Android.mk
9
LOCAL_CFLAGS
:= -DLWS_BUILTIN_GETIFADDRS
macro
/third_party/mbedtls/programs/fuzz/
H
A
D
Makefile
29
$(CC) $(
LOCAL_CFLAGS
) $(CFLAGS) -c $< -o $@
Completed in 4 milliseconds