Searched refs:optionName (Results 1 - 21 of 21) sorted by relevance

/external/proguard/src/proguard/
H A DConfigurationWriter.java179 String optionName = entry.isOutput() ?
183 writer.print(optionName);
238 private void writeOption(String optionName, boolean flag) argument
242 writer.println(optionName);
247 private void writeOption(String optionName, int argument) argument
251 writer.print(optionName);
258 private void writeOption(String optionName, List arguments) argument
260 writeOption(optionName, arguments, false);
264 private void writeOption(String optionName, argument
272 writer.println(optionName);
291 writeOption(String optionName, String arguments) argument
297 writeOption(String optionName, String arguments, boolean replaceInternalClassNames) argument
315 writeOption(String optionName, File file) argument
377 writeOptions(String optionName, List classSpecifications) argument
390 writeOption(String optionName, ClassSpecification classSpecification) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java250 for (String optionName : keys) {
251 String stored= setBlockOption(grammar, optionName, options.get(optionName));
253 options.remove(optionName);
H A DRule.java557 String optionName = (String) it.next();
558 Object optionValue = options.get(optionName);
559 String stored=setOption(optionName, optionValue, optionsStartToken);
H A DGrammar.java792 String optionName = (String) optionNames.next();
793 if ( !doNotCopyOptionsToLexer.contains(optionName) ) {
794 Object value = options.get(optionName);
795 lexerGrammarST.addAggr("options.{name,value}", optionName, value);
948 String optionName = (String) optionNames.next();
949 Object value = options.get(optionName);
950 if ( optionName.equals("tokenVocab") ) {
2520 String optionName = (String) it.next();
2521 Object optionValue = options.get(optionName);
2522 String stored=setOption(optionName, optionValu
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h152 const UChar *optionName; member in struct:__anon10991
H A Ducol_tok.cpp529 if(u_strncmpNoCase(start, rulesOptions[i].optionName, rulesOptions[i].optionLen) == 0) {
612 if(u_strncmpNoCase(start, rulesOptions[i].optionName, rulesOptions[i].optionLen) == 0) {
/external/icu4c/i18n/
H A Ducol_tok.h152 const UChar *optionName; member in struct:__anon18317
H A Ducol_tok.cpp523 if(u_strncmpNoCase(start, rulesOptions[i].optionName, rulesOptions[i].optionLen) == 0) {
606 if(u_strncmpNoCase(start, rulesOptions[i].optionName, rulesOptions[i].optionLen) == 0) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbisect-builds409 my ($optionName, $value, $ignored) = @_;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCPUProfileView.js59 var optionName = this._viewType.get() || WebInspector.CPUProfileView._TypeFlame;
60 var option = options[optionName] || options[WebInspector.CPUProfileView._TypeFlame];
/external/qemu/android/
H A Dmain-common.c899 _getSdkSystemImage( const char* path, const char* optionName, const char* file ) argument
906 file, optionName);
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java777 String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim();
790 JCheckBox boilerplateCheckBox = new JCheckBox(optionName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec486 <optionName> ::= "MESA_texture_array"
/external/mesa3d/docs/
H A DMESA_texture_array.spec486 <optionName> ::= "MESA_texture_array"
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 328 milliseconds