HomeSort by relevance Sort by last modified time
    Searched full:javac (Results 201 - 225 of 301) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/libcore/java/lang/
DoubleTest.java 118 * This value has been known to cause javac and java to infinite loop.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 130 * Returns a {@link ChangedFileSet} for a project's javac output.
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java 138 // "<String>" is required to work around a javac 1.5 bug.
328 // javac won't compile this without "this.<Integer>"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 237 // Simple class stub compiled by javac and dumped as bytes:
262 // Simple class stub compiled by javac and dumped as bytes:
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 165 // simplify the javac classpath by not depending directly on 'dalvik.system' classes
  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 194 * .class files being generated by the javac call which invoked this annotation processor.
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 163 // need explicit type parameter to avoid javac warning!?
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 231 /* called by Javac#recordSpecialProceed().
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 176 // make sure the generated function for a segment won't break the Javac
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 840 // The following definitions seem to be required in order to make javac
851 // Strangely, these lines are only needed if javac is invoked separately
852 // on AbstractMessage.java and AbstractMessageLite.java. If javac is
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 366 JAVAC = $(JDK)/bin/javac
421 $(JAVAC) -d $(OBJDIR) -classpath $(OBJDIR) $<
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 619 // The following definitions seem to be required in order to make javac
630 // Strangely, these lines are only needed if javac is invoked separately
631 // on AbstractMessage.java and AbstractMessageLite.java. If javac is
  /external/javassist/src/main/javassist/
CtClassType.java 52 import javassist.compiler.Javac;
    [all...]
CtMethod.java 94 * Javac compiler may produce a helper method.
  /build/core/
main.mk 171 # Check for the correct version of javac
172 javac_version := $(shell javac -version 2>&1 | head -n 1 | grep '[ "]1\.6[\. "$$]')
176 $(info of javac.)
178 $(info Your version is: $(shell javac -version 2>&1 | head -n 1).)
    [all...]
config.mk 271 include $(BUILD_SYSTEM)/combo/javac.mk
358 # and doesn't even seem to have tools.jar. On the other hand, javac seems
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant 188 # Explicitly add javac path to classpath, assume JAVA_HOME set
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 174 * the for loop, but the 1.5 javac crashes on annotations in for loops:
  /frameworks/base/docs/html/google/gcm/
server.jd 90 [javac] Compiling 6 source files to build/classes
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 143 EnumSet<?> set = (EnumSet) collection; // raw type due to javac bug 6548436
  /sdk/files/ant/
build.xml 195 <!-- whether we need to fork javac.
197 <condition else="false" property="need.javac.fork">
501 as javac can't deal with this type of change in its dependency computation. -->
627 <!-- no tested project, make an empty Path object so that javac doesn't
714 <path id="project.javac.classpath">
719 <javac encoding="${java.encoding}"
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 350 System.out.println("main javac cts-host-hostjunit-classes build step failed");
363 System.out.println("main javac dalvik-cts-buildutil build step failed");
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 113 "javac", "-d", tmpdir,
117 String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileName;
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 298 * than {@code Comparable<? super K>} as a workaround for javac <a
323 * than {@code Comparable<? super K>} as a workaround for javac <a
ImmutableSortedMultiset.java 428 * Comparable<? super E>} as a workaround for javac <a
442 * Comparable<? super E>} as a workaround for javac <a

Completed in 4178 milliseconds

1 2 3 4 5 6 7 891011>>