Home
last modified time | relevance | path

Searched refs:_first (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/cache/
Dftcmru.h168 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/
DConstructedOctetStream.java11 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/
DConstructedOctetStream.java12 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/
Dcore.py438 self._first = 1
458 if self._first:
460 self._first = 0
/external/icu/icu4c/source/test/cintltst/
Duenumtst.c136 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable
142 _first, _second, _third, _fourth
/external/pdfium/third_party/pymock/
Dmock.py713 _first = last._mock_name or 'mock'
716 _first += '.'
717 _name_list[0] = _first
/external/python/cpython2/Lib/test/
D_mock_backport.py632 _first = last._mock_name or 'mock'
635 _first += '.'
636 _name_list[0] = _first
/external/python/cpython3/Lib/unittest/
Dmock.py648 _first = last._mock_name or 'mock'
651 _first += '.'
652 _name_list[0] = _first
/external/python/mock/mock/
Dmock.py756 _first = last._mock_name or 'mock'
759 _first += '.'
760 _name_list[0] = _first
/external/epid-sdk/ext/argtable3/
Dargtable3.c3058 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/
Dyacc.py1647 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/
Dyacc.py1803 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/
Dyacc.py1803 def _first(self, beta): member in Grammar
1859 for f in self._first(p.prod):
1900 fst = self._first(p.prod[i+1:])