Home
last modified time | relevance | path

Searched refs:ntags (Results 76 – 100 of 515) sorted by relevance

12345678910>>...21

/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/tree/pattern/
H A DParseTreePatternMatcher.cpp319 size_t ntags = starts.size(); in split() local
320 for (size_t i = 0; i < ntags; i++) { in split()
328 if (ntags == 0) { in split()
333 if (ntags > 0 && starts[0] > 0) { // copy text up to first tag into chunks in split()
338 for (size_t i = 0; i < ntags; i++) { in split()
350 if (i + 1 < ntags) { in split()
359 if (ntags > 0) { in split()
360 size_t afterLastTag = stops[ntags - 1] + _stop.length(); in split()
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/client/
H A DMetricForm.java468 final int ntags = getNumTags(); in getFilters() local
470 for (int tag = 0; tag < ntags; tag++) { in getFilters()
611 int ntags = getNumTags();
614 for (int tag = 1; tag < ntags; tag++) {
620 setTag(ntags - 1, "", "", true);
625 for (int tag = ntags - 1; tag >= 1; tag--) {
632 ntags = getNumTags(); // How many lines are left?
634 final String tagname = getTagName(ntags - 1);
635 final String tagvalue = getTagValue(ntags - 1);
648 final int ntags = getNumTags();
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcachegraph.c279 int i, j, size, ntags, macro_tags=0, extra_tags, async_tags=0; in _dxf_ExComputeRecipes() local
374 ntags = n->nin+extra_tags; in _dxf_ExComputeRecipes()
376 if(ntags > STATIC_TAGS) in _dxf_ExComputeRecipes()
377 inTags = (uint32 *)DXAllocate(ntags*sizeof(uint32)); in _dxf_ExComputeRecipes()
439 newtag = _dxf_ExGenCacheTag (n->name,0,ntags,inTags); in _dxf_ExComputeRecipes()
441 old_tag_obj = DXGetCacheEntry(mod_cache_str, ntags, 0); in _dxf_ExComputeRecipes()
443 DXSetCacheEntry(new_tag_obj, CACHE_PERMANENT, mod_cache_str, ntags, 0); in _dxf_ExComputeRecipes()
453 DXSetCacheEntry(new_tag_obj,CACHE_PERMANENT,mod_cache_str,ntags,0); in _dxf_ExComputeRecipes()
463 DXSetCacheEntry(new_tag_obj,CACHE_PERMANENT,mod_cache_str,ntags,0); in _dxf_ExComputeRecipes()
539 if(ntags > STATIC_TAGS) in _dxf_ExComputeRecipes()
/dports/devel/py-ddtrace/ddtrace-0.56.1/benchmarks/encoder/
H A Dutils.py40 tag_keys = _random_values(config.ntags, 16)
58 if config.ntags > 0:
59 … span.set_tags(dict(zip(tag_keys, [_rands(size=config.ltags) for _ in range(config.ntags)])))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/
H A DParseTreePatternMatcher.java451 int ntags = starts.size(); in split() local
452 for (int i=0; i<ntags; i++) { in split()
459 if ( ntags==0 ) { in split()
464 if ( ntags>0 && starts.get(0)>0 ) { // copy text up to first tag into chunks in split()
468 for (int i=0; i<ntags; i++) { in split()
479 if ( i+1 < ntags ) { in split()
485 if ( ntags>0 ) { in split()
486 int afterLastTag = stops.get(ntags - 1) + stop.length(); in split()
/dports/math/cvc4/CVC4-1.7/src/base/
H A Dconfiguration.cpp289 unsigned ntags = getNumDebugTags(); in isDebugTag() local
291 for (unsigned i = 0; i < ntags; ++ i) { in isDebugTag()
320 unsigned ntags = getNumTraceTags(); in isTraceTag() local
322 for (unsigned i = 0; i < ntags; ++ i) { in isTraceTag()
/dports/devel/py-ddtrace/ddtrace-0.56.1/benchmarks/span/
H A Dconfig.yaml3 ntags: 0
9 ntags: 100
H A Dutils.py6 tag_values = [rands(size=scenario.ltags) for _ in range(scenario.ntags)]
7 tag_keys = [rands(size=scenario.ltags) for _ in range(scenario.ntags)]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dcorbatest.c66 ajint ntags; in main() local
103 ntags = feat->Types[i]->Ntags; in main()
104 for(j=0;j<ntags;++j) in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp53 EXPECT_EQ(2u, selection.ntags()); in TEST()
58 EXPECT_EQ(2u, copy.ntags()); in TEST()
65 EXPECT_EQ(2u, copy2.ntags()); in TEST()
114 EXPECT_EQ(5u, five_tag_selection.ntags()) << "parsed wrong number of tags"; in TEST()
121 EXPECT_EQ(1u, selection.ntags()); in TEST()
/dports/devel/cvsgraph/cvsgraph-1.7.0/
H A Drcs.h51 int ntags; member
150 int ntags; member
173 int ntags; member
/dports/graphics/pixie/Pixie/src/ri/
H A DsubdivisionCreator.h44 …orm *x,CPl *c,int numFaces,int *numVerticesPerFace,int *vertexIndices,int ntags,const char **tags,…
61 int ntags; variable
/dports/devel/re2c/re2c-2.2/lib/
H A Dregexec_dfa_regless.cc94 const size_t ntags = tags.size(); in regexec_dfa_regless() local
99 std::fill(result, result + ntags, NORESULT); in regexec_dfa_regless()
119 for (size_t t = 0; t < ntags && match < lastmatch; t += 2) { in regexec_dfa_regless()
170 const size_t ntags = tags.size(); in regparse_dfa_regless() local
192 for (size_t t = 0; t < ntags; t += 2) { in regparse_dfa_regless()
211 for (size_t t = 0; t < ntags && h < lasth; t += 2) { in regparse_dfa_regless()
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/map/
H A Dmap_struct_append.pro6 ntags=N_TAGS(in)
8 if ntags eq 0 then begin
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/Exif/Parser/
H A DOlympus.php197 $ntags = hexdec($num);
198 $result['SubIFD']['MakerNote']['MakerNoteNumTags'] = $ntags;
201 for ($i = 0; $i < $ntags; $i++) {
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dsieve.y109 struct ntags { struct
189 static struct ntags *canon_ntags(struct ntags *n);
249 struct ntags *ntag;
289 %type <ntag> ntags
444 | NOTIFY ntags
674 | ntags ID STRING
684 | ntags METHOD STRING
704 | ntags priority
714 | ntags MESSAGE STRING
2129 struct ntags *r = (struct ntags *) xmalloc(sizeof(struct ntags)); in new_ntags()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dapplycal.c210 int ntags = 0; /* Number of tags done */ in main() local
349 for (i = 0; i < ntags; i++) { in main()
353 if (i < ntags) { in main()
357 if (ntags >= 50) /* Impossible */ in main()
359 dtags[ntags++] = primt; /* Remember this one */ in main()
398 for (i = 0; i < ntags; i++) { in main()
402 if (i < ntags) { in main()
406 if (ntags >= 50) /* Impossible */ in main()
408 dtags[ntags++] = primt; /* Remember this one */ in main()
/dports/www/coppermine/cpg1.6.x-1.6.12/include/makers/
H A Dolympus.php145 $ntags = hexdec($num);
146 $result['SubIFD']['MakerNote']['MakerNoteNumTags'] = $ntags;
149 for($i=0; $i < $ntags; $i++) {

12345678910>>...21