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

  /external/chromium_org/v8/src/
mirror-debugger.js 32 // Mirror cache.
37 * Clear the mirror handle cache.
46 * Returns the mirror for a specified value or object.
48 * @param {value or Object} value the value or object to retreive the mirror for
50 * should not be added to the mirror cache. The default is not transient.
51 * @returns {Mirror} the mirror reflects the passed value or object
54 var mirror;
56 // Look for non transient mirrors in the mirror cache.
59 mirror = mirror_cache_[id]
    [all...]
  /external/v8/src/
mirror-debugger.js 32 // Mirror cache.
37 * Clear the mirror handle cache.
46 * Returns the mirror for a specified value or object.
48 * @param {value or Object} value the value or object to retreive the mirror for
50 * should not be added to the mirror cache. The default is not transient.
51 * @returns {Mirror} the mirror reflects the passed value or object
54 var mirror;
56 // Look for non transient mirrors in the mirror cache.
59 mirror = mirror_cache_[id]
    [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...]
  /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 281 milliseconds