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

  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator.py 22 msg_txt = msg_txt.replace('$1', self._config['app_name'])
23 msg_txt = msg_txt.replace('$2', self._config['os_name'])
24 msg_txt = msg_txt.replace('$3', self._config['frame_name'])
47 self._config = config
  /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/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/v8/tools/push-to-trunk/
common_includes.py 228 self._config = config
233 assert self._config is not None
248 return self._config[key]
252 state_file = "%s-state.json" % self._config[PERSISTFILE_BASENAME]
362 if not os.path.exists(self._config[DOT_GIT_LOCATION]): # pragma: no cover
383 self.DeleteBranch(self._config[BRANCHNAME])
387 if self._config[BRANCHNAME] != self["current_branch"]:
388 self.GitDeleteBranch(self._config[BRANCHNAME])
391 Command("rm", "-f %s*" % self._config[PERSISTFILE_BASENAME])
399 for line in LinesInFile(self._config[VERSION_FILE])
    [all...]
releases.py 196 if self._config[VERSION_FILE] not in self.GitChangedFiles(git_hash):
200 if not self.GitCheckoutFileSafe(self._config[VERSION_FILE], git_hash):
218 self.GitCheckoutFileSafe(self._config[VERSION_FILE], "HEAD")
222 self.GitCreateBranch(self._config[BRANCHNAME])
305 if self._config[DEPS_FILE] not in self.GitChangedFiles(git_hash):
307 if not self.GitCheckoutFileSafe(self._config[DEPS_FILE], git_hash):
327 self.GitCheckoutFileSafe(self._config[DEPS_FILE], "HEAD")
364 if not self.GitCheckoutFileSafe(self._config[DEPS_FILE],
384 self.GitCheckoutFileSafe(self._config[DEPS_FILE], "HEAD")
chromium_roll.py 129 Command("rm", "-f %s*" % self._config[PERSISTFILE_BASENAME])
  /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/tools/telemetry/third_party/pyserial/serial/
sermsdos.py 118 self._config(self.portstr, self.baud, self.parity,
127 def _config(self, port, baud, parity, data, stop, retry, member in class:Serial
136 self._config(self.portstr, BAUD_RATES[baudrate],
  /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/chromium_org/third_party/skia/tools/
roll_deps.py 192 self._config = config
198 config = self._config
206 if self._config.verbose:
224 if self._config.skia_git_checkout_path != os.curdir:
225 if self._config.verbose:
  /external/skia/tools/
roll_deps.py 192 self._config = config
198 config = self._config
206 if self._config.verbose:
224 if self._config.skia_git_checkout_path != os.curdir:
225 if self._config.verbose:
  /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 97 port._config.build_directory = lambda configuration: '/mock-build'
base.py 185 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 555 this._config = null;
576 this._config = config;
611 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 

Completed in 984 milliseconds