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

123

/external/skia/src/pdf/
H A DSkPDFFontImpl.h34 bool populate(const SkPDFGlyphSet* subset);
48 bool populate(const SkPDFGlyphSet* subset);
64 bool populate(int16_t glyphID);
81 bool populate(int16_t glyphID);
H A DSkPDFStream.cpp61 if (!this->populate(catalog)) {
75 if (!this->populate(catalog)) {
89 bool SkPDFStream::populate(SkPDFCatalog* catalog) { function in class:SkPDFStream
/external/webkit/Source/WebCore/inspector/front-end/
H A DShowMoreDataGridNode.js33 function populate(count)
43 this.showNext.addEventListener("click", populate.bind(this, nextCount), false);
49 this.showAll.addEventListener("click", populate.bind(this, allCount), false);
/external/oprofile/libpp/
H A Dcallgraph_container.h49 * list. This is used to initially populate the recorder with
118 void populate(std::list<inverted_profile> const & iprofiles,
149 void populate(std::list<image_set> const & lset,
153 void populate(std::list<std::string> const & cg_files,
H A Dlocate_images.h24 * in to populate().
35 void populate(std::vector<std::string> const & paths,
72 /// return the archive path used to populate the images name map
83 void populate(std::vector<std::string> const & paths,
95 /// the archive path passed to populate the images name map.
H A Dlocate_images.cpp33 void extra_images::populate(vector<string> const & paths, function in class:extra_images
52 void extra_images::populate(vector<string> const & paths, function in class:extra_images
65 populate(paths, "");
67 populate(paths, archive_path);
69 populate(paths, root_path);
/external/guava/guava-gwt/src/com/google/common/collect/
H A DArrayListMultimap_CustomFieldSerializer.java37 Multimap_CustomFieldSerializerBase.populate(
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 DTreeMultimap_CustomFieldSerializer.java43 Multimap_CustomFieldSerializerBase.populate(
H A DLinkedHashMultimap_CustomFieldSerializer.java40 Multimap_CustomFieldSerializerBase.populate(
H A DMultiset_CustomFieldSerializerBase.java28 * {@link #populate(SerializationStreamReader, Multiset)}.
46 static Multiset<Object> populate( method in class:Multiset_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);
H A DAbstractMultimapAsMapImplementsMapTest.java41 protected void populate(Multimap<String, Integer> multimap) { method in class:AbstractMultimapAsMapImplementsMapTest
H A DMultimapsFilterEntriesAsMapTest.java60 populate(multimap);
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.h53 void populate();
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebContextMenuProxyMac.h55 void populate(const Vector<WebContextMenuItemData>&);
H A DWebPopupMenuProxyMac.h53 void populate(const Vector<WebPopupItem>&, NSFont *, WebCore::TextDirection);
/external/skia/include/pdf/
H A DSkPDFStream.h72 bool populate(SkPDFCatalog* catalog);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForMapsInJavaUtil.java150 return populate(new LinkedHashMap<String, String>(), entries);
169 return populate(new TreeMap<String, String>(
189 return populate(
209 return populate(new ConcurrentHashMap<String, String>(), entries);
224 return populate(new HashMap<String, String>(), entries);
228 // populate() on an empty map
229 private static <T> Map<T, String> populate( method in class:TestsForMapsInJavaUtil

Completed in 1156 milliseconds

123