/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 222 // walk up the hierachy to get an up-to-date world matrix. in CameraLookAt() 704 [newLoader = loader.get()](const ISceneLoader::Ptr& registered) { return registered.get() == newLoader; }); in RegisterSceneLoader() 713 [toBeRemoved = loader.get()]( in UnregisterSceneLoader() 714 const ISceneLoader::Ptr& registered) { return registered.get() == toBeRemoved; }); in UnregisterSceneLoader()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 715 auto data = container.get(offset, 0); in WriteProperty() 726 uintptr_t ptr = container.get(offset, i); in WriteProperty() 1051 uintptr_t ptr = property.metaData.containerMethods->get(offset, i); in ReadProperty() 1070 uintptr_t ptr = property.metaData.containerMethods->get(offset, index); in ReadProperty()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 777 auto data = container.get(offset, 0); in WriteProperty() 788 uintptr_t ptr = container.get(offset, i); in WriteProperty() 1149 uintptr_t ptr = property.metaData.containerMethods->get(offset, i); in ReadProperty() 1168 uintptr_t ptr = property.metaData.containerMethods->get(offset, index); in ReadProperty()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 152 paintFilterCanvasTest1.surface_ = surface.get(); in HWTEST_F() 175 paintFilterCanvasTest2.surface_ = surfaceTest3.get(); in HWTEST_F() 501 paintFilterCanvas.surface_ = surface.get(); in HWTEST_F() 530 paintFilterCanvas.surface_ = surface.get(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_base_render_util_unit_test.cpp | 547 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 566 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 583 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 615 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_property_drawable_utils_test.cpp | 152 paintFilterCanvasTest1.surface_ = surface.get(); in HWTEST_F() 175 paintFilterCanvasTest2.surface_ = surfaceTest3.get(); in HWTEST_F() 501 paintFilterCanvas.surface_ = surface.get(); in HWTEST_F() 530 paintFilterCanvas.surface_ = surface.get(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 597 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 616 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 633 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F() 650 std::shared_ptr<RSPaintFilterCanvas> canvas = std::make_shared<RSPaintFilterCanvas>(drawingCanvas.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 697 paintFilterCanvas_->DrawTextBlob(blob.get(), SET_XORY1, SET_XORY1); in HWTEST_F() 1161 paintFilterCanvas_->canvas_ = drawingCanvas.get(); in HWTEST_F() 1193 RSPaintFilterCanvas rsPaintFilterCanvas(drawingCanvas.get()); in HWTEST_F() 1242 EXPECT_EQ(paintFilterCanvas.GetSurface(), surfacePtr.get()); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | auxiliary_picture_napi.cpp | 130 nullptr, IMAGE_LOGE("Init:get global fail") in Init() 279 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), nullptr, IMAGE_LOGE("Fail to get auxiliary picture buffer")); in CreateAuxiliaryPicture() 285 IMAGE_LOGE("Fail to get auxiliary picture size"); in CreateAuxiliaryPicture() 289 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to get auxiliary picture Type")); in CreateAuxiliaryPicture() 296 CreateAuxiliaryPictureExec(env, static_cast<void*>((asyncContext).get())); in CreateAuxiliaryPicture() 417 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to get argment from info")); in GetMetadata() 428 IMAGE_BAD_PARAMETER, "Invalid args metadata type."), IMAGE_LOGE("Fail to get metadata type")); in GetMetadata() 437 if (!CheckMetadataType(asyncContext.get())) { in GetMetadata() 480 IMG_NAPI_CHECK_RET_D(IMG_IS_OK(status), result, IMAGE_LOGE("Fail to get argments from info")); in SetMetadata() 492 IMAGE_BAD_PARAMETER, "Fail to get metadat in SetMetadata() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 103 return SkColorSpace::Equals(skSrc.get(), skDst.get()); in isSameColorSpace() 264 IMAGE_LOGE("CreateMemory get surfacebuffer failed"); in CreateMemory() 525 IMAGE_LOGE("write pixel by rect get bytes by per pixel fail."); in WritePixels() 984 if (!PixelYuvUtils::Yuv420ToBGRA(srcData, srcInfo, RGBAdata.get(), dstInfo)) { in ApplyColorSpace() 988 src.bitmap.installPixels(src.info, RGBAdata.get(), rowStride); in ApplyColorSpace()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | picture_native_ndk_test.cpp | 209 Image_ErrorCode ret = OH_AuxiliaryPictureNative_WritePixels(picture, source.get(), size); in HWTEST_F() 225 Image_ErrorCode ret = OH_AuxiliaryPictureNative_WritePixels(picture, source.get(), size); in HWTEST_F() 256 Image_ErrorCode ret = OH_AuxiliaryPictureNative_ReadPixels(picture, destination.get(), &size); in HWTEST_F() 272 Image_ErrorCode ret = OH_AuxiliaryPictureNative_ReadPixels(picture, destination.get(), &size); in HWTEST_F() 348 * @tc.desc: Pass in incorrect parameter, get empty. 848 * @tc.desc: Set the type and then get the type. Compare the parameters before and after. 926 * @tc.desc: Set the size and then get the size. Compare the parameters before and after. 997 * @tc.desc: Set the RowStride and then get the RowStride. Compare the parameters before and after. 1067 * @tc.desc: Set the PixelFormat and then get the PixelFormat. Compare the parameters before and after. 1186 * The test checks if the metadata is set and get successfull [all...] |
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data_record.cpp | 360 ret = Write(buffer, TAG_WANT, ParcelUtil::Parcelable2Raw(want_.get())) && ret; in Encode() 362 ret = Write(buffer, TAG_URI, ParcelUtil::Parcelable2Raw(uri_.get())) && ret; in Encode() 406 expectedSize += TLVObject::Count(ParcelUtil::Parcelable2Raw(want_.get())); in Count() 408 expectedSize += TLVObject::Count(ParcelUtil::Parcelable2Raw(uri_.get())); in Count()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 870 const_symbol_section_accessor symbols( reader, sec.get() ); in symbol_tables() 949 note_section_accessor notes( reader, sec.get() ); in notes() 1062 const_modinfo_section_accessor modinfo( sec.get() ); in modinfo() 1083 dynamic_section_accessor dynamic( reader, sec.get() ); in dynamic_tags()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 865 using std::get; 1532 // EXPECT_EQ(150, tl.get()); 1535 // EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. 1537 // EXPECT_EQ(200, tl.get()); 1563 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1767 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1893 const T& get() const { return value_; } in get() function in testing::internal::ThreadLocal
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 116 Set<String> s = simplifications.get(prototype); in addSimplification() 171 for (String s : simplifications.get(k)) { in run() 387 "Warning: Couldn't get " + whichVer + " version from " + UVERSION + " - reverting to " + prevVer); in setVer() 466 "[no attributes Can't get attr " + attrName + " out of node " + node.getNodeName() + ":" in getAttr() 472 System.err.println("Can't get attr " + attrName + ": " + npe.toString()); in getAttr() 475 throw new InternalError("Can't get attr " + attrName); in getAttr() 812 report.setParameter("ourYear", new Integer(new java.util.GregorianCalendar().get(java.util.Calendar.YEAR))); in reportSelectedFun() 916 for (String change : simplifications.get(simplification)) { in setToNode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 244 if (list.get(val) != null) { in getTargetStrings() 245 fail("test data error, key: " + list.get(val) + " already set for: " + val); in getTargetStrings() 372 String old = collisionTest.get(item); in testUniqueRules() 1088 Set<ULocale> locales = data.get(rule); in generateLOCALE_SNAPSHOT()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 745 bool is_wait = parse_wait_instr(ctx, queued_imm, instr.get()); in handle_block() 747 memory_sync_info sync_info = get_sync_info(instr.get()); in handle_block() 748 kill(queued_imm, instr.get(), ctx, sync_info); in handle_block() 750 gen(instr.get(), ctx); in handle_block()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 835 using std::get; 1530 // EXPECT_EQ(150, tl.get()); 1533 // EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. 1535 // EXPECT_EQ(200, tl.get()); 1561 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1759 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1878 const T& get() const { return value_; } in get() function in testing::internal::ThreadLocal
|
/third_party/node/lib/ |
H A D | buffer.js | 287 get() { return FastBuffer; }, 803 get() { 812 get() { 1343 // Remove all trailing `=` characters and get the new reminder. 1401 get() { return INSPECT_MAX_BYTES; },
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 327 auto upstream = static_cast<Http3Upstream *>(upstream_.get()); in read_quic() 588 Upstream *ClientHandler::get_upstream() { return upstream_.get(); } in get_upstream() 726 CLOG(INFO, this) << "Pooling downstream connection DCONN:" << dconn.get() in pool_downstream_connection() 1114 auto addr = get_downstream_addr(err, group.get(), downstream); in get_downstream_connection() 1185 // TODO We might get other version id in HTTP2-settings, if we in perform_http2_upgrade()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 932 using std::get; 1558 // EXPECT_EQ(150, tl.get()); 1561 // EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. 1563 // EXPECT_EQ(200, tl.get()); 1589 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1793 const T& get() const { return *pointer(); } in get() function in testing::internal::ThreadLocal 1919 const T& get() const { return value_; } in get() function in testing::internal::ThreadLocal
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 477 // get total running times of about the right order, so the that user doesn't need to in doBinarySearch() 1214 UChar get(); 1271 UChar UCharFile::get() { in get() function in UCharFile 1387 buf[i] = f.get(); in openRulesCollator() 1557 UChar c = f.get(); in main()
|
/third_party/node/deps/v8/src/objects/ |
H A D | code-inl.h | 1134 byte BytecodeArray::get(int index) const { 1331 inline Object DeoptimizationLiteralArray::get(int index) const { in get() function in v8::DeoptimizationLiteralArray 1332 return get(GetPtrComprCageBase(*this), index); in get() 1335 inline Object DeoptimizationLiteralArray::get(PtrComprCageBase cage_base, in get() function in v8::DeoptimizationLiteralArray
|
H A D | js-function.cc | 363 // All non JSFunction targets get a direct property and don't use this in GetLength() 413 // All non JSFunction targets get a direct property and don't use this in GetLength() 1027 Handle<JSFunction> realm_constructor(JSFunction::cast(context->get(index)), in GetDerivedMap() 1080 if (*new_target == context.get(ctor_index)) { in GetDerivedRabGsabMap() 1083 return handle(Map::cast(context.get(ctor_index)), isolate); in GetDerivedRabGsabMap() 1110 PrintF(out, "%s", DebugNameCStr().get()); in PrintName()
|
/third_party/python/ |
H A D | setup.py | 88 CC = os.environ.get("CC") 309 if '-j' in os.environ.get('MAKEFLAGS', ''): 481 compiler = os.environ.get('CC') 597 if os.environ.get("PYTHONSTRICTEXTENSIONBUILD") and ( 816 # We must get the values from the Makefile and not the environment 1526 # Do exactly what install_lib does but make sure correct access modes get 1527 # set on installed directories and files. All installed files with get 1528 # mode 644 unless they are a shared library in which case they will get 1529 # mode 755. All installed directories will get mode 755.
|