OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blueprints
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/
gen_blueprints.py
60
"""Generate
blueprints
for the given modules."""
74
blueprints
= gen_prebuilts(gen_crt_prebuilt, (
82
bpfile.write('// THIS FILE IS AUTOGENERATED BY gen-
blueprints
.py\n')
85
bpfile.write('\n\n'.join(
blueprints
))
/build/blueprint/
context.go
42
// A Context contains all the state needed to parse a set of
Blueprints
files
57
// The registration phase prepares the context to process
Blueprints
files
59
//
Blueprints
files and validates their contents against the module types that
60
// have been registered. The generate phase then analyzes the parsed
Blueprints
63
// and property values defined in the parsed
Blueprints
files. Finally, the
112
// particular location in a
Blueprints
file.
115
Pos scanner.Position // the relevant
Blueprints
file location
119
// particular module in a
Blueprints
file
126
// particular property in a
Blueprints
file
288
//
Blueprints
file) with a Module factory function. When the given module typ
[
all
...]
/build/soong/android/
arch.go
51
Example
blueprints
file containing all variant property groups, with comment listing what type
714
// WARNING: this is probably not what you want to use in your
blueprints
file, it selects
module.go
319
// BaseModuleName returns the name of the module as specified in the
blueprints
file.
Completed in 963 milliseconds