Searched refs:_fh (Results 1 – 9 of 9) sorted by relevance
/external/python/oauth2client/oauth2client/contrib/ |
D | _fcntl_opener.py | 45 self._fh = open(self._filename, self._mode) 50 self._fh = open(self._filename, self._fallback_mode) 56 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_EX) 69 if self._fh: 70 self._fh.close() 71 self._fh = open(self._filename, self._fallback_mode) 78 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_UN) 80 if self._fh: 81 self._fh.close()
|
D | _win32_opener.py | 56 self._fh = open(self._filename, self._mode) 61 self._fh = open(self._filename, self._fallback_mode) 67 hfile = win32file._get_osfhandle(self._fh.fileno()) 88 if self._fh: 89 self._fh.close() 90 self._fh = open(self._filename, self._fallback_mode) 98 hfile = win32file._get_osfhandle(self._fh.fileno()) 105 if self._fh: 106 self._fh.close()
|
D | locked_file.py | 78 self._fh = None 87 return self._fh 131 self._fh = open(self._filename, self._mode) 135 self._fh = open(self._filename, self._fallback_mode) 154 if self._fh: 155 self._fh.close() 156 self._fh = open(self._filename, self._fallback_mode) 168 if self._fh: 169 self._fh.close()
|
/external/libopus/celt/ |
D | entenc.c | 128 void ec_encode(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _ft){ in ec_encode() argument 133 _this->rng=IMUL32(r,(_fh-_fl)); in ec_encode() 135 else _this->rng-=IMUL32(r,(_ft-_fh)); in ec_encode() 139 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits){ in ec_encode_bin() argument 144 _this->rng=IMUL32(r,(_fh-_fl)); in ec_encode_bin() 146 else _this->rng-=IMUL32(r,((1U<<_bits)-_fh)); in ec_encode_bin()
|
D | entenc.h | 50 void ec_encode(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _ft); 53 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits);
|
D | entdec.c | 153 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){ in ec_dec_update() argument 155 s=IMUL32(_this->ext,_ft-_fh); in ec_dec_update() 157 _this->rng=_fl>0?IMUL32(_this->ext,_fh-_fl):_this->rng-s; in ec_dec_update()
|
D | entdec.h | 69 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft);
|
/external/python/oauth2client/tests/contrib/ |
D | test_locked_file.py | 38 self.assertIsNone(instance._fh) 51 instance._fh = fh 170 instance._fh = mock.Mock() 177 self.assertTrue(instance._fh.close.called)
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_007.ppm | 3482 <<<~��_fh=IK~��u�})61)<I7CO4:E*7D"7D"'*(#0
|