HomeSort by relevance Sort by last modified time
    Searched full:minimumsize (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaObjC/
property-9-impl-method.m 48 NSSize minimumSize;
57 @dynamic tabHeaderView, headerRect, minimumSize;
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 84 public final int minimumSize;
95 this.minimumSize = size;
99 this.minimumSize = -size;
122 if (actual < minimumSize) {
123 return "expected a minimial record size of " + minimumSize + " for " + this
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.ui 37 <property name="minimumSize">
  /external/webrtc/src/modules/interface/
module_common_types.h 403 * Buffer size is updated to minimumSize.
405 WebRtc_Word32 VerifyAndAllocate(const WebRtc_UWord32 minimumSize);
524 VideoFrame::VerifyAndAllocate(const WebRtc_UWord32 minimumSize)
526 if (minimumSize < 1)
530 if(minimumSize > _bufferSize)
533 WebRtc_UWord8* newBufferBuffer = new WebRtc_UWord8[minimumSize];
541 _bufferSize = minimumSize;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 115 // the geometry is within legal bounds (minimumSize, maximumSize)
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp     [all...]
  /external/oprofile/gui/ui/
oprof_start.base.ui 115 <name>minimumSize</name>
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 219 size_t minimumSize;
451 heapSource->minimumSize = alignUp(startSize, BLOCK_SIZE);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 647 // the geometry is within legal bounds (minimumSize, maximumSize)
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 209 milliseconds