Home
last modified time | relevance | path

Searched refs:otherFlags (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/fancy_ui/
H A Dbidi_container_view_unittest.mm86 UIViewAutoresizing otherFlags =
90 AutoresizingMaskForLocale("he" /* Hebrew */, otherFlags | testedFlags);
96 UIViewAutoresizing otherFlags =
106 UIViewAutoresizing otherFlags = UIViewAutoresizingNone;
109 AutoresizingMaskForLocale("he" /* Hebrew */, otherFlags | testedFlags);
115 UIViewAutoresizing otherFlags = UIViewAutoresizingNone;
124 UIViewAutoresizing otherFlags =
129 AutoresizingMaskForLocale("he" /* Hebrew */, otherFlags | testedFlags);
131 UIViewAutoresizingFlexibleLeftMargin | otherFlags,
136 UIViewAutoresizing otherFlags =
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/deghosting/
H A Ddeghosting_mask.cpp53 static uint16_t otherFlags = 0; variable
67 otherFlags += OTHER_GRAY; in parseOptions_advanced()
97 otherFlags += SAVE_GENWEIGHTS; in parseOptions_save()
327 if (otherFlags & OTHER_GRAY) in main()
345 if (otherFlags & SAVE_GENWEIGHTS) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.hpp78 static const vk::VkDebugReportFlagsEXT otherFlags = vk::VK_DEBUG_REPORT_WARNING_BIT_EXT in shouldBeLogged() local
80 return (isError() || ((flags & otherFlags) != 0u)); in shouldBeLogged()
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dnick.cpp177 int otherFlags = otherNick.getSortingValue(); in operator <() local
179 if(thisFlags > otherFlags) in operator <()
183 if(thisFlags < otherFlags) in operator <()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJGLApp.cpp33 JGLApp::JGLApp(const JString &strTitle, s32 w, s32 h, bool fullScr, s32 _depth, u32 otherFlags) in JGLApp() argument
34 : JApp(strTitle, w, h, fullScr, _depth, otherFlags) in JGLApp()
H A DJGLApp.h54 …ng &strTitle, s32 w = 640, s32 h = 480, bool fullScr = false, s32 _depth = 16, u32 otherFlags = 0);
H A DJApp.cpp35 JApp::JApp(const JString &strTitle, s32 w, s32 h, bool fullScr, s32 _depth, u32 otherFlags) in JApp() argument
37 …doInput(true), flags(otherFlags), appPauseTime(0), keys(0), keyMods(KMOD_NONE), numKeys(0), mouseX… in JApp()
H A DJApp.h166 …ng& strTitle, s32 w = 1024, s32 h = 768, bool fullScr = true, s32 _depth = 16, u32 otherFlags = 0);
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dhugin_hdrmerge.cpp246 uint16_t otherFlags = 0; in main() local
267 otherFlags += OTHER_GRAY; in main()
369 if (otherFlags & OTHER_GRAY) in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dmultiobj.h46 uint32 otherFlags; ///< multi-objects Tinsel 2 - other flags member
H A Dplay.cpp716 FROM_32(_ctx->pmi->otherFlags) & OTH_RELATEDACTOR)); in t2PlayReel()
799 …assert( ((FROM_32(_ctx->pmi->otherFlags) & OTH_RELATIVE) && !(FROM_32(_ctx->pmi->otherFlags) & OTH… in t2PlayReel()
800 …|| ((FROM_32(_ctx->pmi->otherFlags) & OTH_ABSOLUTE) && !(FROM_32(_ctx->pmi->otherFlags) & OTH_RELA… in t2PlayReel()
802 _ctx->bRelative = FROM_32(_ctx->pmi->otherFlags) & OTH_RELATIVE; in t2PlayReel()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dmultiobj.h46 uint32 otherFlags; ///< multi-objects Tinsel 2 - other flags member
H A Dplay.cpp727 FROM_32(_ctx->pmi->otherFlags) & OTH_RELATEDACTOR)); in t2PlayReel()
816 …assert( ((FROM_32(_ctx->pmi->otherFlags) & OTH_RELATIVE) && !(FROM_32(_ctx->pmi->otherFlags) & OTH… in t2PlayReel()
817 …|| ((FROM_32(_ctx->pmi->otherFlags) & OTH_ABSOLUTE) && !(FROM_32(_ctx->pmi->otherFlags) & OTH_RELA… in t2PlayReel()
819 _ctx->bRelative = FROM_32(_ctx->pmi->otherFlags) & OTH_RELATIVE; in t2PlayReel()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/alignment/
H A DAlignmentInterval.java502 … final byte[] unclippedBases, final boolean hardClip, final int otherFlags, in toSAMRecord() argument
506 …Clip && SAMFlag.SECONDARY_ALIGNMENT.isUnset(otherFlags) && SAMFlag.SUPPLEMENTARY_ALIGNMENT.isUnset… in toSAMRecord()
511 result.setFlags(otherFlags); in toSAMRecord()
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dconflictresolvedialog.cpp139 const auto otherFlags = otherItem.flags() | Views::transform(toQString) | Actions::toQList; in compareItems() local
143 otherFlags.join(QLatin1String(", "))); in compareItems()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/java/
H A DJavaModule.qbs346 var otherFlags = ModUtils.moduleProperty(product, "additionalJarFlags");
347 if (otherFlags)
348 args = args.concat(otherFlags);
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccUtilXml.cpp1172 icUInt32Number otherFlags = ~(icEmbeddedProfileTrue|icUseWithEmbeddedDataOnly); in icGetHeaderFlagsName() local
1174 if (flags & otherFlags) { in icGetHeaderFlagsName()
1175 sprintf(line, " VendorFlags=\"%08x\"", flags & otherFlags); in icGetHeaderFlagsName()
/dports/devel/tinycbor/tinycbor-0.6.0/tests/tojson/
H A Dtst_tojson.cpp650 void compareMetaData(QByteArray data, const QString &expected, int otherFlags = 0) in compareMetaData() argument
663 err = parseOne(&first, &decoded, CborConvertAddMetadata | otherFlags); in compareMetaData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/third_party/tinycbor/src/tests/tojson/
H A Dtst_tojson.cpp650 void compareMetaData(QByteArray data, const QString &expected, int otherFlags = 0) in compareMetaData() argument
663 err = parseOne(&first, &decoded, CborConvertAddMetadata | otherFlags); in compareMetaData()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclVar.c58 CONST char *otherP2, CONST int otherFlags,
3472 ObjMakeUpvar(interp, framePtr, otherP1Ptr, otherP2, otherFlags, myName, myFlags, index) in ObjMakeUpvar() argument
3479 CONST int otherFlags; /* 0, TCL_GLOBAL_ONLY or TCL_NAMESPACE_ONLY:
3500 if (!(otherFlags & TCL_NAMESPACE_ONLY)) {
3504 (otherFlags | TCL_LEAVE_ERR_MSG), "access",
3506 if (!(otherFlags & TCL_NAMESPACE_ONLY)) {
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclVar.c182 const char *otherP2, const int otherFlags,
3561 const int otherFlags, /* 0, TCL_GLOBAL_ONLY or TCL_NAMESPACE_ONLY: in ObjMakeUpvar() argument
3585 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
3589 (otherFlags | TCL_LEAVE_ERR_MSG), "access", in ObjMakeUpvar()
3591 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclVar.c187 const char *otherP2, const int otherFlags,
4151 const int otherFlags, /* 0, TCL_GLOBAL_ONLY or TCL_NAMESPACE_ONLY: in ObjMakeUpvar() argument
4175 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
4179 (otherFlags | TCL_LEAVE_ERR_MSG), "access", in ObjMakeUpvar()
4181 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclVar.c203 const char *otherP2, const int otherFlags,
4555 const int otherFlags, /* 0, TCL_GLOBAL_ONLY or TCL_NAMESPACE_ONLY: in ObjMakeUpvar() argument
4579 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
4583 (otherFlags | TCL_LEAVE_ERR_MSG), "access", in ObjMakeUpvar()
4585 if (!(otherFlags & TCL_NAMESPACE_ONLY)) { in ObjMakeUpvar()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DDumpFile.cpp3107 XMP_Uns32 otherFlags = GetUns32BE (keywordPtr+18); in DumpPNGChunk() local
3108 if ( otherFlags != 0 ) tree->addComment ( "** bad flags %.8X **", otherFlags ); in DumpPNGChunk()
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dfileio.c7591 fcd->otherFlags |= OTH_EXTERNAL; in copy_file_to_fcd()
7593 fcd->otherFlags |= OTH_OPTIONAL; in copy_file_to_fcd()
7595 fcd->otherFlags |= OTH_LINE_ADVANCE; in copy_file_to_fcd()
7758 if((fcd->otherFlags & OTH_EXTERNAL)) in copy_fcd_to_file()
7760 if((fcd->otherFlags & OTH_OPTIONAL)) in copy_fcd_to_file()
7764 if((fcd->otherFlags & OTH_LINE_ADVANCE)) in copy_fcd_to_file()

12