HomeSort by relevance Sort by last modified time
    Searched full:overlapping (Results 201 - 225 of 793) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/media/filters/
decrypting_video_decoder.cc 72 CHECK(decode_cb_.is_null()) << "Overlapping decodes are not supported.";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
LayerDetailsView.js 65 "overlap": WebInspector.UIString("Composition due to association with an element overlapping other composited elements."),
  /external/chromium_org/third_party/icu/source/common/
unorm.cpp 245 /* check for overlapping right and destination */
rbbisetb.cpp 18 // - compute a set of non-overlapping character ranges
21 // - Derive a set of non-overlapping UnicodeSet (like things)
27 // to the index of the matching non-overlapping set of set from
125 // build Build the list of non-overlapping character ranges
152 // Find the set of non-overlapping ranges of characters
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py 37 'Overlapping timeline markers found')
  /external/chromium_org/ui/gfx/
break_list.h 17 // BreakLists manage ordered, non-overlapping, and non-repeating ranged values.
  /external/icu4c/common/
unorm.cpp 239 /* check for overlapping right and destination */
rbbisetb.cpp 18 // - compute a set of non-overlapping character ranges
21 // - Derive a set of non-overlapping UnicodeSet (like things)
27 // to the index of the matching non-overlapping set of set from
125 // build Build the list of non-overlapping character ranges
152 // Find the set of non-overlapping ranges of characters
  /external/icu4c/samples/strsrch/
strsrch.cpp 25 "-overlap Enable searching to be done on overlapping patterns\n"
  /external/liblzf/
lzf_d.c 158 /* overlapping, use octte by octte copying */
  /external/libvorbis/doc/
04-codec.tex 303 short block. See \xref{vorbis:spec:window} for an illustration of overlapping
310 illustration of overlapping dissimilar
582 produced from overlapping the previous and current frame data is
587 overlapping a short and long window, much of the returned range does not
  /external/llvm/include/llvm/MC/
MCAtom.h 83 /// One or both of the bounds can remain the same, but overlapping with other
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 211 llvm_unreachable("Inserting overlapping sections");
  /external/svox/pico/lib/
picopal.h 136 /* copies 'length' bytes from 'src' to 'dest'. (regions may be overlapping) no error checks! */
  /external/valgrind/main/helgrind/
libhb.h 140 Overlapping moves are checked for and asserted against. */
  /external/wpa_supplicant_8/src/utils/
os_internal.c 275 /* overlapping areas */
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 95 * Two consecutive transitions are overlapping on one clip */
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 194 * Attempts to acquire an overlapping lock region will fail. The attempt
195 * will fail if the overlapping lock has already been obtained, or if
196 * another thread is currently waiting to acquire the overlapping lock.
198 * If the request is not for an overlapping lock, the thread calling this
    [all...]
FileLock.java 30 * simultaneously hold a shared lock overlapping the exclusive lock. An
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 149 self._do('addtag', 'overlapping', x1, y1, x2, y2)
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 272 /// current interval, but only if the overlapping LiveRanges have the
357 /// overlaps - Return true if the two intervals have overlapping segments
360 /// Overlapping segments where one interval is defined by a coalescable
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 585 // full, full, non-overlapping
589 // Add an overlapping segment.
629 // insert some overlapping segments.
  /frameworks/base/core/java/android/view/
DisplayList.java 374 * Sets whether the display list renders content which overlaps. Non-overlapping rendering
376 * display lists consider they do not have overlapping content.
378 * @param hasOverlappingRendering False if the content is guaranteed to be non-overlapping,
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 161 // I and J are overlapping. Find the later start.
298 // Check to make sure that we are not overlapping two live ranges with
320 // Check to make sure that we are not overlapping two live ranges with
499 /// the overlapping LiveRanges have the specified value number.
677 // 1, and there are no overlapping segments.

Completed in 2189 milliseconds

1 2 3 4 5 6 7 891011>>