HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 51 - 75 of 872) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 68 arcShape.resize(TEST_WIDTH, TEST_HEIGHT);
77 arcShape.resize(SQUARE, SQUARE); // half circle
OvalShapeTest.java 63 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT);
71 ovalShape.resize(SQUARE, SQUARE); // circle
PathShapeTest.java 82 pathShape.resize(SHAPE_SIZE, SHAPE_SIZE);
90 pathShape.resize(SHAPE_SIZE / 2, SHAPE_SIZE / 2);
119 pathShape.resize(100f, 200f);
RectShapeTest.java 71 rectShape.resize(TEST_WIDTH, TEST_HEIGHT);
88 rectShape.resize(100f, 200f);
118 rectShape.resize(TEST_WIDTH, TEST_HEIGHT);
RoundRectShapeTest.java 96 roundRectShape.resize(TEST_WIDTH, TEST_HEIGHT);
115 roundRectShape.resize(100f, 200f);
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 245 /// resize - Grow or shrink the bitvector.
246 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
248 getPointer()->resize(N, t);
366 resize(std::max(size(), RHS.size()));
373 Copy.resize(size());
380 resize(std::max(size(), RHS.size()));
387 Copy.resize(size());
394 resize(std::max(size(), RHS.size()));
401 Copy.resize(size());
PackedVector.h 107 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } function in class:llvm::PackedVector
117 resize(size()+1);
DenseSet.h 37 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::DenseSet
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 103 /// Resize constant pool ids to CONSTPOOL_ENTRY addresses map; resize
108 ConstPoolId2AddrMap.resize(AFI->getNumPICLabels());
109 JumpTableId2AddrMap.resize(AFI->getNumJumpTables());
ARMMachineFunctionInfo.h 179 GPRCS1Frames.resize(Size);
191 GPRCS2Frames.resize(Size);
203 DPRCSFrames.resize(Size);
  /external/llvm/lib/VMCore/
ValueSymbolTable.cpp 54 UniqueName.resize(BaseSize);
93 UniqueName.resize(Name.size());
  /external/llvm/unittests/ADT/
PackedVectorTest.cpp 26 Vec.resize(5);
30 Vec.resize(11);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8MessagePortCustom.cpp 66 portArray.resize(0);
89 portArray.resize(length);
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkItemView.js 95 resize: function()
98 this._cookiesView.resize();
PanelEnablerView.js 86 setTimeout(this.resize.bind(this), 0);
89 resize: function()
  /external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp 51 m_buffer.resize(static_cast<size_t>(processor->sampleRate() * DefaultMaxDelayTime));
72 m_buffer.resize(bufferLength);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 56 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
76 ValuePtrs.resize(N);
103 void resize(unsigned N) { MDValuePtrs.resize(N); }
117 MDValuePtrs.resize(N);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 61 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm_2_7::BitcodeReaderValueList
81 ValuePtrs.resize(N);
108 void resize(unsigned N) { MDValuePtrs.resize(N); }
122 MDValuePtrs.resize(N);
  /external/chromium/base/i18n/
icu_string_conversions.cc 85 encoded->resize(encoded_max_length);
107 encoded->resize(actual_size);
199 utf16->resize(actual_size);
265 wide->resize(actual_size / sizeof(wchar_t));
288 normalized_utf16.resize(actual_length);
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 61 , resize(RenderStyle::initialResize())
109 , resize(o.resize)
174 && resize == o.resize
  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 58 suggestions.description.resize(10);
94 suggestions.description.resize(10);
130 suggestions.description.resize(10);
  /external/chromium/net/base/
keygen_handler_win.cc 44 output->resize(size);
55 output->resize(size);
98 signed_pkac.resize(size);
  /external/chromium/base/memory/
scoped_vector.h 58 void resize(size_t new_size) { v.resize(new_size); } function in class:ScopedVector
  /external/chromium/base/
sys_string_conversions_linux.cc 73 out.resize(num_out_chars);
130 out.resize(num_out_chars);
  /external/icu4c/common/
charstr.cpp 120 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==NULL) &&
121 buffer.resize(capacity, len+1)==NULL

Completed in 2040 milliseconds

1 23 4 5 6 7 8 91011>>