Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dpddm.py207 directive = line.split(' ', 1)[0]
208 if directive == 'PDDM-DEFINE':
215 if directive == 'PDDM-DEFINE-END':
453 directive = line.split(' ', 1)[0]
454 if directive == '//%PDDM-EXPAND':
457 if directive == '//%PDDM-EXPAND-END':
461 (directive, line_num, self.first_line))
512 directive = line.split(' ', 1)[0]
513 if directive == "//%PDDM-EXPAND":
515 if directive not in ('//%PDDM-DEFINE', '//%PDDM-DEFINE-END'):
[all …]
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro5 # directive in build.gradle.
/frameworks/base/tests/TouchLatency/app/
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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc1322 OutputDirective directive; in InterpretArgument() local
1323 directive.name = name; in InterpretArgument()
1325 directive.generator = NULL; in InterpretArgument()
1327 directive.generator = generator_info->generator; in InterpretArgument()
1335 directive.output_location = value; in InterpretArgument()
1337 directive.parameter = value.substr(0, colon_pos); in InterpretArgument()
1338 directive.output_location = value.substr(colon_pos + 1); in InterpretArgument()
1341 output_directives_.push_back(directive); in InterpretArgument()