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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 59 ModuleSummaryIndex &getIndex() { return *Index; }
60 const ModuleSummaryIndex &getIndex() const { return *Index; }
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharacterIteratorWrapper.java 56 * @see UCharacterIterator#getIndex()
59 public int getIndex() {
60 return iterator.getIndex();
114 int currentIndex = iterator.getIndex();
146 int idx = iterator.getIndex()+delta;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharacterIteratorWrapper.java 54 * @see UCharacterIterator#getIndex()
57 public int getIndex() {
58 return iterator.getIndex();
112 int currentIndex = iterator.getIndex();
144 int idx = iterator.getIndex()+delta;
  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
  /cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java 66 assertEquals(i, dateSorter.getIndex(boundary + 1));
68 assertEquals(nextIndex, dateSorter.getIndex(boundary));
69 assertEquals(nextIndex, dateSorter.getIndex(boundary-1));
  /external/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /frameworks/base/core/java/android/util/
ByteStringUtils.java 69 (byte)(((getIndex(chars[i * 2]) << 4) & 0xF0) | (getIndex(chars[i * 2 + 1]) & 0x0F));
74 private static int getIndex(char c) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ParsePositionTest.java 31 assertTrue("Initialization failed.", pp1.getIndex() == Integer.MIN_VALUE);
59 * @tests java.text.ParsePosition#getIndex()
62 // Test for method int java.text.ParsePosition.getIndex()
63 assertTrue("getIndex failed.", pp.getIndex() == Integer.MAX_VALUE);
91 assertEquals("setErrorIndex failed.", 4564, pp.getIndex());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSummaryIndexObjectFile.h 62 const ModuleSummaryIndex &getIndex() const {
63 return const_cast<ModuleSummaryIndexObjectFile *>(this)->getIndex();
65 ModuleSummaryIndex &getIndex() { return *Index; }
  /external/swiftshader/third_party/subzero/src/
IceInstX8632.cpp 147 if (getIndex())
148 assert(!getIndex()->isRematerializable());
174 if (getBase() || getIndex()) {
178 if (getIndex()) {
180 getIndex()->emit(Func);
211 if (getIndex()) {
212 assert(!getIndex()->isRematerializable());
218 getIndex()->dump(Func);
220 getIndex()->dump(Str);
275 if (getIndex())
    [all...]
IceLiveness.cpp 54 SizeT Index = VMetadata->getLocalUseNode(Var)->getIndex();
66 LivenessNode &N = Nodes[(*I)->getIndex()];
83 SizeT VarIndex = Var->getIndex();
89 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex();
103 SizeT VarIndex = Var->getIndex();
112 LivenessNode &Node = Nodes[(*I)->getIndex()];
138 SizeT NodeIndex = Node->getIndex();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdjacencyList.java 137 if (v.getIndex() != -1) {
140 if (theList.get(v.getIndex()).size() != 0)
208 if (v.getIndex() != -1) {
209 if (theList.get(v.getIndex()).size() != 0) {
215 success = buildList(theList, v.getIndex(), bs);
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestZoneOffsetParser.java 101 assertEquals(pos.getIndex(), 1);
108 assertEquals(pos.getIndex(), 1);
115 assertEquals(pos.getIndex(), 6);
122 assertEquals(pos.getIndex(), 6);
130 assertEquals(pos.getIndex(), 0);
137 assertEquals(pos.getIndex(), 0);
144 assertEquals(pos.getIndex(), 5);
151 assertEquals(pos.getIndex(), 5);
235 assertEquals(pos.getIndex(), parse.length());
243 assertEquals(pos.getIndex(), parse.length())
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 101 int index = iterator2.getIndex();
120 int index = iterator2.getIndex();
190 if(iter.getIndex() != UTF16.getCharCount(c) + i)
191 errln("getIndex() after first32PostInc() failed");
195 if (iter.getIndex() != 0)
207 if(iter.getIndex() != i)
208 errln("getIndex() aftr nextCodePointPostInc() isn't working right");
255 public int getIndex() {
379 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 100 int index = iterator2.getIndex();
119 int index = iterator2.getIndex();
189 if(iter.getIndex() != UTF16.getCharCount(c) + i)
190 errln("getIndex() after first32PostInc() failed");
194 if (iter.getIndex() != 0)
206 if(iter.getIndex() != i)
207 errln("getIndex() aftr nextCodePointPostInc() isn't working right");
254 public int getIndex() {
378 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) {
    [all...]

Completed in 1334 milliseconds

1 23 4 5 6 7 8 91011>>