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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java 40 private String lookupName;
57 public threadsafeTestThread(String name, String lookupName,
60 this.lookupName = lookupName;
85 InetAddress ia = InetAddress.getByName(lookupName);
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.h 24 unsigned lookupName(const char *Name, unsigned Len) const;
MBlazeIntrinsicInfo.cpp 60 lookupName(const char *Name, unsigned Len) const {
  /external/llvm/lib/Target/R600/
AMDILIntrinsicInfo.h 39 unsigned int lookupName(const char *Name, unsigned int Len) const;
AMDILIntrinsicInfo.cpp 52 AMDGPUIntrinsicInfo::lookupName(const char *Name, unsigned int Len) const {
  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 139 lookupName(cmd, in, out);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs)
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 48 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 310 LookupName(Found, S);
362 LookupName(Found, S);
471 LookupName(Found, S);
479 LookupName(Found, S);
552 LookupName(FoundOuter, S);
646 LookupName(Found, S);
    [all...]
SemaStmtAsm.cpp 499 if (!LookupName(Result, getCurScope())) {
538 if (!LookupName(BaseResult, getCurScope()))
SemaLookup.cpp     [all...]
SemaLambda.cpp 584 LookupName(R, CurScope);
    [all...]
SemaTemplateVariadic.cpp 806 LookupName(R, S);
SemaDecl.cpp 202 LookupName(Result, S);
206 LookupName(Result, S);
357 LookupName(R, S, false);
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp 296 if (S) LookupName(Found, S);
307 LookupName(Found, S);
368 LookupName(FoundOuter, S);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp 158 LookupName(Found, S);
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 714 milliseconds