/external/guava/guava-gwt/src/com/google/common/collect/ |
H A D | Table_CustomFieldSerializerBase.java | 26 * 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 D | Multimap_CustomFieldSerializerBase.java | 31 * {@link #populate(SerializationStreamReader, Multimap)}. 53 public static Multimap<Object, Object> populate( method in class:Multimap_CustomFieldSerializerBase
|
H A D | Multiset_CustomFieldSerializerBase.java | 27 * {@link #populate(SerializationStreamReader, Multiset)}. 33 static Multiset<Object> populate( method in class:Multiset_CustomFieldSerializerBase
|
/external/parameter-framework/upstream/parameter/ |
H A D | ParameterBlockType.cpp | 55 void CParameterBlockType::populate(CElement *pElement) const function in class:CParameterBlockType 69 base::populate(pChildParameterBlock); 73 base::populate(pElement);
|
H A D | ComponentType.cpp | 114 void CComponentType::populate(CElement *pElement) const function in class:CComponentType 117 base::populate(pElement); 123 _pExtendsComponentType->populate(pElement);
|
H A D | ComponentInstance.cpp | 121 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 D | ParameterType.cpp | 48 void CParameterType::populate(CElement * /*elem*/) const function in class:CParameterType
|
H A D | TypeElement.cpp | 88 void CTypeElement::populate(CElement *pElement) const function in class:CTypeElement 132 populate(pInstanceConfigurableElement);
|
/external/parameter-framework/upstream/xmlserializer/ |
H A D | XmlMemoryDocSource.cpp | 57 bool CXmlMemoryDocSource::populate(CXmlSerializingContext &serializingContext) function in class:CXmlMemoryDocSource
|
H A D | XmlDocSource.cpp | 116 bool CXmlDocSource::populate(CXmlSerializingContext &serializingContext) function in class:CXmlDocSource
|
/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | AbstractMultimapAsMapImplementsMapTest.java | 41 protected void populate(Multimap<String, Integer> multimap) { method in class:AbstractMultimapAsMapImplementsMapTest
|
H A D | AbstractTableTest.java | 34 protected void populate( method in class:AbstractTableTest
|
/external/caliper/examples/src/main/java/examples/ |
H A D | ListModificationBenchmark.java | 66 @Benchmark void populate(int reps) throws Exception { method in class:ListModificationBenchmark
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowItemizedOverlay.java | 29 public final void populate() { method in class:ShadowItemizedOverlay
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | TestsForMapsInJavaUtil.java | 160 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 D | MinMaxPriorityQueueBenchmark.java | 65 @Benchmark void populate(int reps) { method in class:MinMaxPriorityQueueBenchmark
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
H A D | CompactData.java | 46 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 D | number_compact.cpp | 60 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 D | CompactData.java | 42 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 D | DomUtil.java | 34 public void populate(final XmlSuite xmlSuite) throws XPathExpressionException { method in class:DomUtil
|
/external/curl/tests/python_dependencies/impacket/ |
H A D | structure.py | 597 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 D | subset.py | 1928 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 D | subset.py | 1928 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 D | coverage.py | 324 """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 D | includeWriter.cpp | 909 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);
|