Searched refs:items (Results 101 - 125 of 1090) sorted by relevance

1234567891011>>

/macosx-10.9.5/zlib-53/zlib/
H A Dzutil.c216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
219 ulg bsize = (ulg)items*size;
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
278 return _halloc((long)items, size);
296 extern voidp calloc OF((uInt items, uInt size));
300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
302 unsigned items;
305 if (opaque) items += size - size; /* make compiler happy */
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
307 (voidpf)calloc(items, siz
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Ddemo_menus.c204 /* FIXME: MENU.itemlen seems the only way to get actual width of items */
211 menu_create(ITEM ** items, int count, int ncols, MenuNo number) argument
225 result = new_menu(items);
265 ITEM **items = menu_items(m); local
271 blob = item_name(*items);
283 free(items);
287 ITEM **ip = items;
313 static ITEM *items[SIZEOF(labels)]; local
315 ITEM **ip = items;
322 mpFile = menu_create(items, SIZEO
353 static ITEM **items; local
456 static ITEM *items[SIZEOF(t_tbl)]; local
501 ITEM **items; local
600 static ITEM *items[SIZEOF(labels)]; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl242 Widget::getVariable $path items
255 return [Widget::cget $items($item) $option]
260 return [Widget::cget $items($item) $option]
265 return [$path.buttons itemcget $items($item) $option]
273 Widget::getVariable $path items
286 set res [Widget::configure $items($item) $args]
289 if {[Widget::hasChanged $items($item) -title title]} {
299 return [Widget::configure $items($item) $args]
304 return [eval $path.buttons itemconfigure [list $items($item)] $args]
326 Widget::getVariable $path items
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_2.0.rb145 assert(channel.items.empty?)
379 assert(rss.channel.items.empty?)
386 maker.items.new_item do |item|
395 maker.items.do_sort = true
397 assert_equal(item_size, rss.items.size)
398 rss.channel.items.each_with_index do |item, i|
412 maker.items.new_item do |item|
421 maker.items.do_sort = Proc.new do |x, y|
429 assert_equal(item_size, rss.items.size)
430 rss.channel.items
[all...]
H A Dtest_maker_dc.rb45 item = maker.items.last
55 assert_dublin_core(@elements, rss.items.last)
85 item = maker.items.last
99 assert_multiple_dublin_core(elems, rss.items.last)
115 item = maker.items.last
122 assert_equal([t2, t1], rss.items.last.dc_dates.collect{|x| x.value})
H A Dtest_setup_maker_atom_entry.rb76 maker.items.new_item do |item|
173 assert_equal(1, new_feed.items.size)
191 maker.items.new_item do |item|
201 feed.items.each do |item|
205 item.setup_maker(maker.items)
209 feed.items.clear
213 assert_equal(1, new_feed.items.size)
214 new_feed.items[0..1].each_with_index do |item, i|
239 entry.setup_maker(maker.items)
241 maker.items
[all...]
H A Dtest_setup_maker_1.0.rb96 rss.items.each do |item|
106 assert_equal(1, channel.items.Seq.lis.size)
143 rss.items.each do |item|
184 rss.items.each do |item|
213 maker.items.new_item do |item|
239 rss.items.each do |item|
243 item.setup_maker(maker.items)
248 assert_equal(item_size, new_rss.items.size)
249 new_rss.items.each_with_index do |item, i|
287 item.setup_maker(maker.items)
[all...]
H A Dtest_to_s.rb44 assert_items10(@item_infos, rss.items)
45 rss.items.each do |item|
56 assert_items10(@item_infos, rss.items)
69 assert_items09(@item_infos, rss.items)
78 assert_items09(@item_infos, rss.items)
91 assert_items20(@item_infos, rss.items)
100 assert_items20(@item_infos, rss.items)
175 "items" => @item_links.collect{|link| {"resource" => link}},
366 items = maker.items
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.cpp143 // Get all items off the card
146 static void get(Connection *conn, Connection::ItemSet &items) argument
155 items.insert(new Item(info));
166 ItemSet items; local
168 get<MSCKeyInfo, Key, MSCListKeys>(this, items);
170 get<MSCObjectInfo, Object, MSCListObjects>(this, items);
171 items.swap(result);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.cpp143 // Get all items off the card
146 static void get(Connection *conn, Connection::ItemSet &items) argument
155 items.insert(new Item(info));
166 ItemSet items; local
168 get<MSCKeyInfo, Key, MSCListKeys>(this, items);
170 get<MSCObjectInfo, Object, MSCListObjects>(this, items);
171 items.swap(result);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.cpp179 WebCore::HistoryItemVector items; local
181 core->forwardListWithLimit(limit, items);
182 return _ewk_history_item_list_get(items);
188 WebCore::HistoryItemVector items; local
189 core->forwardListWithLimit(limit, items);
190 return _ewk_history_item_list_get(items);
202 WebCore::HistoryItemVector items; local
204 core->backListWithLimit(limit, items);
205 return _ewk_history_item_list_get(items);
211 WebCore::HistoryItemVector items; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotgantt.tcl91 set items {}
92 lappend items \
110 lappend items \
124 return $items
187 set items {}
188 lappend items \
207 lappend items \
215 return $items
264 # args List of items belonging to the summary
266 # List of canvas items makin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProfileLauncherView.js157 var items = this._profileTypeSelectorForm.elements;
158 for (var i = 0; i < items.length; ++i) {
159 if (items[i].type === "radio")
160 items[i].disabled = this._isProfiling;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu.h54 * Ewk_Context_Menu with the given initial items. The context menu is
57 * @param items the list of initial items
62 EAPI Ewk_Context_Menu *ewk_context_menu_new_with_items(Eina_List *items);
91 * Gets the list of items.
93 * @param o the context menu to get list of the items
94 * @return the list of the items on success or @c NULL on failure
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cf/
H A DWebPageProxyCF.cpp190 RetainPtr<CFMutableArrayRef> items; local
193 items = adoptCF(CFArrayCreateMutable(0, size, &kCFTypeArrayCallBacks));
195 CFArrayAppendValue(items.get(), searchItems[i].createCFString().get());
198 CFPreferencesSetAppValue(autosaveKey(name).get(), items.get(), kCFPreferencesCurrentApplication);
208 RetainPtr<CFArrayRef> items = adoptCF(reinterpret_cast<CFArrayRef>(CFPreferencesCopyAppValue(autosaveKey(name).get(), kCFPreferencesCurrentApplication))); local
210 if (!items || CFGetTypeID(items.get()) != CFArrayGetTypeID())
213 size_t size = CFArrayGetCount(items.get());
215 CFStringRef item = (CFStringRef)CFArrayGetValueAtIndex(items.get(), i);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebPopupMenuProxyGtk.cpp66 void WebPopupMenuProxyGtk::showPopupMenu(const IntRect& rect, TextDirection textDirection, double pageScaleFactor, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex) argument
73 const int size = items.size();
75 if (items[i].m_type == WebPopupItem::Separator)
78 GRefPtr<GtkAction> action = adoptGRef(createGtkActionForMenuItem(items[i], i));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebContextMenu.h46 Vector<WebContextMenuItemData> items() const;
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DuniParse.tcl42 proc uni::getValue {items index} {
48 set category [lindex $items 2]
49 if {[scan [lindex $items 12] %4x toupper] == 1} {
54 if {[scan [lindex $items 13] %4x tolower] == 1} {
59 if {[scan [lindex $items 14] %4x totitle] == 1} {
117 set items [split $line \;]
119 scan [lindex $items 0] %4x index
122 set gIndex [getGroup [getValue $items $index]]
131 && ![regexp "Last>$" [lindex $items 1]]} {
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DuniParse.tcl42 proc uni::getValue {items index} {
48 set category [lindex $items 2]
49 if {[scan [lindex $items 12] %4x toupper] == 1} {
54 if {[scan [lindex $items 13] %4x tolower] == 1} {
59 if {[scan [lindex $items 14] %4x totitle] == 1} {
117 set items [split $line \;]
119 scan [lindex $items 0] %4x index
122 set gIndex [getGroup [getValue $items $index]]
131 && ![regexp "Last>$" [lindex $items 1]]} {
/macosx-10.9.5/CPANInternal-140/Crypt-OpenSSL-Bignum/
H A DBignum.xs170 if( items > 3 )
172 bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
174 ST(0) = ( (items < 3 ) ? proto_obj( bn ) : ST(2) );
184 if( items > 3 )
186 bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
188 ST(0) = ( (items < 3 ) ? proto_obj( bn ) : ST(2) );
199 if( items > 4 )
201 bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
203 ST(0) = ( (items < 4 ) ? proto_obj( bn ) : ST(3) );
215 if( items >
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.xs170 if( items > 3 )
172 bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
174 ST(0) = ( (items < 3 ) ? proto_obj( bn ) : ST(2) );
184 if( items > 3 )
186 bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
188 ST(0) = ( (items < 3 ) ? proto_obj( bn ) : ST(2) );
199 if( items > 4 )
201 bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
203 ST(0) = ( (items < 4 ) ? proto_obj( bn ) : ST(3) );
215 if( items >
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOlsonDB.pm82 my @items = split /\s+/, $rule, 10;
84 shift @items;
85 my $name = shift @items;
88 @rule{ qw( from to type in on at save letter ) } = @items;
107 my @items = grep { defined && length } split /\s+/, $zone, $expect;
112 shift @items; # remove "Zone"
113 $name = shift @items;
116 @obs{ qw( gmtoff rules format until ) } = @items;
139 my @items = split /\s+/, $link, 3;
141 $self->{links}{ $items[
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestcontextmenu.c98 GList *items; local
110 items = gtk_container_get_children(GTK_CONTAINER(defaultMenu));
113 iter = items;
122 iter = items;
131 iter = items;
145 iter = items;
157 g_list_free(items);
232 GList *items; local
253 items = gtk_container_get_children(GTK_CONTAINER(defaultMenu));
254 iter = items;
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp74 WebCore::HistoryItemVector items = backForwardList->entries(); local
76 for (unsigned i = 0; i < items.size(); i++)
77 g_hash_table_remove(table, items[i].get());
200 * @limit: the number of items to retrieve
202 * Returns a list of items that succeed the current item, limited by @limit
204 * Return value: (element-type WebKit.WebHistoryItem) (transfer container): a #GList of items succeeding the current item, limited by @limit
214 WebCore::HistoryItemVector items;
217 backForwardList->forwardListWithLimit(limit, items);
219 for (unsigned i = 0; i < items.size(); i++) {
220 WebKitWebHistoryItem* webHistoryItem = kit(items[
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dcubetype.sh37 items=(foo bar)
74 b.items[1]=bam
75 b.items[2]=extra
76 exp=3 got=${#b.items[@]}
77 [[ ${#b.items[@]} == 3 ]] || err_exit "\${#b.items[@]} incorrect for iteration $i -- expected $exp, got '$got'"
85 unset b.items
86 exp=2 got=${#b.items[@]}
87 [[ ${#b.items[@]} == 2 ]] || err_exit "\${#b.items[
[all...]

Completed in 400 milliseconds

1234567891011>>