HomeSort by relevance Sort by last modified time
    Searched refs:tagged (Results 1 - 25 of 31) 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 38 uint32_t *tagged; local
46 tagged = (uint32_t *)tmp;
63 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/chromium_org/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/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension';
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-7.js 28 // Test correct truncation of tagged values.
  /external/chromium_org/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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 498 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
    [all...]
genpyx.py 408 #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):
  /build/core/
main.mk 431 # For most goals, anything not tagged with the "tests" tag should
493 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
721 $(call get-tagged-modules,eng) \
725 $(call get-tagged-modules,debug) \
729 $(call get-tagged-modules,tests) \
763 $(sort $(call get-tagged-modules,gnu)))
    [all...]
definitions.mk 705 define get-tagged-modules
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 71 * elements that have been tagged.
  /external/chromium_org/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/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...]

Completed in 1804 milliseconds

1 2