HomeSort by relevance Sort by last modified time
    Searched defs:Mirror (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Mirror.java 29 public class Mirror extends TestBase {
  /external/chromium_org/v8/src/
mirror-debugger.js 9 // Mirror cache.
35 * Returns the mirror for a specified value or object.
37 * @param {value or Object} value the value or object to retreive the mirror for
39 * should not be added to the mirror cache. The default is not transient.
40 * @returns {Mirror} the mirror reflects the passed value or object
43 var mirror;
45 // Look for non transient mirrors in the mirror cache.
48 mirror = mirror_cache_[id];
49 if (mirror.value() === value)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java 34 public static final String SERIALIZATION_NAME = "MIRROR";
38 Mirror mMirror;
40 public enum Mirror {
44 private Mirror(char value) {
52 public static Mirror fromValue(char value) {
68 public FilterMirrorRepresentation(Mirror mirror) {
75 setTextId(R.string.mirror);
77 setMirror(mirror);
94 FilterMirrorRepresentation mirror = (FilterMirrorRepresentation) rep local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 

Completed in 160 milliseconds