OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:export_include_dirs
(Results
1 - 15
of
15
) sorted by null
/development/vndk/tools/header-checker/tests/
module.py
41
def __init__(self, name, arch, cflags,
export_include_dirs
):
46
self.
export_include_dirs
= relative_to_abs_path_list(
47
export_include_dirs
)
82
def __init__(self, name, src,
export_include_dirs
=tuple(), cflags=tuple(),
85
export_include_dirs
)
95
export_include_dirs
=self.
export_include_dirs
,
99
return SdumpModule(self.name, self.src, self.
export_include_dirs
,
104
def __init__(self, name, srcs, version_script,
export_include_dirs
,
108
export_include_dirs
)
[
all
...]
/build/soong/bpfix/bpfix/
bpfix_test.go
39
func buildTree(local_include_dirs []string,
export_include_dirs
[]string) (file *parser.File, errs []error) {
44
export_include_dirs
: %s,
47
printListOfStrings(local_include_dirs), printListOfStrings(
export_include_dirs
))
55
func implFilterListTest(t *testing.T, local_include_dirs []string,
export_include_dirs
[]string, expectedResult []string) {
57
tree, errs := buildTree(local_include_dirs,
export_include_dirs
)
83
errorHeader := fmt.Sprintf("\nFailed to correctly simplify key 'local_include_dirs' in the presence of '
export_include_dirs
.'\n"+
85
"original
export_include_dirs
: %q\n"+
88
local_include_dirs,
export_include_dirs
, expectedResultString)
bpfix.go
206
// remove from local_include_dirs anything in
export_include_dirs
208
"
export_include_dirs
", "local_include_dirs")
/development/vndk/tools/header-checker/utils/
utils.py
87
export_include_dirs
=EXPORTED_HEADERS_DIR,
94
export_include_dirs
, cflags, flags)
99
export_include_dirs
=tuple(), cflags=tuple(),
105
for dir in
export_include_dirs
:
122
for dir in
export_include_dirs
:
/build/soong/java/
testing.go
71
export_include_dirs
: ["framework/aidl"],
/external/perfetto/tools/
gen_android_bp
212
self.
export_include_dirs
= []
236
self._output_field(output, '
export_include_dirs
')
469
header_module.
export_include_dirs
= [gen_dir or '.']
577
module.
export_include_dirs
= ['include']
/build/soong/cc/
vendor_public_library.go
49
//
export_include_dirs
: ["include"],
vndk_prebuilt.go
39
//
export_include_dirs
: ["include/external/libfoo/vndk_include"],
llndk_library.go
36
//
export_include_dirs
: ["include_vndk"],
158
stub.libraryDecorator.flagExporter.Properties.
Export_include_dirs
= []string{}
library.go
131
// against this module. Directories listed in
export_include_dirs
do not need to be
133
Export_include_dirs
[]string `android:"arch_variant"`
138
//
export_include_dirs
, that will be applied to the
195
// use
export_include_dirs
property or LOCAL_EXPORT_C_INCLUDE_DIRS for
214
return android.PathsForModuleSrc(ctx, f.Properties.
Export_include_dirs
)
[
all
...]
compiler.go
70
// local_include_dirs, if adding paths from other modules use
export_include_dirs
in
cc_test.go
[
all
...]
/build/soong/cc/config/
global.go
185
// This is used by non-NDK modules to get jni.h.
export_include_dirs
doesn't help
/build/soong/androidmk/cmd/androidmk/
android.go
373
// Add any paths that could not be converted to local relative paths to
export_include_dirs
375
return splitAndAssign(ctx, classifyLocalOrGlobalPath, map[string]string{"global": "
export_include_dirs
", "local": "
export_include_dirs
"})
/build/soong/apex/
apex_test.go
948
export_include_dirs
: ["my_include"],
[
all
...]
Completed in 1522 milliseconds