/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/ |
H A D | RectangleConverter.cs | 81 int[] numSubs = new int[subs.Length]; in ConvertFrom() 82 for (int i = 0; i < numSubs.Length; i++) { in ConvertFrom() 83 numSubs[i] = (int) converter.ConvertFromString (context, culture, subs[i]); in ConvertFrom() 89 return new Rectangle (numSubs[0], numSubs[1], numSubs[2], numSubs[3]); in ConvertFrom()
|
H A D | SizeConverter.cs | 80 int[] numSubs = new int[subs.Length]; in ConvertFrom() 81 for (int i = 0; i < numSubs.Length; i++) { in ConvertFrom() 82 numSubs[i] = (int) converter.ConvertFromString (context, culture, subs[i]); in ConvertFrom() 88 return new Size (numSubs[0], numSubs[1]); in ConvertFrom()
|
H A D | SizeFConverter.cs | 79 float[] numSubs = new float[subs.Length]; in ConvertFrom() 80 for (int i = 0; i < numSubs.Length; i++) { in ConvertFrom() 81 numSubs[i] = (float) converter.ConvertFromString (context, culture, subs[i]); in ConvertFrom() 87 return new SizeF (numSubs[0], numSubs[1]); in ConvertFrom()
|
H A D | PointConverter.cs | 77 int[] numSubs = new int[subs.Length]; in ConvertFrom() 78 for (int i = 0; i < numSubs.Length; i++) { in ConvertFrom() 79 numSubs[i] = (int) converter.ConvertFromString (context, culture, subs[i]); in ConvertFrom() 85 return new Point (numSubs[0], numSubs[1]); in ConvertFrom()
|
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/regex/ |
H A D | Util.java | 344 Substitution sub, String input, int numSubs) in substitute() argument 352 if(substitute(buffer, matcher, pattern, sub, pinput, numSubs) != 0) in substitute() 409 int numSubs) in substitute() argument 412 return substitute(result, matcher, pattern, sub, pinput, numSubs); in substitute() 441 int numSubs) in substitute() argument 452 while(numSubs != 0 && matcher.contains(input, pattern)) { in substitute() 453 --numSubs; in substitute()
|
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/test/ |
H A D | drain_test.go | 78 numSubs := int32(32) 98 for i := int32(0); i < numSubs; i++ { 154 if numSubs := nc.NumSubscriptions(); numSubs != num { 155 t.Fatalf("Expected %d subscriptions, got %d", num, numSubs) 160 if numSubs := nc.NumSubscriptions(); numSubs != 0 { 161 t.Fatalf("Expected no subscriptions, got %d", numSubs) 173 if numSubs := nc.NumSubscriptions(); numSubs != num { 174 t.Fatalf("Expected %d subscriptions, got %d", num, numSubs) 181 if numSubs := nc.NumSubscriptions(); numSubs != 0 { 182 return fmt.Errorf("Expected no subscriptions, got %d", numSubs)
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/Interface/ |
H A D | DemuxCrypto.h | 52 explicit DemuxCryptoInfo(const unsigned int numSubs) in DemuxCryptoInfo() 54 numSubSamples = numSubs; in DemuxCryptoInfo() 56 clearBytes = new uint16_t[numSubs]; in DemuxCryptoInfo() 57 cipherBytes = new uint32_t[numSubs]; in DemuxCryptoInfo()
|
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/examples/nats-bench/ |
H A D | main.go | 53 var numSubs = flag.Int("ns", DefaultNumSubs, "Number of Concurrent Subscribers") 90 benchmark = bench.NewBenchmark("NATS", *numSubs, *numPubs) 95 donewg.Add(*numPubs + *numSubs) 98 startwg.Add(*numSubs) 99 for i := 0; i < *numSubs; i++ { 123 …rting benchmark [msgs=%d, msgsize=%d, pubs=%d, subs=%d]\n", *numMsgs, *msgSize, *numPubs, *numSubs)
|
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/examples/ |
H A D | jdfix.java | 111 int numSubs = 0; in main() local 140 numSubs+=perl.substitute(result, in main() 145 System.out.println("Substitutions made: " + numSubs); in main()
|
/dports/biology/jalview/jalview/src/jalview/analysis/ |
H A D | ParseProperties.java | 94 if (pattern.numSubs() > ScoreNames.length) in getScoresFromDescription() 99 String[] tnames = new String[pattern.numSubs() + 1]; in getScoresFromDescription() 108 tnames = new String[pattern.numSubs() + 1]; in getScoresFromDescription() 131 for (int cols = 0; cols < pattern.numSubs(); cols++) in getScoresFromDescription()
|
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/AFILE/Tests/ |
H A D | SubTitles.c | 73 short numSubs = 0; in main() local 212 numSubs++; in main() 230 numSubs++; in main() 235 SetHandleSize(subHdl, sizeof(SubtitleEntry) * numSubs); in main()
|
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/test/ |
H A D | checkseiterator.hh | 99 const int numSubs = element.subEntities( codim ); in apply() local 100 while( (k < numSubs) && (element.template subEntity< codim >( k ) != *codimIt) ) in apply() 102 if( k == numSubs ) in apply()
|
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/regexp/ |
H A D | RE.java | 135 private int numSubs; field in RE 280 numSubs = subs; in RE() 309 numSubs = 0; // Number of subexpressions in this token. in initialize() 362 RE theBranch = new RE(firstToken, lastToken, numSubs, subIndex, minimumLength); in initialize() 569 numSubs++; in initialize() 572 int useIndex = (pure || lookAhead) ? 0 : nextSub + numSubs; in initialize() 574 numSubs += ((RE) currentToken).getNumSubs(); in initialize() 820 branches.addElement(new RE(firstToken,lastToken,numSubs,subIndex,minimumLength)); in initialize() 877 REMatch m = new REMatch(numSubs, index, eflags); in isMatchImpl() 895 return numSubs; in getNumSubs() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/security/nss/nss-3.76.1/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/security/ca_root_nss/nss-3.71/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/www/firefox/firefox-99.0/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/lib/ |
H A D | berparse.c | 77 arb->body.cons.numSubs = 0; in ParseTag() 181 (parent->body.cons.numSubs) * sizeof(SECArb *), in CreateArbNode() 182 (parent->body.cons.numSubs + 1) * sizeof(SECArb *)); in CreateArbNode() 183 parent->body.cons.subs[parent->body.cons.numSubs] = arb; in CreateArbNode() 184 parent->body.cons.numSubs++; in CreateArbNode()
|
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/ |
H A D | Instancing.cpp | 19 int numSubs = ent->getMesh()->getNumSubMeshes(); in Create() local 23 for (int s=0; s < numSubs; ++s) in Create()
|
/dports/java/avis/avis-1.2.0/server/src/test/org/avis/router/ |
H A D | JUTestAttack.java | 84 int numSubs = CONNECTION_OPTION_SET.defaults.getInt ("Subscription.Max-Count"); in attackKeys() local 91 for (int i = 0; i < numSubs; i++) in attackKeys()
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 152 private int numSubs; field in RE 343 numSubs = subs; in RE() 398 numSubs = 0; // Number of subexpressions in this token. in initialize() 861 numSubs++; in initialize() 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize() 870 numSubs += ((RE) currentToken).getNumSubs (); in initialize() 1375 RE (firstToken, lastToken, numSubs, subIndex, minimumLength, in initialize() 1958 REMatch m = new REMatch (numSubs, index, eflags); in isMatchImpl() 1979 return numSubs; in getNumSubs() [all …]
|
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/regex/ |
H A D | RE.java | 152 private int numSubs; field in RE 343 numSubs = subs; in RE() 398 numSubs = 0; // Number of subexpressions in this token. in initialize() 861 numSubs++; in initialize() 865 || independent) ? 0 : nextSub + numSubs; in initialize() 869 nextSub + numSubs); in initialize() 870 numSubs += ((RE) currentToken).getNumSubs (); in initialize() 1375 RE (firstToken, lastToken, numSubs, subIndex, minimumLength, in initialize() 1958 REMatch m = new REMatch (numSubs, index, eflags); in isMatchImpl() 1979 return numSubs; in getNumSubs() [all …]
|