Home
last modified time | relevance | path

Searched refs:unwrapped (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc151 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/
DPrimitives.java131 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/
Ddata_encoding.cc114 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/
Ddata_encoding.cc118 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/
DmaxUnwrap.m14 % sequence: The unwrapped vector.
DrtpAnalyze.m164 % be unwrapped for this to work.
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h798 int64_t unwrapped = UnwrapWithoutUpdate(sequence_number); in Unwrap() local
799 UpdateLast(unwrapped); in Unwrap()
800 return unwrapped; in Unwrap()
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump59 // 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/
DErrors.java375 Throwable unwrapped = unwrap(runtimeException); in errorInProvider() local
376 return errorInUserCode(unwrapped, "Error in custom provider, %s", unwrapped); in errorInProvider()
/external/clang/lib/Sema/
DSemaType.cpp5795 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/
Draw_commands_fixed.txt7541 // Copy unwrapped data to temporary variable, remove the integrity field
Draw_commands.txt7531 // Copy unwrapped data to temporary variable, remove the integrity field
/external/tpm2/
Dpart3.txt4403 50 // Copy unwrapped data to temporary variable, remove the integrity field