HomeSort by relevance Sort by last modified time
    Searched full:overlap (Results 226 - 250 of 1425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/core/
SkBlitRow.h 68 if they are not, they may not overlap.
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 27 <!-- Status bar panel bottom offset (height of status bar - overlap) -->
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
BiDiTestGridLayoutCodeRtl.java 59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
replace_storage.hpp 93 // Case c) -> shift the segment to the left and keep the overlap in the storage
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java 32 * or end after <code>end</code> but overlap this range are trimmed
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
limitations.html 48 overlap with class names in the library jar. This is most likely if the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineOverlay.java 97 // box and the top of the next box being -adjacent-, they -overlap-.
  /sdk/emulator/qtools/
bb2sym.cpp 119 // so that there is no overlap.
  /system/extras/kexec_tools/
kexecload.c 20 // Physical buffer address cannot overlap with other regions
  /external/aac/libSBRdec/src/
sbr_dec.h 126 mixed among overlap and current slots. */
197 const int overlap,
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller_unittest.mm 194 // Set up mouse event on overlap of tab1 + tab2.
197 // Hover over overlap between tab 1 and 2.
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.cc 88 // there is no overlap. It is also displaced down by the size of the border
89 // so it doesn't overlap with it either.
  /external/chromium_org/third_party/icu/source/data/mappings/
lmb-excp.ucm 250 #<UF8FC> \x01\x63 /0 # LATIN SMALL LIGATURE FL - overlap with MS PUA
252 #<UF8FD> \x01\x62 /1 # LATIN SMALL LIGATURE FI - overlap with MS PUA
  /external/icu4c/data/mappings/
lmb-excp.ucm 250 #<UF8FC> \x01\x63 /0 # LATIN SMALL LIGATURE FL - overlap with MS PUA
252 #<UF8FD> \x01\x62 /1 # LATIN SMALL LIGATURE FI - overlap with MS PUA
  /external/icu4c/samples/strsrch/
strsrch.cpp 25 "-overlap Enable searching to be done on overlapping patterns\n"
86 {"-overlap", OptSpec::FLAG, &opt_overlap},
  /external/libvorbis/doc/
vorbis-clip.txt 104 a) The first packet only primes the overlap/add buffer. No data is
113 data from the overlap/add queue, we have more samples than the granule
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 35 overlap(const LiveRange &VRSeg, function in namespace:llvm
76 // Provide public access to the underlying map to allow overlap iteration.
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 136 // the given sizes don't overlap. This assumes that ASizeInt and BSizeInt
150 // the given sizes don't overlap. This assumes that ASizeInt and BSizeInt
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 83 // Select multiple elements - overlap in values.
101 // the attributes that overlap the selection
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 342 off_t overlap,Ss,lens; local
456 overlap=(lastscan+lenf)-(scan-lenb);
458 for(i=0;i<overlap;i++) {
459 if(new[lastscan+lenf-overlap+i]==
460 old[lastpos+lenf-overlap+i]) s++;
466 lenf+=lens-overlap;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 371 * \return TRUE if two regions overlap, FALSE otherwise
391 return TRUE; /* some overlap */
447 boolean overlap; local
459 /* do the regions overlap? */
460 overlap = src_tex == dst->texture &&
494 !overlap) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 729 /* FUNCTION: Overlap */
738 /* EFFECT: returns 1 if the intervals overlap, and 0 otherwise */
742 Overlap(int a1, int a2, int b1, int b2)
763 /* intervals which overlap [low,high] in O(max(N,k*log(N))) */
785 * again at the first left child and find an overlap in the left subtree
805 if (Overlap(low,high,x->low,x->high) ) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 371 * \return TRUE if two regions overlap, FALSE otherwise
391 return TRUE; /* some overlap */
447 boolean overlap; local
459 /* do the regions overlap? */
460 overlap = src_tex == dst->texture &&
494 !overlap) {
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 159 // Check for an overlap.
163 // Allow the overlap if Def is a coalescable copy.
220 /// merge and eliminate all ranges that this will overlap with. The iterator is
250 /// merge and eliminate all ranges that this will overlap with.
301 "Cannot overlap two LiveRanges with differing ValID's"
323 "Cannot overlap two LiveRanges with differing ValID's");
498 /// allowed to overlap with LiveRanges in the current interval, but only if
509 /// The LiveRanges in RHS are allowed to overlap with LiveRanges in the
720 assert(A.valno == B.valno && "Cannot overlap different values");
757 assert(ReadI->valno == Seg.valno && "Cannot overlap different values")
    [all...]

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>