Searched refs:unwrapped (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/modules/ |
D | module_common_types_unittest.cc | 151 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 152 EXPECT_EQ(seq, unwrapped); in TEST() 158 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 159 EXPECT_EQ(seq, unwrapped); in TEST() 171 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 172 EXPECT_EQ(seq, unwrapped); in TEST() 179 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); in TEST() local 180 EXPECT_EQ(seq, unwrapped); in TEST()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Primitives.java | 131 Class<T> unwrapped = (Class<T>) WRAPPER_TO_PRIMITIVE_TYPE.get(type); in unwrap() local 132 return (unwrapped == null) ? type : unwrapped; in unwrap()
|
/external/libweave/src/ |
D | data_encoding.cc | 114 std::string unwrapped = Base64EncodeHelper(data, size); in Base64EncodeWrapLines() local 117 for (size_t i = 0; i < unwrapped.size(); i += 64) { in Base64EncodeWrapLines() 118 wrapped.append(unwrapped, i, 64); in Base64EncodeWrapLines()
|
/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/webrtc/tools/matlab/ |
D | maxUnwrap.m | 14 % sequence: The unwrapped vector.
|
D | rtpAnalyze.m | 164 % be unwrapped for this to work.
|
/external/webrtc/webrtc/modules/include/ |
D | module_common_types.h | 798 int64_t unwrapped = UnwrapWithoutUpdate(sequence_number); in Unwrap() local 799 UpdateLast(unwrapped); in Unwrap() 800 return unwrapped; in Unwrap()
|
/external/webrtc/talk/session/media/ |
D | typewrapping.h.pump | 59 // unwrapped forms of A, B, and C (after typedef-equivalence), then you will get 154 // passing the unwrapped value in a function call, which is not a legal thing to 272 // Macro to get the unwrapped form of a type.
|
/external/guice/core/src/com/google/inject/internal/ |
D | Errors.java | 375 Throwable unwrapped = unwrap(runtimeException); in errorInProvider() local 376 return errorInUserCode(unwrapped, "Error in custom provider, %s", unwrapped); in errorInProvider()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5795 FunctionTypeUnwrapper unwrapped(S, type); in handleFunctionTypeAttr() local 5802 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 5806 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr() 5807 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 5819 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 5823 = unwrapped.get()->getExtInfo().withProducesResult(true); in handleFunctionTypeAttr() 5824 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 5834 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 5838 const FunctionType *fn = unwrapped.get(); in handleFunctionTypeAttr() 5849 unwrapped.get()->getExtInfo().withRegParm(value); in handleFunctionTypeAttr() [all …]
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 7541 // Copy unwrapped data to temporary variable, remove the integrity field
|
D | raw_commands.txt | 7531 // Copy unwrapped data to temporary variable, remove the integrity field
|
/external/tpm2/ |
D | part3.txt | 4403 50 // Copy unwrapped data to temporary variable, remove the integrity field
|