HomeSort by relevance Sort by last modified time
    Searched full:getindex (Results 51 - 75 of 896) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ZoneMeta.java 665 if (id.charAt(pos.getIndex()) == 0x002D /*'-'*/) {
667 } else if (id.charAt(pos.getIndex()) != 0x002B /*'+'*/) {
670 pos.setIndex(pos.getIndex() + 1);
676 int start = pos.getIndex();
679 if (pos.getIndex() == start) {
684 if (pos.getIndex() < id.length()){
685 if (pos.getIndex() - start > 2
686 || id.charAt(pos.getIndex()) != 0x003A /*':'*/) {
690 pos.setIndex(pos.getIndex() + 1);
691 int oldPos = pos.getIndex();
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h 79 return l->getIndex() - r->getIndex();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h 78 return l->getIndex() - r->getIndex();
  /external/icu/icu4c/source/common/unicode/
normlzr.h 60 * The earlier implementation reported the getIndex() inconsistently,
74 * the getIndex(). Note that if the text at the current position
80 * getIndex() always refers to the position in the input text where the normalized
84 * corresponds to text at or after getIndex(), according to the
87 * next() returns a code point from at or after the getIndex()
88 * from before the next() call. After the next() call, the getIndex()
94 * previous() returns a code point from at or after the getIndex()
100 * starting at the getIndex() and ending at a following "safe" index.
104 * of text needs to be normalized, and the getIndex() needs to be moved.
110 * know, and be able to set, in addition to the getIndex(), at least also th
    [all...]
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 130 outState.putInt(STATE_CURRENT_PAGE_INDEX, mCurrentPage.getIndex());
189 int index = mCurrentPage.getIndex();
210 showPage(mCurrentPage.getIndex() - 1);
215 showPage(mCurrentPage.getIndex() + 1);
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 130 outState.putInt(STATE_CURRENT_PAGE_INDEX, mCurrentPage.getIndex());
189 int index = mCurrentPage.getIndex();
210 showPage(mCurrentPage.getIndex() - 1);
215 showPage(mCurrentPage.getIndex() + 1);
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
PdfRendererBasicFragment.java 130 outState.putInt(STATE_CURRENT_PAGE_INDEX, mCurrentPage.getIndex());
189 int index = mCurrentPage.getIndex();
210 showPage(mCurrentPage.getIndex() - 1);
215 showPage(mCurrentPage.getIndex() + 1);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
IterCollationIterator.java 35 return iter.getIndex();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 40 int start = fIter.getIndex();
179 int start = text.getIndex();
186 while ((current = text.getIndex()) > startPos && isDict) {
194 while ((current = text.getIndex()) < endPos && fSet.contains(c)) {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BulkBeanException.java 36 public int getIndex() {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackGenerator.java 32 int getIndex(MethodInfo method);
FixedValueGenerator.java 34 context.emitCallback(e, context.getIndex(method));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastConstructor.java 24 super(fc, constructor, fc.getIndex(constructor.getParameterTypes()));
FastMember.java 35 public int getIndex() {
  /external/v8/src/
natives.h 35 static int GetIndex(const char* name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLFrame.java 40 public int getIndex() {
  /external/icu/icu4c/source/test/intltest/
tfsmalls.cpp 33 if (pp1 && (pp1->getIndex() == 0)) {
36 it_errln("*** PP getIndex or constructor() result");
44 if (pp2.getIndex() == 5) {
45 it_logln("PP getIndex and constructor(int32_t) tested.");
47 it_errln("*** PP getIndex or constructor(int32_t) result");
50 if (pp2.getIndex() == 3) {
53 it_errln("*** PP getIndex or setIndex result");
  /external/jetty/src/java/org/eclipse/jetty/io/
BufferUtil.java 48 for (int i= buffer.getIndex(); i < buffer.putIndex(); i++)
86 for (int i= buffer.getIndex(); i < buffer.putIndex(); i++)
162 * Add hex integer BEFORE current getIndex.
170 int gi=buffer.getIndex();
183 int gi=buffer.getIndex();
346 int bi=buffer.getIndex();
347 for (int i=prefix.getIndex(); i<prefix.putIndex();i++)
ByteArrayBuffer.java 126 int s = markIndex() >= 0 ? markIndex() : getIndex();
135 setGetIndex(getIndex() - s);
169 int get=getIndex();
199 int get=getIndex();
244 int get=getIndex();
321 System.arraycopy(src_array, src.getIndex(), _bytes, index, length);
324 int s=src.getIndex();
365 int off=getIndex();
375 out.write(_bytes,getIndex(),len);
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 133 unsigned index = startItr->getIndex();
138 } while (curItr != indexList.end() && curItr->getIndex() <= index);
140 DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex() << '-'
180 assert(ListI->getIndex() >= startIdx.getIndex() &&
220 dbgs() << itr->getIndex() << " ";
238 os << listEntry()->getIndex() << "Berd"[getSlot()];
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 48 outValue.data = static_cast<uint32_t>(value.getIndex());
122 if (value.getIndex() > std::numeric_limits<uint32_t>::max()) {
127 outValue.data = static_cast<uint32_t>(value.getIndex());
143 if (value.getIndex() > std::numeric_limits<uint32_t>::max()) {
148 outValue.data = static_cast<uint32_t>(value.getIndex());
164 if (path.getIndex() > std::numeric_limits<uint32_t>::max()) {
169 outValue.data = static_cast<uint32_t>(path.getIndex());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 73 .getIndex(), theFinalStates4[i]);
110 * Method test for getIndex
145 theReturn = aDataTruncation.getIndex();
158 .getIndex(), theFinalStates4[i]);
230 .getIndex(), theFinalStates4[i]);
302 .getIndex(), theFinalStates4[i]);
374 .getIndex(), theFinalStates4[i]);
446 .getIndex(), theFinalStates4[i]);
498 assertEquals(initThr.getIndex(), dserThr.getIndex());
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 183 * @see #getIndex
250 if (text == null || text.getEndIndex() == text.getIndex()) {
305 public abstract int getIndex();
372 while (it.getIndex() < limit) {
388 * {@link #getIndex}) is the match position if one was found.
395 * @see #getIndex
399 int index = getIndex(); // offset = getOffset() in ICU4C
441 * {@link #getIndex}) is the match position if one was found.
447 * @see #getIndex
458 index = getIndex();
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 210 assertEquals("getIndex() must be -1", tE.getIndex(), -1);
264 assertEquals("getIndex() must return -1", tE.getIndex(), -1);
333 assertEquals("getIndex() must return -1", tE.getIndex(), -1);
  /external/icu/icu4c/source/i18n/
uitercollationiterator.cpp 39 return iter.getIndex(&iter, UITER_CURRENT);
96 return iter.getIndex(&iter, UITER_CURRENT);
280 start = pos = iter.getIndex(&iter, UITER_CURRENT);
307 pos = iter.getIndex(&iter, UITER_CURRENT);
361 limit = pos = iter.getIndex(&iter, UITER_CURRENT);
388 pos = iter.getIndex(&iter, UITER_CURRENT);

Completed in 921 milliseconds

1 23 4 5 6 7 8 91011>>