/external/clang/test/VFS/ |
D | parse-errors.c | 1 // RUN: not %clang_cc1 -ivfsoverlay %S/Inputs/invalid-yaml.yaml -fsyntax-only %s 2>&1 | FileCheck %s 4 // RUN: not %clang_cc1 -ivfsoverlay %S/Inputs/missing-key.yaml -fsyntax-only %s 2>&1 | FileCheck -c… 5 // CHECK-MISSING-TYPE: missing key 'type' 6 // CHECK-MISSING-TYPE: invalid virtual filesystem overlay file 8 // RUN: not %clang_cc1 -ivfsoverlay %S/Inputs/unknown-key.yaml -fsyntax-only %s 2>&1 | FileCheck -c… 9 // CHECK-UNKNOWN-KEY: unknown key 10 // CHECK-UNKNOWN-KEY: invalid virtual filesystem overlay file 12 // RUN: not %clang_cc1 -ivfsoverlay %S/Inputs/unknown-value.yaml -fsyntax-only %s 2>&1 | FileCheck … 13 // CHECK-UNKNOWN-VALUE: expected boolean value 14 // CHECK-UNKNOWN-VALUE: invalid virtual filesystem overlay file
|
/external/openscreen/osp/msgs/ |
D | osp_messages.cddl | 1 ; Open Screen protocol spec: https://webscreens.github.io/openscreenprotocol/#appendix-a 2 ; CDDL spec: https://tools.ietf.org/html/draft-ietf-cbor-cddl-08 4 ; type key 10 5 agent-info-request = { 9 ; type key 11 10 agent-info-response = { 12 1: agent-info ; agent-info 15 agent-info = { 16 0: text ; friendly-name 17 1: text ; model-name [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 94 CertPathReviewer.totalPathLength.text = The total path length without self-signed certificates is {… 95 CertPathReviewer.totalPathLength.summary = The total path length without self-signed certificates i… 96 CertPathReviewer.totalPathLength.details = The total path length without self-signed certificates, … 101 # one unknown critical extension 103 CertPathReviewer.unknownCriticalExt.title = Unknown critical extension 104 CertPathReviewer.unknownCriticalExt.text = The certificate contains the unknown critical extension … 105 CertPathReviewer.unknownCriticalExt.summary = Unknown critical extension: {0}. 106 CertPathReviewer.unknownCriticalExt.details = The certificate contains the unknown critical extensi… 108 # more unknown critical extensions 110 CertPathReviewer.unknownCriticalExts.title = Unknown critical extensions [all …]
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | info.py | 22 UNKNOWN = _misc.Labeled('UNKNOWN') variable 70 if resolved in (UNKNOWN, IGNORED): 81 elif typedeps in (None, UNKNOWN): 83 return UNKNOWN, extra 84 elif None in typedeps or UNKNOWN in typedeps: 94 if typedecl in (UNKNOWN, IGNORED): 100 typedecl = UNKNOWN 102 typedecl = [UNKNOWN if d is None else d for d in typedecl] 104 typedecl = UNKNOWN 109 typedecl = UNKNOWN [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | BaseCipherSpi.java | 7 import java.security.Key; 23 // Android-removed: Unsupported algorithms 49 // Android-removed: Unsupported algorithms 78 Key key) in engineGetKeySize() argument 80 return key.getEncoded().length; in engineGetKeySize() 86 return -1; in engineGetOutputSize() 111 throw new NoSuchPaddingException("Padding " + padding + " unknown."); in engineSetPadding() 115 Key key) in engineWrap() argument 118 byte[] encoded = key.getEncoded(); in engineWrap() 121 throw new InvalidKeyException("Cannot wrap key, null encoding."); in engineWrap() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | BaseCipherSpi.java | 7 import java.security.Key; 23 // Android-removed: Unsupported algorithms 49 // Android-removed: Unsupported algorithms 78 Key key) in engineGetKeySize() argument 80 return key.getEncoded().length; in engineGetKeySize() 86 return -1; in engineGetOutputSize() 111 throw new NoSuchPaddingException("Padding " + padding + " unknown."); in engineSetPadding() 115 Key key) in engineWrap() argument 118 byte[] encoded = key.getEncoded(); in engineWrap() 121 throw new InvalidKeyException("Cannot wrap key, null encoding."); in engineWrap() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | BaseCipherSpi.java | 6 import java.security.Key; 22 // Android-removed: Unsupported algorithms 45 // Android-removed: Unsupported algorithms 74 Key key) in engineGetKeySize() argument 76 return key.getEncoded().length; in engineGetKeySize() 82 return -1; in engineGetOutputSize() 107 throw new NoSuchPaddingException("Padding " + padding + " unknown."); in engineSetPadding() 111 Key key) in engineWrap() argument 114 byte[] encoded = key.getEncoded(); in engineWrap() 117 throw new InvalidKeyException("Cannot wrap key, null encoding."); in engineWrap() [all …]
|
/external/golang-protobuf/encoding/prototext/ |
D | decode_test.go | 2 // Use of this source code is governed by a BSD-style 129 opt_sint32: -1001 130 opt_sint64: -0xffff 132 opt_sfixed32: -32 144 OptSint32: proto.Int32(-1001), 145 OptSint64: proto.Int64(-0xffff), 147 OptSfixed32: proto.Int32(-32), 157 wantErr: "unknown field: S_BOOL", 166 s_sint32: -1001 167 s_sint64: -0xffff [all …]
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_associate.py | 14 #---------------------------------------------------------------------- 73 99: ("unknown artist", "Unnamed song", "Unknown"), 76 #---------------------------------------------------------------------- 92 print '\n', '-=' * 30 126 msg = "TypeError: The list returned by DB->associate callback" \ 135 #---------------------------------------------------------------------- 157 for key, value in musicdata.items(): 159 key = "%02d" % key 160 d.put(key, '|'.join(value), txn=txn) 200 print '\n', '-=' * 30 [all …]
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLKey.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 41 // If true, indicates that this key is hardware-backed, e.g. stored in a TEE keystore. 43 // to create an EVP_PKEY from a hardware-backed key and then create an OpenSSLKey from it 45 // Hardware-backed keys cannot be serialised or have any private key material extracted. 82 static OpenSSLKey fromPrivateKey(PrivateKey key) throws InvalidKeyException { in fromPrivateKey() argument 83 if (key instanceof OpenSSLKeyHolder) { in fromPrivateKey() 84 return ((OpenSSLKeyHolder) key).getOpenSSLKey(); in fromPrivateKey() 87 final String keyFormat = key.getFormat(); in fromPrivateKey() 89 return wrapPrivateKey(key); in fromPrivateKey() 90 } else if (!"PKCS#8".equals(key.getFormat())) { in fromPrivateKey() [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLKey.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 // If true, indicates that this key is hardware-backed, e.g. stored in a TEE keystore. 42 // to create an EVP_PKEY from a hardware-backed key and then create an OpenSSLKey from it 44 // Hardware-backed keys cannot be serialised or have any private key material extracted. 78 static OpenSSLKey fromPrivateKey(PrivateKey key) throws InvalidKeyException { in fromPrivateKey() argument 79 if (key instanceof OpenSSLKeyHolder) { in fromPrivateKey() 80 return ((OpenSSLKeyHolder) key).getOpenSSLKey(); in fromPrivateKey() 83 final String keyFormat = key.getFormat(); in fromPrivateKey() 85 return wrapPrivateKey(key); in fromPrivateKey() 86 } else if (!"PKCS#8".equals(key.getFormat())) { in fromPrivateKey() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 1 //===--- AMDGPUMetadata.h ---------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// AMDGPU metadata definitions and in-memory representations. 13 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 28 //===----------------------------------------------------------------------===// 47 Unknown = 0xff enumerator 58 Unknown = 0xff enumerator 79 Unknown = 0xff enumerator [all …]
|
/external/libchrome/components/policy/core/common/ |
D | schema.h | 2 // Use of this source code is governed by a BSD-style license that can be 26 // the strategy to handle unknown properties or invalid values for dict type. 29 // Unknown error indicates that some value in a dictionary (may or may not be 30 // the one in root) have unknown property name according to schema. 38 // Unknown properties in the top-level dictionary will be ignored. 40 // Unknown properties in any dictionary will be ignored. 44 // Mismatched values will be ignored at the top-level value. 45 // Unknown properties in any dictionary will be ignored. 95 // handle unknown properties or invalid values. Allowed errors will be 137 const char* key() const; [all …]
|
/external/cpuinfo/test/mock/ |
D | galaxy-j1-2016.h | 65 "ro.build.version.security_patch=2017-05-01\n" 66 "ro.build.version.base_os=samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXU0AQC1:user/release-keys\n" 72 "ro.build.tags=release-keys\n" 73 "ro.build.flavor=j1x3gxx-user\n" 74 "ro.product.model=SM-J120H\n" 81 "ro.product.cpu.abi=armeabi-v7a\n" 83 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 84 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 94 "ro.build.description=j1x3gxx-user 5.1.1 LMY47V J120HXXS0AQE1 release-keys\n" 95 "ro.build.fingerprint=samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXS0AQE1:user/release-keys\n" [all …]
|
D | galaxy-j7-prime.h | 86 "ro.build.version.security_patch=2017-07-01\n" 93 "ro.build.tags=release-keys\n" 94 "ro.build.flavor=on7xeltedd-user\n" 95 "ro.product.model=SM-G610F\n" 102 "ro.product.cpu.abi=armeabi-v7a\n" 104 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 105 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 108 "ro.product.locale=en-GB\n" 114 "ro.build.description=on7xeltedd-user 6.0.1 MMB29K G610FDDU1AQG2 release-keys\n" 115 "ro.build.fingerprint=samsung/on7xeltedd/on7xelte:6.0.1/MMB29K/G610FDDU1AQG2:user/release-keys\n" [all …]
|
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/ |
D | config_detector.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 """Auto-detects machine configurations and outputs the results to shell or file. 22 python config_detector.py [--save_output] [--filename] [--debug] 25 python config_detector.py --save_output=True --filename=configs.json 26 --debug=False 39 CPU architecture Processor type (32-bit | 64-bit) 58 Depending on `--save_output` option, this script outputs a .json file 62 # pylint: disable=broad-except 90 "uname -m"), 92 "cat /etc/*-release | grep DISTRIB_ID* | sed 's/^.*=//'"), [all …]
|
/external/python/mobly/mobly/ |
D | base_instrumentation_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 30 .. code-block:: none 53 .. code-block:: none 70 An instrumenation status line usually contains a key-value pair such as 73 .. code-block:: none 75 INSTRUMENTATION_STATUS: <key>=<value> 77 Some of these key-value pairs are very common and represent test case 79 key-value pairs different than less important key-value pairs. 83 .. code-block:: none 89 (https://android-developers.googleblog.com/2018/05/hello-world-androidx.html). [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSystemProperties.java | 18 protected static String native_get(String key) { in native_get() argument 19 return native_get(key, ""); in native_get() 23 protected static String native_get(String key, String def) { in native_get() argument 24 String value = getProperty(key); in native_get() 29 protected static int native_get_int(String key, int def) { in native_get_int() argument 30 String stringValue = getProperty(key); in native_get_int() 35 protected static long native_get_long(String key, long def) { in native_get_long() argument 36 String stringValue = getProperty(key); in native_get_long() 41 protected static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() argument 42 String stringValue = getProperty(key); in native_get_boolean() [all …]
|
/external/curl/tests/data/ |
D | test1538 | 10 # Server-side 14 # Client-side 39 e4: A requested feature, protocol or option was not found built-in in this libcurl due to a build-t… 46 e11: FTP: unknown PASS reply 48 e13: FTP: unknown PASV reply 49 e14: FTP: unknown 227 response format 55 e20: Unknown error 59 e24: Unknown error 64 e29: Unknown error 67 e32: Unknown error [all …]
|
/external/python/cpython3/Lib/email/ |
D | _encoded_words.py | 3 This is currently a package-private API, but will be considered for promotion 30 # as input and returns the cte_encoded_string, which is an ascii-only string. 64 _q_byte_subber = functools.partial(re.compile(br'=([a-fA-F0-9]{2})').sub, 75 safe = b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii') 77 def __missing__(self, key): argument 78 if key in self.safe: 79 self[key] = chr(key) 81 self[key] = "={:02X}".format(key) 82 return self[key] 104 missing_padding = b'==='[:4-pad_err] if pad_err else b'' [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseWrapCipher.java | 8 import java.security.Key; 27 // Android-removed: Unsupported algorithms 39 // Android-removed: Unsupported algorithms 43 // Android-changed: Use default provider for JCA algorithms instead of BC 59 // Android-removed: Unsupported algorithms 62 // Android-removed: Unsupported algorithms 83 // Android-changed: Use default provider for JCA algorithms instead of BC 116 Key key) in engineGetKeySize() argument 118 return key.getEncoded().length * 8; in engineGetKeySize() 124 return -1; in engineGetOutputSize() [all …]
|
/external/autotest/client/site_tests/graphics_dEQP/scripts/ |
D | failure_matrix.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 # pylint: disable-msg=W0311 23 'mali-t604', 24 'mali-t628', 25 'mali-t760', 26 'mali-t860', 32 _UNKNOWN_STATUS = ['NotSupported', 'Skipped', 'Unknown', None] 38 'NotSupported': ' --- ', 42 'Unknown': ' ??? ', 59 for key in data: [all …]
|
/external/libtextclassifier/native/lang_id/common/ |
D | registry.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 // statically known (e.g., if their names are read from a dynamically-provided 40 // defines a "registry" that maps names (zero-terminated arrays of chars) to 41 // factory methods that create Functions. You should give a human-readable name 85 // double result = f->Evaluate(arg); 141 // Registry that associates keys (zero-terminated array of chars) with values. 146 // Internally, this registry uses a linked list of (key, value) pairs. We do 153 // Adds a the (key, value) pair to this registry (if the key does not already 155 // mapping for key, returns false and does not modify the registry. NOTE: the 156 // error (false) case happens even if the existing value for key is equal with [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSystemProperties.java | 19 protected static String native_get(String key) { in native_get() argument 20 return native_get(key, ""); in native_get() 24 protected static String native_get(String key, String def) { in native_get() argument 25 String value = getProperty(key); in native_get() 30 protected static int native_get_int(String key, int def) { in native_get_int() argument 31 String stringValue = getProperty(key); in native_get_int() 36 protected static long native_get_long(String key, long def) { in native_get_long() argument 37 String stringValue = getProperty(key); in native_get_long() 42 protected static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() argument 43 String stringValue = getProperty(key); in native_get_boolean() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | reflection.h | 40 * arena is non-NULL this will construct a new object if it was not previously 59 /* Clear all data and unknown fields. */ 76 #define UPB_MSG_BEGIN -1 81 /* Adds unknown data (serialized protobuf data) to the given message. The data 86 /* Clears all unknown field data from this message and all submessages. */ 89 /* Returns a reference to the message's unknown data. */ 115 /* Creates a new map on the given arena with the given key/value size. */ 122 /* Stores a value for the given key into |*val| (or the zero value if the key is 123 * not present). Returns whether the key was present. The |val| pointer may be 124 * NULL, in which case the function tests whether the given key is present. */ [all …]
|