HomeSort by relevance Sort by last modified time
    Searched refs:populate (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFontImpl.h 34 bool populate(const SkPDFGlyphSet* subset);
48 bool populate(const SkPDFGlyphSet* subset);
64 bool populate(int16_t glyphID);
81 bool populate(uint16_t glyphID);
SkPDFStream.cpp 54 if (!this->populate(catalog)) {
70 if (!this->populate(catalog)) {
108 bool SkPDFStream::populate(SkPDFCatalog* catalog) { function in class:SkPDFStream
SkPDFImage.h 102 // Populate the stream dictionary. This method returns false if
104 virtual bool populate(SkPDFCatalog* catalog);
SkPDFStream.h 66 // Populate the stream dictionary. This method returns false if
68 virtual bool populate(SkPDFCatalog* catalog);
  /external/oprofile/libpp/
callgraph_container.h 49 * list. This is used to initially populate the recorder with
107 * Populate the container, must be called once only.
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,
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.
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/
ArrayListMultimap_CustomFieldSerializer.java 37 Multimap_CustomFieldSerializerBase.populate(
HashMultimap_CustomFieldSerializer.java 38 Multimap_CustomFieldSerializerBase.populate(in, HashMultimap.create());
HashMultiset_CustomFieldSerializer.java 36 return (HashMultiset<Object>) Multiset_CustomFieldSerializerBase.populate(
LinkedHashMultiset_CustomFieldSerializer.java 37 Multiset_CustomFieldSerializerBase.populate(
TreeMultimap_CustomFieldSerializer.java 43 Multimap_CustomFieldSerializerBase.populate(
LinkedHashMultimap_CustomFieldSerializer.java 40 Multimap_CustomFieldSerializerBase.populate(
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java 45 populate(delegate);
ImmutableSetMultimapAsMapImplementsMapTest.java 45 populate(delegate);
UnmodifiableMultimapAsMapImplementsMapTest.java 46 populate(delegate);
ConstrainedMultimapAsMapImplementsMapTest.java 48 populate(delegate);
MultimapsTransformValuesAsMapTest.java 46 populate(delegate);
  /art/test/072-precise-gc/src/
Main.java 27 populate(wrefs);
32 static void populate(WeakReference[] wrefs) { method in class:Main
68 * that populate() did.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileTopDownDataGrid.js 75 container.populate();
103 WebInspector.ProfileDataGridNode.populate(this);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
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(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
background.js 10 chrome.windows.getAll({"populate":true}, function(windows) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 7 chrome.windows.getCurrent({populate: true}, function(currentWindow) {
29 chrome.windows.getAll({ populate: true }, function(windowList) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.h 102 // Populate the flow thread with what's currently its siblings. Called when a regular block
104 void populate();
  /external/chromium_org/ui/accessibility/extensions/highcontrast/
background.js 6 chrome.windows.getAll({'populate': true}, function(windows) {
29 chrome.windows.getAll({'populate': true}, function(windows) {

Completed in 1086 milliseconds

1 2 3 4 5