/external/skia/src/pdf/ |
H A D | SkPDFFontImpl.h | 34 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 D | SkPDFStream.cpp | 61 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 D | ShowMoreDataGridNode.js | 33 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 D | callgraph_container.h | 49 * 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 D | locate_images.h | 24 * 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 D | locate_images.cpp | 33 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 D | ArrayListMultimap_CustomFieldSerializer.java | 37 Multimap_CustomFieldSerializerBase.populate(
|
H A D | HashMultimap_CustomFieldSerializer.java | 38 Multimap_CustomFieldSerializerBase.populate(in, HashMultimap.create());
|
H A D | HashMultiset_CustomFieldSerializer.java | 36 return (HashMultiset<Object>) Multiset_CustomFieldSerializerBase.populate(
|
H A D | LinkedHashMultiset_CustomFieldSerializer.java | 37 Multiset_CustomFieldSerializerBase.populate(
|
H A D | TreeMultimap_CustomFieldSerializer.java | 43 Multimap_CustomFieldSerializerBase.populate(
|
H A D | LinkedHashMultimap_CustomFieldSerializer.java | 40 Multimap_CustomFieldSerializerBase.populate(
|
H A D | Multiset_CustomFieldSerializerBase.java | 28 * {@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 D | ImmutableMultimapAsMapImplementsMapTest.java | 45 populate(delegate);
|
H A D | ImmutableSetMultimapAsMapImplementsMapTest.java | 45 populate(delegate);
|
H A D | UnmodifiableMultimapAsMapImplementsMapTest.java | 46 populate(delegate);
|
H A D | ConstrainedMultimapAsMapImplementsMapTest.java | 48 populate(delegate);
|
H A D | MultimapsTransformValuesAsMapTest.java | 46 populate(delegate);
|
H A D | AbstractMultimapAsMapImplementsMapTest.java | 41 protected void populate(Multimap<String, Integer> multimap) { method in class:AbstractMultimapAsMapImplementsMapTest
|
H A D | MultimapsFilterEntriesAsMapTest.java | 60 populate(multimap);
|
/external/webkit/Source/WebCore/platform/mac/ |
H A D | PopupMenuMac.h | 53 void populate();
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
H A D | WebContextMenuProxyMac.h | 55 void populate(const Vector<WebContextMenuItemData>&);
|
H A D | WebPopupMenuProxyMac.h | 53 void populate(const Vector<WebPopupItem>&, NSFont *, WebCore::TextDirection);
|
/external/skia/include/pdf/ |
H A D | SkPDFStream.h | 72 bool populate(SkPDFCatalog* catalog);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | TestsForMapsInJavaUtil.java | 150 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
|