Home | History | Annotate | Download | only in vogar

Lines Matching defs:HOST

26     /** (Host) dalvikvm */
27 HOST,
28 /** (Host) java */
63 // $BOOTCLASSPATH for art+libcore only (host version).
81 * Returns {@code true} if execution happens on the local machine. e.g. host-mode android or a
88 /** Returns {@code true} if execution takes place with a host-mode Android runtime */
90 return this == HOST;
104 || ((this == HOST || this == DEVICE) && (variant == Variant.X64));
119 case HOST:
139 * Also used to generated the bootclasspath in HOST* and DEVICE* modes.
153 case HOST: