Home
last modified time | relevance | path

Searched refs:_cc (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/FunctionalTests/CookieTest/
H A DCookiePortTest.cs11 private CookieContainer _cc; field in System.Net.Primitives.Functional.Tests.CookiePortTest
16 _cc = new CookieContainer(); in CookiePortTest()
20 _cc.Add(new Uri("http://localhost/path"), _cookie); in CookiePortTest()
26 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:80/path")); in Port_SetMultiplePorts_Port1Set()
33 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:110/path")); in Port_SpaceDelimiter_PortSet()
40 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:1050/path")); in Port_CommaDelimiter_PortSet()
47 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:1090/path")); in Port_CommaSpaceDelimiter_PortSet()
54 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:1100/path")); in Port_SpaceCommaDelimiter_PortSet()
61 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:1000/path")); in Port_SetMultiplePorts_NoPortMatch()
68 CookieCollection cookies = _cc.GetCookies(new Uri("http://localhost:1050")); in Port_SetMultiplePorts_NoPathMatch()
[all …]
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A Daixcc.py50 path, _cc, version = get_xlc(env)
51 if path and _cc:
52 _cc = os.path.join(path, _cc)
55 env['CC'] = _cc
63 path, _cc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/
H A Daixcc.py50 path, _cc, version = get_xlc(env)
51 if path and _cc:
52 _cc = os.path.join(path, _cc)
55 env['CC'] = _cc
63 path, _cc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/
H A Daixcc.py50 path, _cc, version = get_xlc(env)
51 if path and _cc:
52 _cc = os.path.join(path, _cc)
55 env['CC'] = _cc
63 path, _cc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/
H A Daixcc.py50 path, _cc, version = get_xlc(env)
51 if path and _cc:
52 _cc = os.path.join(path, _cc)
55 env['CC'] = _cc
63 path, _cc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A Daixcc.py50 path, _cc, version = get_xlc(env)
51 if path and _cc:
52 _cc = os.path.join(path, _cc)
55 env['CC'] = _cc
63 path, _cc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/
H A Daixcc.py51 path, _cc, _shcc, version = get_xlc(env)
53 _cc = os.path.join(path, _cc)
58 env['CC'] = _cc
63 path, _cc, _shcc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/
H A Daixcc.py51 path, _cc, _shcc, version = get_xlc(env)
53 _cc = os.path.join(path, _cc)
58 env['CC'] = _cc
63 path, _cc, _shcc, version = get_xlc(env)
64 if path and _cc:
65 xlc = os.path.join(path, _cc)
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dshl.cpp394 int _cc; member in SHL::ShlParzer
397 void SS() { while ( _cc >= 0 && _cc <= ' ' ) { NextChar(); } } in SS()
444 _cc( 0 ), in ShlParzer()
458 return _cc; in NextChar()
465 return _cc; in NextChar()
475 if ( _cc == '_' || IsAlpha( _cc ) ) in Next()
481 while ( IsAlpha( _cc ) || IsDigit( _cc ) || _cc == '_' ) in Next()
498 while ( _cc != ShlStream::EOFCHAR && _cc != '\n' ) in Next()
577 if ( _cc == '"' || _cc == '\'' ) in Next()
580 int bc = _cc; in Next()
[all …]
/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dcallitem.cpp71 _cc = _call->callCount(); in updateCost()
72 if (_cc == 0) in updateCost()
109 setText(1, _call->prettySubCostPerCall(ct, _cc)); in updateCost()
134 setText(3, _call->prettySubCostPerCall(ct2, _cc)); in updateCost()
157 uint64 cc1 = ci1->_cc; in operator <()
158 uint64 cc2 = ci2->_cc; in operator <()
168 uint64 cc1 = ci1->_cc; in operator <()
169 uint64 cc2 = ci2->_cc; in operator <()
176 return ci1->_cc < ci2->_cc; in operator <()
H A Dcoverageitem.cpp109 _cc = SubCost(_coverage->callCount()); in update()
110 setText(2, _cc ? _cc.pretty() : QStringLiteral("(0)")); in update()
149 return ci1->_cc < ci2->_cc; in operator <()
269 _cc = SubCost(_coverage->callCount()); in update()
270 setText(3, _cc ? _cc.pretty() : QStringLiteral("(0)")); in update()
325 return _cc < ci->_cc; in operator <()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dcclineedit.cpp356 if(!_cc) { in keyPressEvent()
376 if(!_cc) { in keyPressEvent()
407 delete _cc; in init()
422 delete _cc; in init()
483 if(_cc) { in init()
514 if(_cc) { in init()
596 #define SIZE_LIMITED_NAME sizeLimitedName( (_cc&&_cc->_tableView)?_cc->_tableView->font():QFont(), \
597 (_cc&&_cc->_tableView)? ((_cc->_tableView->width()/2-50)): INT_MAX)
622 if(_cc&&_cc->_tableView) { in fillKstObjects()
623 _cc->_tableView->setFixedWidth(_cc->_tableView->width()); in fillKstObjects()
[all …]
/dports/devel/distcc/distcc-3.3.5/test/
H A Dtestdistcc.py241 self._cc = self._get_compiler()
437 + self._cc + " --help")
440 if self.is_gcc(self._cc):
442 elif self.is_clang(self._cc):
640 return self._cc + " -c " + args
1253 return self._cc + " -g ";
1393 return self._cc + " -g -O1 ";
1398 return self._cc + " -g -O2 ";
1403 return self._cc + " -g -O3 ";
1697 + self._cc
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compiler.cpp132 if (_cc != NULL) in _emitInstruction()
135 inst->prepare(*_cc); in _emitInstruction()
160 if (_cc != NULL) in _emitInstruction()
163 inst->prepare(*_cc); in _emitInstruction()
189 if (_cc) in _emitInstruction()
192 inst->prepare(*_cc); in _emitInstruction()
219 if (_cc != NULL) in _emitInstruction()
250 if (_cc != NULL) in _emitInstruction()
282 if (_cc != NULL) in _emitInstruction()
710 _cc = NULL; in serialize()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexFCD.cs531 internal RegexCharClass _cc; field in System.Text.RegularExpressions.RegexFC
537 _cc = new RegexCharClass(); in RegexFC()
543 _cc = new RegexCharClass(); in RegexFC()
548 _cc.AddRange('\0', (char)(ch - 1)); in RegexFC()
550 _cc.AddRange((char)(ch + 1), '\uFFFF'); in RegexFC()
554 _cc.AddRange(ch, ch); in RegexFC()
563 _cc = RegexCharClass.Parse(charClass); in RegexFC()
571 if (!_cc.CanMerge || !fc._cc.CanMerge) in AddFC()
591 _cc.AddCharClass(fc._cc); in AddFC()
598 _cc.AddLowercase(culture); in GetFirstChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexFCD.cs496 internal RegexCharClass _cc; field in System.Text.RegularExpressions.RegexFC
501 _cc = new RegexCharClass(); in RegexFC()
506 _cc = new RegexCharClass(); in RegexFC()
510 _cc.AddRange('\0', (char)(ch - 1)); in RegexFC()
512 _cc.AddRange((char)(ch + 1), '\uFFFF'); in RegexFC()
515 _cc.AddRange(ch, ch); in RegexFC()
523 _cc = RegexCharClass.Parse(charClass); in RegexFC()
530 if (!_cc.CanMerge || !fc._cc.CanMerge) { in AddFC()
547 _cc.AddCharClass(fc._cc); in AddFC()
553 _cc.AddLowercase(culture); in GetFirstChars()
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincore.cpp1732 int _cc; member in wal::UiParzer
1788 _cc( 0 ), in UiParzer()
1809 return _cc; in NextChar()
1819 if ( _cc == '_' || IsAlpha( _cc ) ) in Next()
1825 while ( IsAlpha( _cc ) || IsDigit( _cc ) || _cc == '_' || _cc == '-' ) in Next()
1849 while ( _cc != UiStream::EOFCHAR && _cc != '\n' ) in Next()
1857 if ( _cc == '"' || _cc == '\'' ) in Next()
1899 if ( _cc == 'x' || _cc == 'X' ) in Next()
1909 else if ( _cc >= 'a' && _cc <= 'f' ) in Next()
1913 else if ( _cc >= 'A' && _cc <= 'F' ) in Next()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h52 #define memset(_ss,_cc,_sz) VG_(memset)((_ss),(_cc),(_sz)) argument
53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) argument
56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc)) argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h52 #define memset(_ss,_cc,_sz) VG_(memset)((_ss),(_cc),(_sz)) argument
53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) argument
56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc)) argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py177 self._cc = QuicCongestionControl()
182 return self._cc.bytes_in_flight
186 return self._cc.congestion_window
191 self._cc.on_packets_expired(
266 self._cc.on_packet_acked(packet)
305 self._cc.on_rtt_measurement(latest_rtt, now=now)
352 self._cc.on_packet_sent(packet)
386 "bytes_in_flight": self._cc.bytes_in_flight,
387 "cwnd": self._cc.congestion_window,
389 if self._cc.ssthresh is not None:
[all …]
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Drecovery.py178 self._cc = QuicCongestionControl()
183 return self._cc.bytes_in_flight
187 return self._cc.congestion_window
192 self._cc.on_packets_expired(
260 self._cc.on_packet_acked(packet)
299 self._cc.on_rtt_measurement(latest_rtt, now=now)
347 self._cc.on_packet_sent(packet)
390 "bytes_in_flight": self._cc.bytes_in_flight,
391 "cwnd": self._cc.congestion_window,
393 if self._cc.ssthresh is not None:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py177 self._cc = QuicCongestionControl()
182 return self._cc.bytes_in_flight
186 return self._cc.congestion_window
191 self._cc.on_packets_expired(
266 self._cc.on_packet_acked(packet)
305 self._cc.on_rtt_measurement(latest_rtt, now=now)
352 self._cc.on_packet_sent(packet)
386 "bytes_in_flight": self._cc.bytes_in_flight,
387 "cwnd": self._cc.congestion_window,
389 if self._cc.ssthresh is not None:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py177 self._cc = QuicCongestionControl()
182 return self._cc.bytes_in_flight
186 return self._cc.congestion_window
191 self._cc.on_packets_expired(
266 self._cc.on_packet_acked(packet)
305 self._cc.on_rtt_measurement(latest_rtt, now=now)
352 self._cc.on_packet_sent(packet)
386 "bytes_in_flight": self._cc.bytes_in_flight,
387 "cwnd": self._cc.congestion_window,
389 if self._cc.ssthresh is not None:
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/analyses/identifier/
H A Dcustom_callable.py45 self._cc = cc if cc is not None else DEFAULT_CC[project.arch.name](project.arch)
62 …result_state.solver.simplify(self._cc.get_return_val(self.result_state, stack_base=self.result_sta…
68 cc=self._cc,
77 cc=self._cc,
/dports/sysutils/bsdinfo/bsdinfo-7ed6607958035244870877191c2764c9ba77f19d/
H A Dconfigure9 _cc='gcc';
34 _cc="$CC";
36 genMakefile 'CC=\t'"$_cc";

12345678910>>...42