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

1 23 4 5 6 7

  /external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.cpp 61 UString s = name.Left(dotPos);
UpdatePair.cpp 219 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0)
  /external/v8/src/compiler/
node-matchers.h 206 // For shorter pattern matching code, this struct matches both the left and
208 // if they appear on the left hand side of a commutative operation.
209 template <typename Left, typename Right>
220 typedef Left LeftMatcher;
223 const Left& left() const { return left_; } function in struct:v8::internal::compiler::BinopMatcher
226 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
227 bool LeftEqualsRight() const { return left().node() == right().node(); }
232 node()->ReplaceInput(0, left().node());
238 if (left().HasValue() && !right().HasValue())
436 Node* left = m.left().node(); local
    [all...]
  /frameworks/base/libs/hwui/
BakedOpState.h 31 Left = 0x1,
BakedOpState.cpp 26 if (clip.left > bounds.left) clipSideFlags |= OpClipSideFlags::Left;
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 160 const UString prefix = name.Left(dotPos + 1);
194 seqName._unchangedPart = prefix + ext.Left(ext2.Len() - numLetters);
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp 191 // Only investigate further when Left, Right, or the dedicated Previous or Next keys
195 (virtualKey == VirtualKey::Left || virtualKey == VirtualKey::Right ||
207 (virtualKey == VirtualKey::Left && onlyAlt))
209 // When the previous key or Alt+Left are pressed navigate back
234 // Ignore button chords with the left, right, and middle buttons
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 202 pdfRect.left = fxRectF.left;
241 pEnv->FFI_Invalidate((FPDF_PAGE)pPage, rcPage.left, rcPage.bottom,
301 pEnv->FFI_DisplayCaret((FPDF_PAGE)pPage, bVisible, rcCaret.left, rcCaret.top,
338 rcAnchor.left = rtAnchor.left;
349 t2 = (int)(rcAnchor.left - pageViewRect.left);
351 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom;
360 if (rcAnchor.left < pageViewRect.left) {
    [all...]
  /external/giflib/
egif_lib.c 355 const int Left,
376 GifFile->Image.Left = Left;
399 (void)EGifPutWord(Left, GifFile);
    [all...]
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
agtctl.h     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 169 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
173 Left, InFlag);
  /external/lzma/CPP/Common/
MyString.h 240 AString Left(unsigned count) const { return AString(count, *this); }
336 UString(unsigned num, const UString &s); // for Left
402 UString Left(unsigned count) const { return UString(count, *this); }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 25 ; stack int Left
41 ldr r5, [sp, #28] ; Left
78 ; Load left row, if it exists
306 ; stack int Left
324 ldr r5, [sp, #28] ; Left
361 ; Load left row, if it exists
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 162 Value *Left, Value *Right);
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 252 norm = norm.Left(pos);
350 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) {
887 family = SubstName.Left(find);
921 family = family.Left(find);
929 family = family.Left(nLen - g_FontStyles[nRet].len);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 85 m_FontBBox.left = m_FontBBox.right = m_FontBBox.top = m_FontBBox.bottom = 0;
236 m_FontBBox.left = pBBox->GetInteger(0);
271 if (m_FontBBox.top == 0 && m_FontBBox.bottom == 0 && m_FontBBox.left == 0 &&
275 m_FontBBox.left = TT2PDF(FXFT_Get_Face_xMin(face), face);
286 if (rect.left == rect.right) {
299 if (m_FontBBox.left > rect.left) {
300 m_FontBBox.left = rect.left;
392 CFX_ByteString tag = basefont.Left(4)
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 795 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
796 Left.swap(Right);
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 667 unsigned Left = --OpenChildren[Parent];
668 if (Left != 0)
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 276 if (filepath.Left(sizeof("/Mac") - 1) == CFX_WideStringC(L"/Mac")) {
369 if (filepath.Left(sizeof("Mac") - 1) == FX_WSTRC(L"Mac")) {
  /external/skia/src/gpu/
GrDrawTarget.cpp 426 template <class Left, class Right> static bool intersect(const Left& a, const Right& b) {
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
346 #outputData($testName, "LEFT");
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
346 #outputData($testName, "LEFT");

Completed in 995 milliseconds

1 23 4 5 6 7