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

12 3 4 5 6 7

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 33 /// Record that a local context has been entered. Left and
37 virtual void enterContext(Value *Left, Value *Right) = 0;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java 56 context, desiredHeight, Slot.Left, Slot.Right);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 53 ldrb r4, [r1], r2 ; Left[0]
55 ldrb r5, [r1], r2 ; Left[1]
56 ldrb r6, [r1], r2 ; Left[2]
58 ldrb r7, [r1] ; Left[3]
84 ldrb r4, [r1], r2 ; Left[0]
85 ldrb r5, [r1], r2 ; Left[1]
86 ldrb r6, [r1], r2 ; Left[2]
87 ldrb r7, [r1] ; Left[3]
177 ldrb r4, [r1], r2 ; Left[0]
179 ldrb r5, [r1], r2 ; Left[1
    [all...]
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /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;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 99 %left LCOMM /* outside the usual hierarchy; here for good error messages */
101 %left LOROR
102 %left LANDAND
103 %left LEQ LNE LLE LGE LLT LGT
104 %left '+' '-' '|' '^'
105 %left '*' '/' '%' '&' LLSH LRSH LANDNOT
114 %left NotPackage
115 %left LPACKAGE
117 %left NotParen
118 %left '('
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 96 %left LCOMM /* outside the usual hierarchy; here for good error messages */
98 %left LOROR
99 %left LANDAND
100 %left LEQ LNE LLE LGE LLT LGT
101 %left '+' '-' '|' '^'
102 %left '*' '/' '%' '&' LLSH LRSH LANDNOT
111 %left NotPackage
112 %left LPACKAGE
114 %left NotParen
115 %left '('
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 99 %left LCOMM /* outside the usual hierarchy; here for good error messages */
101 %left LOROR
102 %left LANDAND
103 %left LEQ LNE LLE LGE LLT LGT
104 %left '+' '-' '|' '^'
105 %left '*' '/' '%' '&' LLSH LRSH LANDNOT
114 %left NotPackage
115 %left LPACKAGE
117 %left NotParen
118 %left '('
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 96 %left LCOMM /* outside the usual hierarchy; here for good error messages */
98 %left LOROR
99 %left LANDAND
100 %left LEQ LNE LLE LGE LLT LGT
101 %left '+' '-' '|' '^'
102 %left '*' '/' '%' '&' LLSH LRSH LANDNOT
111 %left NotPackage
112 %left LPACKAGE
114 %left NotParen
115 %left '('
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 177 if (gifIn->Image.Left < 0 ||
179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth ||
187 0, // Left
243 prevImageDimens.Left = gifIn->Image.Left;
374 prevImageDimens.Left, prevImageDimens.Top,
384 int renderX = x + gifIn->Image.Left;
403 int left,
408 ASSERT(left + width <= imageWidth, "Rectangle is outside image bounds");
413 ColorARGB* renderPixel = getPixel(renderBuffer, imageWidth, x + left, y + top)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 465 SmallVectorImpl<Value *> &Left,
470 SmallVectorImpl<Value *> &Left,
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 54 UString s1 = fileName.Left(slashPos + 1);
  /external/v8/test/webkit/
order-of-operations.js 25 function left() { function
26 leftRight = leftRight + "Left";
33 shouldBe('(function(){ leftRight = ""; left() > right(); return leftRight; })()', '"LeftRight"');
34 shouldBe('(function(){ leftRight = ""; left() >= right(); return leftRight; })()', '"LeftRight"');
35 shouldBe('(function(){ leftRight = ""; left() < right(); return leftRight; })()', '"LeftRight"');
36 shouldBe('(function(){ leftRight = ""; left() <= right(); return leftRight; })()', '"LeftRight"');
37 shouldBe('(function(){ leftRight = ""; left() + right(); return leftRight; })()', '"LeftRight"');
38 shouldBe('(function(){ leftRight = ""; left() - right(); return leftRight; })()', '"LeftRight"');
39 shouldBe('(function(){ leftRight = ""; left() / right(); return leftRight; })()', '"LeftRight"');
40 shouldBe('(function(){ leftRight = ""; left() * right(); return leftRight; })()', '"LeftRight"')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 60 INT16 Left;
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
249 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 70 size_t Left = Buf.size() - Pos;
71 Len = std::min(Left, Len);
95 // enough bits left on the input stream to read N bits, and we are using a data
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 81 double listBoxMarginLeft = Scenarios->Margin.Left;
84 // Figure out how much room is left after considering the list box width
88 double layoutRootMarginLeft = ContentRoot->Margin.Left;
94 // Make us as big as the the left over space, factoring in the ListBox width, the ListBox margins.
101 // Make us as big as the left over space, factoring in just the LayoutRoot's margins.
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 154 Left:(const float)left
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
  /external/harfbuzz_ng/src/
gen-use-table.py 111 'Left',
254 'Pre': [Left],
264 'Pre': [Left, Top_And_Left, Top_And_Left_And_Right, Left_And_Right],
270 'Pre': [Left],
312 if U == 0x103C: UIPC = Left
319 if U == 0x1171E: UIPC = Left # Correct?!
  /external/libvncserver/webclients/novnc/include/
keysym.js 17 XK_Left = 0xff51, /* Move left, left arrow */
88 * Auxiliary functions; note the duplicate definitions for left and right
90 * function key groups on the left and/or right sides of the keyboard.
157 XK_Shift_L = 0xffe1, /* Left shift */
159 XK_Control_L = 0xffe3, /* Left control */
164 XK_Meta_L = 0xffe7, /* Left meta */
166 XK_Alt_L = 0xffe9, /* Left alt */
168 XK_Super_L = 0xffeb, /* Left super */
170 XK_Hyper_L = 0xffed, /* Left hyper *
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 770 bool Left = !Right;
776 unsigned ShiftOpc = Left ? S2_asl_i_r
791 // Shift left: DR = shl R, #s
800 // Shift left:
807 if (S == 16 && Left)
814 BuildMI(B, MI, DL, TII->get(ShiftOpc), (Left ? LoR : TmpR))
818 if (Left) {
842 BuildMI(B, MI, DL, TII->get(TargetOpcode::COPY), (Left ? HiR : LoR))
843 .addReg(Op1.getReg(), RS & ~RegState::Kill, (Left ? LoSR : HiSR));
845 BuildMI(B, MI, DL, TII->get(A2_tfrsi), (Left ? LoR : HiR)
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 51 // left them in a different state.
159 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 572 Value *Left, Value *Right) {
606 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp");
608 Cmp = Builder.CreateICmp(P, Left, Right, "rdx.minmax.cmp");
610 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select");

Completed in 4324 milliseconds

12 3 4 5 6 7