HomeSort by relevance Sort by last modified time
    Searched defs:Projection (Results 1 - 4 of 4) 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
  /external/chromium_org/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(
97 typedef std::map<ModelSafeGroup, Projection> Projections;
118 // 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 146 milliseconds