HomeSort by relevance Sort by last modified time
    Searched refs:MatchPos (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 294 List<MatchPos> indexes = new ArrayList<MatchPos>();
323 indexes.add(new MatchPos(v, pos++));
334 indexes.add(new MatchPos(v, pos++));
350 indexes.add(new MatchPos(v, pos));
383 for (MatchPos it : data.getIndexes()) {
494 for (MatchPos index : data.getIndexes()) {
630 private static class MatchPos {
636 public MatchPos(int distance, int position) {
643 return "MatchPos [distance=" + mDistance //$NON-NLS-1
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 835 size_t MatchPos = CheckStr.Pat.Match(Buffer, MatchLen, VariableTable);
836 Buffer = Buffer.substr(MatchPos);
839 if (MatchPos == StringRef::npos) {

Completed in 163 milliseconds