OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:populate
(Results
1 - 25
of
131
) sorted by null
1
2
3
4
5
6
/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);
80
bool
populate
(int16_t glyphID);
SkPDFStream.cpp
58
if (!this->
populate
(catalog)) {
73
if (!this->
populate
(catalog)) {
99
bool SkPDFStream::
populate
(SkPDFCatalog* catalog) {
function in class:SkPDFStream
SkPDFImage.h
91
//
Populate
the stream dictionary. This method returns false if
93
virtual bool
populate
(SkPDFCatalog* catalog);
SkPDFStream.h
62
//
Populate
the stream dictionary. This method returns false if
64
virtual bool
populate
(SkPDFCatalog* catalog);
/external/skia/src/pdf/
SkPDFFontImpl.h
34
bool
populate
(const SkPDFGlyphSet* subset);
48
bool
populate
(const SkPDFGlyphSet* subset);
64
bool
populate
(int16_t glyphID);
80
bool
populate
(int16_t glyphID);
SkPDFStream.cpp
58
if (!this->
populate
(catalog)) {
73
if (!this->
populate
(catalog)) {
99
bool SkPDFStream::
populate
(SkPDFCatalog* catalog) {
function in class:SkPDFStream
SkPDFImage.h
91
//
Populate
the stream dictionary. This method returns false if
93
virtual bool
populate
(SkPDFCatalog* catalog);
SkPDFStream.h
62
//
Populate
the stream dictionary. This method returns false if
64
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.
/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
(
/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);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java
20
public static void
populate
() {
method in class:CommandList
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
ActionBarActivity.java
48
populate
(menu);
63
private void
populate
(Menu menu) {
method in class:ActionBarActivity
82
populate
(menu);
/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.
/dalvik/tests/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/
TopDownProfileDataGridTree.js
56
this.
populate
();
89
WebInspector.TopDownProfileDataGridNode.prototype.
populate
.call(node);
Completed in 634 milliseconds
1
2
3
4
5
6