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

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLSequence.java 79 * As DL requires the constructed, definite-length model to
82 * we also have to specify CONSTRUCTED, and the objects length.
91 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
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/mojo/public/cpp/application/
interface_factory_impl.h 13 // The lifetime of the constructed Impl is bound to the pipe.
26 // Use this class to allocate and bind instances of Impl constructed with a
27 // context parameter to interface requests. The lifetime of the constructed
  /external/chromium_org/base/
lazy_instance_unittest.cc 32 ++constructed;
37 static int constructed; member in class:__anon6932::SlowConstructor
42 int SlowConstructor::constructed = 0; member in class:__anon6932::SlowConstructor
90 EXPECT_EQ(0, SlowConstructor::constructed);
94 EXPECT_EQ(0, SlowConstructor::constructed);
98 EXPECT_EQ(1, SlowConstructor::constructed);
  /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 ["
  /external/chromium_org/chrome/browser/history/
chrome_history_client.h 50 // and lazily constructed by the getter.
54 // called, and the Profile is fully constructed before any of the KeyedService
55 // can be constructed. The TopSites does not use the HistoryService nor the
  /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/
libxt_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());
  /external/kernel-headers/original/uapi/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
50 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */
56 #define KEYCTL_REJECT 19 /* reject a partially constructed key */
57 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
  /external/strace/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
50 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */
56 #define KEYCTL_REJECT 19 /* reject a partially constructed key */
57 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
  /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_org/remoting/host/
host_extension_session.h 30 // Hook functions called when the video pipeline is being (re)constructed.
35 // 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/WebKit/Source/core/frame/
ImageBitmap.h 65 // ImageBitmaps constructed from HTMLImageElements hold a reference to the HTMLImageElement until
74 // ImageBitmaps constructed from HTMLImageElements reference the entire ImageResource and may have a non-zero bitmap offset.
75 // ImageBitmaps not constructed from HTMLImageElements always pre-crop and store the image at (0, 0).
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 28 // the GrGpu is constructed and has taken ownership.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
get_cd_vec.h 23 int16_t *cbvec, /* (o) Constructed codebook vector */
  /external/chromium_org/ui/gl/
gl_context_stub_with_extensions.h 12 // Lightweight GLContext stub implementation that returns a constructed
  /external/chromium_org/url/
origin_unittest.cc 12 // Each test examines the Origin is constructed correctly without

Completed in 668 milliseconds

12 3 4 5 6 7 8 91011>>