HomeSort by relevance Sort by last modified time
    Searched full:icommon (Results 1 - 6 of 6) sorted by null

  /art/test/068-classloader/src/
Useless.java 2 public class Useless implements ICommon {
ICommon.java 20 public interface ICommon {
DoubledImplement.java 20 class DoubledImplement implements ICommon {
Main.java 437 ICommon icommon = (ICommon) obj; local
438 useImplement(icommon.getDoubledInstance(), false);
  /art/test/068-classloader/src-ex/
DoubledImplement.java 20 public class DoubledImplement implements ICommon {
  /external/clang/test/Driver/
myriad-toolchain.c 39 // RUN: %clang -target shave-myriad -mcpu=myriad2.2 -c -### %s -isystem somewhere -Icommon -Wa,-yippee 2>&1 \
49 // RUN: %clang -target shave-myriad -c -### %s -Icommon -iquote quotepath -isystem syspath 2>&1 \

Completed in 119 milliseconds