/external/freetype/src/cache/ |
D | ftcmru.h | 168 FTC_MruNode _first, _node; \ 172 _first = *(_pfirst); \ 175 if ( _first ) \ 177 _node = _first; \ 182 if ( _node != _first ) \ 190 } while ( _node != _first); \ 220 FTC_MruNode _first = (list)->nodes; \ 223 if ( _first ) \ 225 FTC_MruNode _node = _first; \ 236 } while ( _node != _first ); \
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ConstructedOctetStream.java | 11 private boolean _first = true; field in ConstructedOctetStream 24 if (!_first) in read() 36 _first = false; in read() 75 if (!_first) in read() 87 _first = false; in read()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ConstructedOctetStream.java | 12 private boolean _first = true; field in ConstructedOctetStream 25 if (!_first) in read() 37 _first = false; in read() 76 if (!_first) in read() 88 _first = false; in read()
|
/external/libnl/python/netlink/ |
D | core.py | 438 self._first = 1 458 if self._first: 460 self._first = 0
|
/external/icu/icu4c/source/test/cintltst/ |
D | uenumtst.c | 136 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable 142 _first, _second, _third, _fourth
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 713 _first = last._mock_name or 'mock' 716 _first += '.' 717 _name_list[0] = _first
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 632 _first = last._mock_name or 'mock' 635 _first += '.' 636 _name_list[0] = _first
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 648 _first = last._mock_name or 'mock' 651 _first += '.' 652 _name_list[0] = _first
|
/external/python/mock/mock/ |
D | mock.py | 756 _first = last._mock_name or 'mock' 759 _first += '.' 760 _name_list[0] = _first
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 3058 int _first; member 3569 exp->_first = trex_newnode((TRex*)exp,OP_EXPR); in trex_compile() 3576 exp->_nodes[exp->_first].left = res; in trex_compile() 3635 int node = exp->_first; in trex_searchrange()
|
/external/libchrome/third_party/ply/ |
D | yacc.py | 1647 def _first(self,beta): member in Grammar 1702 for f in self._first(p.prod): 1744 fst = self._first(p.prod[i+1:])
|
/external/ply/ply/ply/ |
D | yacc.py | 1803 def _first(self, beta): member in Grammar 1859 for f in self._first(p.prod): 1900 fst = self._first(p.prod[i+1:])
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 1803 def _first(self, beta): member in Grammar 1859 for f in self._first(p.prod): 1900 fst = self._first(p.prod[i+1:])
|