Searched refs:_first (Results 1 – 11 of 11) sorted by relevance
/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/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/libmojo/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 | 1801 def _first(self, beta): member in Grammar 1857 for f in self._first(p.prod): 1898 fst = self._first(p.prod[i+1:])
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 929 _first test_ in the `FooTest` test case (i.e. before creating the first
|
D | V1_7_AdvancedGuide.md | 1000 _first test_ in the `FooTest` test case (i.e. before creating the first
|
D | V1_6_AdvancedGuide.md | 999 _first test_ in the `FooTest` test case (i.e. before creating the first
|
D | AdvancedGuide.md | 1002 _first test_ in the `FooTest` test case (i.e. before creating the first
|