Home
last modified time | relevance | path

Searched refs:isBundle (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/dports/devel/qbs/qbs-src-1.21.0/examples/install-bundle/
H A Dinstall-bundle.qbs14 property bool isBundle: bundle.isBundle
15 targetName: isBundle ? "Window" : "window"
28 … fileTagsFilter: qbs.targetOS.contains("darwin") && isBundle ? ["bundle.content"] : ["application"]
30 … qbs.installDir: isBundle ? "Applications" : (qbs.targetOS.contains("windows") ? "" : "bin")
40 property bool isBundle: qbs.targetOS.contains("darwin") && bundle.isBundle
41 targetName: isBundle ? "WindowUtils" : "windowutils"
45 …fileTagsFilter: isBundle ? ["bundle.content"] : ["dynamiclibrary", "dynamiclibrary_symlink", "dyna…
47 … qbs.installDir: isBundle ? "Library/Frameworks" : (qbs.targetOS.contains("windows") ? "" : "lib")
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata-apple/codesign/
H A Dcodesign.qbs7 property bool isBundle: true
13 bundle.isBundle: project.isBundle
28 bundle.isBundle: project.isBundle
42 bundle.isBundle: project.isBundle
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/qbspkgconfig-module-provider/libs/
H A Dlibs.qbs4 property bool isBundle: false
10 bundle.isBundle: project.isBundle
15 if (project.isBundle)
25 qbs.install: !project.isBundle
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata-apple/bundle-structure/
H A Dbundle-structure.qbs22 bundle.isBundle: true
39 bundle.isBundle: true
56 bundle.isBundle: true
69 bundle.isBundle: true
82 bundle.isBundle: true
95 bundle.isBundle: true
108 bundle.isBundle: true
121 bundle.isBundle: true
135 bundle.isBundle: true
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/
H A DBundleUtils.java40 return isBundle(); in isBundleForNative()
46 public static boolean isBundle() { in isBundle() method in BundleUtils
54 public static void setIsBundle(boolean isBundle) { in setIsBundle() argument
55 sIsBundle = isBundle; in setIsBundle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/module_installer/android/java/src/org/chromium/components/module_installer/util/
H A DModuleUtil.java21 if (!BundleUtils.isBundle()) return; in recordStartupTime()
30 if (!BundleUtils.isBundle()) return; in updateCrashKeys()
41 if (!BundleUtils.isBundle()) return; in initApplication()
54 if (!BundleUtils.isBundle()) return; in notifyModuleInstalled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/module_installer/android/java/src/org/chromium/components/module_installer/util/
H A DModuleUtil.java23 if (!BundleUtils.isBundle()) return; in recordStartupTime()
32 if (!BundleUtils.isBundle()) return; in recordModuleAvailability()
44 if (!BundleUtils.isBundle()) return; in updateCrashKeys()
55 if (!BundleUtils.isBundle()) return; in initApplication()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_osc/osc/
H A Djuce_OSCBundle.cpp79 bool OSCBundle::Element::isBundle() const noexcept in isBundle() function in juce::OSCBundle::Element
157 expect (elements[0].isBundle()); in runTest()
159 expect (! elements[1].isBundle()); in runTest()
161 expect (elements[2].isBundle()); in runTest()
196 expect (! bundle[0].isBundle()); in expectBundleEqualsTestBundle()
198 expect (! bundle[1].isBundle()); in expectBundleEqualsTestBundle()
204 expect (! element.isBundle()); in expectBundleEqualsTestBundle()
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/org/jitsi/jicofo/
H A DBundleTest.java118 static void validateSessionInit(JingleIQ sessionInit, boolean isBundle) in validateSessionInit() argument
120 if (isBundle) in validateSessionInit()
137 validateInitContent(content, firstContent, isBundle); in validateSessionInit()
143 boolean isBundle) in validateInitContent() argument
150 if (isBundle) in validateInitContent()
164 if (isBundle) in validateInitContent()
174 if (!isBundle) in validateInitContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DDependenciesPage.java44 boolean isBundle = isBundle(); in createFormContent()
49 body.setLayout(FormLayoutFactory.createFormGridLayout(isBundle, 2)); in createFormContent()
65 if (isBundle) { in createFormContent()
85 private boolean isBundle() { in isBundle() method in DependenciesPage
95 if (isBundle()) in getRequiredSectionLabels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/
H A DBundleUtils.java47 return isBundle(); in isBundleForNative()
53 public static boolean isBundle() { in isBundle() method in BundleUtils
61 public static void setIsBundle(boolean isBundle) { in setIsBundle() argument
62 sIsBundle = isBundle; in setIsBundle()
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/api/testdata/link-dynamiclibs/
H A Dlink-dynamiclibs.qbs21 bundle.isBundle: false
35 bundle.isBundle: false
48 bundle.isBundle: false
62 bundle.isBundle: false
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/base/source/
H A Dfdynlib.cpp115 isBundle = false; in init()
138 isBundle = true; in init()
151 if (!isBundle) in init()
200 if (isBundle) in unload()
233 if (isBundle) in getProcAddress()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/source/
H A Dfdynlib.cpp115 isBundle = false; in init()
138 isBundle = true; in init()
151 if (!isBundle) in init()
200 if (isBundle) in unload()
233 if (isBundle) in getProcAddress()
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/assembly/
H A Dassembly.qbs36 bundle.isBundle: false
46 bundle.isBundle: false
56 bundle.isBundle: false
70 bundle.isBundle: false
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/language/
H A DAppLocaleUtils.java71 if (BundleUtils.isBundle()) { in setAppLanguagePref()
81 if (GlobalAppLocaleController.getInstance().isOverridden() && BundleUtils.isBundle()) { in maybeInstallActivitySplitCompat()
83 GlobalAppLocaleController.getInstance().isOverridden(), BundleUtils.isBundle()); in maybeInstallActivitySplitCompat()
113 if (BundleUtils.isBundle()) { in logInstalledLanguages()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp47 assert(isBundle(MCI)); in bundleInstructions()
359 assert(isBundle(MCB)); in instruction()
458 assert(isBundle(MCI)); in isInnerLoop()
489 assert(isBundle(MCI)); in isOuterLoop()
534 assert(isBundle(MCI)); in isMemReorderDisabled()
540 assert(isBundle(MCI)); in isMemStoreReorderEnabled()
580 assert(isBundle(MCB)); in padEndloop()
612 assert(isBundle(MCB)); in replaceDuplex()
623 assert(isBundle(MCI)); in setInnerLoop()
629 assert(isBundle(MCI)); in setMemReorderDisabled()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/linker-library-duplicates/
H A Dsetup-run-environment.qbs8 bundle.isBundle: false
17 bundle.isBundle: false
26 bundle.isBundle: false
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp34 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
57 if (HexagonMCInstrInfo::isBundle(MCB)) { in init()
123 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
148 } else if (!HexagonMCInstrInfo::isBundle(MCB)) { in HexagonMCShuffle()
185 if (!HexagonMCInstrInfo::isBundle(MCB)) in HexagonMCShuffle()

12345678910>>...42