Home
last modified time | relevance | path

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

/external/skia/tests/
DProxyTest.cpp35 REPORTER_ASSERT(reporter, proxy->uniqueID().asUInt() == uniqueID.asUInt()); in check_surface()
60 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID().asUInt()); in check_rendertarget()
63 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget()
95 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture()
98 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
/external/skia/include/private/
DGrSwizzle.h42 uint32_t asUInt() const { return *SkTCast<const uint32_t*>(fSwiz); } in asUInt() function
64 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); }
DGrSurfaceProxy.h220 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID()
224 uint32_t asUInt() const { return fID; } in asUInt() function
/external/skia/src/gpu/ops/
DGrCopySurfaceOp.h29 fSrc.get()->uniqueID().asUInt(), in dumpInfo()
30 fDst.get()->uniqueID().asUInt(), in dumpInfo()
DGrDrawOp.cpp14 string.appendf("RT: %d\n", pipeline.getRenderTarget()->uniqueID().asUInt()); in DumpPipelineInfo()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp550 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0);
551 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1);
552 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1);
553 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff);
554 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff);
555 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000);
558 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0);
559 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1);
560 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1);
561 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff);
[all …]
/external/jsoncpp/src/test_lib_json/
Dmain.cpp263 JSONTEST_ASSERT_EQUAL(Json::UInt(0), null_.asUInt()); in JSONTEST_FIXTURE()
327 JSONTEST_ASSERT_EQUAL(1, true_.asUInt()); in JSONTEST_FIXTURE()
335 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); in JSONTEST_FIXTURE()
385 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
413 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
441 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
469 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
497 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
525 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE()
552 JSONTEST_ASSERT_EQUAL((1 << 20), val.asUInt()); in JSONTEST_FIXTURE()
[all …]
/external/skia/src/gpu/effects/
DGrSingleTextureEffect.h26 str.appendf("Texture: %d", fTextureSampler.proxy()->uniqueID().asUInt()); in dumpInfo()
/external/skia/src/gpu/
DGrOpList.cpp92 SkDebugf("node: %d -> RT: %d\n", fUniqueID, fTarget.get() ? fTarget.get()->uniqueID().asUInt() in dump()
DGrResourceAllocator.h75 , fProxyID(proxy->uniqueID().asUInt()) in Interval()
DGrResourceAllocator.cpp18 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) { in addInterval()
DGrGpuResource.cpp73 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
DGrAuditTrail.cpp289 json.appendf("\"ProxyID\": \"%u\",", fProxyUniqueID.asUInt()); in toJson()
/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.cpp47 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
DGrGLRenderTarget.cpp198 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
/external/webrtc/webrtc/base/
Djson.cc29 s << in.asUInt(); in GetStringFromJson()
67 *out = in.asUInt(); in GetUIntFromJson()
Djson_unittest.cc224 EXPECT_EQ(in[i], out[i].asUInt()); in TEST()
/external/skia/include/gpu/
DGrGpuResource.h193 uint32_t asUInt() const { return fID; } in asUInt() function
/external/jsoncpp/
DNEWS.txt102 Json::Value::asInt() and Json::Value::asUInt() still returns plain
117 Warning: Json::Value::asInt() and Json::Value::asUInt() now returns
/external/jsoncpp/src/lib_json/
Djson_value.cpp575 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value
652 return asUInt(); in asLargestUInt()
/external/jsoncpp/include/json/
Dvalue.h265 UInt asUInt() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h721 UInt asUInt() const;
Djsoncpp.cpp3085 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value
3162 return asUInt(); in asLargestUInt()
5100 unsigned int pre = settings_["precision"].asUInt(); in newStreamWriter()
/external/skia/tools/debugger/
DSkDrawCommand.cpp3044 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON()
3051 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON()
3060 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON()