Home
last modified time | relevance | path

Searched defs:isFixed (Results 1 – 25 of 261) sorted by relevance

1234567891011

/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DThreadPool.java46 private final boolean isFixed; field in ThreadPool
53 boolean isFixed, in ThreadPool()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DFormat.h121 bool isFixed; member
161 bool isFixed, in Format()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/temporal/
H A DValueRange.java169 public boolean isFixed() { in isFixed() method in ValueRange
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/temporal/
H A DValueRange.java211 public boolean isFixed() { in isFixed() method in ValueRange
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java211 public boolean isFixed() { in isFixed() method in ValueRange
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java211 public boolean isFixed() { in isFixed() method in ValueRange
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DDynamicRenderResources.java213 ColorScheme darkScheme, List<Pair<String, DynamicColor>> colors, Boolean isFixed) { in extractDynamicColors()
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp268 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
H A DTextSizeCheck.java604 private static boolean isFixed(int dimension) { in isFixed() method in TextSizeCheck
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDayPeriodInfo.java130 public boolean isFixed() { in isFixed() method in DayPeriodInfo.DayPeriod
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayController.java664 List<Pair<String, DynamicColor>> colors, Boolean isFixed) { in assignColorsToOverlay()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1708 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
1715 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp799 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2288 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2295 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp820 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp897 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h727 constexpr bool isFixed() const noexcept { return isFixed_; } in isFixed() function
935 constexpr bool isFixed() const noexcept { return isFixed_; } in isFixed() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go1938 func isFixed(c *Config, sym Sym, off, size int64) bool { func

1234567891011