/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 74 **Purpose**: CodeEmitterGen uses the descriptions of instructions and their fields to 86 **Purpose**: This tablegen backend is responsible for emitting a description of a target 100 **Purpose**: This tablegen backend is responsible for emitting a description of the target 112 **Purpose**: Emits an assembly printer for the current target. 122 **Purpose**: Emits a target specifier matcher for 135 **Purpose**: Contains disassembler table emitters for various 147 **Purpose**: Generate pseudo instruction lowering. 156 **Purpose**: Responsible for emitting descriptions of the calling 168 **Purpose**: Generate a DAG instruction selector. 178 **Purpose**: This class parses the Schedule.td file and produces an API that [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ui/ |
D | AdOverlayInfo.java | 45 public @interface Purpose {} annotation in AdOverlayInfo 59 private final @Purpose int purpose; 69 public Builder(View view, @Purpose int purpose) { in Builder() 95 public final @Purpose int purpose; 103 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo() 111 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ui/ |
D | AdOverlayInfo.java | 43 public @interface Purpose {} annotation in AdOverlayInfo 57 private final @Purpose int purpose; 67 public Builder(View view, @Purpose int purpose) { in Builder() 93 public final @Purpose int purpose; 99 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo() 105 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 529 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 549 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 556 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 574 // Purpose: Add Unsigned Word (3-Operand) 582 // Purpose: AND 590 // Purpose: Branch on Equal to Zero 598 // Purpose: Branch on Equal to Zero (Extended) 605 // Purpose: Unconditional Branch (Extended) 612 // Purpose: Unconditional Branch 619 // Purpose: Branch on Not Equal to Zero [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 546 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 553 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 571 // Purpose: Add Unsigned Word (3-Operand) 579 // Purpose: AND 587 // Purpose: Branch on Equal to Zero 595 // Purpose: Branch on Equal to Zero (Extended) 602 // Purpose: Unconditional Branch (Extended) 609 // Purpose: Unconditional Branch 616 // Purpose: Branch on Not Equal to Zero [all …]
|
/external/ukey2/src/main/java/com/google/security/annotations/ |
D | CryptoAnnotation.java | 55 public enum Purpose {ENCRYPTION, AUTHENTICATION, OBFUSCATION, enum 64 Purpose purpose(); in purpose()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 893 virtual std::string Purpose() in Purpose() function 922 virtual std::string Purpose() in Purpose() function 953 virtual std::string Purpose() in Purpose() function 997 virtual std::string Purpose() in Purpose() function in glcts::__anon5a8745280111::CMultiBindingPoint 1047 virtual std::string Purpose() in Purpose() function 1082 virtual std::string Purpose() in Purpose() function 1240 virtual std::string Purpose() in Purpose() function 1308 virtual std::string Purpose() in Purpose() function 1429 virtual std::string Purpose() in Purpose() function 1524 virtual std::string Purpose() in Purpose() function [all …]
|
D | es31cShaderAtomicCountersTests.cpp | 53 virtual std::string Purpose() in Purpose() function in glcts::__anon71f7332f0111::SACSubcaseBase 792 virtual std::string Purpose() in Purpose() function in glcts::BasicUsageCS 1023 virtual std::string Purpose() in Purpose() function in glcts::BasicBufferOperations 1150 virtual std::string Purpose() in Purpose() function in glcts::BasicBufferState 1192 virtual std::string Purpose() in Purpose() function in glcts::BasicBufferBind 1314 virtual std::string Purpose() in Purpose() function in glcts::BasicProgramMax 1359 virtual std::string Purpose() in Purpose() function in glcts::BasicProgramQuery 1510 virtual std::string Purpose() in Purpose() function in glcts::BasicUsageSimple 1598 virtual std::string Purpose() in Purpose() function in glcts::BasicUsageFS 1737 virtual std::string Purpose() in Purpose() function in glcts::BasicUsageVS [all …]
|
D | es31cComputeShaderTests.cpp | 482 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::SimpleCompute 568 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicOneWorkGroup 723 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicResourceUBO 911 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicResourceTexture 1087 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicResourceImage 1308 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicResourceAtomicCounter 1481 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicResourceUniform 1656 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicBuiltinVariables 1876 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::BasicMax 2082 virtual std::string Purpose() in Purpose() function in glcts::__anonc079663c0111::NegativeAttachShader [all …]
|
/external/python/cpython2/Lib/ |
D | ssl.py | 337 class Purpose(_ASN1Object): class 341 Purpose.SERVER_AUTH = Purpose('1.3.6.1.5.5.7.3.1') 342 Purpose.CLIENT_AUTH = Purpose('1.3.6.1.5.5.7.3.2') 407 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): 416 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, 439 if purpose == Purpose.SERVER_AUTH: 443 elif purpose == Purpose.CLIENT_AUTH: 465 check_hostname=False, purpose=Purpose.SERVER_AUTH,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 42 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size, in allocateSection() argument 53 switch (Purpose) { in allocateSection() 105 Purpose, RequiredSize, &MemGroup.Near, in allocateSection() 244 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory() argument
|
/external/llvm/test/tools/llvm-readobj/ |
D | mips-plt.test | 8 CHECK-NEXT: Purpose: PLT lazy resolver 13 CHECK-NEXT: Purpose: Module pointer
|
D | mips-got.test | 21 GOT-EXE-NEXT: Purpose: Lazy resolver 27 GOT-EXE-NEXT: Purpose: Module pointer (GNU extension) 68 GOT-SO-NEXT: Purpose: Lazy resolver 74 GOT-SO-NEXT: Purpose: Module pointer (GNU extension) 185 GOT-TLS-NEXT: Purpose: Lazy resolver 191 GOT-TLS-NEXT: Purpose: Module pointer (GNU extension) 317 GOT-EMPTY-NEXT: Purpose: Lazy resolver 323 GOT-EMPTY-NEXT: Purpose: Module pointer (GNU extension)
|
D | mips-got-overlapped.test | 17 CHECK-NEXT: Purpose: Lazy resolver 23 CHECK-NEXT: Purpose: Module pointer (GNU extension)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 74 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes, 178 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCountersTests.cpp | 55 virtual std::string Purpose() in Purpose() function in gl4cts::__anonc569fb9e0111::SACSubcaseBase 897 virtual std::string Purpose() in Purpose() function in gl4cts::BasicBufferOperations 1010 virtual std::string Purpose() in Purpose() function in gl4cts::BasicBufferState 1062 virtual std::string Purpose() in Purpose() function in gl4cts::BasicBufferBind 1189 virtual std::string Purpose() in Purpose() function in gl4cts::BasicProgramMax 1245 virtual std::string Purpose() in Purpose() function in gl4cts::BasicProgramQuery 1471 virtual std::string Purpose() in Purpose() function in gl4cts::BasicUsageSimple 1556 virtual std::string Purpose() in Purpose() function in gl4cts::BasicUsageFS 1689 virtual std::string Purpose() in Purpose() function in gl4cts::BasicUsageVS 1843 virtual std::string Purpose() in Purpose() function in gl4cts::BasicUsageGS [all …]
|
D | gl4cComputeShaderTests.cpp | 479 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::SimpleCompute 565 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicOneWorkGroup 721 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceUBO 914 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceTexture 1148 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceImage 1349 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceAtomicCounter 1532 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceSubroutine 1718 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicResourceUniform 1981 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicBuiltinVariables 2196 virtual std::string Purpose() in Purpose() function in gl4cts::__anon71d75d8b0111::BasicMax [all …]
|
/external/python/cpython3/Lib/ |
D | ssl.py | 472 class Purpose(_ASN1Object, _Enum): class 586 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): 740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, 754 if purpose == Purpose.SERVER_AUTH: 759 elif purpose == Purpose.CLIENT_AUTH: 779 check_hostname=False, purpose=Purpose.SERVER_AUTH, 795 if purpose == Purpose.SERVER_AUTH: 799 elif purpose == Purpose.CLIENT_AUTH:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterBanks.td | 12 /// General Purpose Registers: X.
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
D | LICENSE | 1 Statement of Purpose 19 …iet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 21 …Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affecte…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterBanks.td | 12 /// General Purpose Registers: RAX, RCX,...
|
/external/webrtc/common_audio/third_party/ooura/ |
D | README.chromium | 1 Name: General Purpose FFT (Fast Fourier/Cosine/Sine Transform) Package
|
/external/crosvm/common/ |
D | README.md | 1 # Crosvm General Purpose Libraries
|
/external/licenseclassifier/v2/assets/License/CC0-1.0/ |
D | license.txt | 11 Statement of Purpose 61 …joyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 63 …Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affecte…
|
/external/licenseclassifier/licenses/ |
D | CC0-1.0.txt | 11 Statement of Purpose 61 …joyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 63 …Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affecte…
|