/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
ConstructedOctetStream.java | 11 private boolean _first = true; field in class:ConstructedOctetStream 24 if (!_first) 36 _first = false; 75 if (!_first) 87 _first = false;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
iterator.h | 139 iterator_triple(const Iterator1& _first, const Iterator2& _second, 142 first = _first;
|
/external/icu4c/test/cintltst/ |
uenumtst.c | 134 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable 140 _first, _second, _third, _fourth
|
/build/core/ |
definitions.mk | 617 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\ 618 $(if $(filter $(_upbfc_fc_set),$(_first)),,$(w)\ 619 $(eval _upbfc_fc_set += $(_first)))))\ 621 $(eval _first:=) [all...] |