Searched refs:getAt (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_List.h53 TYPE *getAt(FX_INT32 nIndex) function in class:CJBig2_List
H A DJBig2_BitStream.h38 FX_BYTE getAt(FX_DWORD dwOffset);
231 inline FX_BYTE CJBig2_BitStream::getAt(FX_DWORD dwOffset) function in class:CJBig2_BitStream
H A DJBig2_Context.cpp224 nRet = parseSegmentData(m_pSegmentList->getAt(m_nSegmentDecoded), pPause);
402 pSeg = m_pSegmentList->getAt(i);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DStripedTest.java141 indexByLock.put(striped.getAt(i), i);
172 // this gets the stripes with #getAt(index)
174 Object object = striped.getAt(i);
176 assertSame(object, striped.getAt(i)); // idempotent
187 striped.getAt(-1);
192 striped.getAt(striped.size());
204 striped.getAt(Integer.MAX_VALUE - i);
/external/skia/src/utils/
H A DSkRTConf.cpp112 if (confArray->getAt(0)->isDefault()) {
115 confArray->getAt(0)->print(o);
126 if (!confArray->getAt(0)->isDefault()) {
145 if (!confArray->getAt(0)->isDefault()) {
146 confArray->getAt(0)->print(o);
161 if (!conf->equals(confArray->getAt(0))) {
/external/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java115 public abstract L getAt(int index); method in class:Striped
118 * Returns the index to which the given key is mapped, so that getAt(indexFor(key)) == get(key).
129 * {@link #getAt(int)}) order. Thus, threads that use the stripes in the order returned
158 array[0] = getAt(previousStripe);
164 array[i] = getAt(currentStripe);
305 return getAt(indexFor(key));
328 @Override public L getAt(int index) { method in class:Striped.CompactStriped
355 @Override public L getAt(int index) { method in class:Striped.SmallLazyStriped
423 @Override public L getAt(int index) { method in class:Striped.LargeLazyStriped
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.h49 getAt(const UChar* source, int32_t srcLen,
H A Dprscmnts.cpp183 getAt(const UChar* source, int32_t srcLen, function
H A Dwrtxml.cpp444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DStripedBenchmark.java100 locks.add(striped.getAt(i));
121 rvalue += stripedLocal.getAt(stripesLocal[(int) (i & mask)]).hashCode();
/external/skia/include/core/
H A DSkTDArray.h113 T& getAt(int index) {
116 const T& getAt(int index) const {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java167 byte getAt(int index) { method in class:CollationKeys.SortKeyLevel
752 byte c = cases.getAt(i);
/external/skia/tools/
H A Dskdiff_main.cpp57 if (*array->getAt(i) == result) {

Completed in 287 milliseconds