HomeSort by relevance Sort by last modified time
    Searched defs:Left (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 60 INT16 Left;
  /external/clang/lib/Format/
TokenAnnotator.cpp 47 FormatToken *Left = CurrentToken->Previous;
52 Left->Previous && Left->Previous->Tok.isNot(tok::kw_template);
56 Left->MatchingParen = CurrentToken;
57 CurrentToken->MatchingParen = Left;
80 updateParameterCount(Left, CurrentToken);
97 FormatToken *Left = CurrentToken->Previous;
100 Left->Type = TT_ObjCBlockLParen;
101 } else if (FormatToken *MaybeSel = Left->Previous) {
109 if (Left->Previous &
    [all...]
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 203 ULONG Left;
242 ULONG Left;
297 ULONG Left;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 58 "Left": "goCharLeft",
84 "Ctrl-Left": "goGroupLeft",
86 "Alt-Left": "goLineStart",
102 "Alt-Left": "goGroupLeft",
104 "Cmd-Left": "goLineStartSmart",
477 x: metrics.left,
497 var coords = this._codeMirror.coordsChar({left: x, top: y});
706 * @param {!{left: number, top: number, width: number, height: number, clientWidth: number, clientHeight: number}} scrollInfo
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 680 unsigned Left = --OpenChildren[Parent];
681 if (Left != 0)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 235 void Set(baseType left, baseType top, baseType width, baseType height)
237 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
239 void Set(baseType left, baseType top, const FXT_SIZE &size)
241 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
257 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; member in class:CFX_RTemplate::FXT_RECT
261 left += p.x, top += p.y;
266 left -= p.x, top -= p.y;
271 return left + width;
328 FXT_RECT::left += left; member in class:CFX_RTemplate::FXT_RECT
518 baseType left, top; member in class:CFX_RTemplate
530 int left; member in struct:FX_RECT
738 FX_FLOAT left; member in class:CFX_FloatRect
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 754 CFX_ByteString CFX_ByteString::Left(FX_STRSIZE nCount) const
    [all...]
fx_basic_wstring.cpp 437 CFX_WideString CFX_WideString::Left(FX_STRSIZE nCount) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 194 NonLoc left,
548 NonLoc left,
572 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
574 left = right;
579 // If left > max - right, we have an overflow.
580 SVal willOverflow = svalBuilder.evalBinOpNN(state, BO_GT, left,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 21 SHORT Left;
d3d8types.h     [all...]
d3d9types.h     [all...]
commctrl.h     [all...]
mshtmlc.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 287 SmallVectorImpl<Value *> &Left,
343 Left.push_back(I1);
347 Left.push_back(I1);
351 Left.push_back(I1);
353 } else if (i && I0->getOpcode() == I1->getOpcode() && Left[i-1] == I1) {
355 Left.push_back(I1);
358 Left.push_back(I0);
365 Left.push_back(V1);
369 Left.push_back(V0);
373 bool LeftBroadcast = isSplat(Left);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 2011 milliseconds

12