Searched refs:index (Results 101 - 125 of 4102) sorted by relevance

1234567891011>>

/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp631 int index; local
660 for ( index = 0; index < count; index++ )
670 debugID = gTraceBuffer[index].debugid;
673 now = gTraceBuffer[index].timestamp & KDBG_TIMESTAMP_MASK;
675 if ( index == 0 )
706 if ( entry->taskID == gTraceBuffer[index].arg2 )
727 entry->taskID = gTraceBuffer[index].arg2;
728 entry->cdb[0] = gTraceBuffer[index]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/ico/
H A DICOImageDecoder.cpp88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
90 return (index && (index < m_dirEntries.size())) ? m_dirEntries[index].m_size : size();
114 ImageFrame* ICOImageDecoder::frameBufferAtIndex(size_t index) argument
116 // Ensure |index| is valid.
117 if (index >= frameCount())
120 ImageFrame* buffer = &m_frameBufferCache[index];
123 decode(index, false);
144 bool ICOImageDecoder::hotSpotAtIndex(size_t index, IntPoin argument
163 setDataForPNGDecoderAtIndex(size_t index) argument
176 decode(size_t index, bool onlySize) argument
204 decodeAtIndex(size_t index) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp24 UInt32 index = 0 ; local
30 while ( !found && index < rangeCount )
32 distanceInRange = address - ranges[index].address ;
33 if ( found = ( distanceInRange < ranges[ index ].length ) )
36 offset += ranges[ index ].length ;
38 ++index ;
102 for( unsigned index=2; index < fData.rangeCount; ++index )
104 result.address = MIN( result.address, fData.ranges[index]
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditmajor.h19 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditrbbi.cpp35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
38 switch (index) {
H A Ditutil.h18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGNode.cpp35 unsigned Node::index() const function in class:JSC::DFG::Node
50 out.print("@", node->index());
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntryArray.idl38 getter Entry item([IsIndex] unsigned long index);
H A DEntryArraySync.idl38 getter EntrySync item([IsIndex] unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionResultList.idl32 getter SpeechRecognitionResult item([IsIndex] unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLResultSetRowList.idl36 [Custom] any item(unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMHTMLCollectionCustom.cpp28 WebDOMNode WebDOMHTMLCollection::item(unsigned index) argument
33 return toWebKit(WTF::getPtr(impl()->item(index)));
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSRuleList.idl32 getter CSSRule item([Default=Undefined] optional unsigned long index);
H A DCSSStyleSheet.idl27 [Default=Undefined] optional unsigned long index);
28 [RaisesException] void deleteRule([Default=Undefined] optional unsigned long index);
35 optional unsigned long index);
36 [RaisesException] void removeRule([Default=Undefined] optional unsigned long index);
H A DCSSValueList.idl31 getter CSSValue item([Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRectList.idl31 getter ClientRect item([IsIndex, Default=Undefined] optional unsigned long index);
H A DTouchList.idl32 getter Touch item(unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileList.idl31 getter File item(unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DDOMSettableTokenList.idl31 [TreatReturnedNullStringAs=Null] getter DOMString (unsigned long index);
H A DRadioNodeList.idl32 getter Node ([IsIndex,Default=Undefined] optional unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPerformanceEntryList.idl39 getter PerformanceEntry item(unsigned long index);
H A DSpeechInputResultList.idl32 getter SpeechInputResult item([IsIndex] unsigned long index);
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.h44 int bindBlob(int index, const void* blob, int size);
45 int bindBlob(int index, const String&);
46 int bindText(int index, const String&);
47 int bindInt(int index, int);
48 int bindInt64(int index, int64_t);
49 int bindDouble(int index, double);
50 int bindNull(int index);
51 int bindValue(int index, const SQLValue&);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGElementInstanceList.idl31 SVGElementInstance item([Default=Undefined] optional unsigned long index);
H A DSVGLengthList.idl34 [StrictTypeChecking, RaisesException] SVGLength getItem(unsigned long index);
35 [StrictTypeChecking, RaisesException] SVGLength insertItemBefore(SVGLength item, unsigned long index);
36 [StrictTypeChecking, RaisesException] SVGLength replaceItem(SVGLength item, unsigned long index);
37 [StrictTypeChecking, RaisesException] SVGLength removeItem(unsigned long index);

Completed in 263 milliseconds

1234567891011>>