/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/v8/tools/push-to-trunk/ |
common_includes.py | 220 self._config = config 225 assert self._config is not None 230 return self._config[key] 334 TextToFile(value, "%s-%s" % (self._config[PERSISTFILE_BASENAME], var)) 337 value = FileToText("%s-%s" % (self._config[PERSISTFILE_BASENAME], var)) 347 if not os.path.exists(self._config[DOT_GIT_LOCATION]): 377 if self._state["current_branch"] != self._config[TEMP_BRANCH]: 378 self.DeleteBranch(self._config[TEMP_BRANCH]) 379 self.Git("checkout -b %s" % self._config[TEMP_BRANCH]) 382 self.DeleteBranch(self._config[BRANCHNAME] [all...] |
/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/web/resources/ |
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/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/chromium_org/chrome/test/mini_installer/ |
test_installer.py | 53 self._config = config 80 RunCommand(self._config.actions[action], self._variable_expander) 111 self._verifier_runner.VerifyAll(self._config.states[state],
|
/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-checkout/out/' + configuration 129 port._config.build_directory = lambda configuration: '/mock-checkout/out/' + configuration
|
port_testcase.py | 98 port._config.build_directory = lambda configuration: '/mock-build'
|
base.py | 182 self._config = port_config.Config(self._executive, self._filesystem, self.port_name) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScreencastView.js | 447 this._config = null; 469 this._config = config; 504 var config = this._config; [all...] |
/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 | |