Home
last modified time | relevance | path

Searched refs:expectedAttributes (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/processorhelper/
H A Dattraction_test.go36 expectedAttributes map[string]pdata.AttributeValue member
55 expectedAttributes: map[string]pdata.AttributeValue{
65 expectedAttributes: map[string]pdata.AttributeValue{
76 expectedAttributes: map[string]pdata.AttributeValue{
112 expectedAttributes: map[string]pdata.AttributeValue{
122 expectedAttributes: map[string]pdata.AttributeValue{
134 expectedAttributes: map[string]pdata.AttributeValue{
170 expectedAttributes: map[string]pdata.AttributeValue{
180 expectedAttributes: map[string]pdata.AttributeValue{
216 expectedAttributes: map[string]pdata.AttributeValue{
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/attributesprocessor/
H A Dattributes_log_test.go38 expectedAttributes map[string]pdata.AttributeValue member
126 expectedAttributes: map[string]pdata.AttributeValue{
135 expectedAttributes: map[string]pdata.AttributeValue{
150 expectedAttributes: map[string]pdata.AttributeValue{
186 expectedAttributes: map[string]pdata.AttributeValue{
195 expectedAttributes: map[string]pdata.AttributeValue{
215 expectedAttributes: map[string]pdata.AttributeValue{
249 expectedAttributes: map[string]pdata.AttributeValue{
258 expectedAttributes: map[string]pdata.AttributeValue{
278 expectedAttributes: map[string]pdata.AttributeValue{
[all …]
H A Dattributes_trace_test.go40 expectedAttributes map[string]pdata.AttributeValue member
137 expectedAttributes: map[string]pdata.AttributeValue{
147 expectedAttributes: map[string]pdata.AttributeValue{
164 expectedAttributes: map[string]pdata.AttributeValue{
201 expectedAttributes: map[string]pdata.AttributeValue{
211 expectedAttributes: map[string]pdata.AttributeValue{
234 expectedAttributes: map[string]pdata.AttributeValue{
269 expectedAttributes: map[string]pdata.AttributeValue{
279 expectedAttributes: map[string]pdata.AttributeValue{
302 expectedAttributes: map[string]pdata.AttributeValue{
[all …]
/dports/biology/libnuml/NuML-1.1.4/libnuml/src/numl/
H A DAtomicDescription.cpp198 std::vector<std::string> expectedAttributes; in readAttributes() local
199 expectedAttributes.clear(); in readAttributes()
200 expectedAttributes.push_back("metaid"); in readAttributes()
201 expectedAttributes.push_back("id"); in readAttributes()
202 expectedAttributes.push_back("name"); in readAttributes()
203 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
204 expectedAttributes.push_back("valueType"); in readAttributes()
209 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
210 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DTupleDescription.cpp183 std::vector<std::string> expectedAttributes; in readAttributes() local
184 expectedAttributes.clear(); in readAttributes()
185 expectedAttributes.push_back("metaid"); in readAttributes()
186 expectedAttributes.push_back("id"); in readAttributes()
187 expectedAttributes.push_back("name"); in readAttributes()
188 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
193 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
194 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DOntologyTerm.cpp221 std::vector<std::string> expectedAttributes; in readAttributes() local
222 expectedAttributes.clear(); in readAttributes()
223 expectedAttributes.push_back("metaid"); in readAttributes()
224 expectedAttributes.push_back("id"); in readAttributes()
225 expectedAttributes.push_back("term"); in readAttributes()
226 expectedAttributes.push_back("sourceTermId"); in readAttributes()
227 expectedAttributes.push_back("ontologyURI"); in readAttributes()
232 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
233 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DCompositeDescription.cpp293 std::vector<std::string> expectedAttributes; in readAttributes() local
294 expectedAttributes.clear(); in readAttributes()
295 expectedAttributes.push_back("metaid"); in readAttributes()
296 expectedAttributes.push_back("id"); in readAttributes()
297 expectedAttributes.push_back("name"); in readAttributes()
298 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
299 expectedAttributes.push_back("indexType"); in readAttributes()
304 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
305 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DCompositeValue.cpp355 std::vector<std::string> expectedAttributes; in readAttributes() local
356 expectedAttributes.clear(); in readAttributes()
357 expectedAttributes.push_back("metaid"); in readAttributes()
358 expectedAttributes.push_back("indexValue"); in readAttributes()
359 expectedAttributes.push_back("description"); in readAttributes()
364 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
365 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DNUMLDocument.cpp647 std::vector<std::string> expectedAttributes; in readAttributes() local
648 expectedAttributes.clear(); in readAttributes()
649 expectedAttributes.push_back("level"); in readAttributes()
650 expectedAttributes.push_back("version"); in readAttributes()
651 expectedAttributes.push_back("metaid"); in readAttributes()
652 expectedAttributes.push_back("schemaLocation"); in readAttributes()
657 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
658 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DResultComponent.cpp409 std::vector<std::string> expectedAttributes; in readAttributes() local
410 expectedAttributes.clear(); in readAttributes()
411 expectedAttributes.push_back("metaid"); in readAttributes()
412 expectedAttributes.push_back("id"); in readAttributes()
418 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
419 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
/dports/biology/py-libnuml/NuML-1.1.4/libnuml/src/numl/
H A DAtomicDescription.cpp198 std::vector<std::string> expectedAttributes; in readAttributes() local
199 expectedAttributes.clear(); in readAttributes()
200 expectedAttributes.push_back("metaid"); in readAttributes()
201 expectedAttributes.push_back("id"); in readAttributes()
202 expectedAttributes.push_back("name"); in readAttributes()
203 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
204 expectedAttributes.push_back("valueType"); in readAttributes()
209 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
210 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DTupleDescription.cpp183 std::vector<std::string> expectedAttributes; in readAttributes() local
184 expectedAttributes.clear(); in readAttributes()
185 expectedAttributes.push_back("metaid"); in readAttributes()
186 expectedAttributes.push_back("id"); in readAttributes()
187 expectedAttributes.push_back("name"); in readAttributes()
188 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
193 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
194 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DOntologyTerm.cpp221 std::vector<std::string> expectedAttributes; in readAttributes() local
222 expectedAttributes.clear(); in readAttributes()
223 expectedAttributes.push_back("metaid"); in readAttributes()
224 expectedAttributes.push_back("id"); in readAttributes()
225 expectedAttributes.push_back("term"); in readAttributes()
226 expectedAttributes.push_back("sourceTermId"); in readAttributes()
227 expectedAttributes.push_back("ontologyURI"); in readAttributes()
232 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
233 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DCompositeDescription.cpp293 std::vector<std::string> expectedAttributes; in readAttributes() local
294 expectedAttributes.clear(); in readAttributes()
295 expectedAttributes.push_back("metaid"); in readAttributes()
296 expectedAttributes.push_back("id"); in readAttributes()
297 expectedAttributes.push_back("name"); in readAttributes()
298 expectedAttributes.push_back("ontologyTerm"); in readAttributes()
299 expectedAttributes.push_back("indexType"); in readAttributes()
304 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
305 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DCompositeValue.cpp355 std::vector<std::string> expectedAttributes; in readAttributes() local
356 expectedAttributes.clear(); in readAttributes()
357 expectedAttributes.push_back("metaid"); in readAttributes()
358 expectedAttributes.push_back("indexValue"); in readAttributes()
359 expectedAttributes.push_back("description"); in readAttributes()
364 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
365 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DNUMLDocument.cpp647 std::vector<std::string> expectedAttributes; in readAttributes() local
648 expectedAttributes.clear(); in readAttributes()
649 expectedAttributes.push_back("level"); in readAttributes()
650 expectedAttributes.push_back("version"); in readAttributes()
651 expectedAttributes.push_back("metaid"); in readAttributes()
652 expectedAttributes.push_back("schemaLocation"); in readAttributes()
657 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
658 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
H A DResultComponent.cpp409 std::vector<std::string> expectedAttributes; in readAttributes() local
410 expectedAttributes.clear(); in readAttributes()
411 expectedAttributes.push_back("metaid"); in readAttributes()
412 expectedAttributes.push_back("id"); in readAttributes()
418 std::vector<std::string>::const_iterator end = expectedAttributes.end(); in readAttributes()
419 std::vector<std::string>::const_iterator begin = expectedAttributes.begin(); in readAttributes()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/components/
H A DCheckboxTest.php34 $expectedAttributes = array(
42 foreach ($expectedAttributes as $attribute) {
55 $expectedAttributes = array(
63 foreach ($expectedAttributes as $attribute) {
H A DButtonTest.php37 $expectedAttributes = array(
45 foreach ($expectedAttributes as $attribute) {
59 $expectedAttributes = array(
67 foreach ($expectedAttributes as $attribute) {
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/extension/
H A DSBMLDocumentPlugin.cpp140 const ExpectedAttributes& expectedAttributes) in readAttributes() argument
142 SBasePlugin::readAttributes(attributes, expectedAttributes); in readAttributes()
304 const ExpectedAttributes_t* expectedAttributes) in SBMLDocumentPlugin_readAttributes() argument
306 if (plugin == NULL || attributes == NULL || expectedAttributes == NULL) in SBMLDocumentPlugin_readAttributes()
308 plugin->readAttributes(*attributes, *expectedAttributes); in SBMLDocumentPlugin_readAttributes()
H A DSBMLDocumentPluginNotRequired.cpp95 const ExpectedAttributes& expectedAttributes) in readAttributes() argument
100 SBMLDocumentPlugin::readAttributes(attributes, expectedAttributes); in readAttributes()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/extension/
H A DSBMLDocumentPlugin.cpp140 const ExpectedAttributes& expectedAttributes) in readAttributes() argument
142 SBasePlugin::readAttributes(attributes, expectedAttributes); in readAttributes()
304 const ExpectedAttributes_t* expectedAttributes) in SBMLDocumentPlugin_readAttributes() argument
306 if (plugin == NULL || attributes == NULL || expectedAttributes == NULL) in SBMLDocumentPlugin_readAttributes()
308 plugin->readAttributes(*attributes, *expectedAttributes); in SBMLDocumentPlugin_readAttributes()
H A DSBMLDocumentPluginNotRequired.cpp95 const ExpectedAttributes& expectedAttributes) in readAttributes() argument
100 SBMLDocumentPlugin::readAttributes(attributes, expectedAttributes); in readAttributes()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/io/kml/
H A DKMLReaderTest.java183 …heckParsingResult(String kmlString, String expectedWKT, Map<String, String>[] expectedAttributes) { in checkParsingResult() argument
192 …tTrue("User data is not filled", geometryN.getUserData() != null || expectedAttributes[i] == null); in checkParsingResult()
196 …assertEquals("Number of attributes differs in user data", expectedAttributes[i].size(), actualUser… in checkParsingResult()
199 expectedAttributes[i].entrySet()) { in checkParsingResult()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/xml/
H A DAbstractStaxXMLReaderTestCase.java182 Attributes expectedAttributes = (Attributes) expected; in argumentMatches() local
184 if (expectedAttributes.getLength() != actualAttributes.getLength()) { in argumentMatches()
187 for (int i = 0; i < expectedAttributes.getLength(); i++) { in argumentMatches()
190 if (expectedAttributes.getURI(i).equals(actualAttributes.getURI(j)) && in argumentMatches()
191 expectedAttributes.getQName(i).equals(actualAttributes.getQName(j)) && in argumentMatches()
192 expectedAttributes.getType(i).equals(actualAttributes.getType(j)) && in argumentMatches()
193 expectedAttributes.getValue(i).equals(actualAttributes.getValue(j))) { in argumentMatches()

12345678910>>...31