Searched refs:populate (Results 1 - 25 of 90) sorted by relevance

1234

/external/parameter-framework/upstream/parameter/
H A DParameterBlockType.cpp55 void CParameterBlockType::populate(CElement *pElement) const function in class:CParameterBlockType
69 base::populate(pChildParameterBlock);
73 base::populate(pElement);
H A DInstanceDefinition.cpp55 populate(pFatherElement);
H A DParameterBlockType.h49 virtual void populate(CElement *pElement) const;
H A DComponentInstance.cpp121 void CComponentInstance::populate(CElement *pElement) const function in class:CComponentInstance
134 base::populate(pChildComponent);
136 _pComponentType->populate(pChildComponent);
139 base::populate(pElement);
141 _pComponentType->populate(static_cast<CComponent *>(pElement));
H A DComponentType.cpp114 void CComponentType::populate(CElement *pElement) const function in class:CComponentType
117 base::populate(pElement);
123 _pExtendsComponentType->populate(pElement);
H A DComponentInstance.h63 virtual void populate(CElement *pElement) const;
H A DComponentType.h44 virtual void populate(CElement *pElement) const;
H A DTypeElement.cpp88 void CTypeElement::populate(CElement *pElement) const function in class:CTypeElement
132 populate(pInstanceConfigurableElement);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSink.h59 if (!xmlDocSource.populate(serializingContext)) {
H A DXmlMemoryDocSource.h57 * Implementation of CXmlDocSource::populate() method.
64 virtual bool populate(CXmlSerializingContext &serializingContext);
H A DXmlMemoryDocSource.cpp57 bool CXmlMemoryDocSource::populate(CXmlSerializingContext &serializingContext) function in class:CXmlMemoryDocSource
/external/guava/guava-gwt/src/com/google/common/collect/
H A DArrayListMultimap_CustomFieldSerializer.java37 Multimap_CustomFieldSerializerBase.populate(
H A DHashBasedTable_CustomFieldSerializer.java32 return Table_CustomFieldSerializerBase.populate(reader, HashBasedTable.create());
H A DHashMultimap_CustomFieldSerializer.java38 Multimap_CustomFieldSerializerBase.populate(in, HashMultimap.create());
H A DHashMultiset_CustomFieldSerializer.java36 return (HashMultiset<Object>) Multiset_CustomFieldSerializerBase.populate(
H A DLinkedHashMultiset_CustomFieldSerializer.java37 Multiset_CustomFieldSerializerBase.populate(
H A DMultiset_CustomFieldSerializerBase.java27 * {@link #populate(SerializationStreamReader, Multiset)}.
33 static Multiset<Object> populate( method in class:Multiset_CustomFieldSerializerBase
H A DTable_CustomFieldSerializerBase.java26 * Serializers should delegate to {@link #serialize} and {@link #populate}.
33 static <T extends StandardTable<Object, Object, Object>> T populate( method in class:Table_CustomFieldSerializerBase
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultimapAsMapImplementsMapTest.java45 populate(delegate);
H A DImmutableSetMultimapAsMapImplementsMapTest.java45 populate(delegate);
H A DUnmodifiableMultimapAsMapImplementsMapTest.java46 populate(delegate);
H A DConstrainedMultimapAsMapImplementsMapTest.java48 populate(delegate);
H A DMultimapsTransformValuesAsMapTest.java46 populate(delegate);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForMapsInJavaUtil.java160 return populate(new LinkedHashMap<String, String>(), entries);
187 return populate(new TreeMap<String, String>(), entries);
208 return populate(new TreeMap<String, String>(
232 return populate(
254 return populate(new ConcurrentHashMap<String, String>(), entries);
272 return populate(new ConcurrentSkipListMap<String, String>(), entries);
291 return populate(new ConcurrentSkipListMap<String, String>(
310 return populate(new HashMap<String, String>(), entries);
314 // populate() on an empty map
315 private static <T, M extends Map<T, String>> M populate( method in class:TestsForMapsInJavaUtil
[all...]
/external/curl/tests/python_dependencies/impacket/
H A Dstructure.py597 self.populate(a)
627 def populate(self, a): member in class:_Test_simple
638 def populate(self, a): member in class:_Test_fixedLength
639 _Test_simple.populate(self, a)
656 def populate(self, a): member in class:_Test_nested
672 def populate(self, a): member in class:_Test_Optional
677 def populate(self, a): member in class:_Test_Optional_sparse
678 _Test_Optional.populate(self, a)
689 def populate(self, a): member in class:_Test_AsciiZArray
703 def populate(sel member in class:_Test_UnpackCode
720 def populate(self, a): member in class:_Test_AAA
[all...]

Completed in 962 milliseconds

1234