HomeSort by relevance Sort by last modified time
    Searched full:universal (Results 676 - 700 of 1445) sorted by null

<<21222324252627282930>>

  /system/ca-certificates/google/files/
87753b0d.0 37 Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
41 Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
e775ed2d.0 37 Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
41 Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1BerParser.java 77 * {@code SET OF} and whether the tag class is {@code UNIVERSAL}.
358 tagClass = Asn1TagClass.UNIVERSAL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
README 255 - Systems using --without-universal-newlines
577 which builds Python as a universal binary with support for the
581 universal builds.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
README 248 - Systems using --without-universal-newlines
570 which builds Python as a universal binary with support for the
574 universal builds.
    [all...]
  /external/autotest/client/site_tests/security_RootCA/
baseline 39 "VeriSign Universal Root Certification Authority",
43 "GeoTrust Universal CA 2",
175 "GeoTrust Universal CA",
325 "TC TrustCenter Universal CA III",
377 "TC TrustCenter Universal CA I",
  /external/python/cpython2/Lib/test/
test_subprocess.py 507 # Interpreter with universal newline support
511 # Interpreter without universal newline support
516 # universal newlines through communicate()
536 # Interpreter with universal newline support
540 # Interpreter without universal newline support
    [all...]
  /external/scapy/doc/scapy/
advanced_usage.rst 19 ASN.1 provides basic objects: integers, many kinds of strings, floats, booleans, containers, etc. They are grouped in the so called Universal class. A given protocol can provide other objects which will be grouped in the Context class. For example, SNMP defines PDU_GET or PDU_SET objects. There are also the Application and Private classes.
21 Each of theses objects is given a tag that will be used by the encoding rules. Tags from 1 are used for Universal class. 1 is boolean, 2 is integer, 3 is a bit string, 6 is an OID, 48 is for a sequence. Tags from the ``Context`` class begin at 0xa0. When encountering an object tagged by 0xa0, we'll need to know the context to be able to decode it. For example, in SNMP context, 0xa0 is a PDU_GET object, while in X509 context, it is a container for the certificate version.
35 Scapy ASN.1 engine provides classes to link objects and their tags. They inherit from the ``ASN1_Class``. The first one is ``ASN1_Class_UNIVERSAL``, which provide tags for most Universal objects. Each new context (``SNMP``, ``X509``) will inherit from it and add its own objects.
40 name = "UNIVERSAL"
137 By default, decoding is done using the ``Universal`` class, which means objects defined in the ``Context`` class will not be decoded. There is a good reason for that: the decoding depends on the context!
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 492 # Interpreter with universal newline support
496 # Interpreter without universal newline support
501 # universal newlines through communicate()
521 # Interpreter with universal newline support
525 # Interpreter without universal newline support
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 492 # Interpreter with universal newline support
496 # Interpreter without universal newline support
501 # universal newlines through communicate()
521 # Interpreter with universal newline support
525 # Interpreter without universal newline support
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 492 # Interpreter with universal newline support
496 # Interpreter without universal newline support
501 # universal newlines through communicate()
521 # Interpreter with universal newline support
525 # Interpreter without universal newline support
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 492 # Interpreter with universal newline support
496 # Interpreter without universal newline support
501 # universal newlines through communicate()
521 # Interpreter with universal newline support
525 # Interpreter without universal newline support
    [all...]
  /external/owasp/sanitizer/benchmark-data/
Yahoo!.html 108 .y-glbl-universal-grad, .framework-img { background: url(http://l1.yimg.com/a/i/ww/met/gsprite_20100302.png) repeat-x; }
111 .y-glbl-universal, .util-img { background: url(http://l1.yimg.com/a/i/ww/met/sprite_pg_20100719_ltr.png) no-repeat; }
541 <span class="icon y-glbl-universal"></span>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
algorithm.txt 204 [LZ77] Ziv J., Lempel A., ``A Universal Algorithm for Sequential Data
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
algorithm.txt 204 [LZ77] Ziv J., Lempel A., ``A Universal Algorithm for Sequential Data
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 453 // in Framework Setup Browser and moved to MdeModulePkg/Universal/BdsDxe. The auto booting is
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.h 177 // According to Universal Serial Bus HID Usage Tables document ver 1.12,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 614 /// Universal EFI_SYSTEM_CONTEXT definition.
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Common.c 173 // 2. Invert the universal/local bit - bit 6 in network order
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
UqiList.uni 19 // UQI (Universal Question Identifier) allocation for setup options.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 108 * suitable for prepending to a localname to produce a "universal
  /external/boringssl/src/
CMakeLists.txt 303 message(FATAL_ERROR "Universal binaries not supported.")
  /external/clang/include/clang/Lex/
Token.h 292 /// Returns true if this token contains a universal character name.
  /external/clang/lib/Lex/
UnicodeCharSets.h 391 // universal character name designating a digit.

Completed in 1030 milliseconds

<<21222324252627282930>>