Home
last modified time | relevance | path

Searched refs:fieldsName (Results 1 – 22 of 22) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/src/cpp/
H A DXMLAttrFieldsGetter.cpp47 const char ** fieldsName = a->getNames(); in getFieldsName() local
49 for (; fieldsName[size]; size++) in getFieldsName()
54 const char ** cpy = copy(fieldsName, size); in getFieldsName()
55 delete [] fieldsName; in getFieldsName()
H A DXMLSetFieldsGetter.cpp48 const char * fieldsName[1] = {"size"}; in getFieldsName() local
49 return copy(fieldsName, 1); in getFieldsName()
H A DXMLListFieldsGetter.cpp48 const char * fieldsName[1] = {"size"}; in getFieldsName() local
49 return XMLFieldsGetter::copy(fieldsName, 1); in getFieldsName()
H A DXMLNsFieldsGetter.cpp48 const char * fieldsName[2] = {"href", "prefix"}; in getFieldsName() local
49 return XMLFieldsGetter::copy(fieldsName, 2); in getFieldsName()
H A DXMLDocFieldsGetter.cpp49 const char * fieldsName[2] = {"root", "url"}; in getFieldsName() local
50 return XMLFieldsGetter::copy(fieldsName, 2); in getFieldsName()
H A DXMLElemFieldsGetter.cpp53 …const char * fieldsName[7] = {"name", "namespace", "content", "type", "parent", "attributes", "chi… in getFieldsName() local
54 return XMLFieldsGetter::copy(fieldsName, 7); in getFieldsName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java160 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
161 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
171 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
172 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
187 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
188 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java161 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
162 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
172 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
173 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
188 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
189 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java161 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
162 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
172 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
173 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
188 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
189 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java161 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
162 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
172 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
173 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
188 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
189 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java161 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
162 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
172 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
173 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
188 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
189 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java160 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
161 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
171 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
172 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
187 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
188 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java160 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
161 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
171 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
172 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
187 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
188 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/g1/plab/lib/
H A DLogParser.java161 …> getSpecifiedStats(List<Long> specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
162 return getSpecifiedStats(specifiedGcId, type, fieldsName, true); in getSpecifiedStats()
172 …labInfo getSpecifiedStats(long specifiedGcId, LogParser.ReportType type, List<String> fieldsName) { in getSpecifiedStats() argument
173 …PlabInfo info = getSpecifiedStats(Arrays.asList(specifiedGcId), type, fieldsName, true).get(specif… in getSpecifiedStats()
188 …fiedStats(List<Long> specifiedGcIdForExclude, LogParser.ReportType type, List<String> fieldsName) { in getExcludedSpecifiedStats() argument
189 return getSpecifiedStats(specifiedGcIdForExclude, type, fieldsName, false); in getExcludedSpecifiedStats()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DFieldsWriter.cs64 String fieldsName = segment + "." + IndexFileNames.FIELDS_EXTENSION; in FieldsWriter()
67 fieldsStream = d.CreateOutput(fieldsName); in FieldsWriter()
85 d.DeleteFile(fieldsName); in FieldsWriter()
115 d.DeleteFile(fieldsName); in FieldsWriter()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DFieldsWriter.cpp37 String fieldsName(segment + L"." + IndexFileNames::FIELDS_EXTENSION()); in FieldsWriter() local
40 fieldsStream = d->createOutput(fieldsName); in FieldsWriter()
49 d->deleteFile(fieldsName); in FieldsWriter()
68 d->deleteFile(fieldsName); in FieldsWriter()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DObjectStreamClass.java703 ObjectStreamField[] fieldsName = new ObjectStreamField[fields.length]; in setFields() local
704 System.arraycopy(fields, 0, fieldsName, 0, fields.length); in setFields()
706 Arrays.sort (fieldsName, new Comparator() { in setFields()
718 if (fieldsName[i-1].getName().equals(fieldsName[i].getName())) in setFields()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DObjectStreamClass.java703 ObjectStreamField[] fieldsName = new ObjectStreamField[fields.length]; in setFields() local
704 System.arraycopy(fields, 0, fieldsName, 0, fields.length); in setFields()
706 Arrays.sort (fieldsName, new Comparator() { in setFields()
718 if (fieldsName[i-1].getName().equals(fieldsName[i].getName())) in setFields()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DObjectStreamClass.java703 ObjectStreamField[] fieldsName = new ObjectStreamField[fields.length]; in setFields() local
704 System.arraycopy(fields, 0, fieldsName, 0, fields.length); in setFields()
706 Arrays.sort (fieldsName, new Comparator() { in setFields()
718 if (fieldsName[i-1].getName().equals(fieldsName[i].getName())) in setFields()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DObjectStreamClass.java703 ObjectStreamField[] fieldsName = new ObjectStreamField[fields.length]; in setFields() local
704 System.arraycopy(fields, 0, fieldsName, 0, fields.length); in setFields()
706 Arrays.sort (fieldsName, new Comparator() { in setFields()
718 if (fieldsName[i-1].getName().equals(fieldsName[i].getName())) in setFields()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DObjectStreamClass.java703 ObjectStreamField[] fieldsName = new ObjectStreamField[fields.length]; in setFields() local
704 System.arraycopy(fields, 0, fieldsName, 0, fields.length); in setFields()
706 Arrays.sort (fieldsName, new Comparator() { in setFields()
718 if (fieldsName[i-1].getName().equals(fieldsName[i].getName())) in setFields()
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsprocessingalgs.cpp6237 QStringList fieldsName; in exportMeshOnGrid() local
6238fieldsName << QStringLiteral( "Bed Elevation" ) << QStringLiteral( "temperature" ) << QStringLiter… in exportMeshOnGrid()
6245 for ( int i = 0; i < fieldsName.count(); ++i ) in exportMeshOnGrid()
6246 QCOMPARE( fieldsName.at( i ), resultLayer->fields().at( i ).name() ); in exportMeshOnGrid()