Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java113 public String getURI (int index) in getURI()
131 public String getLocalName (int index) in getLocalName()
149 public String getQName (int index) in getQName()
167 public String getType (int index) in getType()
184 public String getValue (int index) in getValue()
421 public void setAttribute (int index, String uri, String localName, in setAttribute()
444 public void removeAttribute (int index) in removeAttribute()
474 public void setURI (int index, String uri) in setURI()
494 public void setLocalName (int index, String localName) in setLocalName()
514 public void setQName (int index, String qName) in setQName()
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
Dregress-290592.js49 function identity(v, index, array) argument
55 function mutate(v, index, array) argument
67 function mutateForEach(v, index, array) argument
79 function makeUpperCase(v, index, array) argument
93 function concat(v, index, array) argument
100 function isUpperCase(v, index, array) argument
113 function isString(v, index, array) argument
126 ArrayCallback.prototype.makeUpperCase = function (v, index, array) argument
139 ArrayCallback.prototype.concat = function(v, index, array) argument
145 ArrayCallback.prototype.isUpperCase = function(v, index, array) argument
[all …]
Dregress-304828.js215 function (v, index, array) argument
230 function (v, index, array) argument
245 function (v, index, array) argument
260 function (v, index, array) argument
/external/opencore/fileformats/mp4/parser/src/
Duserdataatom.cpp564 UserDataAtom::getCopyRightAtomAt(int32 index) in getCopyRightAtomAt()
578 UserDataAtom::getAssetInfoTitleAtomAt(int32 index) in getAssetInfoTitleAtomAt()
592 UserDataAtom::getAssetInfoDescAtomAt(int32 index) in getAssetInfoDescAtomAt()
606 UserDataAtom::getAssetInfoPerformerAtomAt(int32 index) in getAssetInfoPerformerAtomAt()
620 UserDataAtom::getAssetInfoAuthorAtomAt(int32 index) in getAssetInfoAuthorAtomAt()
634 UserDataAtom::getAssetInfoGenreAtomAt(int32 index) in getAssetInfoGenreAtomAt()
648 UserDataAtom::getAssetInfoRatingAtomAt(int32 index) in getAssetInfoRatingAtomAt()
662 UserDataAtom::getAssetInfoClassificationAtomAt(int32 index) in getAssetInfoClassificationAtomAt()
676 UserDataAtom::getAssetInfoKeyWordAtomAt(int32 index) in getAssetInfoKeyWordAtomAt()
690 UserDataAtom::getAssetInfoLocationAtomAt(int32 index) in getAssetInfoLocationAtomAt()
[all …]
Dmovieatom.cpp378 …tMediaSample(uint32 id, uint32 sampleNumber, uint8 *buf, int32 &size, uint32 &index, uint32 &Sampl… in getMediaSample()
442 int32 MovieAtom::getNextMediaSample(uint32 id, uint8 *buf, uint32 &size, uint32 &index, uint32 &Sam… in getNextMediaSample()
611 MovieAtom::getTrackDecoderSpecificInfoAtSDI(uint32 trackID, uint32 index) in getTrackDecoderSpecificInfoAtSDI()
1312 uint16 MovieAtom::getAssetInfoTitleLangCode(int32 index) in getAssetInfoTitleLangCode()
1335 OSCL_wString& MovieAtom::getAssetInfoTitleNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoTitleNotice()
1356 uint16 MovieAtom::getAssetInfoDescLangCode(int32 index) in getAssetInfoDescLangCode()
1379 OSCL_wString& MovieAtom::getAssetInfoDescNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoDescNotice()
1402 OSCL_wString& MovieAtom::getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) in getCopyRightString()
1426 uint16 MovieAtom::getCopyRightLanguageCode(int32 index) in getCopyRightLanguageCode()
1449 uint16 MovieAtom::getAssetInfoPerformerLangCode(int32 index) in getAssetInfoPerformerLangCode()
[all …]
/external/icu4c/layout/
DGlyphPositionAdjustments.h289 inline le_bool GlyphPositionAdjustments::isCursiveGlyph(le_int32 index) const in isCursiveGlyph()
294 inline le_bool GlyphPositionAdjustments::baselineIsLogicalEnd(le_int32 index) const in baselineIsLogicalEnd()
299 inline float GlyphPositionAdjustments::getXPlacement(le_int32 index) const in getXPlacement()
304 inline float GlyphPositionAdjustments::getYPlacement(le_int32 index) const in getYPlacement()
309 inline float GlyphPositionAdjustments::getXAdvance(le_int32 index) const in getXAdvance()
314 inline float GlyphPositionAdjustments::getYAdvance(le_int32 index) const in getYAdvance()
320 inline le_int32 GlyphPositionAdjustments::getBaseOffset(le_int32 index) const in getBaseOffset()
325 inline void GlyphPositionAdjustments::setXPlacement(le_int32 index, float newXPlacement) in setXPlacement()
330 inline void GlyphPositionAdjustments::setYPlacement(le_int32 index, float newYPlacement) in setYPlacement()
335 inline void GlyphPositionAdjustments::setXAdvance(le_int32 index, float newXAdvance) in setXAdvance()
[all …]
DGlyphPositionAdjustments.cpp31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const in getEntryPoint()
40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const in getExitPoint()
49 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index) in clearEntryPoint()
56 void GlyphPositionAdjustments::clearExitPoint(le_int32 index) in clearExitPoint()
63 void GlyphPositionAdjustments::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baseli… in setEntryPoint()
70 void GlyphPositionAdjustments::setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baseline… in setExitPoint()
77 void GlyphPositionAdjustments::setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd) in setCursiveGlyph()
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java92 int index = isSilentStart(value) ? 1 : 0; in doubleMetaphone() local
270 index) { in handleAEIOUY()
282 int index) { in handleC()
336 int index) { in handleCC()
362 int index) { in handleCH()
393 int index) { in handleD()
419 int index, in handleG()
475 int index) { in handleGH()
509 int index) { in handleH()
525 private int handleJ(String value, DoubleMetaphoneResult result, int index, in handleJ()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dmpeg4file.h117 … int32 getNextMediaSample(uint32 id, uint8 *buf, uint32 &size, uint32 &index, uint32 &SampleOffset) in getNextMediaSample()
168 …int32 getMediaSample(uint32 id, uint32 sampleNumber, uint8 *buf, int32 &size, uint32 &index, uint3… in getMediaSample()
410 SampleEntry *getTextSampleEntryAt(uint32 trackid, uint32 index) in getTextSampleEntryAt()
481 uint16 getAssetInfoTitleLangCode(int32 index) const in getAssetInfoTitleLangCode()
485 … OSCL_wString& getAssetInfoTitleNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoTitleNotice()
489 uint16 getAssetInfoDescLangCode(int32 index) const in getAssetInfoDescLangCode()
493 … OSCL_wString& getAssetInfoDescNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoDescNotice()
497 OSCL_wString& getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) in getCopyRightString()
501 uint16 getCopyRightLanguageCode(int32 index) in getCopyRightLanguageCode()
505 uint16 getAssetInfoPerformerLangCode(int32 index) const in getAssetInfoPerformerLangCode()
[all …]
Davcsampledependency.h36 uint16 getDependencyCount(uint32 index) in getDependencyCount()
41 uint16 getRelativeSampleNumber(uint32 index) in getRelativeSampleNumber()
/external/emma/core/java12/com/vladium/jcd/compiler/
DCodeGen.java26 public static void load_local_object_var (final ByteArrayOStream out, final int index) in load_local_object_var()
46 public static void store_local_object_var (final ByteArrayOStream out, final int index) in store_local_object_var()
88 final int index = cls.getConstants ().add (new CONSTANT_Integer_info (value)); in push_int_value() local
106 public static void push_constant_index (final ByteArrayOStream out, final int index) in push_constant_index()
/external/skia/src/animator/
DSkAnimateActive.cpp40 int index; in init() local
50 int index; in ~SkActive() local
69 int index; in append() local
148 void SkActive::calcDurations(int index) in calcDurations()
173 for (int index = 0; index < fAnimators.count(); index++) { in create() local
203 for (int index = 0; index < fAnimators.count(); index++) { in immediate() local
239 for (int index = 0; index < animators; index++) { in fixInterpolator() local
274 for (int index = offset; index < count; index++) { in initState() local
303 for (int index = 0; index < fAnimators.count(); index++) { in pickUp() local
334 for (int index = 0; index < animators; index++) { in resetInterpolators() local
[all …]
DSkDisplayList.cpp49 for (int index = 0; index < fDrawList.count(); index++) { in draw() local
82 for (int index = 0; index < (*list)->count(); index++) { in SearchForMatch() local
109 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) { in SearchGroupForMatch()
125 for (int index = 0; index < fDrawList.count(); index++) { in reset() local
135 int index = fActiveList.find(active); in remove() local
151 for (int index = 0; index < fDrawList.count(); index++) { in dumpInner() local
161 for (int index = 0; index < fDrawList.count(); index++) { in validate() local
/external/opencore/fileformats/mp4/composer/src/
Dsampletochunkatom.cpp75 PVA_FF_SampleToChunkAtom::nextSample(int32 index, in nextSample()
136 uint32 index = _psampleDescriptionIndexVec->back(); in nextSample() local
149 PVA_FF_SampleToChunkAtom::isNewChunk(uint32 size, int32 index) in isNewChunk()
230 PVA_FF_SampleToChunkAtom::addChunkEntry(uint32 chunk, uint32 samples, uint32 index) in addChunkEntry()
242 PVA_FF_SampleToChunkAtom::replaceLastChunkEntry(uint32 chunk, uint32 samples, uint32 index) in replaceLastChunkEntry()
256 PVA_FF_SampleToChunkAtom::getSampleDescriptionIndexAt(uint32 index) in getSampleDescriptionIndexAt()
/external/clearsilver/python/examples/trans/
Dtrans.sql5 index(string(150)) field
15 index(string_id), field
16 index(filename) field
25 index(string_id) field
/external/webkit/WebCore/svg/
DSVGList.h77 Item getItem(unsigned int index, ExceptionCode& ec) in getItem()
87 const Item getItem(unsigned int index, ExceptionCode& ec) const in getItem()
97 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode&) in insertItemBefore()
103 Item replaceItem(Item newItem, unsigned int index, ExceptionCode& ec) in replaceItem()
114 Item removeItem(unsigned int index, ExceptionCode& ec) in removeItem()
194 Item getItem(unsigned int index, ExceptionCode& ec) in getItem()
203 const Item getItem(unsigned int index, ExceptionCode& ec) const in getItem()
212 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec) in insertItemBefore()
221 Item replaceItem(Item newItem, unsigned int index, ExceptionCode& ec) in replaceItem()
230 Item removeItem(unsigned int index, ExceptionCode& ec) in removeItem()
/external/srec/tools/grxmlcompile/
Dhashmap.cpp51 bool HashMap<T1,T2>::insert( T1 const & index, T2 const & value) in insert()
63 bool HashMap<T1,T2>::remove( T1 const & index ) in remove()
86 bool HashMap<T1,T2>::getIndex( T2 const & value, T1 *index ) in getIndex()
100 bool HashMap<T1,T2>::getFirst( T1 *index, T2 *value ) in getFirst()
114 bool HashMap<T1,T2>::getNext( T1 *index, T2 *value ) in getNext()
128 bool HashMap<T1,T2>::getValue(T1 const & index, T2 *value) in getValue()
/external/icu4c/i18n/
Dudat.cpp237 udat_getAvailable(int32_t index) in udat_getAvailable()
308 int32_t index, in udat_getSymbols()
540 setSymbol(UnicodeString *array, int32_t count, int32_t index, in setSymbol()
555 setEra(DateFormatSymbols *syms, int32_t index, in setEra()
562 setEraName(DateFormatSymbols *syms, int32_t index, in setEraName()
569 setMonth(DateFormatSymbols *syms, int32_t index, in setMonth()
576 setShortMonth(DateFormatSymbols *syms, int32_t index, in setShortMonth()
583 setNarrowMonth(DateFormatSymbols *syms, int32_t index, in setNarrowMonth()
590 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneMonth()
597 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, in setStandaloneShortMonth()
[all …]
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Ddec_alg_codebook.cpp118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_1p_N1()
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_2p_2N1()
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_3p_3N1()
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N1()
265 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N()
316 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_5p_5N()
350 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]) in dec_6p_6N_2()
/external/webkit/JavaScriptCore/bytecompiler/
DRegisterID.h49 explicit RegisterID(int index) in RegisterID()
59 void setIndex(int index) in setIndex()
73 int index() const in index() function
/external/skia/src/core/
DSkBitmapSampler.h99 static inline int do_clamp(int index, unsigned max) in do_clamp()
120 static inline int do_repeat_mod(int index, unsigned max) in do_repeat_mod()
134 static inline int do_repeat_pow2(int index, unsigned max) in do_repeat_pow2()
141 static inline int do_mirror_mod(int index, unsigned max) in do_mirror_mod()
160 static inline int do_mirror_pow2(int index, unsigned max) in do_mirror_pow2()
DSkPicturePlayback.h49 int index = getInt(); in getBitmap() local
58 int index = getInt(); in getMatrix() local
71 int index = getInt(); in getPicture() local
77 int index = getInt(); in getPaint() local
102 int index = getInt(); in getRegion() local
/external/webkit/WebCore/platform/graphics/qt/
DImageSourceQt.cpp116 NativeImagePtr ImageSource::createFrameAtIndex(size_t index) in createFrameAtIndex()
124 float ImageSource::frameDurationAtIndex(size_t index) in frameDurationAtIndex()
138 bool ImageSource::frameHasAlphaAtIndex(size_t index) in frameHasAlphaAtIndex()
150 bool ImageSource::frameIsCompleteAtIndex(size_t index) in frameIsCompleteAtIndex()
/external/apache-http/src/org/apache/http/protocol/
DBasicHttpProcessor.java76 int index) { in addRequestInterceptor()
95 int index) { in addResponseInterceptor()
153 int index) { in addInterceptor()
166 public HttpRequestInterceptor getRequestInterceptor(int index) { in getRequestInterceptor()
205 int index) { in addInterceptor()
219 public HttpResponseInterceptor getResponseInterceptor(int index) { in getResponseInterceptor()
/external/skia/src/gl/
DSkGLTextCache.cpp50 int index = SkTSearch(strike->fGlyphIDArray, strike->fGlyphCount, in findGlyph() local
63 static void make_a_whole(void* buffer, int index, int count, size_t elemSize) { in make_a_whole()
104 int index = SkTSearch(idArray, glyphCount, glyph.fID, sizeof(idArray[0])); in addGlyphAndBind() local
157 size_t index = SkNextLog2(glyph.fHeight); in findGlyph() local
176 size_t index = SkNextLog2(glyph.fHeight); in addGlyphAndBind() local

12345678910>>...37