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

12

/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/chromium_org/third_party/skia/src/pdf/
H A DSkPDFStream.cpp54 if (!this->populate(catalog)) {
70 if (!this->populate(catalog)) {
108 bool SkPDFStream::populate(SkPDFCatalog* catalog) { function in class:SkPDFStream
H A DSkPDFImage.cpp582 // populate.
585 bool SkPDFImage::populate(SkPDFCatalog* catalog) { function in class:SkPDFImage
616 return INHERITED::populate(catalog);
/external/skia/src/pdf/
H A DSkPDFStream.cpp58 if (!this->populate(catalog)) {
73 if (!this->populate(catalog)) {
99 bool SkPDFStream::populate(SkPDFCatalog* catalog) { function in class:SkPDFStream
H A DSkPDFImage.cpp583 // populate.
586 bool SkPDFImage::populate(SkPDFCatalog* catalog) { function in class:SkPDFImage
619 return INHERITED::populate(catalog);
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java29 public final void populate() { method in class:ShadowItemizedOverlay
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js59 this.tree.populate(this.keys);
223 populate: function(data) {
248 tree.populate(array);
255 this.pass.populate(pass);
262 this.fail.populate(fail);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFieldVerifier.java84 populate(nodeData);
107 // TODO: Investigate a cleaner way of doing this - maybe we should populate "data" with this
123 private void populate(AddressVerificationNodeData nodeData) { method in class:FieldVerifier
/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.cpp90 void RenderMultiColumnFlowThread::populate() function in class:blink::RenderMultiColumnFlowThread
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileDataGrid.js248 populate: function()
250 WebInspector.ProfileDataGridNode.populate(this);
350 WebInspector.ProfileDataGridNode.populate = function(container)
H A DHeapSnapshotGridNodes.js266 populate: function(event)
284 // Make sure default populate won't take action.
894 this.populate();
1435 populate: function()
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DFileSystemWorkspaceBinding.js214 this.populate();
489 populate: function()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js51 this._rootNode.populate();
776 this._node.populate();
1005 populate: function()
1010 this.parent.populate();
1229 this.parent.populate();
/external/robolectric/lib/main/
H A Dmaps_v16.jar ... boolean) public int getLatSpanE6 () public int getLonSpanE6 () protected final void populate () protected void setLastFocusedIndex (int) public void setFocus (com.google ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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 ...

Completed in 6058 milliseconds

12