HomeSort by relevance Sort by last modified time
    Searched full:constructed (Results 26 - 50 of 2550) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java 38 /** constructed type of tagging */
50 * 2) constructed: only constructed identifier is valid
78 // the base encoding can be primitive ot constructed
86 // if the base encoding is constructed use constructed encoding
DerInputStream.java 65 throw new ASN1Exception("ASN.1 bitstring: constructed identifier at [" + tagOffset
92 throw new ASN1Exception("ASN.1 octetstring: constructed identifier at [" + tagOffset
120 throw new ASN1Exception("ASN.1 string: constructed identifier at [" + tagOffset
128 // It is a string type and it can be encoded as primitive or constructed.
129 throw new ASN1Exception("ASN.1 UTCTime: constructed identifier at [" + tagOffset
144 // It is a string type and it can be encoded as primitive or constructed.
145 throw new ASN1Exception("ASN.1 GeneralizedTime: constructed identifier at ["
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
par_loop.h 80 bool* constructed; local
92 constructed = new bool[num_threads];
108 constructed[iam] = true;
111 constructed[iam] = false;
120 if (constructed[i])
128 delete[] constructed;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERSet.java 86 * As DER requires the constructed, definite-length model to
89 * we also have to specify CONSTRUCTED, and the objects length.
98 out.write(BERTags.SET | BERTags.CONSTRUCTED);
BEROctetStringGenerator.java 14 writeBERHeader(BERTags.CONSTRUCTED | BERTags.OCTET_STRING);
25 writeBERHeader(BERTags.CONSTRUCTED | BERTags.OCTET_STRING);
BERSequence.java 61 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
BERSet.java 61 out.write(BERTags.SET | BERTags.CONSTRUCTED);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.h 55 // ImageBitmaps constructed from HTMLImageElements hold a reference to the HTMLImageElement until
64 // ImageBitmaps constructed from HTMLImageElements reference the entire ImageResource and may have a non-zero bitmap offset.
65 // ImageBitmaps not constructed from HTMLImageElements always pre-crop and store the image at (0, 0).
  /dalvik/tests/030-bad-finalizer/src/
Main.java 10 System.out.println("Constructed object.");
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_factory_ozone.cc 21 CHECK(impl_) << "DesktopFactoryOzone accessed before constructed";
  /external/chromium_org/win8/delegate_execute/
crash_server_init.h 17 // constructed ExceptionHandler object. It is the responsibility of the caller
  /external/iptables/extensions/
libipt_NETMAP.man 7 Network address to map to. The resulting address will be constructed in the
  /external/javassist/sample/reflect/
VerboseMetaobj.java 8 System.out.println("** constructed: " + self.getClass().getName());
  /ndk/tests/device/test-stlport_shared-exception/jni/
ctor2.cpp 2 // Test that the cleanup for fully-constructed subobjects when a
  /ndk/tests/device/test-stlport_static-exception/jni/
ctor2.cpp 2 // Test that the cleanup for fully-constructed subobjects when a
  /external/chromium/base/memory/
scoped_vector_unittest.cc 46 // Because we wish to watch the life cycle of an object being constructed and
55 // INITIAL -> CONSTRUCTED -> DESTROYED.
65 // Assert INITIAL -> CONSTRUCTED and no LifeCycleObject associated with this
74 // Assert CONSTRUCTED -> DESTROYED and the |object| being destroyed is the
75 // same one we saw constructed.
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarEntryTest.java 77 assertEquals("Wrong entry constructed--wrong name", entryName, jarEntry
79 assertEquals("Wrong entry constructed--wrong size", 311, jarEntry
107 assertEquals("Wrong entry constructed--wrong name", entryName, jarEntry
133 assertEquals("Wrong entry constructed--wrong name", entryName, jarEntry
135 assertEquals("Wrong entry constructed--wrong size", 311, jarEntry
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker_unittest.cc 37 // provide a pre-constructed list of windows.
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 28 // the GrGpu is constructed and has taken ownership.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
init-order-atexit.cc 2 // (1) global A is constructed.
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizerProvider.java 23 * need to be constructed each time it runs.
  /external/llvm/test/Other/
can-execute.txt 8 The PATH is constructed such that 'not' will first find a directory named
  /external/skia/src/gpu/
GrGpuFactory.cpp 28 // the GrGpu is constructed and has taken ownership.
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the

Completed in 1233 milliseconds

12 3 4 5 6 7 8 91011>>