OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Projection
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h
30
typedef std::vector<size_t>
Projection
;
63
// Get the
projection
of commit ids onto the space of commit ids
66
// indices contained in the returned
Projection
can be used.
67
const
Projection
& GetCommitIdProjection(browser_sync::ModelSafeGroup group) {
85
typedef std::map<browser_sync::ModelSafeGroup,
Projection
> Projections;
106
//
projection
. We could store it in commit_ids_, but sometimes we want
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java
87
private final List<
Projection
> mProjectionBin = new ArrayList<
Projection
>(PROJECTION_BIN_SIZE);
166
private
Projection
getProjection() {
168
Projection
projection
= mProjectionBin.remove(0);
local
169
return
projection
;
171
return new
Projection
();
174
private static final void recycleProjections(
Projection
[][] projections, List<
Projection
> bin) {
717
public
Projection
[][] getProjections(int width, int height, Projection[][] projections)
[
all
...]
/external/robolectric/lib/main/
maps_v16.jar
Completed in 54 milliseconds