HomeSort by relevance Sort by last modified time
    Searched defs:Name1 (Results 1 - 5 of 5) sorted by null

  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
TwoInheritedDefaultMethods.java 17 public class TwoInheritedDefaultMethods implements Name1, Name2 {
20 return Name1.super.name() + ":" + Name2.super.name();
25 interface Name1 {
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 38 UINT32 Name1;
41 Name1 = ReadUnaligned24 ((CONST UINT32 *) Language1);
44 return (BOOLEAN) (Name1 == Name2);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 60 UINT32 Name1;
63 Name1 = ReadUnaligned24 ((CONST UINT32 *) Language1);
66 return (BOOLEAN) (Name1 == Name2);
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 203 CHAR8 Name1[10]; // (Really 5 chars, but not WCHAR aligned)
  /external/clang/lib/AST/
ASTImporter.cpp 375 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1,
377 if (!Name1 || !Name2)
378 return Name1 == Name2;
380 return Name1->getName() == Name2->getName();
    [all...]

Completed in 163 milliseconds