Home
last modified time | relevance | path

Searched refs:currentArch (Results 1 – 12 of 12) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DUpdateManagerMSP_FET430.h77 uint16_t currentArch; variable
H A DUpdateManagerMSP_FET430.cpp65 …: fetHandle(fetHandle), configManagerV3(configManagerV3), currentArch(arch), percent(0), requiredU… in UpdateManagerMSP_FET430()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/
H A DJNLPGenerator.java59 private String currentArch = null; field in JNLPGenerator
303 currentArch = arch; in writeResourcePrologue()
349 return arch.equals(currentArch); in archMatch()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.cpp504 CFNumberRef currentArch = in GetArchitecturesForBinary() local
507 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) { in GetArchitecturesForBinary()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsMacUtilsImpl.cpp504 CFNumberRef currentArch = in GetArchitecturesForBinary() local
507 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) { in GetArchitecturesForBinary()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.cpp504 CFNumberRef currentArch = in GetArchitecturesForBinary() local
507 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) { in GetArchitecturesForBinary()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dlaunchchild_osx.mm71 CFNumberRef currentArch = static_cast<CFNumberRef>(::CFArrayGetValueAtIndex(archs, i));
73 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dlaunchchild_osx.mm71 CFNumberRef currentArch = static_cast<CFNumberRef>(::CFArrayGetValueAtIndex(archs, i));
73 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dlaunchchild_osx.mm71 CFNumberRef currentArch = static_cast<CFNumberRef>(::CFArrayGetValueAtIndex(archs, i));
73 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) {
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dlaunchchild_osx.mm71 CFNumberRef currentArch = static_cast<CFNumberRef>(::CFArrayGetValueAtIndex(archs, i));
73 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) {
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DGeckoChildProcessHost.cpp247 …CFNumberRef currentArch = static_cast<CFNumberRef>(::CFArrayGetValueAtIndex(pluginContainerArchs, … in GetArchitecturesForBinary() local
249 if (!::CFNumberGetValue(currentArch, kCFNumberIntType, &currentArchInt)) { in GetArchitecturesForBinary()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/mac/
H A Ddump_syms.mm599 string currentArch([architecture UTF8String]);
602 ArchSectionMap::const_iterator iter = sectionsForArch_->find(currentArch);
606 sectionsForArch_->insert(make_pair(currentArch, oneArchitectureSectionMap));