/external/deqp/framework/opengl/ |
D | gluObjectWrapper.cpp | 103 const size_t oldSize = m_objects.size(); in resize() local 109 if (oldSize < newSize) in resize() 112 (m_gl.*m_traits.genFunc)(glw::GLsizei(newSize - oldSize), &m_objects[oldSize]); in resize() 114 else if (oldSize > newSize) in resize() 116 (m_gl.*m_traits.deleteFunc)(glw::GLsizei(oldSize - newSize), &m_objects[newSize]); in resize()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SortedMapInterfaceTest.java | 91 int oldSize = map.size(); in testTailMapRemoveThrough() local 102 assertEquals(map.size(), oldSize - 1); in testTailMapRemoveThrough() 104 assertEquals(subMap.size(), oldSize - 2); in testTailMapRemoveThrough() 114 int oldSize = map.size(); in testTailMapClearThrough() local 125 assertEquals(map.size(), oldSize - subMapSize); in testTailMapClearThrough()
|
/external/deqp/framework/delibs/debase/ |
D | deMemory.c | 194 const size_t oldSize = getAlignedAllocHeader(ptr)->numBytes; in deAlignedRealloc() 196 const size_t oldSize = malloc_usable_size(ptr); in deAlignedRealloc() 201 if (oldSize < numBytes || oldSize > numBytes*2) in deAlignedRealloc() 208 const size_t copyBytes = numBytes < oldSize ? numBytes : oldSize; in deAlignedRealloc()
|
/external/clang/test/Analysis/ |
D | uninit-vals.m | 79 int oldSize = testObj->size; 80 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 83 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 129 int oldSize = testObj->size; 130 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 133 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 206 int oldSize = testObj->size; 207 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}} 210 clang_analyzer_eval(testObj->size == oldSize); // expected-warning{{TRUE}}
|
/external/mesa3d/src/mesa/main/ |
D | imports.c | 196 _mesa_align_realloc(void *oldBuffer, size_t oldSize, size_t newSize, in _mesa_align_realloc() argument 200 (void) oldSize; in _mesa_align_realloc() 203 const size_t copySize = (oldSize < newSize) ? oldSize : newSize; in _mesa_align_realloc()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 522 int oldSize = size(); // calls refreshIfEmpty in addAll() local 526 totalSize += (newSize - oldSize); in addAll() 527 if (oldSize == 0) { in addAll() 545 int oldSize = size(); // calls refreshIfEmpty in clear() local 546 if (oldSize == 0) { in clear() 550 totalSize -= oldSize; in clear() 568 int oldSize = size(); // calls refreshIfEmpty in removeAll() local 572 totalSize += (newSize - oldSize); in removeAll() 580 int oldSize = size(); // calls refreshIfEmpty in retainAll() local 584 totalSize += (newSize - oldSize); in retainAll() [all …]
|
/external/deqp/executor/ |
D | xeBatchResult.cpp | 43 const size_t oldSize = m_data.size(); in append() local 44 m_data.resize(oldSize+numBytes); in append() 45 deMemcpy(&m_data[oldSize], bytes, numBytes); in append()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowCoverageLevels.java | 26 int oldSize = 0; in main() local 47 int deltaSize = size - oldSize; in main() 48 oldSize = size; in main()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 463 size_t oldSize = this->currSize(); variable 469 if (growSize < oldSize) { 470 growSize = oldSize; 479 if (growSize <= maxSize - oldSize) { 480 newSize = oldSize + growSize; 489 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
|
/external/skia/include/private/ |
D | SkPathRef.h | 464 size_t oldSize = this->currSize(); variable 470 if (growSize < oldSize) { 471 growSize = oldSize; 480 if (growSize <= maxSize - oldSize) { 481 newSize = oldSize + growSize; 490 void* oldVerbsSrc = SkTAddOffset<void>(fPoints, oldSize - oldVerbSize);
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 93 IVec2 oldSize; member 105 , m_oldSize (params.oldSize) in ResizeTest() 238 void initSurface (const glw::Functions& gl, IVec2 oldSize) in initSurface() argument 244 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface() 245 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface() 248 drawRectangle(gl, oldSize - IVec2(16, 16), IVec2(8, 4), markColor); in initSurface() 249 drawRectangle(gl, IVec2(0, oldSize.y() - 16), IVec2(8, 4), markColor); in initSurface() 250 drawRectangle(gl, IVec2(oldSize.x() - 16, 0), IVec2(8, 4), markColor); in initSurface()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpMapVector.java | 85 int oldSize = m_mapSize; in setElementAt() local 91 System.arraycopy(m_map, 0, newMap, 0, oldSize); in setElementAt()
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 525 int oldSize = size(); // calls refreshIfEmpty in addAll() local 529 totalSize += (newSize - oldSize); in addAll() 530 if (oldSize == 0) { in addAll() 548 int oldSize = size(); // calls refreshIfEmpty in clear() local 549 if (oldSize == 0) { in clear() 553 totalSize -= oldSize; in clear() 571 int oldSize = size(); // calls refreshIfEmpty in removeAll() local 575 totalSize += (newSize - oldSize); in removeAll() 583 int oldSize = size(); // calls refreshIfEmpty in retainAll() local 587 totalSize += (newSize - oldSize); in retainAll() [all …]
|
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatch.java | 123 final long oldSize = oldData.length(); in applyPatchInternal() local 124 if (oldSize > Integer.MAX_VALUE) { in applyPatchInternal() 198 if (expectedFinalOldDataOffset > oldSize) { in applyPatchInternal()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarCache.java | 75 int oldSize = arraySize; in rehash() local 87 for (int i = 0; i < oldSize; i++) { in rehash()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 73 int oldSize = arraySize; in rehash() local 85 for (int i = 0; i < oldSize; i++) { in rehash()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
D | Widget.java | 50 SizeMetrics oldSize = this.sizeMetrics; in Widget() local 52 onMetricsChanged(oldSize, sizeMetrics); in Widget() 99 protected void onMetricsChanged(SizeMetrics oldSize, SizeMetrics newSize) { in onMetricsChanged() argument
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
D | VisitorSet.java | 128 int oldSize = size(); in retainAll() local 131 return size() != oldSize; in retainAll()
|
/external/skqp/gm/ |
D | rrect.cpp | 76 static SkScalar prop(SkScalar radius, SkScalar newSize, SkScalar oldSize) { in prop() argument 77 return newSize * radius / oldSize; in prop()
|
/external/skia/gm/ |
D | rrect.cpp | 76 static SkScalar prop(SkScalar radius, SkScalar newSize, SkScalar oldSize) { in prop() argument 77 return newSize * radius / oldSize; in prop()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapAsMapGetTester.java | 110 int oldSize = getNumElements(); in testPropagatesRemoveThenAddToMultimap() local 133 assertEquals(oldSize + 1, multimap().size()); in testPropagatesRemoveThenAddToMultimap()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 239 unsigned oldSize = visited.size(); in setSubgraphColorHelper() local 241 if (visited.size() != oldSize) { in setSubgraphColorHelper()
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/ |
D | FileByFileV1DeltaApplierTest.java | 221 int oldSize = (int) oldBlob.length(); in applyDelta() local 222 byte[] oldData = new byte[oldSize]; in applyDelta()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 237 unsigned oldSize = visited.size(); in setSubgraphColorHelper() local 239 if (visited.size() != oldSize) { in setSubgraphColorHelper()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 234 unsigned oldSize = visited.size(); in setSubgraphColorHelper() local 236 if (visited.size() != oldSize) { in setSubgraphColorHelper()
|