Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/tools/api/
DREADME.md34 the `%kind` directive to help generate different text in different situations.
46 A line that begins with `%` and is not a comment is a *directive*.
53 output file. The section is defined by a `%section` directive in the
62 A line that begins with `%` and is not a comment is a *directive*.
64 The meaning of a line that is neither a comment nor a directive depends on the
95 *list*` directive and immediately followed by the `%/kind` directive. The
96 `%kind` directive establishes a condition state **on** or **off** (see the
97 description of the directive for details). When the condition is **on**, the
99 effect, and non-directive lines are added to the enclosing section region, if
101 directive are ignored *except* that even ignored directives undergo some level
[all …]
Dgenerate_api.py156 directive = match[1]
157 if not directive in DIRECTIVES:
158 assert False, "Unknown directive \"" + directive + "\" on " + self.context()
288 assert False, "Malformed directive \"" + directive + "\" on " + self.context()
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro5 # directive in build.gradle.
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro5 # directive in build.gradle.
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp345 for (StringPiece directive : util::Tokenize(directives, ',')) { in ExtractConfig() local
346 if (directive == "remove") { in ExtractConfig()
348 } else if (directive == "no_obfuscate") { in ExtractConfig()