Searched refs:Mid (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/tools/bugpoint/
H A DListReducer.h115 unsigned Mid = MidTop / 2; local
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
140 MidTop = Mid;
/external/lzma/CPP/7zip/UI/Common/
H A DDefaultName.cpp16 if (extension.CompareNoCase(fileName.Mid(dotPos + 1)) == 0)
H A DUpdate.h43 if (BaseExtension.CompareNoCase(Name.Mid(dotPos + 1)) == 0)
45 BaseExtension = Name.Mid(dotPos + 1);
H A DArchiveCommandLine.cpp308 AddToCensorFromListFile(wildcardCensor, s.Mid(1), true, type, codePage);
324 UString switchParam2 = switchParam.Mid(splitPos + 1);
330 UString eventName = switchParam2.Mid(splitPos + 1);
401 UString tail = name.Mid(pos + 1);
511 postString = command.Mid(i);
561 UString archivePath = postString.Mid(1);
684 property.Value = postString.Mid(index + 1);
1030 options.Method = postString.Mid(2);
H A DExtract.cpp171 UString s = arcPath.Mid(pos + 1);
179 int index2 = codecs->FindFormatForExtension(s.Mid(pos + 1));
H A DLoadCodecs.cpp310 UString num = s.Mid(pos + 1);
463 UString ext = arcPath.Mid(dotPos + 1);
501 const UString name = arcType.Mid(pos, pos2 - pos);
H A DOpenArchive.cpp120 extension = fileName.Mid(dotPos + 1);
479 fullName.Mid(fileNamePartStartIndex));
501 name = fullName.Mid(fileNamePartStartIndex);
/external/lzma/CPP/Common/
H A DCommandLineParser.cpp20 dest2 = src.Mid(i + 1);
174 matchedSwitch.PostStrings.Add(s.Mid(pos));
178 UString stringSwitch = s.Mid(pos, minLen);
215 postString = commandString.Mid(id.Length());
H A DListFileUtils.cpp17 s = s.Mid(1, s.Length() - 2);
H A DMyString.h313 CStringBase Mid(int startIndex) const function in class:CStringBase
314 { return Mid(startIndex, _length - startIndex); }
315 CStringBase Mid(int startIndex, int count) const function in class:CStringBase
333 { return Mid(0, count); }
338 return Mid(_length - count, count);
H A DWildcard.cpp115 name = path.Mid(i + 1);
133 return path.Mid(i + 1);
/external/lzma/CPP/Windows/
H A DFileName.cpp46 extension = fullName.Mid(index + 1);
H A DFileDir.cpp462 resultName = resultName.Mid(index);
592 UString resultPath2 = GetUnicodePath(sysPath.Mid(fileNamePartStartIndex));
621 resultName = resultName.Mid(index);
701 UString resultPath2 = GetUnicodePath(sysPath.Mid(filePart));
/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp40 extension = fullProcessedPath.Mid(dotPos);
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp127 unsigned Mid = Size / 2; local
128 std::vector<CaseRange> LHS(Begin, Begin + Mid);
130 std::vector<CaseRange> RHS(Begin + Mid, End);
133 CaseRange& Pivot = *(Begin + Mid);
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp315 value = param.Mid(eqPos + 1);
324 value = param.Mid(i);
536 UString realName = name.Mid(index);
542 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads));
603 RINOK(ParsePropDictionaryValue(realName.Mid(MyStringLen(nameToPropID.Name)), value, dicSize));
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h148 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) { function in struct:SkDPoint
H A DSkPathOpsQuad.cpp259 b = SkDPoint::Mid(b0[1], b1[1]);
/external/skia/src/pathops/
H A DSkPathOpsPoint.h148 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) { function in struct:SkDPoint
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp32 struct Mid : Base {}; struct in inherits:Base
33 struct Fin : Mid, Derived {};
H A Dconstant-expression-cxx11.cpp995 template<int N> struct Mid : Base {};
996 struct Derived : Mid<0>, Mid<1> {};
997 static_assert(&Mid<0>::n == &Mid<1>::n, "");
998 static_assert((int Derived::*)(int Mid<0>::*)&Mid<0>::n !=
999 (int Derived::*)(int Mid<1>::*)&Mid<1>::n, "");
1000 static_assert(&Mid<
[all...]
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp43 size_t Mid = Len >> 1; local
44 if (Pos < I[Mid].end)
45 Len = Mid;
47 I += Mid + 1, Len -= Mid + 1;
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp167 ext = name.Mid(dotPos + 1);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp76 return Name.Mid(GetExtensionPos());
267 UString us = ui.Name.Mid(ExtensionPos);
833 filteredGroup = IsExeExt(ui.Name.Mid(dotPos + 1));
H A D7zHandler.cpp466 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads));

Completed in 319 milliseconds

12