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

/external/guava/guava-gwt/src/com/google/common/collect/
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.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 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/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/skia/src/pdf/
H A DSkPDFStream.cpp61 if (!this->populate(catalog)) {
75 if (!this->populate(catalog)) {
89 bool SkPDFStream::populate(SkPDFCatalog* catalog) { function in class:SkPDFStream
/external/oprofile/libpp/
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);
H A Dcallgraph_container.cpp27 #include "populate.h"
395 void callgraph_container::populate(list<inverted_profile> const & iprofiles, function in class:callgraph_container
417 populate(it->groups[i], it->image,
426 void callgraph_container::populate(list<image_set> const & lset, function in class:callgraph_container
437 populate(pit->cg_files, app_image,
444 void callgraph_container::populate(list<string> const & cg_files, function in class:callgraph_container
/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
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp125 populate(data);
224 void QtFallbackWebPopup::populate(const QWebSelectData& data) function in class:WebCore::QtFallbackWebPopup
/external/chromium/chrome/browser/safe_browsing/
H A Dfilter_false_positive_perftest.cc339 TimeDelta populate = Time::Now() - populate_before; local
351 int64 time_per_insert = populate.InMicroseconds() /
357 << ", populate time (ms): " << populate.InMilliseconds()
360 << ", per-populate (us): " << time_per_insert
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp104 populate();
644 void ContextMenuController::populate() function in class:WebCore::ContextMenuController
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp67 PluginDatabase* PluginDatabase::installedPlugins(bool populate) argument
74 if (populate) {
/external/kernel-headers/original/linux/
H A Dmm.h200 int (*populate)(struct vm_area_struct * area, unsigned long address, unsigned long len, pgprot_t prot, unsigned long pgoff, int nonblock); member in struct:vm_operations_struct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 442 milliseconds