HomeSort by relevance Sort by last modified time
    Searched refs:Name2 (Results 1 - 16 of 16) 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();
32 interface Name2 {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/
Variable.c 375 @param Name2 Pointer to another variable name.
378 @retval TRUE Name1 and Name2 are identical.
379 @retval FALSE Name1 and Name2 are not identical.
386 IN CONST CHAR16 *Name2,
405 if (CompareMem ((UINT8 *) Name1, (UINT8 *) Name2, PartialNameSize) == 0) {
409 if (CompareMem ((UINT8 *) (UINTN) SpareAddress, (UINT8 *) Name2 + PartialNameSize, NameSize - PartialNameSize) == 0) {
414 } else if (((UINTN) Name2 < (UINTN) TargetAddress) && (((UINTN) Name2 + NameSize) > (UINTN) TargetAddress)) {
416 // Name2 is inconsecutive.
418 PartialNameSize = (UINTN) TargetAddress - (UINTN) Name2;
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 207 CHAR16 Name2[6];
DirectoryManage.c 119 CopyMem (LfnEntry.Name2, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR2_LEN);
284 CopyMem (LfnBufferPointer, LfnEntry.Name2, sizeof (CHAR16) * LFN_CHAR2_LEN);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 39 UINT32 Name2;
42 Name2 = ReadUnaligned24 ((CONST UINT32 *) Language2);
44 return (BOOLEAN) (Name1 == Name2);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 61 UINT32 Name2;
64 Name2 = ReadUnaligned24 ((CONST UINT32 *) Language2);
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 943 const WideString& Name2) {
944 if (Name1.Contains(Name2.c_str()))
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 376 const IdentifierInfo *Name2) {
377 if (!Name1 || !Name2)
378 return Name1 == Name2;
380 return Name1->getName() == Name2->getName();
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 482 milliseconds