/external/tensorflow/tensorflow/python/util/ |
D | object_identity.py | 40 def unwrapped(self): member in _ObjectIdentityWrapper 82 def unwrapped(self): member in _WeakObjectIdentityWrapper 108 unwrapped = property() variable in Reference 152 yield key.unwrapped 173 unwrapped = key.unwrapped 174 if unwrapped is None: 177 yield unwrapped 225 yield key.unwrapped 243 unwrapped = key.unwrapped 244 if unwrapped is None: [all …]
|
D | object_identity_test.py | 43 self.assertEqual(o, wrap1.unwrapped) 44 self.assertEqual(o, wrap2.unwrapped)
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | object_identity.py | 39 def unwrapped(self): member in _ObjectIdentityWrapper 81 def unwrapped(self): member in _WeakObjectIdentityWrapper 107 unwrapped = property() variable in Reference 151 yield key.unwrapped 172 unwrapped = key.unwrapped 173 if unwrapped is None: 176 yield unwrapped 224 yield key.unwrapped 242 unwrapped = key.unwrapped 243 if unwrapped is None: [all …]
|
/external/webrtc/modules/ |
D | module_common_types_unittest.cc | 142 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 143 EXPECT_EQ(seq, unwrapped); in TEST() 149 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 150 EXPECT_EQ(seq, unwrapped); in TEST() 162 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 163 EXPECT_EQ(seq, unwrapped); in TEST() 170 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 171 EXPECT_EQ(seq, unwrapped); in TEST() 202 int64_t unwrapped = in TEST() local 204 EXPECT_EQ(ts, unwrapped); in TEST() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 679 u8 *unwrapped = NULL; in dpp_auth_req_rx() local 804 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx() 805 if (!unwrapped) in dpp_auth_req_rx() 809 2, addr, len, unwrapped) < 0) { in dpp_auth_req_rx() 814 unwrapped, unwrapped_len); in dpp_auth_req_rx() 816 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx() 821 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx() 830 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx() 840 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx() 841 unwrapped = NULL; in dpp_auth_req_rx() [all …]
|
D | dpp_reconfig.c | 666 u8 *unwrapped = NULL; in dpp_reconfig_auth_resp_rx() local 776 unwrapped = os_malloc(unwrapped_len); in dpp_reconfig_auth_resp_rx() 777 if (!unwrapped) in dpp_reconfig_auth_resp_rx() 781 2, addr, len, unwrapped) < 0) { in dpp_reconfig_auth_resp_rx() 786 unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx() 788 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_reconfig_auth_resp_rx() 793 c_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx() 802 conn_status = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx() 826 bin_clear_free(unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx() 846 u8 *unwrapped = NULL; in dpp_reconfig_auth_conf_rx() local [all …]
|
D | dpp_pkex.c | 999 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_req() local 1029 unwrapped = os_malloc(unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1030 if (!unwrapped) in dpp_pkex_rx_commit_reveal_req() 1043 2, addr, len, unwrapped) < 0) { in dpp_pkex_rx_commit_reveal_req() 1051 unwrapped, unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1053 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_pkex_rx_commit_reveal_req() 1058 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req() 1097 peer_u = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, in dpp_pkex_rx_commit_reveal_req() 1138 os_free(unwrapped); in dpp_pkex_rx_commit_reveal_req() 1160 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_resp() local [all …]
|
D | dpp.c | 1899 u8 *unwrapped = NULL; in dpp_conf_req_rx() local 1930 unwrapped = os_malloc(unwrapped_len); in dpp_conf_req_rx() 1931 if (!unwrapped) in dpp_conf_req_rx() 1935 0, NULL, NULL, unwrapped) < 0) { in dpp_conf_req_rx() 1940 unwrapped, unwrapped_len); in dpp_conf_req_rx() 1942 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_conf_req_rx() 1947 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 1958 config_attr = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 2116 os_free(unwrapped); in dpp_conf_req_rx() 2891 u8 *unwrapped = NULL; in dpp_conf_resp_rx() local [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
D | TestUnwrappedWithPrefix.java | 26 public Unwrapping unwrapped; field in TestUnwrappedWithPrefix.DeepUnwrapping 30 unwrapped = new Unwrapping(str, x, y); in DeepUnwrapping() 62 public PrefixUnwrap unwrapped; field in TestUnwrappedWithPrefix.DeepPrefixUnwrap 66 unwrapped = new PrefixUnwrap(str, x, y); in DeepPrefixUnwrap() 191 assertNotNull(bean.unwrapped); in testDeepPrefixedUnwrappingDeserialize() 192 assertNotNull(bean.unwrapped.location); in testDeepPrefixedUnwrappingDeserialize() 193 assertEquals(2, bean.unwrapped.location.x); in testDeepPrefixedUnwrappingDeserialize() 194 assertEquals(3, bean.unwrapped.location.y); in testDeepPrefixedUnwrappingDeserialize() 195 assertEquals("Bubba", bean.unwrapped.name); in testDeepPrefixedUnwrappingDeserialize()
|
D | TestUnwrapped.java | 41 public Unwrapping unwrapped; field in TestUnwrapped.DeepUnwrapping 45 unwrapped = new Unwrapping(str, x, y); in DeepUnwrapping() 198 Unwrapping uw = bean.unwrapped; in testDeepUnwrapping()
|
/external/webrtc/modules/include/ |
D | module_common_types_public.h | 74 int64_t unwrapped = UnwrapWithoutUpdate(value); in Unwrap() local 75 UpdateLast(unwrapped); in Unwrap() 76 return unwrapped; in Unwrap()
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | Primitives.java | 135 Class<T> unwrapped = (Class<T>) WRAPPER_TO_PRIMITIVE_TYPE.get(type); in unwrap() local 136 return (unwrapped == null) ? type : unwrapped; in unwrap()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Primitives.java | 135 Class<T> unwrapped = (Class<T>) WRAPPER_TO_PRIMITIVE_TYPE.get(type); in unwrap() local 136 return (unwrapped == null) ? type : unwrapped; in unwrap()
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | keywrap.rst | 48 :return bytes: The unwrapped key as bytes. 51 raised if the key is not successfully unwrapped. 87 :return bytes: The unwrapped key as bytes. 90 raised if the key is not successfully unwrapped.
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/ |
D | VariableDeclarator.java | 137 Pair<Type, List<ArrayBracketPair>> unwrapped = ArrayType.unwrapArrayTypes(type); in setType() local 142 nodeWithElementType.setElementType(unwrapped.a); in setType() 144 getId().setArrayBracketPairsAfterId(unwrapped.b); in setType()
|
D | Parameter.java | 130 Pair<Type, List<ArrayBracketPair>> unwrapped = ArrayType.unwrapArrayTypes(type); in setType() local 131 setElementType(unwrapped.a); in setType() 132 setArrayBracketPairsAfterElementType(unwrapped.b); in setType()
|
/external/libbrillo/brillo/ |
D | data_encoding.cc | 118 std::string unwrapped = Base64EncodeHelper(data, size); in Base64EncodeWrapLines() local 121 for (size_t i = 0; i < unwrapped.size(); i += 64) { in Base64EncodeWrapLines() 122 wrapped.append(unwrapped, i, 64); in Base64EncodeWrapLines()
|
/external/dokka/core/src/main/kotlin/Analysis/ |
D | JavaResolveExtension.kt | 22 import org.jetbrains.kotlin.asJava.unwrapped in <lambda>() 75 val callable = unwrapped in getJavaOrKotlinMemberDescriptor()
|
/external/dagger2/java/dagger/internal/codegen/langmodel/ |
D | DaggerTypes.java | 87 TypeMirror unwrapped = unwrapTypeOrDefault(type, null); in unwrapType() local 88 checkArgument(unwrapped != null, "%s is a raw type", type); in unwrapType() 89 return unwrapped; in unwrapType()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/ |
D | com_github_javaparser_ast_body_VariableDeclarator.txt | 22 …Line 142) nodeWithElementType.setElementType(unwrapped.a) ==> com.github.javaparser.ast.nodeTypes.… 24 …Line 144) getId().setArrayBracketPairsAfterId(unwrapped.b) ==> com.github.javaparser.ast.body.Vari…
|
D | com_github_javaparser_ast_body_Parameter.txt | 20 …Line 131) setElementType(unwrapped.a) ==> com.github.javaparser.ast.body.Parameter.setElementType(… 21 …Line 132) setArrayBracketPairsAfterElementType(unwrapped.b) ==> com.github.javaparser.ast.body.Par…
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 279 val unwrapped = unwrap(exception) in <lambda>() constant 280 if (unwrapped !== rootCause && unwrapped !== unwrappedCause && in <lambda>() 281 unwrapped !is CancellationException && seenExceptions.add(unwrapped)) { in <lambda>() 282 rootCause.addSuppressedThrowable(unwrapped) in <lambda>()
|
/external/webrtc/tools_webrtc/matlab/ |
D | maxUnwrap.m | 14 % sequence: The unwrapped vector.
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncOps.td | 59 async.execute [%dependency](%value as %unwrapped: !async.value<f32>) 62 %0 = "compute0"(%unwrapped): (f32) -> !some.type 71 attached body region as an %unwrapped value of f32 type.
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 7345 FunctionTypeUnwrapper unwrapped(S, type); in handleFunctionTypeAttr() local 7352 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 7356 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr() 7357 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7363 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 7375 unwrapped.get()->getExtInfo().withCmseNSCall(true); in handleFunctionTypeAttr() 7376 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7386 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 7391 unwrapped.get()->getReturnType())) in handleFunctionTypeAttr() 7398 = unwrapped.get()->getExtInfo().withProducesResult(true); in handleFunctionTypeAttr() [all …]
|