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

1 2 34 5 6 7 8 91011>>

  /external/skia/tests/
BlurTest.cpp 58 Checks that all overlap is the same and that all non-overlap on the
DrawTextTest.cpp 32 Checks that all overlap is the same and that all non-overlap on the
FontHostStreamTest.cpp 35 Checks that all overlap is the same and that all non-overlap on the
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 382 * 2. New item does not overlap the transition, the old one did
383 * 3. New and old item overlap the transition if begin or end
386 if (newOverlap != oldOverlap) { // Overlap has changed
388 } else if (newOverlap) { // Both old and new overlap
407 * 2. New item does not overlap the transition, the old one did
408 * 3. New and old item overlap the transition if begin or end
411 if (newOverlap != oldOverlap) { // Overlap has changed
413 } else if (newOverlap) { // Both old and new overlap
  /system/core/include/memtrack/
memtrack.h 107 * should not overlap with graphics memory) instead of graphics memory.
117 * should not overlap with graphics memory) instead of graphics memory.
  /art/runtime/gc/accounting/
heap_bitmap.cc 48 // Check for interval overlap.
  /bionic/libc/bionic/
memmove.c 37 * don't overlap.
  /external/chromium/chrome/browser/resources/shared/css/
list.css 22 position: relative; /* to allow overlap */
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 20 // visual overlap with the main toolbar. When using this to compute values
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 30 // Now move the y position to make sure the bubble contents overlap the view.
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_container.h 60 // overlay overlap the bookmark bar on the new tab page.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
list.css 22 position: relative; /* to allow overlap */
  /external/chromium_org/components/autofill/core/common/
password_generation_util.h 60 // doesn't overlap with the following two actions.
  /external/chromium_org/ppapi/api/dev/
ppb_scrollbar_dev.idl 44 * Returns PP_TRUE if the system scrollbar style is an overlap scrollbar.
  /external/chromium_org/third_party/opus/src/celt/
celt_lpc.h 51 void _celt_autocorr(const opus_val16 *x, opus_val32 *ac, const opus_val16 *window, int overlap, int lag, int n);
celt_lpc.c 143 int overlap,
154 celt_assert(overlap>=0);
157 for (i=0;i<overlap;i++)
  /external/clang/include/clang/Driver/
Options.h 23 /// Flags specifically for clang options. Must not overlap with
  /external/llvm/test/Transforms/Sink/
basic.ll 6 ; Sink should sink the load past the store (which doesn't overlap) into
  /external/qemu/
os-win32.c 251 OVERLAPPED overlap; local
253 memset(&overlap, 0, sizeof(overlap));
263 &overlap, NULL);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NewLayersActivity.java 71 canvas.drawText("This is a very long string to overlap between layers and framebuffer",
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 34 * Locks held by a particular process cannot overlap one another. Applications
35 * can determine whether a proposed lock will overlap by using the {@code
36 * overlaps(long, long)}) method. Locks held in other processes may overlap
155 * @return {@code true} if there is an overlap, {@code false} otherwise.
  /system/security/keystore/include/keystore/
keystore.h 22 // note state values overlap with ResponseCode for the purposes of the state() API
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 241 // 2. union rectangle overlap this region
368 // 2. subtract rectangle overlap this region
399 // 2. intersect rectangle overlap this region
431 // 2. union rectangle overlap this region
466 // 2. xor rectangle overlap this region
500 // 2. reverse difference rectangle overlap this region
533 // subtract rectangle overlap this region
591 // 2. subtract rectangle overlap this region
621 // 2. intersect rectangle overlap this region
652 // 2. union rectangle overlap this regio
    [all...]
  /external/chromium_org/media/base/
ranges.h 83 // Easy cases done. Getting here means there is overlap between [start,end)
93 // for the fact that the newly-extended i'th range might now overlap
147 // Add an intersection range to the result if the ranges overlap.
  /external/chromium_org/media/filters/
audio_renderer_algorithm.h 44 // using a variation of the Overlap-Add method to combine sample windows.
91 // When the audio playback is > 1.0, we use a variant of Overlap-Add to squish
106 // When the audio playback is < 1.0, we use a variant of Overlap-Add to

Completed in 695 milliseconds

1 2 34 5 6 7 8 91011>>