Home
last modified time | relevance | path

Searched refs:asUInt (Results 1 – 25 of 55) sorted by relevance

123

/external/skia/tests/
DProxyTest.cpp75 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/
DGrResourceAllocator.cpp71 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()
DGrSurfaceProxy.h183 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()
DGrSurfaceProxy.cpp396 this->uniqueID().asUInt(), in dump()
397 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
DGrDrawingManager.h247 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()
DGrGpuResource.cpp117 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
DGrGpuResource.h154 uint32_t asUInt() const { return fID; } in asUInt() function
DGrAuditTrail.cpp198 writer.appendU32("ProxyID", fProxyUniqueID.asUInt()); in toJson()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp556 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/
Ditrbnf.cpp556 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/
Dactivity_replay.cc166 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/
DUniquePaintParamsID.h31 uint32_t asUInt() const { return fID; } in asUInt() function
DShaderCodeDictionary.cpp218 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/
Dsender_session_unittest.cc231 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/
Dmain.cpp468 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/
Djson.cc29 *out = rtc::ToString(in.asUInt()); in GetStringFromJson()
66 *out = in.asUInt(); in GetUIntFromJson()
/external/openscreen/util/json/
Djson_helpers.h71 *out = value.asUInt(); in TryParseUint()
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp303 const unsigned int opcode = inst["opcode"].asUInt(); in jsonToSpirv()
339 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java394 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/
DGrGLTexture.cpp115 ATRACE_ANDROID_FRAMEWORK_ALWAYS("Texture release(%u)", this->uniqueID().asUInt()); in onRelease()
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.cpp365 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
412 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
/external/jsoncpp/include/json/
Dvalue.h387 UInt asUInt() const;
663 template <> inline UInt Value::as<UInt>() const { return asUInt(); }
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
/external/ot-br-posix/src/web/web-service/
Dwpan_service.cpp107 index = root["index"].asUInt(); in HandleJoinNetworkRequest()
210 channel = root["channel"].asUInt(); in HandleFormNetworkRequest()

123