/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;
|
/frameworks/support/v4/api21/android/support/v4/view/ |
ViewCompatLollipop.java | 72 // Return the unwrapped insets 130 WindowInsets unwrapped = ((WindowInsetsCompatApi21) insets).unwrap(); local 132 WindowInsets result = v.onApplyWindowInsets(unwrapped); 134 if (result != unwrapped) { 145 WindowInsets unwrapped = ((WindowInsetsCompatApi21) insets).unwrap(); local 147 WindowInsets result = v.dispatchApplyWindowInsets(unwrapped); 149 if (result != unwrapped) {
|
/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/libweave/src/ |
data_encoding.cc | 114 std::string unwrapped = Base64EncodeHelper(data, size); local 117 for (size_t i = 0; i < unwrapped.size(); i += 64) { 118 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.
|
/external/v8/test/mjsunit/regress/ |
regress-1973.js | 28 // Test that getters and setters pass unwrapped this values in strict mode 33 // Check that strict mode passes unwrapped this value.
|
regress-3135.js | 70 // Number wrappers and String wrappers should be unwrapped.
|
/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;
|
/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/ |
json.js | 170 // Non-callable object. If it's a primitive wrapper, it must be unwrapped.
|
promise.js | 273 // Multi-unwrapped chaining with thenable coercion.
|
/external/v8/test/mjsunit/ |
json.js | 344 // Replaced wrapped primitives are unwrapped.
|
/development/samples/SupportLeanbackShowcase/libs/ |
gson-1.7.2.jar | |
/external/caliper/lib/ |
gson-2.2.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/org/freemarker/freemarker/2.3.20/ |
freemarker-2.3.20.jar | |
/prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
sisu-guice-3.1.3-no_aop.jar | |