Searched refs:below (Results 51 - 75 of 231) sorted by relevance

12345678910

/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp42 --show-below-main=no|yes continue stack traces below main() [no]
95 --aspace-minaddr=0xPP avoid mapping memory below 0xPP [guessed]
124 --trace-notabove=<number> only show BBs below <number> [0]
H A Dcmdline1.stdout.exp42 --show-below-main=no|yes continue stack traces below main() [no]
95 --aspace-minaddr=0xPP avoid mapping memory below 0xPP [guessed]
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Ddnd.js61 position == DropPosition.BELOW ? 'drag-below' :
260 // Don't allow dropping below an expanded tree item since it is confusing
273 // Don't allow dropping below an expanded tree item since it is confusing
278 // Cannot drop below if the item below is already in the drag source.
385 // below based on mouse position etc.
406 // Dropping on the BookmarkList either means dropping below the last
418 var below = canDropInfo & DropPosition.BELOW;
423 if (above && (yRatio <= .25 || yRatio <= .5 && (!below || !on)))
425 if (below
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp245 // Return true if rect |a| is below |b|. False otherwise.
246 // For overlapping rects, |a| is considered to be below |b|
247 // if both edges of |a| are below the respective ones of |b|
248 static inline bool below(const LayoutRect& a, const LayoutRect& b) function in namespace:blink
271 return below(curRect, targetRect);
273 return below(targetRect, curRect);
578 if (below(startingRect, potentialRect)) {
584 } else if (below(potentialRect, startingRect)) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTest.cpp39 UChar below[1]; local
45 below[0] = rangeStart - 1;
51 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(below, 1));
/external/bison/doc/
H A Drefcard.tex6 % This file can be printed with 1 or 2 columns per page (see below).
127 % make \bye not \outer so that the \def\bye in the \else clause below
157 % two lines below commented out in Yet Another Attempt to eliminate
280 %%%%% Prime definition of key; redefined below to prevent overful hboxes
/external/chromium_org/
H A DAndroid.mk6 # gyp autogenerates most of the real makefiles, which we include below.
/external/chromium_org/third_party/icu/source/data/lang/
H A Dreslocal.mk9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
/external/chromium_org/third_party/icu/source/data/locales/
H A Dreslocal.mk9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
/external/gtest/src/
H A DAndroid.mk26 # TODO: The targets below have some redundancy. Check if we cannot
/external/libunwind/doc/
H A Dunw_get_fpreg.tex40 Otherwise the negative value of one of the error-codes below is
H A Dunw_get_reg.tex41 Otherwise the negative value of one of the error-codes below is
H A Dunw_init_local.tex49 Otherwise the negative value of one of the error-codes below is
H A Dunw_init_remote.tex44 Otherwise the negative value of one of the error-codes below is
H A Dunw_set_caching_policy.tex51 Otherwise the negative value of one of the error-codes below is
H A Dunw_set_fpreg.tex40 Otherwise the negative value of one of the error-codes below is
H A Dunw_set_reg.tex41 Otherwise the negative value of one of the error-codes below is
H A Dlibunwind-dynamic.tex90 \Type{unw\_dyn\_info\_t} structure are described below:
121 The format of these sub-members is described in detail below.
153 descriptors'' below for more details.
187 architecture-specific (see architecture-specific sections below).
278 of the \Type{unw\_dyn\_operation\_t} values described below.
296 Section ``Operation tags'' below.
352 is described in the architecture-specific sections below.
/external/valgrind/main/drd/
H A Ddrd_bitmap.h64 * shift it right ADDR_GRANULARITY bits. The expression below is optimized
288 * Note: although the expression below yields a correct result even if
388 #error Please update the code below.
466 #error Please update the code below.
/external/chromium_org/third_party/sqlite/src/tool/
H A Domittest.tcl24 Almost any SQLite makefile (except those generated by configure - see below)
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h207 below = 2,
223 carry = below,
244 case below:
247 return below;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl130 for all recognized pkb tags, see %picoknow_kb_id below
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
1282 right = below = 0;
1292 else if( !below )
1293 below = c;
1298 !below || (below->count != 2 && below->count != 3) )
1304 first = below; // remember the first corner in the next row
1323 if( c->neighbors[kk] == below )
1327 below
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd51 # PyErr_ExceptionMatches() instead, shown below. (The comparison
71 # PyErr_Fetch() below can be ``unnormalized'', meaning that *exc
201 # category (see below) or NULL; the message argument is a message
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec172 described in the table below:

Completed in 669 milliseconds

12345678910