Searched refs:item (Results 351 - 375 of 2965) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DVTableSpectrum.cpp67 KeyAndCount item = list.at(index); local
70 if (dladdr(item.key, &info)) {
79 fprintf(output, " %s:%s(%p): %lu\n", strippedFileName, info.dli_sname, item.key, item.count);
83 fprintf(output, " %p: %lu\n", item.key, item.count);
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_set_item.c57 const void *item)
65 slot = &pamh->item[item_type];
80 if (item != NULL)
81 nsize = strlen(item) + 1;
96 if (item != NULL) {
99 memcpy(tmp, item, nsize);
116 * The =pam_set_item function sets the item specified by the =item_type
117 * argument to a copy of the object pointed to by the =item argument.
118 * The item is stored in the PAM context specified by the =pamh argument.
119 * See =pam_get_item for a list of recognized item type
55 pam_set_item(pam_handle_t *pamh, int item_type, const void *item) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dsecitem.c43 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len) argument
52 if (item == NULL) {
62 PORT_Assert(item->Data == NULL);
63 result = item;
85 if (item != NULL) {
86 item->Data = NULL;
87 item->Length = 0;
91 SECITEM_FreeItem(result, (item == NULL) ? PR_TRUE : PR_FALSE);
98 SECITEM_ReallocItem(PRArenaPool *arena, SECItem *item, unsigned int oldlen, argument
101 PORT_Assert(item !
276 const SECItem *item = (const SECItem *)key; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dsecitem.c43 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len) argument
52 if (item == NULL) {
62 PORT_Assert(item->Data == NULL);
63 result = item;
85 if (item != NULL) {
86 item->Data = NULL;
87 item->Length = 0;
91 SECITEM_FreeItem(result, (item == NULL) ? PR_TRUE : PR_FALSE);
98 SECITEM_ReallocItem(PRArenaPool *arena, SECItem *item, unsigned int oldlen, argument
101 PORT_Assert(item !
276 const SECItem *item = (const SECItem *)key; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.cpp121 /* [in] */ IWebHistoryItem* item)
125 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
145 /* [in] */ IWebHistoryItem* item)
149 if (!item || FAILED(item->QueryInterface(&webHistoryItem)))
157 /* [retval][out] */ IWebHistoryItem** item)
159 if (!item)
167 *item = WebHistoryItem::createInstance(historyItem);
172 /* [retval][out] */ IWebHistoryItem** item)
120 addItem( IWebHistoryItem* item) argument
144 goToItem( IWebHistoryItem* item) argument
156 backItem( IWebHistoryItem** item) argument
171 currentItem( IWebHistoryItem** item) argument
186 forwardItem( IWebHistoryItem** item) argument
266 containsItem( IWebHistoryItem* item, BOOL* result) argument
279 itemAtIndex( int index, IWebHistoryItem** item) argument
297 removeItem( IWebHistoryItem* item) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/menu/
H A Dm_cursor.c46 | Description : Return position of logical cursor to current item
53 _nc_menu_cursor_pos(const MENU * menu, const ITEM * item, int *pY, int *pX) argument
59 if ((ITEM *) 0 == item)
60 item = menu->curitem;
61 assert(item != (ITEM *) 0);
66 *pX = item->x * (menu->spc_cols + menu->itemlen);
67 *pY = (item->y - menu->toprow) * menu->spc_rows;
76 | Description : Position logical cursor to current item in menu
H A Dm_global.c35 * Globally used internal routines and the default menu and item structures *
55 1, /* length of one item */
67 (ITEM *)0, /* Current item */
139 | the item array that indicates a connection
146 ITEM **item; local
149 for (item = items; *item; item++)
151 (*item)->index = 0;
152 (*item)
176 ITEM **item; local
384 ITEM *item; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtabset.rb11 # Define a proc that knows how to select an item
13 selectItem = proc{|item|
15 l.selection_set(item)
16 l.see(item)
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_tt_only.rb86 flow.each do |item|
87 case item
89 @res << item if in_tt?
91 off_tags res, item
92 on_tags res, item
94 @res << convert_special(item) if in_tt? # TODO can this happen?
96 raise "Unknown flow element: #{item.inspect}"
H A Dformatter.rb69 document.parts.each do |item|
70 case item
72 accept_document item
74 item.accept self
128 flow.each do |item|
129 case item
131 res << convert_string(item)
133 off_tags res, item
134 on_tags res, item
136 res << convert_special(item)
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DFilteringArrayController.m107 // based on the passed in tag (which corresponds to the selected menu item
158 id item = nil;
173 item = [ menu itemWithTag: kSearchCategoryID ];
174 [ menu removeItem: item ];
183 item = [ menu itemWithTag: kSearchCategoryTitle ];
184 [ menu removeItem: item ];
193 item = [ menu itemWithTag: kSearchCategoryRevision ];
194 [ menu removeItem: item ];
203 item = [ menu itemWithTag: kSearchCategoryFeatures ];
204 [ menu removeItem: item ];
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DHistoryPropertyList.cpp87 void HistoryPropertyListWriter::writeHistoryItem(BinaryPropertyListObjectStream& stream, HistoryItem* item) argument
91 const String& title = item->title();
92 const String& displayTitle = item->alternateTitle();
93 double lastVisitedDate = item->lastVisitedTime();
94 int visitCount = item->visitCount();
95 Vector<String>* redirectURLs = item->redirectURLs();
96 const Vector<int>& dailyVisitCounts = item->dailyVisitCounts();
97 const Vector<int>& weeklyVisitCounts = item->weeklyVisitCounts();
109 if (item->lastVisitWasFailure())
111 if (item
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dlibinfo.c66 * it can save the item or list in thread-specific memory and then
95 si_libinfo_general_callback(si_item_t *item, uint32_t status, void *ctx) argument
119 si_item_release(item);
125 LI_set_thread_item(sictx->cat + sictx->key_offset, item);
129 if (item != NULL) res.x = (char*)((uintptr_t)item + sizeof(si_item_t));
189 si_item_t *item; local
195 item = si_user_byname(si_search(), name);
196 LI_set_thread_item(CATEGORY_USER + 100, item);
198 if (item
235 si_item_t *item; local
281 si_item_t *item; local
310 si_item_t *item; local
360 si_item_t *item; local
406 si_item_t *item; local
452 si_item_t *item; local
481 si_item_t *item; local
569 si_item_t *item; local
637 si_item_t *item; local
719 si_item_t *item; local
802 si_item_t *item; local
845 si_item_t *item; local
902 si_item_t *item; local
945 si_item_t *item; local
972 si_item_t *item; local
1063 si_item_t *item; local
1139 si_item_t *item; local
1231 si_item_t *item; local
1363 si_item_t *item; local
1497 si_item_t *item; local
1531 si_item_t *item; local
1561 si_item_t *item; local
1593 si_item_t *item; local
1639 si_item_t *item; local
1700 si_item_t *item; local
1734 si_item_t *item; local
1780 si_item_t *item; local
1837 si_item_t *item; local
1871 si_item_t *item; local
1917 si_item_t *item; local
1974 si_item_t *item; local
2008 si_item_t *item; local
2061 si_item_t *item; local
2118 si_item_t *item; local
2152 si_item_t *item; local
2208 si_item_t *item; local
2266 si_item_t *item; local
2673 si_item_t *item; local
2750 si_libinfo_nameinfo_callback(si_item_t *item, uint32_t status, void *ctx) argument
3041 si_item_t *item; local
3070 si_item_t *item; local
3099 si_item_t *item; local
3130 si_item_t *item; local
3159 si_item_t *item; local
3188 si_item_t *item; local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-12-item-stress.c2 // si-12-item-stress.c
28 ok_status(SecItemCopyMatching(dict, &result), "lookup item data by persistent ref");
58 static void ItemForEachAttr(CFMutableDictionaryRef item, void(^each)(CFStringRef attr, enum ItemAttrType atype)) {
59 CFStringRef iclass = CFDictionaryGetValue(item, kSecClass);
173 static void ItemForEachPKAttr(CFMutableDictionaryRef item, void(^each)(CFStringRef attr, enum ItemAttrType atype)) { argument
174 CFStringRef iclass = CFDictionaryGetValue(item, kSecClass);
260 CFMutableDictionaryRef item = ItemCreate(num); local
261 ItemForEachPKAttr(item, ^(CFStringRef attr, enum ItemAttrType atype) {
320 CFDictionarySetValue(item, attr, value);
324 CFDictionarySetValue(item, kSecAttrSynchronizabl
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Doutlook-folders.tcl83 $T item style set root C0 styAnyRead
84 $T item element configure root C0 \
106 set item [$T item create -button $button]
109 $T item style set $item C0 styFolderUnread
110 $T item element configure $item C0 \
114 $T item style set $item C
[all...]
H A Dbitmaps.tcl50 # Set default item style
61 set I [$T item create]
62 # $T item style set $I 0 $S
63 $T item text $I C0 $name
64 $T item element configure $I C0 elemBmp -bitmap $name
65 $T item lastchild root $I
69 set I [$T item create]
70 $T item style set $I C0 $S
71 $T item text $I C0 $name
73 $T item elemen
[all...]
H A Dexplorer.tcl40 $T item tag add "root children" directory
175 %T item state set %I ~edit
178 %T item element configure %I %C %E -text %t
181 %T item state set %I ~edit
189 set item [$T item create -open no]
190 $T item style set $item name styName type styType modified styDate
191 $T item element configure $item \
[all...]
H A Dlayout.tcl57 set I [$T item create -button yes]
58 $T item style set $I C0 $S
59 $T item lastchild root $I
62 set I [$T item create]
63 $T item style set $I C0 $S
64 $T item lastchild $parent $I
74 set I [$T item create -button yes]
75 $T item style set $I C0 $S
76 $T item lastchild root $I
78 set I2 [$T item creat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl37 # Get the bounding box of all item, and compute the translation
53 # Introspect the canvas, i.e. convert each item to MVG
54 foreach item [$canvas find all] {
55 set type [$canvas type $item]
58 mvg::Emit "# $type ... [$canvas gettags $item]"
60 # Dump the item's attributes, as they are supported by it.
61 # Note how the code is not sliced by item type which then
63 # then checks if the type of the current item supports it.
69 # particular item.
73 mvg::EmitValue $item
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DView.pm91 # name of data item used by view()
92 $self->{ item } = $config->{ item } || 'item';
108 delete @$config{ qw( base method map default prefix suffix notfound item
166 my @args = qw( base prefix suffix notfound item method include_prefix
186 # the internal 'map' hash. If an entry isn't found and the item is an
187 # object that implements the method named in the internal 'method' item,
210 my ($item, $type, $template, $present);
216 foreach $item (
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DView.pm91 # name of data item used by view()
92 $self->{ item } = $config->{ item } || 'item';
108 delete @$config{ qw( base method map default prefix suffix notfound item
166 my @args = qw( base prefix suffix notfound item method include_prefix
186 # the internal 'map' hash. If an entry isn't found and the item is an
187 # object that implements the method named in the internal 'method' item,
210 my ($item, $type, $template, $present);
216 foreach $item (
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Array/
H A D15.4.4.5-1.js125 var item = 0;
128 S[item++] = "var A = new Array()";
130 // array contains one item
131 S[item++] = "var A = new Array( true )";
134 S[item++] = "var A = new Array( true, false, new Boolean(true), new Boolean(false), 'true', 'false' )";
136 S[item++] = "var A = new Array(); A[3] = 'undefined'; A[6] = null; A[8] = 'null'; A[0] = void 0";
138 S[item] = "var A = new Array( ";
142 S[item] += "\'"+ String.fromCharCode(i) +"\'" ;
144 S[item] += ",";
148 S[item]
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dmakemib232 function dump(item, c, s) {
233 # newitem=sofar"."item"("oid[item]")"
234 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
236 if (child[item] != "") {
237 dump(child[item])
238 c = "&_"child[item]"_obj"
241 if (sibling[item] != "") {
242 dump(sibling[item])
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dpwutil.c152 * Dynamically allocate space for a struct item plus the key and data
187 /* Allocate space for struct item, struct passwd and the strings. */
233 struct cache_item *item = v; local
235 if (--item->refcnt == 0)
236 efree(item);
253 struct cache_item key, *item; local
258 item = (struct cache_item *) node->data;
268 item = make_pwitem(key.d.pw, NULL);
269 if (rbinsert(pwcache_byuid, item) != NULL)
271 (unsigned int) uid, item
296 struct cache_item key, *item; local
536 struct cache_item *item = v; local
556 struct cache_item key, *item; local
593 struct cache_item key, *item; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp87 static void updateBackForwardItem(uint64_t itemID, HistoryItem* item) argument
90 item->encodeBackForwardTree(encoder);
92 WebProcess::shared().parentProcessConnection()->send(Messages::WebProcessProxy::AddBackForwardItem(itemID, item->originalURLString(), item->urlString(), item->title(), encoder.dataReference()), 0);
97 RefPtr<HistoryItem> item = prpItem; local
99 // This item/itemID pair should not already exist in our maps.
100 ASSERT(!historyItemToIDMap().contains(item.get()));
103 historyItemToIDMap().set(item, itemID);
104 idToHistoryItemMap().set(itemID, item);
107 WK2NotifyHistoryItemChanged(HistoryItem* item) argument
121 idForItem(HistoryItem* item) argument
147 RefPtr<HistoryItem> item = prpItem; local
167 goToItem(HistoryItem* item) argument
[all...]

Completed in 301 milliseconds

<<11121314151617181920>>