HomeSort by relevance Sort by last modified time
    Searched refs:Digital (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 41 BOOLEAN Digital;
208 if (MappingItem->Digital) {
215 MappingItem->Digital = (BOOLEAN) !(MappingItem->Digital);
243 if (MappingItem->Digital) {
311 MappingItem->Digital = (BOOLEAN)!(MappingItem->Digital);
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 23 Digital card slot).
34 * User-accessible removable storage, such as a Secure Digital (SD) card slot.
  /external/libxcam/
README.md 19 - Digital Video Stabilization:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 503 UINT8 Digital;
515 Digital = 0;
1009 Digital = (UINT8) (Key.UnicodeChar - L'0');
1011 Digital = (UINT8) (Key.UnicodeChar - L'A' + 0x0A);
1013 Digital = (UINT8) (Key.UnicodeChar - L'a' + 0x0A);
1036 EditValue = LShiftU64 (EditValue, 4) + Digital;
1047 EditValue = Digital;
    [all...]
  /frameworks/base/data/sounds/
AudioPackageGo.mk 19 # Ring_Digital_02 : Digital Phone
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
xwindows.md 151 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
160 or Digital not be
164 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
166 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
210 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
218 supporting documentation, and that the name of Digital not be
222 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
224 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
xwindows.md 151 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
160 or Digital not be
164 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
166 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
210 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
218 supporting documentation, and that the name of Digital not be
222 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
224 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  /external/curl/tests/
stunnel.pem 94 Digital Signature, Key Encipherment
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 74 Return if the digital char is valid.
76 @param[in] DigitalChar The digital char to be checked.
79 @retval TRUE The digital char is valid.
80 @retval FALSE The digital char is invalid.
131 Return if the digital string is valid.
133 @param[in] Digital The digital to be checked.
134 @param[in] Length The length of digital string in bytes.
137 @retval TRUE The digital string is valid.
138 @retval FALSE The digital string is invalid.
    [all...]
  /external/libvncserver/webclients/novnc/
README.md 135 * base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 5 // Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 5 // Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 5 // Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 5 // Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
verify_test.go     [all...]

Completed in 1295 milliseconds