Lines Matching refs:self
40 def _class_scope(self, env, httpd, nghttpx): argument
47 def _class_scope(self, env, httpd): argument
55 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
66 self.check_stat(idx, s, r, dl_size=30, ul_size=0)
70 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
83 self.check_stat(idx, s, r, dl_size=30, ul_size=0)
86 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
103 self.check_stat(idx, s, r, dl_size=fsize, ul_size=fsize)
107 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
115 self.check_stat(idx, s, r, dl_size=30, ul_size=0)
117 def check_stat(self, idx, s, r, dl_size=None, ul_size=None): argument
118 self.check_stat_times(s, idx)
120 self.check_stat_positive(s, idx, 'size_request')
122 self.check_stat_positive(s, idx, 'size_header')
130 def check_stat_positive(self, s, idx, key): argument
134 def check_stat_zero(self, s, key): argument
138 def check_stat_times(self, s, idx): argument
157 self.check_stat_zero(s, key)
159 self.check_stat_positive(s, idx, key)