Searched refs:tagged (Results 1 - 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1);
89 if (!tagged.isExplicit() || tagged.getTagNo() != 0)
94 content = tagged.getObject();
H A DSignedData.java140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj);
142 if (tagged.getTagNo() == 1)
146 else if (tagged.getTagNo() == 2)
150 else if (tagged.getTagNo() == 3)
238 ASN1TaggedObject tagged = (ASN1TaggedObject)o;
240 switch (tagged.getTagNo())
243 certsBer = tagged instanceof BERTaggedObject;
244 certificates = ASN1Set.getInstance(tagged, false);
247 crlsBer = tagged instanceof BERTaggedObject;
248 crls = ASN1Set.getInstance(tagged, fals
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java79 ASN1TaggedObject tagged = (ASN1TaggedObject)o;
81 switch (tagged.getTagNo())
84 certificates = ASN1Set.getInstance(tagged, false);
87 crls = ASN1Set.getInstance(tagged, false);
90 throw new IllegalArgumentException("unknown tag value " + tagged.getTagNo());
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py498 return self.spec.tagged # i am a tagged
499 tagged = property(get_tagged) variable in class:Declarator
587 if self.tagged and self.tagged.tag.name in tag_lookup and not tag_lookup[self.tagged.tag.name].has_members():
758 tagged = property(get_tagged) variable in class:TypeSpecifiers
H A Dgenpyx.py408 #if self.tagged and not self.tagged.tag.name:
411 #self.tagged.tag = Tag( self.name ) # this is how pyrex does it: tag.name == self.name
419 if not (self.tagged and self.name == self.tagged.tag.name):
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4343 [tagged?], [m4_ifval([$5], [yes], [no])])])
355 [_lt_decl_filter([tagged?], [yes], $@)])
433 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
461 # Produce commented declarations of non-tagged libtool config variables
467 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
668 # matching tagged config vars.
5399 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6645 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6788 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6883 # ltmain only uses $CC for tagged configuration
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex354 \item[Per Process] As traces are emitted, they are tagged with the
/external/iproute2/doc/
H A Dip-cref.tex610 --- Each address may be tagged with a label string.
/external/bison/tests/
H A Dtestsuite758 166;actions.at:867;Default tagged and per-type %printer and %destructor;;
4342 echo >>"$at_stderr"; $as_echo "input.y:1.13-29: error: redeclaration for default tagged %destructor
4344 input.y:2.10-24: error: redeclaration for default tagged %printer
4346 input.y:4.13-29: error: redeclaration for default tagged %destructor
4348 input.y:5.10-24: error: redeclaration for default tagged %printer
4358 input.y:17.13-29: error: redeclaration for default tagged %destructor
4360 input.y:18.10-24: error: redeclaration for default tagged %printer
4454 %type <tag> tagged
4458 start: end end tagged tagged {
[all...]

Completed in 329 milliseconds