HomeSort by relevance Sort by last modified time
    Searched refs:CacheStep (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 33 private Vector<CacheStep> mSteps = new Vector<CacheStep>();
35 static class CacheStep {
39 public CacheStep() {
56 public boolean equals(CacheStep step) {
70 public static Vector<CacheStep> buildSteps(Vector<FilterRepresentation> filters) {
71 Vector<CacheStep> steps = new Vector<CacheStep>();
72 CacheStep step = new CacheStep();
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 66 enum CacheStep {
102 CacheStep step_;

Completed in 781 milliseconds