HomeSort by relevance Sort by last modified time
    Searched refs:tagged (Results 1 - 20 of 20) sorted by null

  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 15 #resource-browser-results .tagged-article {
19 #resource-browser-results .tagged-sample {
23 #resource-browser-results .tagged-tutorial {
android-developer-resource-browser.js 122 var taggedWithHtml = ['Showing technical resources tagged with '];
162 resultJqNode.addClass('tagged-' + tag);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
ContentInfo.java 49 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); local
50 if (!tagged.isExplicit() || tagged.getTagNo() != 0)
55 content = tagged.getObject();
SignedData.java 102 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); local
104 if (tagged.getTagNo() == 1)
108 else if (tagged.getTagNo() == 2)
112 else if (tagged.getTagNo() == 3)
200 ASN1TaggedObject tagged = (ASN1TaggedObject)o; local
202 switch (tagged.getTagNo())
205 certsBer = tagged instanceof BERTaggedObject;
206 certificates = ASN1Set.getInstance(tagged, false);
209 crlsBer = tagged instanceof BERTaggedObject;
210 crls = ASN1Set.getInstance(tagged, false)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java 79 ASN1TaggedObject tagged = (ASN1TaggedObject)o; local
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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 200 ASN1TaggedObject tagged = (ASN1TaggedObject)obj; local
202 if (tagged.getTagNo() == 2)
204 certs.add(new X509V2AttributeCertificate(ASN1Sequence.getInstance(tagged, false).getEncoded()));
  /external/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/v8/test/mjsunit/
math-min-max.js 141 // Tagged representation.
152 assertEquals(v1, Math.min(v1++, v6)); // int32, tagged
153 assertEquals(v2, Math.max(v5, v2++)); // tagged, int32
154 assertEquals(v6, Math.min(v6, v9++)); // tagged, double
155 assertEquals(v0, Math.max(v0++, v5)); // double, tagged
function-prototype.js 70 // Check that getting the prototype of a tagged integer works.
  /build/core/
main.mk 394 # For most goals, anything not tagged with the "tests" tag should
464 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
611 $(call get-tagged-modules,eng) \
615 $(call get-tagged-modules,debug) \
619 $(call get-tagged-modules,tests) \
630 $(call get-tagged-modules, shell_$(TARGET_SHELL)) \
655 $(sort $(call get-tagged-modules,gnu)))
894 sample_MODULES := $(sort $(call get-tagged-modules,samples))
    [all...]
definitions.mk 651 define get-tagged-modules
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 585 // On success, both first and second holds Smi tagged values.
1515 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2391 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4 329 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
343 [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
463 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
467 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
668 # matching tagged config vars.
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 595 // Load the double from tagged HeapNumber to double register.
3222 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 595 // Load the double from tagged HeapNumber to double register.
3344 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 354 \item[Per Process] As traces are emitted, they are tagged with the
    [all...]
  /external/bison/tests/
testsuite 758 166;actions.at:867;Default tagged and per-type %printer and %destructor;;
    [all...]
  /external/iproute2/doc/
ip-cref.tex 610 --- Each address may be tagged with a label string.
    [all...]

Completed in 460 milliseconds