/external/skia/tests/ |
D | ProxyTest.cpp | 75 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID().asUInt()); in check_rendertarget() 77 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget() 116 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture() 118 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
|
/external/skia/src/gpu/ganesh/ |
D | GrResourceAllocator.cpp | 71 uint32_t proxyID = proxy->uniqueID().asUInt(); 358 cur->proxy()->uniqueID().asUInt()); in planAssignment() 442 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 443 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals() 455 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 456 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
|
D | GrSurfaceProxy.h | 183 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() 187 uint32_t asUInt() const { return fID; } in asUInt() function 369 return fDebugName.isEmpty() ? SkStringPrintf("%d", this->uniqueID().asUInt()) : fDebugName; in getDebugName()
|
D | GrSurfaceProxy.cpp | 396 this->uniqueID().asUInt(), in dump() 397 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrDrawingManager.h | 247 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()
|
D | GrGpuResource.cpp | 117 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
|
D | GrGpuResource.h | 154 uint32_t asUInt() const { return fID; } in asUInt() function
|
D | GrAuditTrail.cpp | 198 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 556 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0); 557 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1); 558 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1); 559 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff); 560 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff); 561 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000); 564 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0); 565 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1); 566 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1); 567 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff); [all …]
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | itrbnf.cpp | 556 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0); 557 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1); 558 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1); 559 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff); 560 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff); 561 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000); 564 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0); 565 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1); 566 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1); 567 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff); [all …]
|
/external/libchrome-gestures/src/ |
D | activity_replay.cc | 166 PARSE_HP(obj, ActivityLog::kKeyHardwarePropMaxFingerCount, isInt, asUInt, in ParseHardwareProperties() 168 PARSE_HP(obj, ActivityLog::kKeyHardwarePropMaxTouchCount, isInt, asUInt, in ParseHardwareProperties() 211 hs.buttons_down = entry[ActivityLog::kKeyHardwareStateButtonsDown].asUInt(); in ParseHardwareState() 216 hs.touch_cnt = entry[ActivityLog::kKeyHardwareStateTouchCnt].asUInt(); in ParseHardwareState() 321 out_fs->flags = entry[ActivityLog::kKeyFingerStateFlags].asUInt(); in ParseFingerState() 519 entry[ActivityLog::kKeyGestureButtonsChangeDown].asUInt(); in ParseGestureButtonsChange() 525 entry[ActivityLog::kKeyGestureButtonsChangeUp].asUInt(); in ParseGestureButtonsChange()
|
/external/skia/src/gpu/graphite/ |
D | UniquePaintParamsID.h | 31 uint32_t asUInt() const { return fID; } in asUInt() function
|
D | ShaderCodeDictionary.cpp | 218 SkASSERT(fEntryVector[(*existingEntry)->uniqueID().asUInt()] == *existingEntry); in findOrCreate() 239 SkASSERT(codeID.asUInt() < fEntryVector.size()); in lookup() 241 return fEntryVector[codeID.asUInt()]; in lookup()
|
/external/openscreen/cast/streaming/ |
D | sender_session_unittest.cc | 231 const int audio_ssrc = audio_stream["ssrc"].asUInt(); in ConstructAnswerFromOffer() 235 const int video_ssrc = video_stream["ssrc"].asUInt(); in ConstructAnswerFromOffer() 373 EXPECT_LT(0u, audio_stream["ssrc"].asUInt()); in TEST_F() 383 EXPECT_LT(0u, video_stream["ssrc"].asUInt()); in TEST_F()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 468 JSONTEST_ASSERT_EQUAL(Json::UInt(0), null_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 540 JSONTEST_ASSERT_EQUAL(1, true_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 548 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 598 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 626 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 654 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 682 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 710 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 738 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 765 JSONTEST_ASSERT_EQUAL((1 << 20), val.asUInt()); in JSONTEST_FIXTURE_LOCAL() [all …]
|
/external/webrtc/rtc_base/strings/ |
D | json.cc | 29 *out = rtc::ToString(in.asUInt()); in GetStringFromJson() 66 *out = in.asUInt(); in GetUIntFromJson()
|
/external/openscreen/util/json/ |
D | json_helpers.h | 71 *out = value.asUInt(); in TryParseUint()
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 303 const unsigned int opcode = inst["opcode"].asUInt(); in jsonToSpirv() 339 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 394 public long asUInt() { in asUInt() method in FlexBuffers.Reference 562 return asUInt() != 0; in asBoolean() 588 return sb.append(asUInt()); in toString()
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLTexture.cpp | 115 ATRACE_ANDROID_FRAMEWORK_ALWAYS("Texture release(%u)", this->uniqueID().asUInt()); in onRelease()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 365 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() 412 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|
/external/jsoncpp/include/json/ |
D | value.h | 387 UInt asUInt() const; 663 template <> inline UInt Value::as<UInt>() const { return asUInt(); }
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() 401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() 401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|
/external/ot-br-posix/src/web/web-service/ |
D | wpan_service.cpp | 107 index = root["index"].asUInt(); in HandleJoinNetworkRequest() 210 channel = root["channel"].asUInt(); in HandleFormNetworkRequest()
|