/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/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/vulkan-validation-layers/tests/ |
D | run_wrap_objects_tests.sh | 116 ./vk_layer_validation_tests | grep -v "^Unexpected: " > unwrapped.out 122 diff unwrapped.out wrapped.out
|
/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 | 6113 FunctionTypeUnwrapper unwrapped(S, type); in handleFunctionTypeAttr() local 6120 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 6124 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr() 6125 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6137 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 6141 = unwrapped.get()->getExtInfo().withProducesResult(true); in handleFunctionTypeAttr() 6142 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6152 if (!unwrapped.isFunctionType()) in handleFunctionTypeAttr() 6156 const FunctionType *fn = unwrapped.get(); in handleFunctionTypeAttr() 6167 unwrapped.get()->getExtInfo().withRegParm(value); in handleFunctionTypeAttr() [all …]
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 181 Instead, we can use **implicitly unwrapped optionals.** For example, a property 404 implicitly-unwrapped optionals without requiring that uses in switch statements 405 be explicitly unwrapped. For example, if we consider a message with the enum
|
/external/protobuf/objectivec/ |
D | GPBDictionary.m | 793 //% VALUE_TYPE unwrapped = UNWRAP##VALUE_NAME(aValue); 794 //% if (!func(unwrapped)) { 795 //% unwrapped = kGPBUnrecognizedEnumeratorValue; 797 //% block(UNWRAP##KEY_NAME(aKey), unwrapped, stop); 3191 int32_t unwrapped = [aValue intValue]; 3192 if (!func(unwrapped)) { 3193 unwrapped = kGPBUnrecognizedEnumeratorValue; 3195 block([aKey unsignedIntValue], unwrapped, stop); 5155 int32_t unwrapped = [aValue intValue]; 5156 if (!func(unwrapped)) { [all …]
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|