HomeSort by relevance Sort by last modified time
    Searched refs:EntryPoint (Results 1 - 15 of 15) sorted by null

  /external/guava/guava-gwt/test/com/google/common/base/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /external/guava/guava-gwt/test/com/google/common/collect/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /external/guava/guava-gwt/test/com/google/common/math/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /external/guava/guava-gwt/test/com/google/common/net/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /external/guava/guava-gwt/test/com/google/common/primitives/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /external/guava/guava-gwt/test/com/google/common/testing/
TestModuleEntryPoint.java 19 import com.google.gwt.core.client.EntryPoint;
26 public class TestModuleEntryPoint implements EntryPoint {
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 29 class EntryPoint {
31 EntryPoint();
32 virtual ~EntryPoint();
EntryPoint.cpp 17 #include "EntryPoint.h"
24 EntryPoint::EntryPoint()
29 EntryPoint::~EntryPoint()
33 void EntryPoint::reset()
95 bool EntryPoint::parse(unsigned int lc, const std::string & str)
156 void EntryPoint::print(FILE *fp, bool newline,
178 Var * EntryPoint::var(const std::string & name)
190 bool EntryPoint::hasPointers(
    [all...]
Android.mk 9 EntryPoint.cpp \
ApiGen.h 21 #include "EntryPoint.h"
24 class ApiGen : public std::vector<EntryPoint> {
66 EntryPoint * findEntryByName(const std::string & name);
ApiGen.cpp 17 #include "EntryPoint.h"
33 EntryPoint * ApiGen::findEntryByName(const std::string & name)
35 EntryPoint * entry = NULL;
74 EntryPoint *e = &at(i);
117 EntryPoint *e = &at(i);
152 EntryPoint *e = &at(i);
159 EntryPoint *e = &at(i);
233 EntryPoint *e = &at(i);
357 static int getVarEncodingSizeExpression(Var& var, EntryPoint* e, char* buff, size_t bufflen)
471 EntryPoint *e = &at(i)
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 49 EntryPoint("entry",
212 void *MainAddress = Dyld.getSymbolAddress(EntryPoint);
214 return Error("no definition for '" + EntryPoint + "'");
227 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n";
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h 121 void* EntryPoint; // 0x01c
vectored_handler-impl.h 204 // 3. the DLL has a non-null entrypoint, and
212 (entry->EntryPoint != NULL) &&
nt_loader_unittest.cc 164 // or a NULL entrypoint.
165 if (entry->EntryPoint == NULL) {

Completed in 95 milliseconds