Searched refs:Mid (Results 1 - 25 of 42) 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.cpp157 unsigned Mid = Size / 2; local
158 std::vector<CaseRange> LHS(Begin, Begin + Mid);
160 std::vector<CaseRange> RHS(Begin + Mid, End);
163 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/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp370 cbMidRange = rangstring.Mid(nStringFrom,nStringTo-nStringFrom);
382 int nStartPageNum = atol(cbMidRange.Mid(0,nMid));
394 // int nEndPageNum = (nEnd == 0)?nCount:atol(cbMidRange.Mid(nMid,nEnd));
395 int nEndPageNum = atol(cbMidRange.Mid(nMid,nEnd));
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h89 SkDPoint midPtByAvg = SkDPoint::Mid(pt1, pt2);
H A DSkPathOpsPoint.h205 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) { function in struct:SkDPoint
/external/skia/src/pathops/
H A DSkIntersectionHelper.h89 SkDPoint midPtByAvg = SkDPoint::Mid(pt1, pt2);
/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.cpp1014 template<int N> struct Mid : Base {};
1015 struct Derived : Mid<0>, Mid<1> {};
1016 static_assert(&Mid<0>::n == &Mid<1>::n, "");
1017 static_assert((int Derived::*)(int Mid<0>::*)&Mid<0>::n !=
1018 (int Derived::*)(int Mid<1>::*)&Mid<1>::n, "");
1019 static_assert(&Mid<
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h123 CFX_ByteStringC Mid(FX_STRSIZE index, FX_STRSIZE count = -1) const function in class:CFX_ByteStringC
292 CFX_ByteString Mid(FX_STRSIZE first) const;
294 CFX_ByteString Mid(FX_STRSIZE first, FX_STRSIZE count) const;
563 CFX_WideStringC Mid(FX_STRSIZE index, FX_STRSIZE count = -1) const function in class:CFX_WideStringC
693 CFX_WideString Mid(FX_STRSIZE first) const;
695 CFX_WideString Mid(FX_STRSIZE first, FX_STRSIZE count) const;
/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/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp260 sAlias = PDF_NameDecode(sFontName).Mid(1);

Completed in 9549 milliseconds

12