Searched refs:item (Results 726 - 750 of 2965) sorted by relevance

<<21222324252627282930>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Number/
H A D15.7.3.4-1.js47 var item = 0;
48 array[item++] = new TestCase(SECTION, "NaN", NaN, Number.NaN );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/ObjectObjects/
H A D15.2.3.1-3.js51 var item = 0;
52 array[item++] = new TestCase( SECTION, "Object.prototype = null; Object.prototype",
H A D15.2.3.1-4.js51 var item = 0;
52 array[item++] = new TestCase( SECTION, "delete( Object.prototype ); Object.prototype",
H A D15.2.3.js50 var item = 0;
52 // array[item++] = new TestCase( SECTION, "Object.__proto__", Function.prototype, Object.__proto__ );
53 array[item++] = new TestCase( SECTION, "Object.length", 1, Object.length );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/String/
H A D15.5.4.5-1.js71 item = array.length;
73 array[item++] = new TestCase( SECTION, 'TEST_STRING.charCodeAt('+i+')', NaN, TEST_STRING.charCodeAt( i ) );
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dnl_langinfo.c43 #define _REL(BASE) ((int)item-BASE)
46 nl_langinfo_l(nl_item item, locale_t loc) argument
53 switch (item) {
180 if (ret && !ret[0] && item != D_MD_ORDER && item != CODESET && loc != _c_locale) {
181 ret = nl_langinfo_l(item, _c_locale);
187 nl_langinfo(nl_item item) argument
189 return (nl_langinfo_l(item, __current_locale()));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblber/
H A Doptions.c32 void *item,
45 if(item == NULL) {
75 ber = item;
76 sb = item;
120 void *item,
133 if(item == NULL) {
192 ber = item;
193 sb = item;
31 ber_get_option( void *item, int option, void *outvalue) argument
119 ber_set_option( void *item, int option, LDAP_CONST void *invalue) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CGPDFViewer/
H A DMainController.rb44 def validateMenuItem(item)
45 action = item.action
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
50 ** only the data for the item, not the item itself. The item structure
53 ** The resulting item is returned; NULL if any error occurs.
58 extern SECItem *SECITEM_AllocItem(PRArenaPool *arena, SECItem *item,
62 ** Reallocate the data for the specified "item". If "arena" is not NULL,
65 ** In any case, "item" is expected to be a valid SECItem pointer;
69 extern SECStatus SECITEM_ReallocItem(PRArenaPool *arena, SECItem *item,
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
50 ** only the data for the item, not the item itself. The item structure
53 ** The resulting item is returned; NULL if any error occurs.
58 extern SECItem *SECITEM_AllocItem(PRArenaPool *arena, SECItem *item,
62 ** Reallocate the data for the specified "item". If "arena" is not NULL,
65 ** In any case, "item" is expected to be a valid SECItem pointer;
69 extern SECStatus SECITEM_ReallocItem(PRArenaPool *arena, SECItem *item,
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-10-find-internet.c42 CFDictionaryRef item = CFDictionaryCreate(NULL, keys, values, local
44 ok_status(SecItemAdd(item, NULL), "add internet password");
45 is_status(SecItemAdd(item, NULL), errSecDuplicateItem,
68 /* Modify the server attr of the item. */
84 /* Delete the original item (which should fail since we modified it). */
87 ok_status(SecItemAdd(item, NULL), "add unmodified password");
90 ok_status(SecItemAdd(item, NULL), "add unmodified password");
109 if (item) {
110 CFRelease(item);
111 item
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediasource/
H A DSourceBufferList.idl37 getter SourceBuffer item(unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechGrammarList.idl33 getter SpeechGrammar item([IsIndex] unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/
H A DTestEventTarget.idl34 getter Node item([IsIndex] unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaList.idl36 [TreatReturnedNullStringAs=Null] getter DOMString item([Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDataTransferItemList.idl38 getter DataTransferItem item([Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DDOMTokenList.idl30 [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index);
H A DHTMLCollection.idl27 getter Node item([Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackList.idl33 getter TextTrack item(unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DContextMenuMac.mm49 void ContextMenu::appendItem(ContextMenuItem& item)
51 NSMenuItem* platformItem = item.releasePlatformDescription();
57 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item)
59 NSMenuItem* platformItem = item.releasePlatformDescription();
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMPlugin.idl28 getter DOMMimeType item([Default=Undefined] optional unsigned long index);
H A DDOMPluginArray.idl26 getter DOMPlugin item([Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGListPropertyTearOff.h50 int findItem(ListItemTearOff* item) const
58 if (item == m_wrappers->at(i))
72 RefPtr<ListItemTearOff>& item = m_wrappers->at(itemIndex); local
73 item->detachWrapper();
142 ListItemTearOff* item = m_wrappers->at(i).get(); local
143 if (!item)
145 item->setAnimatedProperty(m_animatedProperty.get());
146 item->setValue(m_values->at(i));
195 // If the item lived in our list, adjust the insertion index.
198 // Spec: If the item i
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardListItem.cpp42 return toImpl(itemRef1)->item() == toImpl(itemRef2)->item();
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dhash.c180 print_hash_info (item)
181 BUCKET_CONTENTS *item;
183 printf ("%4d\t%s\n", item->times_found, pathdata(item)->path);
188 print_portable_hash_info (item)
189 BUCKET_CONTENTS *item;
191 printf ("builtin hash -p %s %s\n", pathdata(item)->path, item->key);

Completed in 322 milliseconds

<<21222324252627282930>>