HomeSort by relevance Sort by last modified time
    Searched refs:_config (Results 1 - 17 of 17) sorted by null

  /external/libusb/libusb/
descriptor.c 471 struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); local
478 if (!_config)
486 usbi_parse_descriptor(tmp, "bbw", _config, host_endian);
487 buf = malloc(_config->wTotalLength);
494 _config->wTotalLength, &host_endian);
498 r = parse_configuration(dev->ctx, _config, buf, host_endian);
507 *config = _config;
511 free(_config);
536 struct libusb_config_descriptor *_config; local
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator.py 23 msg_txt = msg_txt.replace('$1', self._config['app_name'])
24 msg_txt = msg_txt.replace('$2', self._config['os_name'])
25 msg_txt = msg_txt.replace('$3', self._config['frame_name'])
48 self._config = config
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter_unittest.py 149 def _config(self, base_rules, path_specific, user_rules): member in class:FilterConfigurationTest
163 config = self._config(base_rules, path_specific, user_rules)
214 config = self._config(base_rules, path_specific, user_rules)
226 config = self._config(base_rules, path_specific, user_rules)
239 config = self._config(base_rules, path_specific, user_rules)
252 config = self._config(base_rules, path_specific, user_rules)
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
suggestionPicker.js 73 background-color: " + this._config.suggestionHighlightColor + ";\
74 color: " + this._config.suggestionHighlightTextColor + "; }";
75 text += "." + SuggestionPicker.ListEntryClass + ":focus .label { color: " + this._config.suggestionHighlightTextColor + "; }";
141 if (typeof this._config.inputWidth === "number")
142 desiredWindowWidth = Math.max(this._config.inputWidth, desiredWindowWidth);
168 if (this._config.isRTL)
170 if (this._config.isLocaleRTL)
174 for (var i = 0; i < this._config.suggestionValues.length; ++i) {
175 this._containerElement.appendChild(this._createSuggestionEntryElement(this._config.localizedSuggestionValues[i], this._config.suggestionLabels[i], this._config.suggestionValues[i]))
    [all...]
colorSuggestionPicker.js 83 this._config = config;
84 if (this._config.values.length === 0)
85 this._config.values = DefaultColorPalette;
102 for (var i = 0; i < this._config.values.length; ++i) {
105 swatch.dataset.value = this._config.values[i];
106 swatch.title = this._config.values[i];
107 swatch.style.backgroundColor = this._config.values[i];
111 if (this._config.values.length > SwatchesPerRow * SwatchesMaxRow)
116 var otherButton = createElement("button", "other-color", this._config.otherColorLabel);
pickerCommon.js 229 this._config = config;
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 50 self._config = config
76 self._RunCommand(self._config.actions[action])
98 verifier.Verify(self._config.states[state])
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.h 63 _EGL_DRIVER_TYPECAST(drvname ## _config, _EGLConfig, obj)
  /external/eigen/bench/btl/generic_bench/
btl.hh 174 char * _config; local
175 _config = getenv ("BTL_CONFIG");
176 if (_config!=NULL)
178 std::vector<BtlString> config = BtlString(_config).split(" \t\n");
  /external/mesa3d/src/egl/main/
egldriver.h 63 _EGL_DRIVER_TYPECAST(drvname ## _config, _EGLConfig, obj)
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 501 struct libusb_config_descriptor *_config = malloc(sizeof(*_config)); local
504 if (!_config)
507 r = parse_configuration(ctx, _config, buf, size, host_endian);
510 free(_config);
516 *config = _config;
577 struct libusb_config_descriptor _config; local
593 usbi_parse_descriptor(tmp, "bbw", &_config, host_endian);
594 buf = malloc(_config.wTotalLength);
599 _config.wTotalLength, &host_endian)
626 struct libusb_config_descriptor _config; local
    [all...]
  /external/qemu/android/
cmdline-option.c 32 #define OPTION(_name,_type,_config) \
33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 45 port._config.build_directory = lambda configuration: '/mock-build'
128 port._config.build_directory = lambda configuration: '/mock-build'
base.py 118 self._config = port_config.Config(self._executive, self._filesystem, self.port_name)
    [all...]
port_testcase.py 88 port._config.build_directory = lambda configuration: '/mock-build'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 530 milliseconds