Home
last modified time | relevance | path

Searched full:collection (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cccol.c2 /* 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 Dcc_keyring.c59 * 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 DRangeMap.h141 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::const_iterator pos = in FindEntryIndexThatContains()
[all …]
H A DFileSpecList.h29 typedef std::vector<std::shared_ptr<SupportFile>> collection; typedef
30 typedef collection::const_iterator const_iterator;
84 collection m_files; ///< A collection of FileSpec objects.
88 /// A file collection class.
93 typedef std::vector<FileSpec> collection; typedef
94 typedef collection::const_iterator const_iterator;
252 collection m_files; ///< A collection of FileSpec objects.
H A DStreamTee.h61 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 DBreakpointSiteList.cpp
H A DBreakpointLocationCollection.cpp36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove()
60 BreakpointLocationCollection::collection::iterator
68 BreakpointLocationCollection::collection::const_iterator
80 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair()
90 collection::const_iterator pos = in FindByIDPair()
139 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread()
151 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal()
168 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h152 * 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
380 * @time_point: time point that caused the dump collection
514 * @FW_DBG_TRIGGER_USER: trigger log collection by user
518 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts
519 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are
521 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch.
522 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a
524 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event.
525 * @FW_DBG_TRIGGER_STATS: trigger log collection upon statistics threshold.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h55 typename collection::const_iterator pos; in Dump()
56 typename collection::const_iterator end = m_site_list.end(); in Dump()
73 typename collection::iterator iter = m_site_list.find(addr); in FindByAddress()
89 typename collection::iterator pos = GetIDIterator(site_id); in FindByID()
107 typename collection::const_iterator pos = GetIDConstIterator(site_id); in FindByID()
160 typename collection::iterator pos = GetIDIterator(site_id); // Predicate in Remove()
177 typename collection::iterator pos = m_site_list.find(addr); in RemoveByAddress()
191 typename collection::const_iterator lower, upper, pos; in FindInRange()
200 typename collection::const_iterator prev_pos = lower; in FindInRange()
257 typename collection::iterator iter = m_site_list.begin(); in Sites()
[all …]
H A DBreakpointLocationCollection.h129 /// 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 llvm::iterator_range<collection::const_iterator>
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h33 /* 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 Dutils.hpp50 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 Datf-c++.374 .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 DModuleList.h99 /// 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.
414 /// A shared pointer to a module to remove from this collection.
[all …]
/freebsd/sys/dev/hid/
H A Dhidrdesc.h37 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/kyua/utils/text/
H A Doperations.ipp39 /// 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 Dkdestroy.man50 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 Dkswitch.man40 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 DTypeList.h41 typedef std::vector<lldb::TypeSP> collection; typedef
42 typedef llvm::iterator_range<collection::const_iterator> TypeIterable;
52 typedef collection::iterator iterator;
53 typedef collection::const_iterator const_iterator;
55 collection m_types;
H A DTypeMap.h46 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; typedef
47 typedef llvm::iterator_range<ValueMapIterator<collection::const_iterator>>
60 typedef collection::iterator iterator;
61 typedef collection::const_iterator const_iterator;
63 collection m_types;
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DKSWITCH.htm28 …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 DAddressRanges.h53 /// 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()
121 Collection::const_iterator insert(AddressRange Range) { in insert()
180 // Store it into the Ranges collection. in insert()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp118 collection::iterator signal = m_signals.find(signo); in AddSignalCode()
127 collection::iterator pos = m_signals.find(signo); in RemoveSignal()
147 collection::const_iterator pos = m_signals.find(signo); in GetSignalDescription()
207 collection::const_iterator pos, end = m_signals.end(); in GetSignalNumberFromName()
229 collection::const_iterator pos = m_signals.find(current_signal); in GetNextSignalNumber()
230 collection::const_iterator end = m_signals.end(); in GetNextSignalNumber()
256 collection::const_iterator pos = m_signals.find(signo); in GetShouldSuppress()
263 collection::iterator pos = m_signals.find(signo); in SetShouldSuppress()
280 collection::const_iterator pos = m_signals.find(signo); in GetShouldStop()
287 collection::iterator pos = m_signals.find(signo); in SetShouldStop()
[all …]
/freebsd/contrib/lua/src/
H A Dlgc.c165 ** 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 DDWARFDeclContext.cpp60 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 ==()

12345678910>>...42