Home
last modified time | relevance | path

Searched refs:getint (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
D__init__.py52 db_port = boto.config.getint('DB', 'db_port', 443)
55 debug = boto.config.getint('DB', 'debug', 0)
68 db_port = boto.config.getint(db_section, 'db_port', db_port)
69 enable_ssl = boto.config.getint(db_section, 'enable_ssl', enable_ssl)
70 debug = boto.config.getint(db_section, 'debug', debug)
/external/llvm/test/CodeGen/X86/
Dwin-catchpad-csrs.ll14 declare i32 @getint()
21 %a = call i32 @getint()
22 %b = call i32 @getint()
23 %c = call i32 @getint()
24 %d = call i32 @getint()
103 ; X64: callq getint
104 ; X64: callq getint
105 ; X64: callq getint
106 ; X64: callq getint
150 %a = call i32 @getint()
[all …]
/external/autotest/client/cros/image_comparison/
Dimage_comparison_factory.py38 self.pixel_thres = parser.getint('rgb', 'rgb_pixel_threshold')
39 self.pixel_count_thres = parser.getint('all', 'pixel_count_threshold')
40 self.desired_comp_h = parser.getint('all', 'desired_comp_h')
41 self.desired_comp_w = parser.getint('all', 'desired_comp_w')
/external/autotest/site_utils/suite_scheduler/
Dforgiving_config_parser.py63 def getint(self, section, option): member in ForgivingConfigParser
64 return ConfigParser.SafeConfigParser.getint(self, section, option)
Dtask.py193 num = config.getint(section, 'num')
201 hour = config.getint(section, 'hour')
213 day = config.getint(section, 'day')
Dtimed_event.py160 event_time = config.getint(section, 'hour') or cls._DEFAULT_HOUR
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dservice.py42 self.retry_count = self.sd.getint('retry_count', 5)
43 self.loop_delay = self.sd.getint('loop_delay', 30)
44 self.processing_time = self.sd.getint('processing_time', 60)
Dservicedef.py45 def getint(self, option, default=0): member in ServiceDef
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dconfig.py132 val = self.getint('User', name)
147 def getint(self, section, name, default=0): member in Config
149 val = ConfigParser.getint(self, section, name)
/external/llvm/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll12 declare i32 @getint()
73 %call28 = tail call i32 @getint() nounwind
86 %call50 = tail call i32 @getint() nounwind
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py478 proxy_port=boto.config.getint('Boto', 'proxy_port', 0),
507 return config.getint('Boto', 'num_retries', 23)
511 return config.getint('Boto', 'max_retry_delay', 32)
517 chunk_size = config.getint('GSUtil', 'json_resumable_chunk_size',
688 return config.getint('GSUtil', 'resumable_threshold', EIGHT_MIB)
Dcommand.py1001 process_count = boto.config.getint(
1008 thread_count = boto.config.getint(
1188 if not (boto.config.getint('GSUtil', 'parallel_process_count', 0) == 1 and
1189 boto.config.getint('GSUtil', 'parallel_thread_count', 0) == 1):
Dtab_complete.py241 timeout = boto.config.getint('GSUtil', 'tab_completion_timeout', 5)
Dcommand_runner.py332 software_update_check_period = boto.config.getint(
D__main__.py367 boto_port = boto.config.getint('Boto', 'proxy_port', 0)
/external/autotest/site_utils/rpm_control_system/
Dfrontend_server.py44 LRU_SIZE = rpm_config.getint('RPM_INFRASTRUCTURE', 'lru_size')
369 port = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
Drpm_client.py20 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
Drpm_controller.py24 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
26 SET_POWER_STATE_TIMEOUT_SECONDS = rpm_config.getint(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dprovider.py210 self.port = config.getint('Credentials', port_opt_name)
385 attempts = config.getint('Boto', 'metadata_service_num_attempts', 1)
Dconnection.py530 self.debug = config.getint('Boto', 'debug', debug)
543 self.http_connection_kwargs['timeout'] = config.getint(
908 num_retries = config.getint('Boto', 'num_retries', self.num_retries)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dresumable_download_handler.py272 self.num_retries = config.getint('Boto', 'num_retries', 6)
/external/opencv3/3rdparty/libjasper/
Djas_image.c106 static int getint(jas_stream_t *in, int sgnd, int prec, long *val);
990 if (getint(cmpt->stream_, cmpt->sgnd_, cmpt->prec_, &v)) in jas_image_readcmpt2()
1121 if (getint(oldcmpt->stream_, oldcmpt->sgnd_, in jas_image_sampcmpt()
1202 static int getint(jas_stream_t *in, int sgnd, int prec, long *val) in getint() function
/external/mksh/src/
Dvar.c55 static int getint(struct tbl *, mksh_ari_u *, bool);
497 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() function
600 if ((base = getint(vp, &num, arith)) == -1) in setint_v()
1315 if (getint(vp, &num, false) == -1) { in setspec()
/external/autotest/tko/parsers/test/
Dscenario_base.py218 self.expected_status_version = self.config.getint(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dresumable_upload_handler.py638 self.num_retries = config.getint('Boto', 'num_retries', 6)

12