Searched refs:Item (Results 1 - 25 of 197) sorted by relevance

12345678

/macosx-10.10.1/OpenSSL098-52/src/engines/vendor_defns/
H A Datalla.h19 } Item; typedef in typeref:struct:ItemStr
24 Item version;
25 Item modulus;
26 Item publicExponent;
27 Item privateExponent;
28 Item prime[2];
29 Item exponent[2];
30 Item coefficient;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DKCEventNotifier.h33 #include <security_keychain/Item.h>
50 const Item &item = Item());
H A DUnlockReferralItem.h30 #include <security_keychain/Item.h>
39 // Currently, Item constructors do not explicitly generate this subclass.
41 // the generic Item class just fine.
42 // If we ever need Item to produce UserTrustItem impls, we would need to
H A Ddefaultcreds.h45 class Item;
70 set<Item> mNeededItems; // Items we need to keep around for unlock use
H A DItem.h26 // Item.h
50 friend class Item;
103 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
144 static Item makeFromPersistentReference(const CFDataRef persistentRef, bool *isIdentityRef=NULL);
192 class Item : public SecPointer<ItemImpl> class in namespace:Security::KeychainCore
195 Item();
196 Item(ItemImpl *impl);
197 Item(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, bool inhibitCheck);
198 Item(SecItemClass itemClass, SecKeychainAttributeList *attrList, UInt32 length, const void* data);
199 Item(cons
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKCEventNotifier.h33 #include <security_keychain/Item.h>
50 const Item &item = Item());
H A DUnlockReferralItem.h30 #include <security_keychain/Item.h>
39 // Currently, Item constructors do not explicitly generate this subclass.
41 // the generic Item class just fine.
42 // If we ever need Item to produce UserTrustItem impls, we would need to
H A Ddefaultcreds.h45 class Item;
70 set<Item> mNeededItems; // Items we need to keep around for unlock use
H A DItem.h26 // Item.h
50 friend class Item;
103 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
144 static Item makeFromPersistentReference(const CFDataRef persistentRef, bool *isIdentityRef=NULL);
192 class Item : public SecPointer<ItemImpl> class in namespace:Security::KeychainCore
195 Item();
196 Item(ItemImpl *impl);
197 Item(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, bool inhibitCheck);
198 Item(SecItemClass itemClass, SecKeychainAttributeList *attrList, UInt32 length, const void* data);
199 Item(cons
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKCEventNotifier.h33 #include <security_keychain/Item.h>
50 const Item &item = Item());
H A DUnlockReferralItem.h30 #include <security_keychain/Item.h>
39 // Currently, Item constructors do not explicitly generate this subclass.
41 // the generic Item class just fine.
42 // If we ever need Item to produce UserTrustItem impls, we would need to
H A Ddefaultcreds.h45 class Item;
70 set<Item> mNeededItems; // Items we need to keep around for unlock use
H A DItem.h26 // Item.h
50 friend class Item;
103 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
144 static Item makeFromPersistentReference(const CFDataRef persistentRef, bool *isIdentityRef=NULL);
192 class Item : public SecPointer<ItemImpl> class in namespace:Security::KeychainCore
195 Item();
196 Item(ItemImpl *impl);
197 Item(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, bool inhibitCheck);
198 Item(SecItemClass itemClass, SecKeychainAttributeList *attrList, UInt32 length, const void* data);
199 Item(cons
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/content/
H A D1.0.rb7 class Item; include ContentModel; end class in class:RSS.RDF
H A D2.0.rb8 class Item; include ContentModel; end class in class:RSS.Rss.Channel
/macosx-10.10.1/ruby-106/ruby/lib/rss/dublincore/
H A D2.0.rb9 class Item; include DublinCoreModel; end class in class:RSS.Rss.Channel
H A D1.0.rb9 class Item; include DublinCoreModel; end class in class:RSS.RDF
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassWriter.java211 Item[] items;
221 Item key;
226 Item key2;
231 Item key3;
479 items = new Item[256];
481 key = new Item();
482 key2 = new Item();
483 key3 = new Item();
817 Item newConstItem(final Object cst) {
881 Item resul
[all...]
H A DItem.java38 final class Item { class
104 Item next;
107 * Constructs an uninitialized {@link Item}.
109 Item() { method in class:Item
112 Item(int index) { method in class:Item
122 Item(final int index, final Item i) { method in class:Item
223 boolean isEqualTo(final Item i) {
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A D2.0.rb93 class Item < RSS09::Items::Item class in class:RSS.Maker.RSS20.Items
112 class Guid < RSS09::Items::Item::Guid
114 guid = Rss::Channel::Item::Guid.new
129 class Enclosure < RSS09::Items::Item::Enclosure
131 enclosure = Rss::Channel::Item::Enclosure.new
146 class Source < RSS09::Items::Item::Source
148 source = Rss::Channel::Item::Source.new
162 class Links < RSS09::Items::Item::Source::Links
168 class Link < RSS09::Items::Item
[all...]
H A Dentry.rb63 (normalize.first || Item.new(@maker)).to_feed(entry)
66 class Item < ItemBase class in class:RSS.Maker.Atom.Entry.Items
141 Guid = Feed::Items::Item::Guid
142 Enclosure = Feed::Items::Item::Enclosure
143 Source = Feed::Items::Item::Source
144 Categories = Feed::Items::Item::Categories
145 Authors = Feed::Items::Item::Authors
146 Contributors = Feed::Items::Item::Contributors
147 Links = Feed::Items::Item::Links
148 Rights = Feed::Items::Item
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h64 class Item { class in class:DYLDCache
66 Item(const DYLDCache &c, uint32_t off) function in class:DYLDCache::Item
79 struct Mapping : public Item<shared_file_mapping_np> {
90 Mapping(const DYLDCache &c, uint32_t off) : Item<shared_file_mapping_np>(c, off) { }
103 struct Image : public Item<dyld_cache_image_info> {
104 Image(const DYLDCache &c, uint32_t off) : Item<dyld_cache_image_info>(c, off) { }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h64 class Item { class in class:DYLDCache
66 Item(const DYLDCache &c, uint32_t off) function in class:DYLDCache::Item
79 struct Mapping : public Item<shared_file_mapping_np> {
90 Mapping(const DYLDCache &c, uint32_t off) : Item<shared_file_mapping_np>(c, off) { }
103 struct Image : public Item<dyld_cache_image_info> {
104 Image(const DYLDCache &c, uint32_t off) : Item<dyld_cache_image_info>(c, off) { }
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpackage.h35 struct Item { struct
126 const Item *getItem(int32_t idx) const;
141 void enumDependencies(Item *pItem, void *context, CheckDependency check);
170 Item *items;
/macosx-10.10.1/ruby-106/ruby/test/rdoc/MarkdownTest_1.0.3/
H A DOrdered and unordered lists.text87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.

Completed in 161 milliseconds

12345678