HomeSort by relevance Sort by last modified time
    Searched refs:unwrapped (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/webrtc/webrtc/modules/
module_common_types_unittest.cc 151 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); local
152 EXPECT_EQ(seq, unwrapped);
158 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); local
159 EXPECT_EQ(seq, unwrapped);
171 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); local
172 EXPECT_EQ(seq, unwrapped);
179 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF)); local
180 EXPECT_EQ(seq, unwrapped);
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 131 Class<T> unwrapped = (Class<T>) WRAPPER_TO_PRIMITIVE_TYPE.get(type); local
132 return (unwrapped == null) ? type : unwrapped;
  /external/vulkan-validation-layers/tests/
run_wrap_objects_tests.sh 116 ./vk_layer_validation_tests | grep -v "^Unexpected: " > unwrapped.out
122 diff unwrapped.out wrapped.out
  /external/libbrillo/brillo/
data_encoding.cc 118 std::string unwrapped = Base64EncodeHelper(data, size); local
121 for (size_t i = 0; i < unwrapped.size(); i += 64) {
122 wrapped.append(unwrapped, i, 64);
  /external/webrtc/tools/matlab/
maxUnwrap.m 14 % sequence: The unwrapped vector.
rtpAnalyze.m 164 % be unwrapped for this to work.
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodTypeTest.java 546 // should be unwrapped to :
551 MethodType unwrapped = mt.unwrap(); local
552 assertTrue(unwrapped.hasPrimitives());
553 assertFalse(unwrapped.hasWrappers());
555 assertEquals(int.class, unwrapped.returnType());
556 assertParameterTypes(unwrapped, String.class, int.class, long.class, float.class,
560 unwrapped = MethodType.methodType(Void.class, int.class).unwrap();
561 assertEquals(void.class, unwrapped.returnType());
  /frameworks/base/core/jni/android/graphics/
GraphicBuffer.cpp 103 jlong unwrapped) {
104 sp<GraphicBuffer> b(reinterpret_cast<GraphicBuffer*>(unwrapped));
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 1364 WindowInsets unwrapped = (WindowInsets) WindowInsetsCompat.unwrap(insets); local
1374 WindowInsets unwrapped = (WindowInsets) WindowInsetsCompat.unwrap(insets); local
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 768 // handling large ranges. Note that sequence numbers will never be unwrapped
774 // Get the unwrapped sequence, but don't update the internal state.
786 // wrap-around. However, don't wrap backwards past 0 (unwrapped).
793 // Only update the internal state to the specified last (unwrapped) sequence.
798 int64_t unwrapped = UnwrapWithoutUpdate(sequence_number); local
799 UpdateLast(unwrapped);
800 return unwrapped;
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 242 // handled as long as their "unwrapped" difference is bounded by 2^31.
254 // 32-bit range, and that their "unwrapped" difference is always less than 2^31.
  /prebuilts/go/linux-x86/src/runtime/
sema.go 242 // handled as long as their "unwrapped" difference is bounded by 2^31.
254 // 32-bit range, and that their "unwrapped" difference is always less than 2^31.
  /external/guice/core/src/com/google/inject/internal/
Errors.java 375 Throwable unwrapped = unwrap(runtimeException); local
376 return errorInUserCode(unwrapped, "Error in custom provider, %s", unwrapped);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/v8/src/js/
promise.js 375 // Multi-unwrapped chaining with thenable coercion.
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 751 // We have unwrapped any explicit tagging at this point.
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 751 // We have unwrapped any explicit tagging at this point.
  /external/caliper/lib/
gson-2.2.2.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 

Completed in 2322 milliseconds

1 2 3 4