Home
last modified time | relevance | path

Searched defs:got (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/tests/memchr/
Dprop.rs26 let got = match $mod::One::$cons(n1) { localVariable
35 let got = match $mod::One::$cons(n1) { localVariable
44 let got = match $mod::Two::$cons(n1, n2) { localVariable
53 let got = match $mod::Two::$cons(n1, n2) { localVariable
65 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
77 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
96 let got = double_ended_take( localVariable
117 let got = double_ended_take( localVariable
139 let got = double_ended_take( localVariable
154 let got = finder.iter(&data); localVariable
[all …]
/external/rust/android-crates-io/crates/memchr/src/tests/memchr/
Dprop.rs26 let got = match $mod::One::$cons(n1) { localVariable
35 let got = match $mod::One::$cons(n1) { localVariable
44 let got = match $mod::Two::$cons(n1, n2) { localVariable
53 let got = match $mod::Two::$cons(n1, n2) { localVariable
65 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
77 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
96 let got = double_ended_take( localVariable
117 let got = double_ended_take( localVariable
139 let got = double_ended_take( localVariable
154 let got = finder.iter(&data); localVariable
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/tests/memchr/
Dprop.rs26 let got = match $mod::One::$cons(n1) { localVariable
35 let got = match $mod::One::$cons(n1) { localVariable
44 let got = match $mod::Two::$cons(n1, n2) { localVariable
53 let got = match $mod::Two::$cons(n1, n2) { localVariable
65 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
77 let got = match $mod::Three::$cons(n1, n2, n3) { localVariable
96 let got = double_ended_take( localVariable
117 let got = double_ended_take( localVariable
139 let got = double_ended_take( localVariable
154 let got = finder.iter(&data); localVariable
[all …]
/external/rust/android-crates-io/crates/coset/src/key/
Dtests.rs210 let got = key.clone().to_vec().unwrap(); in test_cose_key_encode() localVariable
213 let got = CoseKey::from_slice(&got).unwrap(); in test_cose_key_encode() localVariable
226 let got = CoseKeySet::from_slice(&got_data).unwrap(); in test_cose_key_encode() localVariable
295 let got = key.clone().to_vec().unwrap(); in test_rfc8152_public_cose_key_decode() localVariable
298 let got = CoseKey::from_slice(&got).unwrap(); in test_rfc8152_public_cose_key_decode() localVariable
308 let got = keyset.to_vec().unwrap(); in test_rfc8152_public_cose_key_decode() localVariable
432 let got = key.clone().to_vec().unwrap(); in test_rfc8152_private_cose_key_decode() localVariable
435 let got = CoseKey::from_slice(&got).unwrap(); in test_rfc8152_private_cose_key_decode() localVariable
445 let got = keyset.to_vec().unwrap(); in test_rfc8152_private_cose_key_decode() localVariable
858 let got = testcase.rfc7049_key.to_vec().unwrap(); in test_key_canonicalize() localVariable
[all …]
/external/rust/android-crates-io/crates/coset/src/sign/
Dtests.rs100 let got = sig.clone().to_vec().unwrap(); in test_cose_signature_encode() localVariable
103 let mut got = CoseSignature::from_slice(&got).unwrap(); in test_cose_signature_encode() localVariable
121 let mut got = CoseSignature::from_slice(&sig_data).unwrap(); in test_cose_signature_decode_noncanonical() localVariable
379 let got = sign.clone().to_vec().unwrap(); in test_cose_sign_encode() localVariable
382 let mut got = CoseSign::from_slice(&got).unwrap(); in test_cose_sign_encode() localVariable
390 let got = sign.clone().to_tagged_vec().unwrap(); in test_cose_sign_encode() localVariable
394 let mut got = CoseSign::from_tagged_slice(&got).unwrap(); in test_cose_sign_encode() localVariable
747 let got = sign.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_sign_decode() localVariable
756 let mut got = CoseSign::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_sign_decode() localVariable
836 let got = sign.clone().to_vec().unwrap(); in test_cose_sign1_encode() localVariable
[all …]
/external/deqp/modules/egl/
DteglApiCase.cpp110 void ApiCase::expectBoolean(EGLBoolean expected, EGLBoolean got) in expectBoolean()
121 void ApiCase::expectNoContext(EGLContext got) in expectNoContext()
132 void ApiCase::expectNoSurface(EGLSurface got) in expectNoSurface()
143 void ApiCase::expectNoDisplay(EGLDisplay got) in expectNoDisplay()
153 void ApiCase::expectNull(const void *got) in expectNull()
DteglApiCase.hpp62 inline void expectTrue(eglw::EGLBoolean got) in expectTrue()
66 inline void expectFalse(eglw::EGLBoolean got) in expectFalse()
/external/rust/android-crates-io/crates/coset/src/header/
Dtests.rs152 let got = header.clone().to_vec().unwrap(); in test_header_encode() localVariable
155 let mut got = Header::from_slice(&got).unwrap(); in test_header_encode() localVariable
170 let mut got = ProtectedHeader::from_slice(&protected_data).unwrap(); in test_header_encode() localVariable
179 let mut got = ProtectedHeader::from_cbor_bstr(prot_bstr_val).unwrap(); in test_header_encode() localVariable
/external/rust/android-crates-io/crates/regex-automata/src/
Dtransducer.rs69 let got = search(&set, &dfa); in dense_anywhere() localVariable
79 let got = search(&set, &dfa); in dense_anchored() localVariable
89 let got = search(&set, &dfa); in sparse_anywhere() localVariable
104 let got = search(&set, &dfa); in sparse_anchored() localVariable
/external/rust/android-crates-io/crates/coset/src/mac/
Dtests.rs55 let got = mac.clone().to_vec().unwrap(); in test_cose_mac_decode() localVariable
58 let mut got = CoseMac::from_slice(&got).unwrap(); in test_cose_mac_decode() localVariable
349 let got = mac.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_mac_decode() localVariable
352 let mut got = CoseMac::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_mac_decode() localVariable
389 let got = mac.clone().to_vec().unwrap(); in test_cose_mac0_decode() localVariable
392 let mut got = CoseMac0::from_slice(&got).unwrap(); in test_cose_mac0_decode() localVariable
494 let got = mac.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_mac0_decode() localVariable
497 let mut got = CoseMac0::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_mac0_decode() localVariable
/external/bazelbuild-rules_rust/crate_universe/src/
Dutils.rs67 let got = sanitize_repository_name(name); in test_sanitize_repository_name() localVariable
74 let got = sanitize_repository_name(name); in test_sanitize_repository_name_no_change() localVariable
90 let got = normalize_cargo_file_paths(outputs, outdir.path()); in test_normalize_cargo_file_paths() localVariable
103 let got = normalize_cargo_file_paths(outputs, outdir.path()); in test_normalize_cargo_file_paths_no_rename() localVariable
/external/rust/android-crates-io/crates/coset/src/common/
Dtests.rs45 let got = label.clone().to_vec().unwrap(); in test_label_encode() localVariable
48 let got = Label::from_slice(&got).unwrap(); in test_label_encode() localVariable
196 let got = label.clone().to_vec().unwrap(); in test_registered_label_encode() localVariable
199 let got = RegisteredLabel::from_slice(&got).unwrap(); in test_registered_label_encode() localVariable
300 let got = label.clone().to_vec().unwrap(); in test_registered_label_with_private_encode() localVariable
303 let got = RegisteredLabelWithPrivate::from_slice(&got).unwrap(); in test_registered_label_with_private_encode() localVariable
401 let got = Label::from_slice(&data).unwrap(); in test_large_label_decode() localVariable
/external/rust/android-crates-io/crates/regex/tests/
Dmacros.rs29 let got: Vec<Option<_>> = match r.captures(text) { localVariable
62 let got: Vec<_> = localVariable
88 let got: Vec<_> = localVariable
120 let got: Vec<_> = matches.into_iter().collect(); localVariable
/external/rust/android-crates-io/crates/csv/src/
Ddeserializer.rs836 let got: Foo = in with_header() localVariable
877 let got: Foo = de_headers(&["y", "z"], &["42", "1.3"]).unwrap(); in with_header_missing_ok() localVariable
890 let got = de_headers::<Foo>(&["y", "z"], &[]); in with_header_no_fields() localVariable
903 let got = de_headers::<Foo>(&[], &[]); in with_header_empty() localVariable
915 let got = de_headers::<Foo>(&[], &[]); in with_header_empty_ok() localVariable
918 let got = de_headers::<Bar>(&[], &[]); in with_header_empty_ok() localVariable
921 let got = de_headers::<()>(&[], &[]); in with_header_empty_ok() localVariable
934 let got: Foo = de(&["1.3", "42", "hi"]).unwrap(); in without_header() localVariable
945 let got: i32 = de(&["42"]).unwrap(); in one_field() localVariable
952 let got: i128 = de(&["2010223372036854775808"]).unwrap(); localVariable
[all …]
Dserializer.rs867 let got = serialize(true); in bool() localVariable
876 let got = serialize(12345); in integer() localVariable
886 let got = serialize(i128::max_value() as u128 + 1); localVariable
895 let got = serialize(i128::max_value()); localVariable
905 let got = serialize(1.23); in float() localVariable
914 let got = serialize(::std::f64::NAN); in float_nan() localVariable
923 let got = serialize('☃'); in char() localVariable
932 let got = serialize("how\nare\n\"you\"?"); in str() localVariable
941 let got = serialize(b"how\nare\n\"you\"?".as_bstr()); in bytes() localVariable
950 let got = serialize(None::<()>); in option() localVariable
[all …]
/external/rust/android-crates-io/crates/coset/src/encrypt/
Dtests.rs69 let got = recipient.clone().to_vec().unwrap(); in test_cose_recipient_decode() localVariable
72 let mut got = CoseRecipient::from_slice(&got).unwrap(); in test_cose_recipient_decode() localVariable
176 let got = encrypt.clone().to_vec().unwrap(); in test_cose_encrypt_decode() localVariable
179 let mut got = CoseEncrypt::from_slice(&got).unwrap(); in test_cose_encrypt_decode() localVariable
471 let got = encrypt.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_encrypt_decode() localVariable
474 let mut got = CoseEncrypt::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_encrypt_decode() localVariable
510 let got = encrypt.clone().to_vec().unwrap(); in test_cose_encrypt0_decode() localVariable
513 let mut got = CoseEncrypt0::from_slice(&got).unwrap(); in test_cose_encrypt0_decode() localVariable
642 let got = encrypt.clone().to_tagged_vec().unwrap(); in test_rfc8152_cose_encrypt0_decode() localVariable
645 let mut got = CoseEncrypt0::from_tagged_slice(&got).unwrap(); in test_rfc8152_cose_encrypt0_decode() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dtransducer.rs233 let got = search(&set, &aut); in unanchored() localVariable
237 let got = search(&set, &aut); in unanchored() localVariable
241 let got = search(&set, &aut); in unanchored() localVariable
254 let got = search(&set, &aut); in anchored() localVariable
258 let got = search(&set, &aut); in anchored() localVariable
267 let got = search(&set, &aut); in anchored() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dtransducer.rs233 let got = search(&set, &aut); in unanchored() localVariable
237 let got = search(&set, &aut); in unanchored() localVariable
241 let got = search(&set, &aut); in unanchored() localVariable
254 let got = search(&set, &aut); in anchored() localVariable
258 let got = search(&set, &aut); in anchored() localVariable
267 let got = search(&set, &aut); in anchored() localVariable
/external/rust/android-crates-io/crates/coset/src/context/
Dtests.rs201 let got = key.clone().to_vec().unwrap(); in test_context_encode() localVariable
204 let mut got = CoseKdfContext::from_slice(&got).unwrap(); in test_context_encode() localVariable
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest_lib.py113 def _allclose(self, want, got, rtol=1e-3, atol=1e-3): argument
126 def check_output(self, want, got, optionflags): argument
198 def output_difference(self, example, got, optionflags): argument
/external/vulkan-validation-layers/layers/
Dvk_layer_data.h30 typename std::unordered_map<void *, DATA_T *>::const_iterator got; in GetLayerDataPtr() local
47 auto got = layer_data_map.find(data_key); in FreeLayerDataPtr() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/
Dalphabet.rs1061 let got: Vec<Unit> = classes.representatives(..).collect(); in representatives() localVariable
1074 let got: Vec<Unit> = classes.representatives(..0).collect(); in representatives() localVariable
1076 let got: Vec<Unit> = classes.representatives(1..1).collect(); in representatives() localVariable
1078 let got: Vec<Unit> = classes.representatives(255..255).collect(); in representatives() localVariable
1083 let got: Vec<Unit> = classes in representatives() localVariable
1092 let got: Vec<Unit> = classes.representatives(..=255).collect(); in representatives() localVariable
1104 let got: Vec<Unit> = classes.representatives(b'b'..=b'd').collect(); in representatives() localVariable
1108 let got: Vec<Unit> = classes.representatives(b'a'..=b'd').collect(); in representatives() localVariable
1112 let got: Vec<Unit> = classes.representatives(b'b'..=b'e').collect(); in representatives() localVariable
1116 let got: Vec<Unit> = classes.representatives(b'A'..=b'Z').collect(); in representatives() localVariable
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/
Dalphabet.rs1061 let got: Vec<Unit> = classes.representatives(..).collect(); in representatives() localVariable
1074 let got: Vec<Unit> = classes.representatives(..0).collect(); in representatives() localVariable
1076 let got: Vec<Unit> = classes.representatives(1..1).collect(); in representatives() localVariable
1078 let got: Vec<Unit> = classes.representatives(255..255).collect(); in representatives() localVariable
1083 let got: Vec<Unit> = classes in representatives() localVariable
1092 let got: Vec<Unit> = classes.representatives(..=255).collect(); in representatives() localVariable
1104 let got: Vec<Unit> = classes.representatives(b'b'..=b'd').collect(); in representatives() localVariable
1108 let got: Vec<Unit> = classes.representatives(b'a'..=b'd').collect(); in representatives() localVariable
1112 let got: Vec<Unit> = classes.representatives(b'b'..=b'e').collect(); in representatives() localVariable
1116 let got: Vec<Unit> = classes.representatives(b'A'..=b'Z').collect(); in representatives() localVariable
[all …]
/external/rust/android-crates-io/crates/coset/src/cwt/
Dtests.rs108 let got = claims.clone().to_vec().unwrap(); in test_cwt_encode() localVariable
111 let got = ClaimsSet::from_slice(&got).unwrap(); in test_cwt_encode() localVariable
/external/e2fsprogs/contrib/
Dmake-sparse.c29 int got, total = 0; in full_read() local
54 int fd, got, i; in main() local

12345678910>>...15