/libcore/harmony-tests/src/test/java/org/apache/harmony/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILIntrinsicInfo.h | 38 unsigned int lookupName(const char *Name, unsigned int Len) const;
|
AMDILIntrinsicInfo.cpp | 55 AMDGPUIntrinsicInfo::lookupName(const char *Name, unsigned int Len) const
|
/external/llvm/lib/Target/R600/ |
AMDGPUIntrinsicInfo.h | 39 unsigned lookupName(const char *Name, unsigned Len) const override;
|
AMDGPUIntrinsicInfo.cpp | 48 unsigned AMDGPUIntrinsicInfo::lookupName(const char *Name,
|
/external/llvm/lib/Target/ |
TargetIntrinsicInfo.cpp | 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILIntrinsicInfo.h | 38 unsigned int lookupName(const char *Name, unsigned int Len) const;
|
AMDILIntrinsicInfo.cpp | 55 AMDGPUIntrinsicInfo::lookupName(const char *Name, unsigned int Len) const
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winscard.h | 398 LPSTR LookupName, 407 LPWSTR LookupName, 418 LPSTR LookupName, 427 LPWSTR LookupName,
|
/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 | 295 LookupName(Found, S); 347 LookupName(Found, S); 480 LookupName(Found, S); 488 LookupName(Found, S); 518 LookupName(R, S); 589 LookupName(FoundOuter, S); 683 LookupName(Found, S); [all...] |
SemaStmtAsm.cpp | 435 if (!LookupName(BaseResult, getCurScope()))
|
SemaLookup.cpp | [all...] |
SemaExprObjC.cpp | [all...] |
SemaTemplateVariadic.cpp | 800 LookupName(R, S); [all...] |
SemaDecl.cpp | 266 LookupName(Result, S); 270 LookupName(Result, S); 465 LookupName(R, S, false); [all...] |
SemaLambda.cpp | [all...] |
SemaTemplate.cpp | 299 if (S) LookupName(Found, S); 310 LookupName(Found, S); 368 LookupName(FoundOuter, S); [all...] |
SemaChecking.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
SemaDeclObjC.cpp | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
resolve.c | 128 static int lookupName( 483 return lookupName(pParse, 0, 0, pExpr->u.zToken, pNC, pExpr); 507 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macerrors.py | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |