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

1 2 3 45 6 7

  /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...]
mmcobj.h 634 virtual HRESULT WINAPI get_Left(PINT Left) = 0;
635 virtual HRESULT WINAPI put_Left(int left) = 0;
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 618 unsigned Left = --OpenChildren[Parent];
619 if (Left != 0)
    [all...]
  /external/v8/test/mjsunit/
array-reduce.js 105 // ---- Test Reduce[Left]
  /ndk/build/core/
definitions-utils.mk 205 # Left-justify input string with spaces to fill a width of 15.
206 # Function: left-justify-quoted-15
209 # the left-justified input with host-echo.
211 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff)
214 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx)
216 -test-left-justify-quoted-15 = \
217 $(call test-expect," ",$(call left-justify-quoted-15,))\
218 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
220 $(call left-justify-quoted-15,Very long string over 15 characters wide))
    [all...]
  /external/eigen/lapack/
clarfb.f 40 *> complex M-by-N matrix C, from either the left or the right.
49 *> = 'L': apply H or H**H from the Left
dlarfb.f 40 *> real m by n matrix C, from either the left or the right.
49 *> = 'L': apply H or H**T from the Left
slarfb.f 40 *> real m by n matrix C, from either the left or the right.
49 *> = 'L': apply H or H**T from the Left
zlarfb.f 40 *> complex M-by-N matrix C, from either the left or the right.
49 *> = 'L': apply H or H**H from the Left
  /external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.cpp 31 m_ClipBox.top, m_ClipBox.left, m_ClipBox.right,
44 m_ClipBox.left, m_ClipBox.right, m_pClipScan,
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/ImageMagick/coders/
emf.c 361 *width=emfh.rclFrame.right-emfh.rclFrame.left;
402 *width=emfh.rclFrame.right-emfh.rclFrame.left;
426 mp.xExt=((PAPMHEADER) pBits)->bbox.Right-((PAPMHEADER) pBits)->bbox.Left;
614 rect.left=0;
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/giflib/
dgif_lib.c 349 if (DGifGetWord(GifFile, &GifFile->Image.Left) == GIF_ERROR ||
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 766 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name;
LoadCodecs.cpp 445 iconPair.Ext = s.Left(pos);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 308 mx = r.left;
317 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r));
335 _pathEdit.Move(r.left, y - my - yPathSize - my - yPathSize, xLim - r.left, yPathSize);
341 _filterCombo.Move(r.left, y - my - yPathSize, xLim - r.left, RECT_SIZE_Y(r));
347 _list.Move(r.left, r.top, xLim - r.left, y - my - yPathSize - my - yPathSize - my - r.top);
954 result += path.Left(start);
    [all...]
ProgressDialog2.cpp 419 mx = r.left;
1119 AddMessageDirect(s.Left(pos), needNumber);
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 194 void Set(baseType left, baseType top, baseType width, baseType height) {
195 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, member in class:CFX_RTemplate::FXT_RECT
198 void Set(baseType left, baseType top, const FXT_SIZE& size) {
199 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
213 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; member in class:CFX_RTemplate::FXT_RECT
216 left += p.x, top += p.y;
220 left -= p.x, top -= p.y;
223 baseType right() const { return left + width;
263 FXT_RECT::left += left; member in class:CFX_RTemplate::FXT_RECT
413 baseType left, top; member in class:CFX_RTemplate
424 int left; member in struct:FX_RECT
600 FX_FLOAT left; member in class:CFX_FloatRect
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 728 CFX_ByteString CFX_ByteString::Left(FX_STRSIZE nCount) const {
fx_basic_wstring.cpp 405 CFX_WideString CFX_WideString::Left(FX_STRSIZE nCount) const {
  /external/libjpeg-turbo/doc/html/search/
search.js 146 var left = getXPos(searchField);
148 left += searchField.offsetWidth + 6;
153 left -= searchSelectWindow.offsetWidth;
154 searchSelectWindow.style.left = left + 'px';
159 var left = getXPos(searchField);
165 searchSelectWindow.style.left = left + 'px';
390 var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth;
393 left -= domPopupSearchResults.offsetWidth
    [all...]
  /external/libvncserver/webclients/novnc/include/
keyboard.js 260 case 37 : return 0xFF51; // LEFT
266 case 18 : return 0xFFE9; // Left ALT (Mac Option)

Completed in 527 milliseconds

1 2 3 45 6 7