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

1 2

  /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 88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); local
89 if (!tagged.isExplicit() || tagged.getTagNo() != 0)
94 content = tagged.getObject();
SignedData.java 140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); local
142 if (tagged.getTagNo() == 1)
146 else if (tagged.getTagNo() == 2)
150 else if (tagged.getTagNo() == 3)
238 ASN1TaggedObject tagged = (ASN1TaggedObject)o; local
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, false)
    [all...]
  /cts/tests/tests/os/jni/
android_os_cts_TaggedPointer.cpp 39 uint32_t *tagged; local
47 tagged = (uint32_t *)tmp;
64 if (*tagged != PATTERN) {
  /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/v8/test/mjsunit/regress/
regress-force-constant-representation.js 7 // Test push double as tagged.
regress-137768.js 57 // Optimize, before the fix, the element load and subsequent tagged-to-i were
66 // tagged-to-i will treat part of a double value as a pointer and de-ref it
71 // tagged-to-i to SIGSEGV.
regress-param-local-type.js 33 function f(a) { // First parameter is tagged.
47 function g() { // 0th parameter (receiver) is tagged.
regress-convert-hole2.js 75 // Test converting double-hole to tagged-hole.
  /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
array-store-and-grow.js 221 f(a, 1, "hi"); // DOUBLE packed array -> tagged packed grow
243 f(a, 0, "hi"); // DOUBLE packed array -> tagged packed grow
function-prototype.js 70 // Check that getting the prototype of a tagged integer works.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 598 if os.path.exists(self.tagged):
599 shutil.rmtree(self.tagged)
606 os.mkdir(self.tagged)
607 init_file = os.path.join(self.tagged, '__init__.py')
611 # now create a symlink to the tagged package
612 # sample -> sample-tagged
613 symlink_support.symlink(self.tagged, self.package_name)
619 def tagged(self): member in class:TestSymbolicallyLinkedPackage
620 return self.package_name + '-tagged'
639 if os.path.exists(self.tagged)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 598 if os.path.exists(self.tagged):
599 shutil.rmtree(self.tagged)
606 os.mkdir(self.tagged)
607 init_file = os.path.join(self.tagged, '__init__.py')
611 # now create a symlink to the tagged package
612 # sample -> sample-tagged
613 symlink_support.symlink(self.tagged, self.package_name)
619 def tagged(self): member in class:TestSymbolicallyLinkedPackage
620 return self.package_name + '-tagged'
639 if os.path.exists(self.tagged)
    [all...]
  /build/core/
main.mk 415 # For most goals, anything not tagged with the "tests" tag should
477 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
705 $(call get-tagged-modules,eng) \
709 $(call get-tagged-modules,debug) \
713 $(call get-tagged-modules,tests) \
752 $(sort $(call get-tagged-modules,gnu)))
    [all...]
definitions.mk 743 define get-tagged-modules
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 62 // TODO(titzer): test tagged representation for input to NumberToInt32.
90 // TODO(titzer): test tagged representation for input to NumberToUint32.
384 // tagged and untagged base pointers. Contains both tagged and untagged buffers
389 bool tagged; member in class:AccessTester
394 Handle<ByteArray> tagged_array; // TODO(titzer): use FixedArray for tagged.
397 : tagged(t),
510 if (tagged) {
520 ElementAccess access = {tagged ? kTaggedBase : kUntaggedBase,
521 tagged ? FixedArrayBase::kHeaderSize : 0
    [all...]
  /ndk/build/core/
definitions.mk     [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...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/iproute2/doc/
ip-cref.tex 610 --- Each address may be tagged with a label string.
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 995 milliseconds

1 2