Searched refs:items (Results 76 - 100 of 155) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h73 TypeCategoryImpl::FormatCategoryItems items =
H A DFormatManager.h132 TypeCategoryImpl::FormatCategoryItems items =
136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
H A DTypeSynthetic.h279 const std::initializer_list<const char *> items)
281 for (auto path : items)
278 TypeFilterImpl(const SyntheticChildren::Flags &flags, const std::initializer_list<const char *> items) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp70 ConstString type_name, TypeCategoryImpl::FormatCategoryItems items,
73 return GetFormatManager().AnyMatches(type_name, items, only_enabled,
69 AnyMatches( ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char **matching_category, TypeCategoryImpl::FormatCategoryItems *matching_type) argument
H A DTypeCategoryMap.cpp158 ConstString type_name, TypeCategoryImpl::FormatCategoryItems items,
165 if (pos->second->AnyMatches(type_name, items, only_enabled,
157 AnyMatches( ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char **matching_category, TypeCategoryImpl::FormatCategoryItems *matching_type) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c518 "### to data items, i.e. describes what piece of information is being" NL
522 "### data items in it. The latency sweet spot depends on the change size" NL
906 /* Construct the index P2L contents: describe the 2 items we have.
915 entry->items = apr_pcalloc(scratch_pool, sizeof(*entry->items));
916 entry->items[0].change_set = 0;
917 entry->items[0].number = SVN_FS_X__ITEM_INDEX_ROOT_NODE;
925 entry->items = apr_pcalloc(scratch_pool, sizeof(*entry->items));
926 entry->items[
[all...]
H A Dindex.h30 * mandatory items.
96 /* Number of items in this block / container. Their list can be found
97 * in *ITEMS. 0 for unused sections. 1 for non-container items,
101 /* List of items in that block / container */
102 svn_fs_x__id_t *items; member in struct:svn_fs_x__p2l_entry_t
249 * contains no more than SUB_ITEM sub-items.
265 * location. *SUB_ITEM will be 0 for non-container items.
284 * close upper limit to the actual number of items in the respective revs.
345 /* in l2p: this is the revision of the items being mapped
/freebsd-12-stable/tools/sched/
H A Dschedgraph.py279 self.items = LabelFrame(self, text="Item Type")
282 self.items.grid(row=0, column=0, sticky=E+W)
297 item = ColorConf(self.items, name, color)
365 self.items = []
369 self.items.append(f)
371 self.items[0].grid(row=0, column=0, sticky=E+W)
392 self.items.append(f)
393 item = SourceConf(self.items[self.icol], source)
673 canvas.items[item] = self
818 # It is much faster to append items t
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h44 struct svn_ra_svn__item_t *items; member in struct:svn_ra_svn__list_t
51 #define SVN_RA_SVN__LIST_ITEM(list, idx) (list)->items[idx]
1044 svn_ra_svn__read_data_log_changed_entry(const svn_ra_svn__list_t *items,
/freebsd-12-stable/contrib/dialog/
H A Dcalendar.c83 nl_item items[7] = local
87 table[n] = nl_langinfo(items[n]);
125 nl_item items[12] = local
130 table[n] = nl_langinfo(items[n]);
H A Dutil.c1857 dlg_calc_listw(int item_no, char **items, int group) argument
1861 if ((n = dlg_count_columns(items[i])) > len1)
1863 if ((n = dlg_count_columns(items[i + 1])) > len2)
1870 dlg_calc_list_width(int item_no, DIALOG_LISTITEM * items) argument
1881 if ((n = dlg_count_columns(items[i].name)) > len1)
1883 if ((n = dlg_count_columns(items[i].text)) > len2)
1889 if ((n = dlg_count_columns(items[i].name)) > len1)
2169 dlg_default_item(char **items, int llen) argument
2175 while (*items != 0) {
2176 if (!strcmp(dialog_vars.default_item, *items)) {
2188 dlg_default_listitem(DIALOG_LISTITEM * items) argument
[all...]
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py127 self.items = {}
134 if self.enabled and id in self.items:
136 return self.items[id]
143 if id in self.items and obj is not self.items[id]:
145 # (id, self.items[id], obj))
147 (id, self.items[id], obj))
148 self.items[id] = obj
152 assert id in self.items
153 self.items[i
[all...]
/freebsd-12-stable/bin/ps/
H A Dps.c1032 descendant_sort(KINFO *ki, int items) argument
1044 while (src < items) {
1049 for (nsrc = 1; src + nsrc < items; nsrc++)
1053 for (dst = 0; dst < items; dst++) {
1060 if (dst == items) {
1065 for (ndst = 1; dst + ndst < items; ndst++)
1106 for (src = 0; src < items; src++) {
1120 for (siblings = 0, dst = src + 1; dst < items; dst++) {
/freebsd-12-stable/sys/kern/
H A Dkern_ctf.c44 z_alloc(void *nil, u_int items, u_int size) argument
48 ptr = malloc(items * size, M_TEMP, M_NOWAIT);
/freebsd-12-stable/usr.sbin/bsdconfig/dot/
H A Ddot365 printf '\n\t/*\n\t * Menu items\n\t */\n'
376 printf '\n\t/*\n\t * Sub-menu items\n\t */\n'
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresbin.c247 m->items = bin_to_res_menuitems (wrbfd, data + 4, length - 4, &read);
259 m->items = bin_to_res_menuexitems (wrbfd, data + 4 + offset,
268 /* Convert menu items from binary. */
345 /* Convert menuex items from binary. */
1203 ri->items = NULL;
1216 if(ri->items) {
1217 rc_toolbar_item *ii = ri->items;
1224 ri->items = it;
1694 off = res_to_bin_menuitems (wrbfd, off, menu->items);
1698 off = res_to_bin_menuexitems (wrbfd, off, menu->items);
1705 res_to_bin_menuitems(windres_bfd *wrbfd, rc_uint_type off, const rc_menuitem *items) argument
1744 res_to_bin_menuexitems(windres_bfd *wrbfd, rc_uint_type off, const rc_menuitem *items) argument
1797 res_to_bin_rcdata(windres_bfd *wrbfd, rc_uint_type off, const rc_rcdata_item *items) argument
[all...]
H A Dwindint.h761 struct rc_menuitem *items; member in struct:rc_menu
797 /* Popup menu items for a popup. */
1036 struct bin_messagetable_block items[1]; member in struct:bin_messagetable
1045 rc_toolbar_item *items; member in struct:rc_toolbar
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c603 size_t items; local
758 * Collect items and size. Make sure they make sense.
760 items = INFO_NITEMS(rpkt.err_nitems);
766 datasize = items * size;
770 "Received items %zu, size %zu (total %zu), data in packet is %zu\n",
771 items, size, datasize, n-RESP_HEADER_SIZE);
812 if ((datap + datasize + (pad * items)) > (pktdata + pktdatasize)) {
820 * items. This is so we can play nice with older implementations
824 for (i = 0; i < items; i++) {
835 *ritems += items;
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c183 element *items; /*%< low water item list */ member in struct:isc__mempool
185 unsigned int maxalloc; /*%< max number of items allowed */
186 unsigned int allocated; /*%< # of items currently given out */
187 unsigned int freecount; /*%< # of items on reserved list */
188 unsigned int freemax; /*%< # of items allowed on free list */
189 unsigned int fillcount; /*%< # of items to fetch on each fill */
1860 mpctx->items = NULL;
1921 * Return any items on the free list
1924 while (mpctx->items != NULL) {
1927 item = mpctx->items;
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c1044 /* And remove already processed items from the to-remove hash */
1199 apr_array_header_t *items; local
1204 SVN_ERR(svn_wc_parse_externals_description3(&items, local_abspath,
1208 if (! items->nelts)
1216 for (i = 0; i < items->nelts; i++)
1221 svn_wc_external_item2_t *item = APR_ARRAY_IDX(items, i,
/freebsd-12-stable/sys/netgraph/
H A Dng_deflate.c85 static void *z_alloc(void *, u_int items, u_int size);
427 z_alloc(void *notused, u_int items, u_int size) argument
430 return (malloc(items * size, M_NETGRAPH_DEFLATE, M_NOWAIT));
/freebsd-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c581 int mark, num_keymaps, items, i; local
723 /* Remove unwanted items from list */
756 /* Sort items in keymap */
762 /* Make array of pointers to items in hash */
763 items = 0;
765 km_sorted[items++] = km;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py111 for (nwho, perms) in sorted(d.items()):
330 for (fs, raw) in ds.get_fsacl().items():
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h33 /* These structures define the layouts for the TLV items stored in static and
64 * the items (e.g. static and dynamic VPD below).
162 * Configuration items
267 } items[]; member in struct:tlv_pf_dbi
280 } items[]; member in struct:tlv_global_dbi
/freebsd-12-stable/stand/lua/
H A Dmenu.lua78 local choices = entry.items
108 items = core.bootenvList,
219 -- Swap the first two menu items on single user boot.
313 items = core.kernelList,

Completed in 304 milliseconds

1234567