HomeSort by relevance Sort by last modified time
    Searched full:minsize (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 386 FreeRangeHeader *allocateNewCodeSlab(size_t MinSize) {
387 // If the user needs at least MinSize free memory, then we account for
390 size_t PaddedMin = MinSize + 2 * sizeof(MemoryRangeHeader);
413 assert(NewBlock->BlockSize - sizeof(MemoryRangeHeader) >= MinSize &&
    [all...]
  /external/dnsmasq/src/
rfc2131.c 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
96 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 239 public void setLabelMinSize(int minSize) {
240 mLabelMinSize = minSize;
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 640 void RenderThemeMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel)
643 if (minSize.width() >= static_cast<int>(sizes[NSRegularControlSize].width() * zoomLevel) &&
644 minSize.height() >= static_cast<int>(sizes[NSRegularControlSize].height() * zoomLevel))
646 else if (minSize.width() >= static_cast<int>(sizes[NSSmallControlSize].width() * zoomLevel) &&
647 minSize.height() >= static_cast<int>(sizes[NSSmallControlSize].height() * zoomLevel))
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 238 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth();
239 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
241 while (BranchFixups.size() > MinSize &&
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 246 extern const mDNSu8 *LocateOptRR(const DNSMessage *const msg, const mDNSu8 *const end, int minsize);
DNSCommon.c     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 159 ArrayHelper(JNIEnv* env, JArray ref, jint offset, jint minSize) {
163 mMinSize = minSize;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.mm 267 NSSize minSize = [[self window] minSize];
270 if (windowRect.width() < minSize.width)
271 windowRect.set_width(minSize.width);
272 if (windowRect.height() < minSize.height)
273 windowRect.set_height(minSize.height);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 683 uint64_t MinSize = X86FI->getCalleeSavedFrameSize();
684 if (HasFP) MinSize += SlotSize;
685 StackSize = std::max(MinSize, StackSize > 128 ? StackSize - 128 : 0);
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 273 long minsize; member in struct:asn1_string_table_st
    [all...]
  /external/openssl/include/openssl/
asn1.h 273 long minsize; member in struct:asn1_string_table_st
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 307 } else if (key == "MinSize") {
  /external/elfutils/
android.patch 61 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /external/elfutils/src/
ldgeneric.c 3507 size_t minsize; local
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]
  /external/webkit/Source/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
designable.nib 757 <string>5.windowTemplate.minSize</string>
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 97 size_t minSize,
104 if (headerSize >= minSize) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1574 milliseconds

1 2 34 5