HomeSort by relevance Sort by last modified time
    Searched refs:EntryPoint (Results 1 - 17 of 17) 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...]
ApiGen.h 21 #include "EntryPoint.h"
24 class ApiGen : public std::vector<EntryPoint> {
68 EntryPoint * findEntryByName(const std::string & name);
Android.mk 25 EntryPoint.cpp \
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...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg 152 [DllImport("$dllimport", EntryPoint="SWIGRegisterExceptionCallbacks_$module")]
166 [DllImport("$dllimport", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_$module")]
297 [DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")]
wchar.i 26 [DllImport("$dllimport", EntryPoint="SWIGRegisterWStringCallback_$module")]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 64 EntryPoint("entry",
262 void *MainAddress = Dyld.getSymbolAddress(EntryPoint);
264 return Error("no definition for '" + EntryPoint + "'");
277 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n";
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 151 CHECK_EQ(0, pthread_create(&handle_, NULL, &Thread::EntryPoint, this));
159 static void* EntryPoint(void* data) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 47 LPVOID EntryPoint;
winnt.h     [all...]

Completed in 1784 milliseconds