Home
last modified time | relevance | path

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

/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/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/libmojo/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.py1801 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/
DV1_5_AdvancedGuide.md929 _first test_ in the `FooTest` test case (i.e. before creating the first
DV1_7_AdvancedGuide.md1000 _first test_ in the `FooTest` test case (i.e. before creating the first
DV1_6_AdvancedGuide.md999 _first test_ in the `FooTest` test case (i.e. before creating the first
DAdvancedGuide.md1002 _first test_ in the `FooTest` test case (i.e. before creating the first