HomeSort by relevance Sort by last modified time
    Searched refs:oldEnd (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/deqp/framework/delibs/decpp/
dePoolString.cpp 40 deUintptr oldEnd = size();
44 std::copy(str, str+len, begin()+oldEnd);
49 deUintptr oldEnd = size();
52 std::copy(str.begin(), str.end(), begin()+oldEnd);
57 deUintptr oldEnd = size();
60 std::copy(str.begin(), str.end(), begin()+oldEnd);
  /external/deqp/framework/egl/
egluConfigFilter.cpp 80 size_t oldEnd = m_rules.size();
82 std::copy(other.m_rules.begin(), other.m_rules.end(), m_rules.begin()+oldEnd);
  /packages/experimental/PrintApp/src/foo/bar/permission2/
PrintActivity.java 280 int oldEnd = end = start;
281 while (i < writtenPageCount && (end - oldEnd) <= 1) {
282 oldEnd = end;
  /packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java 276 int oldEnd = end = start;
277 while (i < writtenPageCount && (end - oldEnd) <= 1) {
278 oldEnd = end;
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 410 int oldEnd;
414 public Changed(Object span, int oldStart, int oldEnd, int newStart, int newEnd) {
417 this.oldEnd = oldEnd;
461 public void assertChanged(Object span, int oldStart, int oldEnd, int newStart, int newEnd) {
469 //assertEquals(changed.oldEnd, oldEnd);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 460 int oldEnd = end = start;
461 while (i < writtenPageCount && (end - oldEnd) <= 1) {
462 oldEnd = end;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 186 const uint32_t oldEnd = bb->binPos + bb->binSize;
188 uint32_t adjEnd = oldEnd + sizeToBundlesNVE4(oldEnd) * 8;
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 338 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) {
339 var rowCount = oldEnd - oldStart + 1;
401 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) {
404 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
406 if (currentEnd == current.length && oldEnd == old.length) suffixCount = this.sharedSuffix(current, old, minLength - prefixCount);
410 oldEnd -= suffixCount;
411 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
414 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
416 } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
417 var ops = this.spliceOperationsFromEditDistances(this.calcEditDistances(current, currentStart, currentEnd, old, oldStart, oldEnd));
    [all...]
webcomponents.js 379 calcEditDistances: function(current, currentStart, currentEnd, old, oldStart, oldEnd) {
380 var rowCount = oldEnd - oldStart + 1;
442 calcSplices: function(current, currentStart, currentEnd, old, oldStart, oldEnd) {
445 var minLength = Math.min(currentEnd - currentStart, oldEnd - oldStart);
447 if (currentEnd == current.length && oldEnd == old.length) suffixCount = this.sharedSuffix(current, old, minLength - prefixCount);
451 oldEnd -= suffixCount;
452 if (currentEnd - currentStart == 0 && oldEnd - oldStart == 0) return [];
455 while (oldStart < oldEnd) splice.removed.push(old[oldStart++]);
457 } else if (oldStart == oldEnd) return [ newSplice(currentStart, [], currentEnd - currentStart) ];
458 var ops = this.spliceOperationsFromEditDistances(this.calcEditDistances(current, currentStart, currentEnd, old, oldStart, oldEnd));
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 647 SkOpSpanBase* oldEnd = end;
655 bool flipped = (end == oldEnd) != (oEnd == oOldEnd);
SkPathOpsDebug.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java     [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 630 long oldEnd = model.mOriginalEnd;
642 if (oldBegin == newBegin && oldEnd == newEnd && oldAllDay == newAllDay
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 

Completed in 1108 milliseconds

1 2 3