Home
last modified time | relevance | path

Searched refs:SetTo (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/hgl/
DGLRendererRoster.cpp130 status = directory.SetTo(&entry); in AddPath()
147 entry.SetTo(&ref, true); in AddPath()
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp188 template <typename UINT> bool SetTo(UINT n) { in SetTo() function in Fortran::decimal::IntermediateFloat
364 int guardShift{f.SetTo(digit_[--digits_])}; in ConvertToBinary()
Dbig-radix-floating-point.h144 template <typename UINT> UINT SetTo(UINT n) { in SetTo() function
Dbinary-to-decimal.cpp43 SetTo(word);
/external/libusb/libusb/os/
Dhaiku_pollfs.cpp66 if (entry.IsDirectory() && directory.SetTo(ref) >= B_OK) { in WatchedEntry()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1524 if (!dst_theme.SetTo(src_theme)) { in nativeThemeCopy()
1548 dst_theme.SetTo(src_theme); in nativeThemeCopy()
1550 dst_theme.SetTo(src_theme); in nativeThemeCopy()
DShadowArscAssetManager9.java1520 if (!dst_theme.SetTo(src_theme)) { in nativeThemeCopy()
1545 dst_theme.SetTo(src_theme); in nativeThemeCopy()
1547 dst_theme.SetTo(src_theme); in nativeThemeCopy()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1607 public boolean SetTo(final Theme o) { in SetTo() method in CppAssetManager2.Theme