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

/external/proguard/src/proguard/
H A DConfigurationWriter.java180 String optionName = entry.isOutput() ?
184 writer.print(optionName);
231 private void writeOption(String optionName, boolean flag) argument
235 writer.println(optionName);
240 private void writeOption(String optionName, int argument) argument
244 writer.print(optionName);
251 private void writeOption(String optionName, List arguments) argument
253 writeOption(optionName, arguments, false);
257 private void writeOption(String optionName, argument
265 writer.println(optionName);
282 writeOption(String optionName, String arguments) argument
288 writeOption(String optionName, String arguments, boolean replaceInternalClassNames) argument
306 writeOption(String optionName, File file) argument
368 writeOptions(String optionName, List classSpecifications) argument
381 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/qemu/android/
H A Dmain-common.c163 _getSdkSystemImage( const char* path, const char* optionName, const char* file ) argument
170 file, optionName);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h152 const UChar *optionName; member in struct:__anon12130
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/Source/devtools/front_end/profiler/
H A DCPUProfileView.js55 var optionName = this._viewType.get() || WebInspector.CPUProfileView._TypeFlame;
56 var option = options[optionName] || options[WebInspector.CPUProfileView._TypeFlame];
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java784 String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim();
797 JCheckBox boilerplateCheckBox = new JCheckBox(optionName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
H A DSettingsScreen.js334 var optionName = descriptorOptions[i][2] ? descriptorOptions[i][0] : WebInspector.UIString(descriptorOptions[i][0]);
/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 293 milliseconds