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

1 2 3 4 5 6 7 8 91011>>

  /external/giflib/
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 166 Value *Left, Value *Right);
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 614 Value *Left, Value *Right) {
648 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp");
650 Cmp = Builder.CreateICmp(P, Left, Right, "rdx.minmax.cmp");
652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select");
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 220 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0)
  /external/pdfium/core/fxcrt/
string_view_template.h 25 // extraction (via the Mid(), Left(), and Right() methods) is copy-free.
177 StringViewTemplate Left(size_t count) const {
widestring_unittest.cpp 539 TEST(WideString, Left) {
541 EXPECT_EQ(L"", fred.Left(0));
542 EXPECT_EQ(L"F", fred.Left(1));
543 EXPECT_EQ(L"FR", fred.Left(2));
544 EXPECT_EQ(L"FRE", fred.Left(3));
545 EXPECT_EQ(L"FRED", fred.Left(4));
547 EXPECT_EQ(L"", fred.Left(5));
550 EXPECT_EQ(L"", empty.Left(0));
551 EXPECT_EQ(L"", empty.Left(1));
    [all...]
  /external/pdfium/fxbarcode/oned/
BC_OnedEAN13Writer.cpp 207 tempStr = str.Left(1);
BC_OnedEAN8Writer.cpp 150 ByteString tempStr = str.Left(4);
BC_OnedUPCAWriter.cpp 182 tempStr = str.Left(1);
  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.cpp 100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width,
220 if (iHand == XFA_AttributeEnum::Left) {
229 if (iHand == XFA_AttributeEnum::Left) {
236 if (iHand == XFA_AttributeEnum::Left) {
243 if (iHand == XFA_AttributeEnum::Left) {
244 rtWidget.left -= fHalf;
247 rtWidget.left += fHalf;
362 pathLT.MoveTo(CFX_PointF(rt.left, fBottom));
363 pathLT.LineTo(CFX_PointF(rt.left, rt.top));
366 pathLT.LineTo(CFX_PointF(rt.left + fLineWidth, rt.top + fLineWidth))
    [all...]
  /external/skia/experimental/go-skia/
skia.go 191 func NewRect(left, top, right, bottom float32) *Rect {
193 Left: left,
  /external/skqp/experimental/go-skia/
skia.go 191 func NewRect(left, top, right, bottom float32) *Rect {
193 Left: left,
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 113 functor::BinaryFunctor<Device, Functor, 1>().Left(
288 void Left(const CPUDevice& d, typename Functor::tout_type out,
344 void Left(const CPUDevice& d, typename Functor::tout_type out,
484 void Left(const CPUDevice& d, typename Functor::tout_type out,
  /frameworks/base/libs/hwui/
BakedOpState.cpp 26 if (clip.left > bounds.left) clipSideFlags |= OpClipSideFlags::Left;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 138 // three node tree, Root->(Left, Right), call with n=1
140 // entry=5 Left exit=8; entry=11 Right exit=14
144 // root left left right right root
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 138 // three node tree, Root->(Left, Right), call with n=1
140 // entry=5 Left exit=8; entry=11 Right exit=14
144 // root left left right right root
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /external/protobuf/js/binary/
arith.js 96 * Left-shift this number by one bit.
212 // Left-shift hi by 32 bits, truncating its top bits. The parts will then be
240 // Left-shift the divisor and unit until the high bit of divisor is set.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 466 if nr.Left.Op != ONAME {
467 Fatalf("gdata ADDR left op %v", nr.Left.Op)
469 to := nr.Left
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 466 if nr.Left.Op != ONAME {
467 Fatalf("gdata ADDR left op %v", nr.Left.Op)
469 to := nr.Left
  /external/llvm/include/llvm/ADT/
ilist.h 743 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
744 Left.swap(Right);
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 666 unsigned Left = --OpenChildren[Parent];
667 if (Left != 0)
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 80 L"ol,ul{padding-left:33px;margin:1.12em 0}"
105 CFX_CSSTextAlign hAlign = CFX_CSSTextAlign::Left;
119 case XFA_AttributeEnum::Left:
128 rtMarginWidth.left.Set(CFX_CSSLengthUnit::Point, para->GetMarginLeft());

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011>>