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

1 2 3 4 5 6 7 8 91011>>

  /external/dng_sdk/source/
dng_parse_utils.cpp 43 static const char * LookupName (uint32 key,
117 const char *name = LookupName (parentCode,
479 name = LookupName (tagCode,
489 name = LookupName (tagCode,
499 name = LookupName (tagCode,
509 name = LookupName (tagCode,
519 name = LookupName (tagCode,
598 const char *name = LookupName (tagType,
630 const char *name = LookupName (key,
665 const char *name = LookupName (key
    [all...]
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetIntrinsicInfo.h 49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const {
52 return lookupName(Name.data(), Name.size());
  /external/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.h 39 unsigned lookupName(const char *Name, unsigned Len) const override;
AMDGPUIntrinsicInfo.cpp 44 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData,
  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinIntrinsicInfo.h 24 unsigned lookupName(const char *Name, unsigned Len) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeIntrinsicInfo.h 24 unsigned lookupName(const char *Name, unsigned Len) const;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetIntrinsicInfo.cpp 29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusher.java 164 String lookupName = (mResourceFileName != null) ? mResourceFileName : mModuleName;
166 String.format("/%s.dynamic", lookupName));
168 localConfigFile = FileUtil.createTempFile(lookupName, ".dynamic");
173 String.format("Fail to unpack '%s.dynamic' from resources", lookupName),
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixUserPrincipals.java 137 private static int lookupName(String name, boolean isGroup)
170 int uid = lookupName(name, false);
178 int gid = lookupName(group, true);
  /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,

Completed in 2191 milliseconds

1 2 3 4 5 6 7 8 91011>>