Searched defs:populate (Results 1 - 25 of 42) sorted by relevance

12

/external/guava/guava-gwt/src/com/google/common/collect/
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
H A DMultimap_CustomFieldSerializerBase.java31 * {@link #populate(SerializationStreamReader, Multimap)}.
53 public static Multimap<Object, Object> populate( method in class:Multimap_CustomFieldSerializerBase
H A DMultiset_CustomFieldSerializerBase.java27 * {@link #populate(SerializationStreamReader, Multiset)}.
33 static Multiset<Object> populate( method in class:Multiset_CustomFieldSerializerBase
/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 DComponentType.cpp114 void CComponentType::populate(CElement *pElement) const function in class:CComponentType
117 base::populate(pElement);
123 _pExtendsComponentType->populate(pElement);
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 DParameterType.cpp48 void CParameterType::populate(CElement * /*elem*/) const function in class:CParameterType
H A DTypeElement.cpp88 void CTypeElement::populate(CElement *pElement) const function in class:CTypeElement
132 populate(pInstanceConfigurableElement);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlMemoryDocSource.cpp57 bool CXmlMemoryDocSource::populate(CXmlSerializingContext &serializingContext) function in class:CXmlMemoryDocSource
H A DXmlDocSource.cpp116 bool CXmlDocSource::populate(CXmlSerializingContext &serializingContext) function in class:CXmlDocSource
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultimapAsMapImplementsMapTest.java41 protected void populate(Multimap<String, Integer> multimap) { method in class:AbstractMultimapAsMapImplementsMapTest
H A DAbstractTableTest.java34 protected void populate( method in class:AbstractTableTest
/external/caliper/examples/src/main/java/examples/
H A DListModificationBenchmark.java66 @Benchmark void populate(int reps) throws Exception { method in class:ListModificationBenchmark
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java29 public final void populate() { method in class:ShadowItemizedOverlay
/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/guava/guava-tests/benchmark/com/google/common/collect/
H A DMinMaxPriorityQueueBenchmark.java65 @Benchmark void populate(int reps) { method in class:MinMaxPriorityQueueBenchmark
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DCompactData.java46 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) { method in class:CompactData
87 public void populate(Map<String, Map<String, String>> powersToPluralsToPatterns) { method in class:CompactData
/external/icu/icu4c/source/i18n/
H A Dnumber_compact.cpp60 void CompactData::populate(const Locale &locale, const char *nsName, CompactStyle compactStyle, function in class:CompactData
222 data.populate(locale, nsName, compactStyle, compactType, status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DCompactData.java42 public void populate(ULocale locale, String nsName, CompactStyle compactStyle, CompactType compactType) { method in class:CompactData
83 public void populate(Map<String, Map<String, String>> powersToPluralsToPatterns) { method in class:CompactData
/external/testng/src/main/java/org/testng/xml/dom/
H A DDomUtil.java34 public void populate(final XmlSuite xmlSuite) throws XPathExpressionException { method in class:DomUtil
/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...]
/external/fonttools/Lib/fontTools/
H A Dsubset.py1928 def populate(self, glyphs=[], unicodes=[], text=""): member in class:Subsetter
2220 subsetter.populate(glyphs=glyphs, unicodes=unicodes, text=text)
/external/fonttools/Tools/fontTools/
H A Dsubset.py1928 def populate(self, glyphs=[], unicodes=[], text=""): member in class:Subsetter
2220 subsetter.populate(glyphs=glyphs, unicodes=unicodes, text=text)
/external/parameter-framework/upstream/tools/coverage/
H A Dcoverage.py324 """Default child populate
331 def populate(self, dom): member in class:DomPopulatedElement
343 childElement.populate(childDomElement)
452 def populate(self, dom): member in class:RootRule
453 super().populate(dom)
515 def populate(self, dom): member in class:Configuration
517 self.rootRule.populate(dom)
882 self.domains.populate(dom)
/external/skqp/tools/bookmaker/
H A DincludeWriter.cpp909 bool IncludeWriter::populate(Definition* def, ParentPair* prevPair, RootDefinition* root) { function in class:IncludeWriter
1309 if (!this->populate(&child, &pair, const_cast<Definition*>(cIncludeStructDef)->asRoot())) {
1326 if (!this->populate(child.fChildren[0], &pair, root)) {
1330 if (!this->populate(&child, &pair, root)) {
1382 if (!this->populate(&child, &pair, root)) {
1437 bool IncludeWriter::populate(BmhParser& bmhParser) { function in class:IncludeWriter
1467 allPassed &= this->populate(&includeMapper.second, nullptr, root);

Completed in 1693 milliseconds

12