Searched refs:configuration (Results 26 - 50 of 195) sorted by relevance

12345678

/external/qemu/distrib/sdl-1.2.12/
H A DMakefile25 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script)
31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
/external/proguard/src/proguard/gui/
H A DProGuardRunnable.java40 private final Configuration configuration; field in class:ProGuardRunnable
47 * @param configuration the ProGuard configuration.
48 * @param configurationFileName the optional file name of the configuration,
52 Configuration configuration,
56 this.configuration = configuration;
80 // Create a new ProGuard object with the GUI's configuration.
81 ProGuard proGuard = new ProGuard(configuration);
51 ProGuardRunnable(JTextArea consoleTextArea, Configuration configuration, String configurationFileName) argument
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuilt-product-archive33 parser.add_option("--debug", action="store_const", const="debug", dest="configuration")
34 parser.add_option("--release", action="store_const", const="release", dest="configuration")
39 if not options.configuration:
45 archiveBuiltProduct(options.configuration, options.platform)
47 extractBuiltProduct(options.configuration, options.platform)
50 def archiveBuiltProduct(configuration, platform):
53 archiveFile = os.path.join(buildDirectory, configuration + ".zip")
61 configurationBuildDirectory = os.path.join(buildDirectory, configuration.title())
107 def extractBuiltProduct(configuration, platform):
110 archiveFile = os.path.join(buildDirectory, configuration
[all...]
H A Dtest-result-archive34 parser.add_option("--debug", action="store_const", const="debug", dest="configuration")
35 parser.add_option("--release", action="store_const", const="release", dest="configuration")
40 if not options.configuration:
49 "Source", "WebKit", "chromium", "webkit", options.configuration.capitalize(),
52 return archiveTestResults(options.configuration, options.platform, layoutTestResultsDir)
54 def archiveTestResults(configuration, platform, layoutTestResultsDir):
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFAState.java59 * on the path to this configuration.
95 /** Rather than recheck every NFA configuration in a DFA state (after
204 /** Add an NFA configuration to this DFA node. Add uniquely
213 * configuration info. I guess I'm saying that syntactic context
401 /** Two DFAStates are equal if their NFA configuration sets are the
418 /** Walk each configuration and if they are all the same alt, return
432 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i);
436 if ( configuration.resolved ) {
440 alt = configuration.alt; // found first nonresolved alt
442 else if ( configuration
[all...]
H A DNFAToDFAConverter.java466 // for each NFA configuration in d (abort if we detect non-LL(*) state)
512 * "following" node to d's NFA configuration list. The context
526 * q to d's configuration list, copying p's context for q's context.
530 * Current state p is always added to d's configuration list as it's part
538 * o Whenever closure reaches a configuration where the same state
560 * Idea: If we've seen this configuration before during closure, stop.
567 * o Whenever closure reaches a configuration where state p
586 * Do not allow closure to add a configuration that would
628 // set closure to be busy for this NFA configuration
840 * same configuration a
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DDisplay.cpp203 Config configuration = *config; local
204 configuration.mConfigID = index;
207 mConfigSet.mSet.insert(configuration);
302 const egl::Config *configuration = mConfigSet.get(config); local
306 case EGL_BUFFER_SIZE: *value = configuration->mBufferSize; break;
307 case EGL_ALPHA_SIZE: *value = configuration->mAlphaSize; break;
308 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break;
309 case EGL_GREEN_SIZE: *value = configuration->mGreenSize; break;
310 case EGL_RED_SIZE: *value = configuration->mRedSize; break;
311 case EGL_DEPTH_SIZE: *value = configuration
398 const Config *configuration = mConfigSet.get(config); local
[all...]
/external/bluetooth/bluez/audio/
H A Dtransport.h30 uint8_t *configuration,
H A Dmedia.h39 uint8_t *configuration, size_t size,
/external/stlport/stlport/stl/
H A D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_editor.h63 // |details.type|). If |configuration| is SHOW_TREE, a tree is shown allowing
71 Configuration configuration);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium_mac.py157 def _path_to_driver(self, configuration=None):
158 # FIXME: make |configuration| happy with case-sensitive file
160 if not configuration:
161 configuration = self.get_option('configuration')
162 return self._build_path(configuration, self.driver_name() + '.app',
167 return self._build_path(self.get_option('configuration'), binary_name)
H A Dchromium_linux.py195 def _path_to_driver(self, configuration=None):
196 if not configuration:
197 configuration = self.get_option('configuration')
199 return self._build_path(configuration, binary_name)
H A Dchromium_win.py159 def _path_to_driver(self, configuration=None):
160 if not configuration:
161 configuration = self.get_option('configuration')
163 return self._build_path(configuration, binary_name)
167 return self._build_path(self.get_option('configuration'), binary_name)
171 return self._build_path(self.get_option('configuration'), binary_name)
/external/proguard/src/proguard/optimize/
H A DOptimizer.java42 * This class optimizes class pools according to a given configuration.
108 private final Configuration configuration; field in class:Optimizer
114 public Optimizer(Configuration configuration) argument
116 this.configuration = configuration;
127 if (configuration.keep == null &&
128 configuration.applyMapping == null &&
129 configuration.printMapping == null)
135 StringMatcher filter = configuration.optimizations != null ?
136 new ListParser(new NameParser()).parse(configuration
[all...]
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk1 Description := Example configuration for build two libraries for separate \
/external/webkit/Tools/Scripts/
H A Dcheck-webkit-style107 configuration = checker.check_webkit_style_configuration(options)
111 style_processor = StyleProcessor(configuration)
H A Dsunspider-compare-results35 # determine configuration, but default to "Release" instead of last-used configuration to match run-sunspider
38 my $configuration = configuration();
74 my $buildResult = system currentPerlPath(), "Tools/Scripts/build-jsc", "--" . $configuration;
H A Dwebkitdirs.pm57 my $configuration;
199 return if defined $configuration;
202 $configuration = <CONFIGURATION>;
205 if ($configuration) {
206 chomp $configuration;
208 $configuration = "Release" if $configuration eq "Deployment";
209 $configuration = "Debug" if $configuration eq "Development";
211 $configuration
376 sub configuration() subroutine
[all...]
/external/bluetooth/bluez/test/
H A Dsimple-endpoint44 configuration = SBC_CONFIGURATION variable in class:Endpoint
49 def default_configuration(self, configuration):
50 self.configuration = configuration
74 return self.configuration
/external/icu4c/extra/uconv/
H A Dmakedata.mak14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
17 #Here we test if a valid configuration is given
19 !MESSAGE Invalid configuration "$(CFG)" specified.
20 !MESSAGE You can specify a configuration when running NMAKE
25 !MESSAGE Possible choices for configuration are:
30 !ERROR An invalid configuration is specified.
/external/v8/include/
H A Dv8-testing.h38 build configuration to ensure that at most one of these is set
/external/bluetooth/bluez/src/
H A Dbluetooth.conf1 <!-- This configuration file specifies the required security policies
/external/webkit/Tools/Scripts/webkitpy/style/
H A Derror_handlers.py59 def __init__(self, file_path, configuration, increment_error_count,
66 configuration: A StyleProcessorConfiguration instance.
81 self._configuration = configuration
H A Dchecker_unittest.py102 This method ensures that the logging configuration set up
283 configuration = check_webkit_style_configuration(option_values)
335 # drawn from the _SKIPPED_FILES_WITHOUT_WARNING configuration
588 configuration = self._style_checker_configuration()
591 self.assertEquals(configuration.max_reports_per_category,
593 self.assertEquals(configuration.stderr_write, self._mock_stderr_write)
594 self.assertEquals(configuration.min_confidence, 3)
643 configuration = StyleProcessorConfiguration(
649 processor = StyleProcessor(configuration)
655 configuration
[all...]

Completed in 469 milliseconds

12345678