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

1234

/external/chromium_org/third_party/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(uint16_t glyphID);
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.h104 virtual bool populate(SkPDFCatalog* catalog);
/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);
80 bool populate(int16_t glyphID);
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.h93 virtual bool populate(SkPDFCatalog* catalog);
/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(
/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);
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
H A Dpopup.js7 chrome.windows.getCurrent({populate: true}, function(currentWindow) {
29 chrome.windows.getAll({ populate: true }, function(windowList) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileTopDownDataGrid.js75 container.populate();
103 WebInspector.ProfileDataGridNode.populate(this);
/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/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/chrome/browser/resources/extensions/
H A Dextension_code.js42 populate: function(code, emptyMessage) {
/external/chromium_org/chrome/test/chromedriver/extension/
H A Dbackground.js51 chrome.windows.getCurrent({populate: true}, function(window) {

Completed in 309 milliseconds

1234