HomeSort by relevance Sort by last modified time
    Searched refs:MIN_SIZE (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/
openssl_util.h 45 // Provides a buffer of at least MIN_SIZE bytes, for use when calling OpenSSL's
52 template<int MIN_SIZE>
61 if (output_len_ < MIN_SIZE) {
69 return output_len_ < MIN_SIZE ? min_sized_buffer_ : output_;
80 unsigned char min_sized_buffer_[MIN_SIZE];
  /external/chromium/crypto/
openssl_util.h 39 // Provides a buffer of at least MIN_SIZE bytes, for use when calling OpenSSL's
46 template<int MIN_SIZE>
55 if (output_len_ < MIN_SIZE) {
63 return output_len_ < MIN_SIZE ? min_sized_buffer_ : output_;
74 unsigned char min_sized_buffer_[MIN_SIZE];
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 37 private static final int MIN_SIZE = 20;
60 left = MathUtils.random(getWidth() - MIN_SIZE);
61 top = MathUtils.random(getHeight() - MIN_SIZE);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 278 enum { MIN_SIZE = 4 };
280 static const uint16 MIN_SIZE = 4;
stun.cc 243 if (length < StunErrorCodeAttribute::MIN_SIZE)
310 STUN_ATTR_ERROR_CODE, StunErrorCodeAttribute::MIN_SIZE);
431 SetLength(MIN_SIZE + static_cast<uint16>(reason.size()));
  /external/skia/src/gpu/
GrContext.cpp 383 static const int MIN_SIZE = 256;
384 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
385 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 225 milliseconds