HomeSort by relevance Sort by last modified time
    Searched refs:getIndex (Results 101 - 125 of 1646) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/text/
ParsePosition.java 75 public int getIndex() {
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKChronoPrinterParser.java 124 assertEquals(pos.getIndex(), expected.getId().length());
133 assertEquals(pos.getIndex(), 0);
142 assertEquals(pos.getIndex(), expected.getId().length());
162 assertEquals(pos.getIndex(), 0);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 42 unsigned getIndex() const { return I->second.Index; }
SlotIndexes.h 51 unsigned getIndex() const { return index; }
117 unsigned getIndex() const {
118 return listEntry()->getIndex() | getSlot();
169 return getIndex() < other.getIndex();
174 return getIndex() <= other.getIndex();
180 return getIndex() > other.getIndex();
186 return getIndex() >= other.getIndex()
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 421 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]);
422 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]);
423 if((x + 2) < w) color[2] = subblockColors0[getIndex(2, j)].addA(alphaValues[j][2]);
424 if((x + 3) < w) color[3] = subblockColors0[getIndex(3, j)].addA(alphaValues[j][3]);
431 if((x + 0) < w) color[0] = subblockColors1[getIndex(0, j)].addA(alphaValues[j][0]);
432 if((x + 1) < w) color[1] = subblockColors1[getIndex(1, j)].addA(alphaValues[j][1]);
433 if((x + 2) < w) color[2] = subblockColors1[getIndex(2, j)].addA(alphaValues[j][2]);
434 if((x + 3) < w) color[3] = subblockColors1[getIndex(3, j)].addA(alphaValues[j][3]);
443 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]);
444 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1])
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 100 result[e.getIndex()] += e.getValue();
115 final int index = e.getIndex();
127 final int index = e.getIndex();
143 final int index = e.getIndex();
181 d += e.getValue() * v.getEntry(e.getIndex());
203 final double diff = e.getValue() - v.getEntry(e.getIndex());
255 d += FastMath.abs(e.getValue() - v.getEntry(e.getIndex()));
267 d += FastMath.abs(e.getValue() - v[e.getIndex()]);
279 d = FastMath.max(FastMath.abs(e.getValue() - v.getEntry(e.getIndex())), d);
291 d = FastMath.max(FastMath.abs(e.getValue() - v[e.getIndex()]), d)
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 51 unsigned getIndex() const { return index; }
132 unsigned getIndex() const {
133 return listEntry()->getIndex() | getSlot();
184 return getIndex() < other.getIndex();
189 return getIndex() <= other.getIndex();
195 return getIndex() > other.getIndex();
201 return getIndex() >= other.getIndex()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnhandledBreakEngine.java 40 while (text.getIndex() > startPos && fHandled[breakType].contains(c)) {
45 while (text.getIndex() < endPos && fHandled[breakType].contains(c)) {
  /external/icu/icu4c/source/common/unicode/
parsepos.h 129 int32_t getIndex(void) const;
208 ParsePosition::getIndex() const
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnhandledBreakEngine.java 39 while (text.getIndex() > startPos && fHandled[breakType].contains(c)) {
44 while (text.getIndex() < endPos && fHandled[breakType].contains(c)) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 82 if (position.getIndex() == value.length()) {
99 if (position.getIndex() != 0) {
102 // to also check that position.getIndex() == value.length() otherwise parsing might have

Completed in 1258 milliseconds

1 2 3 45 6 7 8 91011>>