HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 176 - 200 of 431) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Format/
TokenAnnotator.h 51 // left them in a different state.
155 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
  /external/curl/src/
tool_cb_prg.c 181 * not just the part that's left. (21-may-03, dbyron) */
217 (console_info.srWindow.Right - console_info.srWindow.Left);
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 351 RegisterSet Left;
354 Left.insert(I.first);
357 Left.insert(I.first);
358 for (auto R : Left)
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 44 enum class FPDFText_Direction { Left = -1, Right = 1 };
cpdf_linkextract.cpp 159 strBeCheck = strBeCheck.Left(strBeCheck.GetLength() - 1);
292 *str = str->Left(host_end + 1);
  /external/pdfium/core/fxcrt/css/
cfx_csscomputedstyle.cpp 181 m_eTextAlign(CFX_CSSTextAlign::Left) {}
cfx_cssdatatable.cpp 17 {CFX_CSSProperty::BorderLeft, L"border-left", 0x04080036,
30 {CFX_CSSProperty::PaddingLeft, L"padding-left", 0x228CF02F,
32 {CFX_CSSProperty::MarginLeft, L"margin-left", 0x297C5656,
91 {CFX_CSSProperty::BorderLeftWidth, L"border-left-width", 0xD1E93D83,
104 {CFX_CSSProperty::Left, L"left", 0xF5AD782B,
  /external/pdfium/core/fxcrt/xml/
cxml_element.cpp 22 *bsSpace = bsFullName.Left(iStart.value());
  /external/pdfium/xfa/fxfa/
cxfa_ffimageedit.cpp 76 XFA_AttributeEnum iHorzAlign = XFA_AttributeEnum::Left;
122 rtImage.Deflate(rtUIMargin.left, rtUIMargin.top, rtUIMargin.width,
cxfa_ffwidget.h 41 XFA_AttributeEnum iHorzAlign = XFA_AttributeEnum::Left,
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 165 lockedVolume->pBits = lockExternal(box->Left, box->Top, box->Front, lock, sw::PUBLIC);
  /external/swiftshader/src/D3D9/
Direct3DVolume9.cpp 196 lockedVolume->pBits = lockExternal(box->Left, box->Top, box->Front, lock, sw::PUBLIC);
  /external/v8/src/compiler/
node-matchers.h 229 // For shorter pattern matching code, this struct matches both the left and
231 // if they appear on the left hand side of a commutative operation.
232 template <typename Left, typename Right>
243 typedef Left LeftMatcher;
246 const Left& left() const { return left_; } function in struct:v8::internal::compiler::BinopMatcher
249 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
250 bool LeftEqualsRight() const { return left().node() == right().node(); }
255 node()->ReplaceInput(0, left().node());
261 if (left().HasValue() && !right().HasValue())
483 Node* left = m.left().node(); local
    [all...]
  /frameworks/base/libs/hwui/
BakedOpState.h 31 Left = 0x1,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c     [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 145 const UString prefix = name.Left(dotPos + 1);
179 seqName._unchangedPart = prefix + ext.Left(ext2.Len() - numLetters);
  /external/pdfium/fpdfsdk/
fpdftext.cpp 63 : FPDFText_Direction::Left);
110 double* left,
123 *left = charinfo.m_CharBox.left;
187 str = str.Left(static_cast<size_t>(char_count));
212 double* left,
223 *left = rect.left;
231 double left,
241 CFX_FloatRect rect((float)left, (float)bottom, (float)right, (float)top)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
151 Left, InFlag);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ilist.h 428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
429 Left.swap(Right);

Completed in 954 milliseconds

1 2 3 4 5 6 78 91011>>