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

  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 103 bool isFixed() const { return !Mask || FixCount; }
510 assert(Bundle.isFixed() && "Reached block before any predecessors");
555 if (Bundle.isFixed()) {
    [all...]
  /external/skia/legacy/src/core/
Sk64.cpp 147 SkBool Sk64::isFixed() const
  /external/skia/src/core/
Sk64.cpp 145 SkBool Sk64::isFixed() const
  /external/webkit/Source/WebCore/platform/
Length.h 174 bool isFixed() const { return type() == Fixed; }
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 473 bool isFixed = stream->readBool();
489 if (isFixed) {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 498 bool isFixed = MFI->isFixedObjectIndex(FI);
517 if (isFixed) {
532 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 328 bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
335 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 180 milliseconds