Home
last modified time | relevance | path

Searched refs:Purpose (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/docs/TableGen/
DBackEnds.rst74 **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/llvm/lib/Target/Mips/
DMips16InstrInfo.td529 // 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 …]
DMips.td71 "General Purpose Registers are 64-bit wide">;
DMipsRegisterInfo.td87 // General Purpose Registers
121 // General Purpose 64-bit Registers
/external/python/cpython2/Lib/
Dssl.py331 class Purpose(_ASN1Object): class
335 Purpose.SERVER_AUTH = Purpose('1.3.6.1.5.5.7.3.1')
336 Purpose.CLIENT_AUTH = Purpose('1.3.6.1.5.5.7.3.2')
401 def load_default_certs(self, purpose=Purpose.SERVER_AUTH):
410 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None,
433 if purpose == Purpose.SERVER_AUTH:
437 elif purpose == Purpose.CLIENT_AUTH:
459 check_hostname=False, purpose=Purpose.SERVER_AUTH,
Durllib2.py142 context = ssl.create_default_context(purpose=ssl.Purpose.SERVER_AUTH,
/external/llvm/test/tools/llvm-readobj/
Dmips-plt.test8 CHECK-NEXT: Purpose: PLT lazy resolver
13 CHECK-NEXT: Purpose: Module pointer
Dmips-got.test21 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)
Dmips-got-overlapped.test17 CHECK-NEXT: Purpose: Lazy resolver
23 CHECK-NEXT: Purpose: Module pointer (GNU extension)
/external/autotest/server/site_tests/network_WiFi_DTIMPeriod/
Dcontrol.wifi_DTIM_period14 Purpose: This test verifies that the DTIM period set on the AP was
/external/python/cpython2/Lib/test/
Dssl_servers.py153 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
197 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
Dtest_ssl.py651 self.assertIsInstance(ssl.Purpose.SERVER_AUTH, ssl._ASN1Object)
652 self.assertEqual(ssl.Purpose.SERVER_AUTH, val)
653 self.assertEqual(ssl.Purpose.SERVER_AUTH.nid, 129)
654 self.assertEqual(ssl.Purpose.SERVER_AUTH.shortname, 'serverAuth')
655 self.assertEqual(ssl.Purpose.SERVER_AUTH.oid,
659 self.assertIsInstance(ssl.Purpose.CLIENT_AUTH, ssl._ASN1Object)
660 self.assertEqual(ssl.Purpose.CLIENT_AUTH, val)
661 self.assertEqual(ssl.Purpose.CLIENT_AUTH.nid, 130)
662 self.assertEqual(ssl.Purpose.CLIENT_AUTH.shortname, 'clientAuth')
663 self.assertEqual(ssl.Purpose.CLIENT_AUTH.oid,
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRegisterInfo.td41 // General Purpose Registers
75 // Special Purpose Registers
/external/google-breakpad/src/third_party/libdisasm/swig/
DREADME58 …'0x00000000|0x00000000|2|7F 45 |||controlflow|jcc|jg|80386|General Purpose|||zero_clear sign_eq_of…
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMips.td34 "General Purpose Registers are 64-bit wide.">;
DMipsRegisterInfo.td73 // General Purpose Registers
107 // General Purpose 64-bit Registers
/external/ltp/doc/
Dnamespaces-helper-tools.txt25 Purpose of these helper tools is the ability to execute test cases utilizing
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXIntrinsicInstrInfo.td14 // PTX Special Purpose Register Accessor Intrinsics
/external/python/cpython2/Misc/
DRFD52 Purpose
/external/python/cpython2/Doc/library/
Dssl.rst235 .. function:: create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=…
250 without unauthenticated cipher suites. Passing :data:`~Purpose.SERVER_AUTH`
274 ctx = ssl.create_default_context(Purpose.CLIENT_AUTH)
818 .. data:: Purpose.SERVER_AUTH
827 .. data:: Purpose.CLIENT_AUTH
1079 .. method:: SSLContext.load_default_certs(purpose=Purpose.SERVER_AUTH)
1088 default settings :data:`Purpose.SERVER_AUTH` loads certificates, that are
1090 sockets). :data:`Purpose.CLIENT_AUTH` loads CA certificates for client
1620 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
/external/zlib/src/doc/
Drfc1950.txt66 1.1. Purpose ................................................... 2
86 1.1. Purpose
Drfc1952.txt66 1.1. Purpose ................................................... 2
88 1.1. Purpose
Drfc1951.txt66 1.1. Purpose ................................................... 2
94 1.1. Purpose
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1910 const GOTEntry *It, StringRef Purpose);
2134 const GOTEntry *It, StringRef Purpose) { in printPLTEntry() argument
2139 W.printString("Purpose", Purpose); in printPLTEntry()
/external/python/cpython2/Doc/howto/
Dregex.rst348 | Method/Attribute | Purpose |
409 | Method/Attribute | Purpose |
1042 | Method/Attribute | Purpose |

12