/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | t_cccol.c | 2 /* lib/krb5/ccache/t_cccol.py - Test ccache collection via API */ 55 /* Construct a list of the names of each credential cache in the collection. */ 106 * Check that the cache names within the current collection begin with first 202 * Get the collection name from the command line. This is a ccache name in main() 203 * with collection semantics, like DIR:/path/to/directory. This test in main() 204 * program assumes that the collection is empty to start with. in main() 210 * Set the default ccache for the context to be the collection name, so the in main() 211 * library can find the collection. in main() 217 * Resolve the collection name. Since the collection is empty, this should in main() 220 * collection name. This resulting subsidiary name should be consistent if in main() [all …]
|
H A D | cc_keyring.c | 59 * This file implements a collection-enabled credential cache type where the 63 * anchor:collection:subsidiary 64 * anchor:collection 65 * collection 73 * within a collection. Otherwise, the residual identifies the collection 74 * itself. When a residual identifying a collection is resolved, the 75 * collection's primary key is looked up (or initialized, using the collection 79 * Keyring collections are named "_krb_<collection>" and are linked from the 80 * anchor keyring. The keys within a keyring collection are links to cache 82 * contains a serialized representation of the collection version (currently 1) [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 141 typedef llvm::SmallVector<Entry, N> Collection; typedef 224 typename Collection::const_iterator pos, end, prev; in IsSorted() 226 // don't end up allocating and making a new collection for no reason in IsSorted() 247 // We can combine at least one entry, then we make a new collection and in CombineConsecutiveRanges() 250 Collection minimal_ranges(m_entries.begin(), pos); in CombineConsecutiveRanges() 284 typename Collection::iterator pos, end; in Slide() 291 void Reserve(typename Collection::size_type size) { m_entries.reserve(size); } in Reserve() 322 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() 323 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() 324 typename Collection in FindEntryIndexThatContains() 445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; global() typedef 741 typedef llvm::SmallVector<Entry, N> Collection; global() typedef [all...] |
H A D | FileSpecList.h | 29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef 30 typedef collection::const_iterator const_iterator; 78 collection m_files; ///< A collection of FileSpec objects. 82 /// A file collection class. 87 typedef std::vector<FileSpec> collection; typedef 88 typedef collection::const_iterator const_iterator; 246 collection m_files; ///< A collection of FileSpec objects.
|
H A D | StreamTee.h | 61 collection::iterator pos, end; in Flush() 63 // Allow for our collection to contain NULL streams. This allows the in Flush() 107 typedef std::vector<lldb::StreamSP> collection; typedef 109 collection m_streams; 117 collection::iterator pos, end; in WriteImpl() 119 // Allow for our collection to contain NULL streams. This allows the in WriteImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSiteList.cpp |
|
H A D | BreakpointLocationCollection.cpp | 36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove() 60 BreakpointLocationCollection::collection::iterator 69 BreakpointLocationCollection::collection::const_iterator 82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair() 92 collection::const_iterator pos = in FindByIDPair() 141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread() 153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal() 170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | error-dump.h | 152 * if the dump collection was not initiated by an assert, the value is 0 154 * if the dump collection was not initiated by an assert, the value is 0 382 * @time_point: time point that caused the dump collection 516 * @FW_DBG_TRIGGER_USER: trigger log collection by user 520 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts 521 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are 523 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch. 524 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a 526 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event. 527 * @FW_DBG_TRIGGER_STATS: trigger log collection upo [all...] |
/freebsd/crypto/krb5/src/include/ |
H A D | CredentialsCache.h | 33 /* Notifications which are sent when the ccache collection or a ccache change. 108 * that multiple Kerberos implementations can share a single collection of 113 * Abstractly, a credentials cache collection contains one or more credentials 137 * atomic, callers should lock the ccache or cache collection they are working 140 * collection other callers can obtain write locks on ccaches in that cache 141 * collection. 144 * because locking ccaches and the cache collection over every iteration would 150 * An application can always lock a ccache or the cache collection to guarantee 152 * modify the ccache or cache collection. 155 * because those techniques imply that same parts of the ccache collection [all …]
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils.hpp | 50 template< typename Collection > 52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection() argument 54 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection() 55 iter != collection.end(); ++iter) { in grep_collection()
|
H A D | atf-c++.3 | 74 .Fn ATF_REQUIRE_IN "element" "collection" 76 .Fn ATF_REQUIRE_NOT_IN "element" "collection" 119 .Fa "const Collection& collection" 399 takes an element and a collection and validates that the element is present in 400 the collection. 407 takes an element and a collection and validates that the element is not present 408 in the collection. 506 .Fa "const Collection& collection" 512 .Fa collection .
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 99 /// A collection class for Module objects. 101 /// Modules in the module collection class are stored as reference counted 153 /// A shared pointer to a module to add to this collection. 170 /// Replaces the module to the collection. 173 /// A shared pointer to a module to replace in this collection. 213 /// deleted. Also release all memory that might be held by any collection 237 /// An index into this module collection. 251 /// An index into this module collection. 263 /// An index into this module collection. 413 /// A shared pointer to a module to remove from this collection. [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnixSignals.cpp | 116 collection::iterator signal = m_signals.find(signo); in AddSignalCode() 125 collection::iterator pos = m_signals.find(signo); in AddSignalCode() 145 collection::const_iterator pos = m_signals.find(signo); in GetSignalDescription() 201 collection::const_iterator pos, end = m_signals.end(); 223 collection::const_iterator pos = m_signals.find(current_signal); in GetFirstSignalNumber() 224 collection::const_iterator end = m_signals.end(); in GetFirstSignalNumber() 250 collection::const_iterator pos = m_signals.find(signo); in GetSignalInfo() 257 collection::iterator pos = m_signals.find(signo); in GetShouldSuppress() 274 collection::const_iterator pos = m_signals.find(signo); in SetShouldSuppress() 281 collection in GetShouldStop() [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocationCollection.h | 129 /// Check whether this collection of breakpoint locations have any 137 /// \b true if the collection contains at least one location that 141 /// Tell whether ALL the breakpoints in the location collection are internal. 155 typedef std::vector<lldb::BreakpointLocationSP> collection; typedef 157 collection::iterator GetIDPairIterator(lldb::break_id_t break_id, 160 collection::const_iterator 164 collection m_break_loc_collection; 168 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
|
/freebsd/sys/dev/hid/ |
H A D | hidrdesc.h | 37 0xa1, 0x01, /* COLLECTION (Application) */\ 41 0xa1, 0x00, /* COLLECTION (Physical) */\ 101 0xa1, 0x01, /* COLLECTION (Application) */\ 104 0xa1, 0x00, /* COLLECTION (Physical) */\ 129 0xa1, 0x01, /* COLLECTION (Applicaption) */\ 133 0xa1, 0x00, /* COLLECTION (Physical) */\ 188 0xa1, 0x01, /* COLLECTION (Application) */\ 202 0xa1, 0x00, /* COLLECTION (Physical) */\ 215 0xc0, /* END COLLECTION */\ 275 0xc0 /* END COLLECTION */\ [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 84 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 85 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 86 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 87 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 88 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 89 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 90 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue … 91 …one, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue …
|
/freebsd/contrib/kyua/utils/text/ |
H A D | operations.ipp | 39 /// Concatenates a collection of strings into a single string. 41 /// \param strings The collection of strings to concatenate. If the collection 46 template< typename Collection > 48 utils::text::join(const Collection& strings, const std::string& delimiter) 52 for (typename Collection::const_iterator iter = strings.begin();
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdestroy.man | 50 Destroys all caches in the collection, if a cache collection is 52 collection to be destroyed. 68 If a cache collection is available, destroy the cache for 70 \fB\-c\fP option to specify the collection to be searched.
|
H A D | kswitch.man | 40 collection, if a cache collection is available. 48 Causes the cache collection to be searched for a cache containing 49 credentials for \fIprincipal\fP\&. If one is found, that collection is
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | TypeList.h | 41 typedef std::vector<lldb::TypeSP> collection; typedef 42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter> 53 typedef collection::iterator iterator; 54 typedef collection::const_iterator const_iterator; 56 collection m_types;
|
H A D | TypeMap.h | 46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef 47 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable; 59 typedef collection::iterator iterator; 60 typedef collection::const_iterator const_iterator; 62 collection m_types;
|
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/ |
H A D | KSWITCH.htm | 28 …es the specified credential cache the primary cache for the collection, if a cache collection is a… 42 <td> Causes the cache collection to be searched for a cache containing credentials for principal. I… 57 collection; for instance, a default cache of type <B>DIR</B> 59 collection. </td>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 53 /// normalized address ranges collection. This class keeps a sorted vector 60 using Collection = SmallVector<T>; 61 Collection Ranges; 76 typename Collection::const_iterator It = find(Addr, Addr + 1); in getRangeThatContains() 83 typename Collection::const_iterator begin() const { return Ranges.begin(); } in begin() 84 typename Collection::const_iterator end() const { return Ranges.end(); } in end() 96 typename Collection::const_iterator find(uint64_t Start, uint64_t End) const { in find() 123 Collection::const_iterator insert(AddressRange Range) { in insert() 182 // Store it into the Ranges collection. in insert()
|
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 165 ** entry as dead. This allows the collection of the key, but keeps its 401 ** mark root set and reset all gray lists, to start a new collection 821 ** collection cycle. Return where to continue the traversal or NULL if 1106 ** collection is not incremental, there are no "new white" objects 1217 ** Mark black 'OLD1' objects when starting a new young collection. 1235 ** Finish a young-generation collection. 1247 ** Does a young collection. First, mark 'OLD1' objects. Then does the 1249 ** finish the collection. 1315 ** Set debt for the next minor collection, which will happen when 1327 ** collection. [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.cpp | 60 collection::const_iterator pos; in operator ==() 61 collection::const_iterator begin = m_entries.begin(); in operator ==() 62 collection::const_iterator end = m_entries.end(); in operator ==() 64 collection::const_iterator rhs_pos; in operator ==() 65 collection::const_iterator rhs_begin = rhs.m_entries.begin(); in operator ==()
|