Lines Matching refs:with
7 `generate_api.py` is employed to combine a single *specification file* with one
16 Invoked with no arguments or with the `--mode=update` argument, this script
20 Invoked with the `--mode=hook` argument, this script checks whether NDK and
37 The "kind" is an arbitrary token that the specification file can reference with
48 that line begins with `%`.
50 A line that begins with `%%` is a comment, and is ignored.
52 A line that begins with `%` and is not a comment is a *directive*.
58 Copy the *section* with the specified *name* from the specification file to the
64 Similar to `%insert *name*`, but each non-empty copied line is prefixed with
71 A line that begins with `%%` is a comment, and is ignored.
73 A line that begins with `%` and is not a comment is a *directive*.
118 line in the sequence that doesn't begin with `%` undergoes macro substitution,
119 and the resulting lines are associated with the section name. They can be
122 section region with the with the specification file's `%insert` and
136 %define test this body begins and ends with a space character
139 replaced with the corresponding *body*. Macro substitution is *not* recursive:
182 with *count* space characters. *count* must be a non-negative integer.
212 `generate_api.py` terminates with an error.