/external/skia/tests/ |
D | ProxyTest.cpp | 35 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/ |
D | GrSwizzle.h | 42 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(); }
|
D | GrSurfaceProxy.h | 220 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/ |
D | GrCopySurfaceOp.h | 29 fSrc.get()->uniqueID().asUInt(), in dumpInfo() 30 fDst.get()->uniqueID().asUInt(), in dumpInfo()
|
D | GrDrawOp.cpp | 14 string.appendf("RT: %d\n", pipeline.getRenderTarget()->uniqueID().asUInt()); in DumpPipelineInfo()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 550 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/ |
D | main.cpp | 263 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/ |
D | GrSingleTextureEffect.h | 26 str.appendf("Texture: %d", fTextureSampler.proxy()->uniqueID().asUInt()); in dumpInfo()
|
/external/skia/src/gpu/ |
D | GrOpList.cpp | 92 SkDebugf("node: %d -> RT: %d\n", fUniqueID, fTarget.get() ? fTarget.get()->uniqueID().asUInt() in dump()
|
D | GrResourceAllocator.h | 75 , fProxyID(proxy->uniqueID().asUInt()) in Interval()
|
D | GrResourceAllocator.cpp | 18 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) { in addInterval()
|
D | GrGpuResource.cpp | 73 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
|
D | GrAuditTrail.cpp | 289 json.appendf("\"ProxyID\": \"%u\",", fProxyUniqueID.asUInt()); in toJson()
|
/external/skia/src/gpu/gl/ |
D | GrGLTextureRenderTarget.cpp | 47 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
|
D | GrGLRenderTarget.cpp | 198 dumpName.appendU32(this->uniqueID().asUInt()); in dumpMemoryStatistics()
|
/external/webrtc/webrtc/base/ |
D | json.cc | 29 s << in.asUInt(); in GetStringFromJson() 67 *out = in.asUInt(); in GetUIntFromJson()
|
D | json_unittest.cc | 224 EXPECT_EQ(in[i], out[i].asUInt()); in TEST()
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 193 uint32_t asUInt() const { return fID; } in asUInt() function
|
/external/jsoncpp/ |
D | NEWS.txt | 102 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/ |
D | json_value.cpp | 575 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value 652 return asUInt(); in asLargestUInt()
|
/external/jsoncpp/include/json/ |
D | value.h | 265 UInt asUInt() const;
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 721 UInt asUInt() const;
|
D | jsoncpp.cpp | 3085 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/ |
D | SkDrawCommand.cpp | 3044 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()
|