HomeSort by relevance Sort by last modified time
    Searched full:overlap (Results 426 - 450 of 1652) sorted by null

<<11121314151617181920>>

  /external/valgrind/docs/internals/
xml-output.txt 311 Overlap
313 args overlap other otherwise bogus in eg memcpy
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction_internal.cc 313 // mode 0 has no protection overlap between the two partitions.
317 // mode 1 has protection overlap between the two partitions (preferred).
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 174 int overlap = mGapStart - where; local
175 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap);
177 int overlap = where - mGapStart; local
178 System.arraycopy(mText, where + mGapLength - overlap, mText, mGapStart, overlap);
842 * Return an array of the spans of the specified type that overlap
852 * Return an array of the spans of the specified type that overlap
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 477 String assertMsg = String.format("Expected beams to overlap in direction %s "
484 String assertMsg = String.format("Expected beams not to overlap in direction %s "
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java 499 final boolean overlap =
502 if (!overlap) {
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 262 // The user has moved if the accuracy circles of the two locations don't overlap.
284 // points then they can't overlap and hence the user has moved.
  /frameworks/support/v4/java/android/support/v4/widget/
FocusStrategy.java 316 * Do the "beams" w.r.t the given direction's axis of rect1 and rect2 overlap?
321 * @return whether the beams overlap
  /libcore/ojluni/src/main/java/java/lang/
System.java 466 // they are copied in case of an overlap on the same
519 // they are copied in case of an overlap on the same
572 // they are copied in case of an overlap on the same
625 // they are copied in case of an overlap on the same
678 // they are copied in case of an overlap on the same
731 // they are copied in case of an overlap on the same
784 // they are copied in case of an overlap on the same
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 14 to virtual events, for overlap checking
233 # create a key sequence list for overlap check:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 14 to virtual events, for overlap checking
233 # create a key sequence list for overlap check:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 14 to virtual events, for overlap checking
233 # create a key sequence list for overlap check:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 14 to virtual events, for overlap checking
233 # create a key sequence list for overlap check:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 233 // Set of attributes that overlap the text selection, or all attributes if
332 // Add the items in order, and select those attributes that overlap
  /art/compiler/utils/arm/
managed_register_arm.h 178 // Returns true if the two managed-registers ('this' and 'other') overlap.
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_exp.c 133 /* returns exp(r = x + c) for |c| < |x| with no overlap. */
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
SlidingPaneLayoutActivity.java 43 * allows these wide, two-pane layouts to overlap when horizontal space is at a premium. The user
  /external/aac/libAACdec/src/
aac_ram.cpp 118 /*! Overlap buffer */
  /external/aac/libAACenc/src/
psy_const.h 126 LOL_WINDOW = 2 /* Low OverLap window shape for AAC-LD */
  /external/aac/libSBRdec/src/
sbr_scale.h 113 energy is low. The dynamic framing of SBR produces a variable overlap area
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 282 * labels can be sets, which may overlap with int labels or other sets.
292 * The idea for adding a new set, t, is to look for overlap with the
293 * elements of existing list s. Upon overlap, replace
604 // I want to create a map from context to alts looking for overlap:
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 26 * document (ignoring attribute and namespace nodes): they do not overlap
  /external/blktrace/btt/
seek.c 192 /* Some overlap means no seek */
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
model.py 243 # and that the events don't overlap.
  /external/chromium-trace/catapult/third_party/graphy/graphy/
formatters.py 121 """Adjust the label positions to avoid having them overlap. This happens for
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 88 # has at least some overlap with self._position, and

Completed in 617 milliseconds

<<11121314151617181920>>