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_CXXFLAGS
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/samples/
H
A
D
Android.mk
30
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti -Werror -Wno-unknown-pragmas -DAMBER_ENGINE_VULKAN=1 -DAMBER_ENABLE_LODEPNG=1
macro
37
LOCAL_CXXFLAGS
+=-DAMBER_ANDROID_MAIN=1
/third_party/glslang/
H
A
D
Android.mk
60
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
macro
75
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
macro
130
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti -Werror $(GLSLANG_DEFINES)
macro
/third_party/glslang/ndk_test/
H
A
D
Android.mk
41
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti -Werror
macro
/third_party/vk-gl-cts/external/amber/src/android_test/
H
A
D
Android.mk
22
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti -Werror
macro
/third_party/skia/third_party/externals/spirv-tools/android_test/
H
A
D
Android.mk
8
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti -Werror
macro
/third_party/spirv-tools/android_test/
H
A
D
Android.mk
8
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti -Werror
macro
/third_party/vk-gl-cts/external/amber/src/third_party/
H
A
D
Android.mk
22
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti
macro
/third_party/vk-gl-cts/external/amber/src/
H
A
D
Android.mk
19
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti \
macro
/third_party/skia/third_party/externals/spirv-tools/
H
A
D
Android.mk
329
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti -Werror
macro
340
LOCAL_CXXFLAGS
:=-std=c++11 -fno-exceptions -fno-rtti -Werror
macro
/third_party/spirv-tools/
H
A
D
Android.mk
346
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti -Werror
macro
357
LOCAL_CXXFLAGS
:=-std=c++17 -fno-exceptions -fno-rtti -Werror
macro
/third_party/mbedtls/programs/
H
A
D
Makefile
346
$(CXX) $(
LOCAL_CXXFLAGS
) $(CXXFLAGS) test/cpp_dummy_build.cpp $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
Completed in 3 milliseconds