HomeSort by relevance Sort by last modified time
    Searched refs:Name1 (Results 1 - 9 of 9) 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/MdeModulePkg/Universal/Variable/Pei/
Variable.c 374 @param Name1 Pointer to one variable name.
378 @retval TRUE Name1 and Name2 are identical.
379 @retval FALSE Name1 and Name2 are not identical.
385 IN CONST CHAR16 *Name1,
397 if (((UINTN) Name1 < (UINTN) TargetAddress) && (((UINTN) Name1 + NameSize) > (UINTN) TargetAddress)) {
399 // Name1 is inconsecutive.
401 PartialNameSize = (UINTN) TargetAddress - (UINTN) Name1;
405 if (CompareMem ((UINT8 *) Name1, (UINT8 *) Name2, PartialNameSize) == 0) {
422 if (CompareMem ((UINT8 *) Name2, (UINT8 *) Name1, PartialNameSize) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 203 CHAR8 Name1[10]; // (Really 5 chars, but not WCHAR aligned)
DirectoryManage.c 117 CopyMem (LfnEntry.Name1, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR1_LEN);
282 CopyMem (LfnBufferPointer, LfnEntry.Name1, sizeof (CHAR16) * LFN_CHAR1_LEN);
    [all...]
  /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...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 169 int32_t IsPartName(const WideString& Name1, const WideString& Name2);
cfgas_fontmgr.cpp 942 int32_t CFGAS_FontMgr::IsPartName(const WideString& Name1,
944 if (Name1.Contains(Name2.c_str()))
    [all...]
  /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 850 milliseconds