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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
FunctionId.h 24 uint32_t getIndex() const { return Index; }
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex()
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
bloom_filter.h 39 mFilter.set(getIndex(position));
43 return mFilter.test(getIndex(position));
49 AK_FORCE_INLINE size_t getIndex(const int position) const {
  /libcore/ojluni/src/main/java/java/beans/
IndexedPropertyChangeEvent.java 71 public int getIndex() {
76 sb.append("; index=").append(getIndex());
  /external/llvm/include/llvm/Analysis/
ModuleSummaryAnalysis.h 44 ModuleSummaryIndex &getIndex() const { return *Index; }
68 ModuleSummaryIndex &getIndex() { return IndexBuilder->getIndex(); }
69 const ModuleSummaryIndex &getIndex() const {
70 return IndexBuilder->getIndex();
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 116 DFSInfo bbInfo = info[in.getIndex()];
117 DFSInfo ancestorbbInfo = info[bbInfo.ancestor.getIndex()];
127 DFSInfo vbbInfo = info[v.getIndex()];
129 DFSInfo vabbInfo = info[vAncestor.getIndex()];
144 if (info[vAncestorRep.getIndex()].semidom
145 < info[vRep.getIndex()].semidom) {
154 DFSInfo bbInfo = info[v.getIndex()];
176 domInfos[root.getIndex()].idom = root.getIndex();
193 DFSInfo wInfo = info[w.getIndex()];
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderReference.java 37 int getIndex();
  /libcore/ojluni/src/main/java/java/text/
CharacterIterator.java 53 * The current index can be retrieved by calling getIndex() and set directly
91 * int end = iter.getIndex();
96 * int start = iter.getIndex();
132 * Gets the character at the current position (as returned by getIndex()).
135 * @see #getIndex()
185 public int getIndex();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
StringCharacterIteratorTest.java 234 * @tests java.text.StringCharacterIterator.getIndex()
238 assertEquals(0, fixture.getIndex());
240 assertEquals(1, fixture.getIndex());
243 assertEquals(2, fixture.getIndex());
245 assertEquals(2, fixture.getIndex());
270 assertEquals(0, fixture.getIndex());
272 assertEquals(1, fixture.getIndex());
274 assertEquals(2, fixture.getIndex());
276 assertEquals(3, fixture.getIndex());
278 assertEquals(4, fixture.getIndex());
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseMapElement.h 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
48 - (NSNumber *)getIndex;
ANTLRIntStream.h 45 - (NSInteger) getIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseMapElement.h 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
48 - (NSNumber *)getIndex;
ANTLRIntStream.h 45 - (NSInteger) getIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseMapElement.h 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
48 - (NSNumber *)getIndex;
ANTLRIntStream.h 45 - (NSInteger) getIndex;
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 58 * adds the <var>getIndex</var> methods (below).</p>
186 public int getIndex (String uri, String localName);
196 public int getIndex (String qName);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IndexedItem.java 49 public final int getIndex() {
  /dalvik/dx/src/com/android/dx/dex/file/
IndexedItem.java 49 public final int getIndex() {

Completed in 2141 milliseconds

1 2 3 4 5 6 7 8 91011>>