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

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 12 // on the same live range. The cache can be shared by non-overlapping live
79 // handle multiple non-overlapping live ranges simultaneously.
139 /// reset - Prepare caches for a new set of non-overlapping live ranges. The
143 /// non-overlapping, call reset before each.
RegisterClassInfo.cpp 53 // overlapping CSR.
150 /// This is not accurate because two overlapping register sets may have some
MachineInstrBundle.cpp 311 PRI.ReadsOverlap = true;// Reg or an overlapping register is read.
323 PRI.Clobbers = true; // Reg or an overlapping reg is defined.
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 141 * proper overlapping blits in that case. We don't really have a
  /external/skia/gm/
mixedxfermodes.cpp 17 * Renders overlapping shapes with random SkXfermode::Modes against a checkerboard.
  /external/yaffs2/yaffs2/direct/
yaffscfg.c 46 // using non-overlapping areas in the same device.
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerAlertFullScreen.java 59 // Don't create overlapping fragments.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 146 non-overlapping occurrences of the pattern in string by the
156 non-overlapping occurrences of the pattern in the source
170 """Return a list of all non-overlapping matches in the string.
182 """Return an iterator over all non-overlapping matches in the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 146 non-overlapping occurrences of the pattern in string by the
156 non-overlapping occurrences of the pattern in the source
170 """Return a list of all non-overlapping matches in the string.
182 """Return an iterator over all non-overlapping matches in the
  /system/core/libmemtrack/
memtrack.c 111 * make sure there are not overlapping SHARED and SHARED_PSS records
  /external/chromium_org/content/browser/web_contents/
web_contents_view_guest.cc 102 void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) {
103 platform_view_->SetAllowOverlappingViews(overlapping);
web_contents_view_mac.mm 267 void WebContentsViewMac::SetAllowOverlappingViews(bool overlapping) {
268 if (allow_overlapping_views_ == overlapping)
271 allow_overlapping_views_ = overlapping;
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 13 // assigned to overlapping physical registers.
16 // unit of interference when dealing with overlapping physical registers. The
MachineInstrBundle.h 170 /// Clobbers - Reg or an overlapping register is defined, or a regmask
180 /// ReadsOverlap - Reg or an overlapping register is read.
  /external/wpa_supplicant_8/src/ap/
hostapd.h 294 int olbc; /* Overlapping Legacy BSS Condition */
305 /* Overlapping BSS information */
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting_unittest.cc 333 // The overlapping extensions should have be adjusted so that they are
392 // The overlapping extensions should have be adjusted so that they are
394 // overlapping.
450 // The overlapping extensions should have be adjusted so that they are
452 // overlapping.
511 // The overlapping extensions should have be adjusted so that they are
    [all...]
  /external/clang/test/Analysis/
bstring.c 101 memcpy(a, a, 8); // expected-warning{{overlapping}}
106 memcpy(a+2, a+1, 8); // expected-warning{{overlapping}}
111 memcpy(a+1, a+2, 8); // expected-warning{{overlapping}}
221 mempcpy(a, a, 8); // expected-warning{{overlapping}}
226 mempcpy(a+2, a+1, 8); // expected-warning{{overlapping}}
231 mempcpy(a+1, a+2, 8); // expected-warning{{overlapping}}
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 199 // Combine overlapping paints using smallest bounding box.
213 // Add a non-overlapping paint.
274 // Adjust any contained paint rects and check for any overlapping paints.
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 41 // REQUIRES: "files" contains a sorted list of non-overlapping files.
242 // Return the maximum overlapping data (in bytes) at next level for any
377 // State used to check for number of of overlapping grandparent files
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 192 // * Outside the anchor, arrow tip overlapping the anchor (arrow at
194 // * Outside the anchor, arrow tip overlapping the anchor (arrow at
196 // * Overlapping the anchor.
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 180 // Check the frame first, as we allow a small area overlapping the contents
185 // Don't allow overlapping resize handles when the window is maximized or
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 215 // matches terms to the beginning of words and it removes all overlapping
239 // It's not likely that GetBookmarksWithTitlesMatching will return overlapping
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 368 // use a bunch of threads so that weird overlapping schedules are more likely to happen.
414 // use a bunch of threads so that weird overlapping schedules are more likely to happen.
  /external/libvorbis/doc/
vorbis.html 118 <p>A Vorbis encoder takes in overlapping (but contiguous) short-time
152 overlapping short-time segments of audio data. These segments are
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/
Test_f1.java 169 * @title overlapping sections

Completed in 3864 milliseconds

1 2 3 45 6 7 8 91011>>