HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 1526 - 1550 of 9268) sorted by null

<<61626364656667686970>>

  /external/chromium_org/sync/internal_api/public/
configure_reason.h 32 // A configuration due to enabling or disabling encrypted types due to
data_type_debug_info_listener.h 43 // Notify the listener that configuration of data types has completed.
  /external/chromium_org/sync/protocol/
sync_enums.proto 132 NEWLY_SUPPORTED_DATATYPE = 7; // The client is in configuration mode
136 MIGRATION = 8; // The client is in configuration mode because a
139 NEW_CLIENT = 9; // The client is in configuration mode because the
142 RECONFIGURATION = 10; // The client is in configuration mode because the
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptWrappable.h 64 void setWrapper(v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration)
72 configuration.configureWrapper(&persistent);
108 static void setWrapperInObject(ScriptWrappable* object, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configuration)
110 object->setWrapper(wrapper, isolate, configuration);
WrapperTypeInfo.h 210 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime}; local
211 return configuration;
216 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime}; local
217 return configuration;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.cpp 90 bool RTCPeerConnectionHandler::initialize(PassRefPtr<RTCConfiguration> configuration, PassRefPtr<MediaConstraints> constraints)
92 return m_webHandler->initialize(configuration, constraints);
115 bool RTCPeerConnectionHandler::updateIce(PassRefPtr<RTCConfiguration> configuration, PassRefPtr<MediaConstraints> constraints)
117 return m_webHandler->updateICE(configuration, constraints);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac_unittest.py 80 options = MockOptions(configuration='Release', build_directory='/foo')
84 options = MockOptions(configuration='Release', build_directory='foo')
88 options = MockOptions(configuration='Release', build_directory=None)
92 options = MockOptions(configuration='Release', build_directory=None)
win_unittest.py 102 options = MockOptions(configuration='Release', build_directory='/foo')
106 options = MockOptions(configuration='Release', build_directory='foo')
110 options = MockOptions(configuration='Release', build_directory=None)
114 options = MockOptions(configuration='Release', build_directory=None)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker_unittest.py 100 This method ensures that the logging configuration set up
242 configuration = check_webkit_style_configuration(option_values)
304 # drawn from the _SKIPPED_FILES_WITHOUT_WARNING configuration
549 configuration = self._style_checker_configuration()
552 self.assertEqual(configuration.max_reports_per_category,
554 self.assertEqual(configuration.stderr_write, self._mock_stderr_write)
555 self.assertEqual(configuration.min_confidence, 3)
604 configuration = StyleProcessorConfiguration(
610 processor = StyleProcessor(configuration)
616 configuration = StyleProcessorConfiguration
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 26 """Coverage.py configuration.
34 """Initialize the configuration attributes to their defaults."""
62 """Read configuration from the `env_var` environment variable."""
77 """Read configuration from .rc files.
  /external/chromium_org/third_party/mesa/src/docs/
debugging.html 24 add -DDEBUG to the CFLAGS line for your system configuration. You may
mangling.html 22 Add the flag to CFLAGS in the configuration file which you want to use.
sourcedocs.html 19 The Doxygen configuration files and generated files are not included
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Doxyfile 4 # General configuration options
49 # configuration options related to warning and progress messages
58 # configuration options related to the input files
98 # configuration options related to source browsing
107 # configuration options related to the alphabetical class index
113 # configuration options related to the HTML output
133 # configuration options related to the LaTeX output
148 # configuration options related to the RTF output
157 # configuration options related to the man page output
164 # configuration options related to the XML outpu
    [all...]
  /external/chromium_org/third_party/re2/
README.chromium 21 - Rename POSIX configuration (patches/rename-posix-option.patch)
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/packed-cache_test/
packed-cache_test.vcproj 13 <Configuration
60 </Configuration>
61 <Configuration
106 </Configuration>
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/re2c/
re2c.vcproj 19 <Configuration
98 </Configuration>
99 <Configuration
178 </Configuration>
  /external/chromium_org/tools/grit/grit/format/policy_templates/
writer_configuration.py 8 '''Returns a configuration dictionary for the given build that contains
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-subdir2-deep.py 10 configuration files in a separate directory tree.
gyptest-symlink.py 9 the build configuration files in a separate directory tree referenced by a
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 102 for configuration in test_configs:
103 test.set_configuration(configuration)
119 if configuration == 'Default-iphoneos':
130 if HasCerts() and configuration == 'Default-iphoneos':
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-SYMROOT-all.py 13 The configuration sets the Xcode SYMROOT variable and uses --depth=
gyptest-SYMROOT-default.py 13 The configuration sets the Xcode SYMROOT variable and uses --depth=
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTime.vcproj 18 <Configuration
111 </Configuration>
112 <Configuration
205 </Configuration>
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
tap_element.py 14 Configuration options:

Completed in 1390 milliseconds

<<61626364656667686970>>