Home
last modified time | relevance | path

Searched +full:unknown +full:- +full:key (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/external/clang/test/VFS/
Dparse-errors.c1 // 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/licenseclassifier/stringclassifier/
Dclassifier.go7 // http://www.apache.org/licenses/LICENSE-2.0
39 // for _, unknown := range unknownTexts {
40 // m := sc.NearestMatch(unknown.Text)
42 // unknown.Name, m.Name, m.Confidence)
57 "github.com/sergi/go-diff/diffmatchpatch"
113 key string member
120 // for key, an error is returned.
121 func (c *Classifier) AddValue(key, value string) error {
124 if _, ok := c.values[key]; ok {
125 return fmt.Errorf("value already registered with key %q", key)
[all …]
/external/openscreen/osp/msgs/
Dosp_messages.cddl1 ; 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/
DCertPathReviewerMessages.properties94 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/rust/crates/protobuf/src/reflect/
Druntime_types.rs59 fn runtime_type_box() -> RuntimeType; in runtime_type_box()
62 fn default_value_ref() -> ReflectValueRef<'static>; in default_value_ref()
69 fn from_value_box(value_box: ReflectValueBox) -> Result<Self::Value, ReflectValueBox>; in from_value_box()
72 fn into_value_box(value: Self::Value) -> ReflectValueBox; in into_value_box()
80 fn into_static_value_ref(value: Self::Value) -> ReflectValueRef<'static> { in into_static_value_ref()
85 fn as_ref(value: &Self::Value) -> ReflectValueRef; in as_ref()
87 fn as_mut(value: &mut Self::Value) -> ReflectValueMut; in as_mut()
89 /// Value is non-default?
90 fn is_non_zero(value: &Self::Value) -> bool; in is_non_zero()
102 fn cast_to_enum_values(values: &[Self::Value]) -> &[i32] { in cast_to_enum_values()
[all …]
/external/python/cpython3/Tools/c-analyzer/c_analyzer/
Dinfo.py22 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_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java7 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/
DBaseCipherSpi.java6 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java7 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/golang-protobuf/encoding/prototext/
Ddecode_test.go2 // 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: - #
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_associate.py14 #----------------------------------------------------------------------
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/libchrome/components/policy/core/common/
Dschema.h2 // 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/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLKey.java8 * 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/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLKey.java9 * 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h1 //===--- 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/cpuinfo/test/mock/
Dgalaxy-j1-2016.h65 "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 …]
Dgalaxy-j7-prime.h86 "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/core/framework/
Dmodel_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
69 async_interleave_many->add_input(meta_source); in TEST_P()
71 async_interleave_many->remove_input(meta_source); in TEST_P()
75 async_interleave_many->add_input(source1); in TEST_P()
77 async_interleave_many->remove_input(source1); in TEST_P()
81 async_interleave_many->add_input(source2); in TEST_P()
83 async_interleave_many->remove_input(source2); in TEST_P()
87 EXPECT_EQ(async_interleave_many->TotalBufferedBytes(), 0); in TEST_P()
88 EXPECT_EQ(async_interleave_many->TotalMaximumBufferedBytes(), 0); in TEST_P()
89 async_interleave_many->record_buffer_event(110, 10); in TEST_P()
[all …]
/external/curl/tests/data/
Dtest153810 # 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/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 """Auto-detects machine configurations and outputs the results to shell or file.
21 python config_detector.py [--save_output] [--filename] [--debug]
24 python config_detector.py --save_output=True --filename=configs.json
25 --debug=False
38 CPU architecture Processor type (32-bit | 64-bit)
57 Depending on `--save_output` option, this script outputs a .json file
61 # pylint: disable=broad-except
84 "uname -m"),
86 "cat /etc/*-release | grep DISTRIB_ID* | sed 's/^.*=//'"),
[all …]
/external/perfetto/src/trace_processor/stdlib/android/
Dbattery_stats.sql1 --
2 -- Copyright 2023 The Android Open Source Project
3 --
4 -- Licensed under the Apache License, Version 2.0 (the "License");
5 -- you may not use this file except in compliance with the License.
6 -- You may obtain a copy of the License at
7 --
8 -- https://www.apache.org/licenses/LICENSE-2.0
9 --
10 -- Unless required by applicable law or agreed to in writing, software
[all …]
/external/python/mobly/mobly/
Dbase_instrumentation_test.py7 # 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/
DShadowSystemProperties.java18 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/python/cpython3/Lib/email/
D_encoded_words.py3 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/
DBaseWrapCipher.java8 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 …]

12345678910>>...46