Home
last modified time | relevance | path

Searched refs:EntryPoint (Results 1 – 17 of 17) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/
DGuavaTestsEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class GuavaTestsEntryPoint implements EntryPoint {
/external/guava/guava-gwt/src/com/google/common/
DForceGuavaCompilationEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class ForceGuavaCompilationEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/math/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/io/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/net/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/base/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/xml/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/escape/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/html/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/primitives/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/cache/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/collect/testing/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/guava/guava-gwt/test/com/google/common/util/concurrent/
DTestModuleEntryPoint.java19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp64 EntryPoint("entry", variable
308 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()
310 return Error("no definition for '" + EntryPoint + "'"); in executeInput()
323 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()
/external/clang/lib/Driver/
DTools.cpp8775 SmallString<128> EntryPoint; in ConstructJob() local
8807 EntryPoint.append("_"); in ConstructJob()
8820 EntryPoint.append("_DllMainCRTStartup"); in ConstructJob()
8823 EntryPoint.append("_DllMainCRTStartup@12"); in ConstructJob()
8833 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()
8835 EntryPoint.append("mainCRTStartup"); in ConstructJob()
8843 CmdArgs.push_back(Args.MakeArgString(EntryPoint)); in ConstructJob()