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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
identity.py 52 new_config = OriginAccessIdentityConfig(self.connection,
56 new_config.comment = comment
57 self.etag = self.connection.set_origin_identity_config(self.id, self.etag, new_config)
58 self.config = new_config
distribution.py 357 new_config = DistributionConfig(self.connection, self.config.origin,
363 new_config.enabled = enabled
365 new_config.cnames = cnames
367 new_config.comment = comment
368 self.etag = self.connection.set_distribution_config(self.id, self.etag, new_config)
369 self.config = new_config
735 new_config = StreamingDistributionConfig(self.connection,
743 new_config.enabled = enabled
745 new_config.cnames = cnames
747 new_config.comment = commen
    [all...]
  /external/autotest/client/bin/
kernel_config.py 126 def update_config(self, old_config, new_config = 'None'):
130 if new_config:
131 shutil.copyfile(self.build_config, new_config)
  /external/valgrind/callgrind/
clo.c 122 static config_node* new_config(const HChar* name, int length) function
142 CLG_DEBUG(3, " new_config('%s', len %d)\n", node->name, length);
182 new_sub = new_config(name, 1);
205 new_sub = new_config(name, len);
224 new_node = new_config(n->name, len);
241 new_sub = new_config(name, offset);
266 new_sub = new_config(name, offset);
306 fn_configs = new_config(name, 0);
  /external/chromium-trace/catapult/dashboard/dashboard/
start_try_job.py 557 new_config = (base_config[:base_config.rfind('config')] +
562 new_config = new_config.replace('\r', '')
563 new_header = 'blob %d\0' % len(new_config)
564 new_sha = hashlib.sha1(new_header + new_config).hexdigest()
566 new_config.split('\n'),
  /external/libusb/libusb/os/
darwin_usb.c 806 uint8_t new_config; local
845 new_config = 1;
847 new_config = configDesc->bConfigurationValue;
849 usbi_info (HANDLE_CTX (dev_handle), "new configuration value is %d", new_config); local
852 kresult = darwin_set_configuration (dev_handle, new_config);
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 1839 InternalDataChannelInit new_config = local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 394 MacDesktopConfiguration new_config =
396 if (!desktop_config_.Equals(new_config)) {
397 desktop_config_ = new_config;
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 683 if (typeof params.new_config != 'object') {
699 var newConfigString = proxySettingsToString(params.new_config);
700 out.writeArrowKey('new_config');
703 consumedParams.new_config = true;

Completed in 224 milliseconds