/ohos5.0/base/update/packaging_tools/ |
H A D | build_pkcs7.py | 28 from cryptography.hazmat.primitives import serialization 29 from cryptography.hazmat.primitives.asymmetric import padding 30 from cryptography.hazmat.primitives import hashes
|
H A D | build_module_package.py | 45 from cryptography.hazmat.primitives import serialization 46 from cryptography.hazmat.primitives.asymmetric import padding 47 from cryptography.hazmat.primitives import hashes
|
H A D | create_update_package.py | 28 from cryptography.hazmat.primitives import serialization 29 from cryptography.hazmat.primitives import hashes 31 from cryptography.hazmat.primitives.asymmetric import padding
|
H A D | utils.py | 28 from cryptography.hazmat.primitives import hashes
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 1557 primitives.push_back(move(meshPrimitive)); in PrimitiveAttributes() 1562 …shExtras(LoadResult& loadResult, const json::value& jsonData, array_view<MeshPrimitive> primitives) in PrimitiveAttributes() argument 1566 [&primitives, &index](LoadResult& loadResult, const json::value& targetName) -> bool { in PrimitiveAttributes() 1573 for (auto& primitive : primitives) { in PrimitiveAttributes() 1594 vector<MeshPrimitive> primitives; in PrimitiveAttributes() local 1598 return ParsePrimitive(loadResult, primitives, item); in PrimitiveAttributes() 1617 for (size_t i = 1; i < primitives.size(); i++) { in PrimitiveAttributes() 1618 if (primitives[i].targets.size() != primitives[0].targets.size()) { in PrimitiveAttributes() 1625 …const auto parseExtras = [&primitives](LoadResult& loadResult, const json::value& extras) -> bool { in PrimitiveAttributes() 1626 return MeshExtras(loadResult, extras, primitives); in PrimitiveAttributes() [all …]
|
H A D | gltf2_importer.cpp | 783 …es(GatherMeshDataResult& result, uint32_t flags, array_view<const GLTF2::MeshPrimitive> primitives) in ProcessPrimitives() argument 786 …for (size_t primitiveIndex = 0, count = primitives.size(); primitiveIndex < count; ++primitiveInde… in ProcessPrimitives() 787 const auto& primitive = primitives[primitiveIndex]; in ProcessPrimitives() 875 result.meshBuilder->Initialize(vertexInputDeclaration, mesh.primitives.size()); in GatherMeshData() 878 for (const auto& primitive : mesh.primitives) { in GatherMeshData() 887 ProcessPrimitives(result, flags, mesh.primitives); in GatherMeshData() 2064 if (!node->mesh->primitives.empty()) { in CreateMorphComponents() 2071 const size_t weightCount = node->mesh->primitives[0].targets.size(); in CreateMorphComponents() 2074 for (const auto& primitive : node->mesh->primitives) { in CreateMorphComponents() 2083 … std::transform(node->mesh->primitives[0].targets.begin(), node->mesh->primitives[0].targets.end(), in CreateMorphComponents()
|
H A D | gltf2_data_structures.h | 629 BASE_NS::vector<MeshPrimitive> primitives; in CORE3D_BEGIN_NAMESPACE() member
|
H A D | gltf2_exporter.cpp | 938 auto const& originalPrimitives = originalGltf->meshes[meshIndex]->primitives; in ExportGltfMeshes() 940 std::back_inserter(exportMesh->primitives), in ExportGltfMeshes() 1853 for (auto const& primitive : mesh->primitives) { in ExportMeshes()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ |
H A D | README.md | 4 …nalities such as spawning async tasks, async io, async synchronization primitives, parallel calcul… 30 - `Sync`: Asynchronous synchronization primitives, which can be used in an asynchronous context, in…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-sysparam.md | 255 Operation primitives for system parameters 257  259 Description of operation primitives
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | sync-task-development.md | 4 Synchronous tasks are executed in order among multiple threads. Synchronization primitives, such as…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-primitive.md | 11 - Conversion between JS and C/C primitives: You can use JSVM-API to convert JS values to C/C++ data… 29 …use-jsvm-process.md). The following demonstrates only the C++ and ArkTS code related to primitives.
|
H A D | use-napi-about-primitive.md | 11 - Conversion between ArkTS and C/C primitives: You can use Node-API to convert ArkTS values to C/C+…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-parameter-sys.md | 3 …he service status and change the service behavior. The basic operation primitives are get and set.…
|
H A D | js-apis-system-parameterEnhance-sys.md | 3 …he service status and change the service behavior. The basic operation primitives are get and set.…
|
/ohos5.0/docs/en/application-dev/IDL/ |
H A D | idl-guidelines.md | 4 …L) is a tool for defining such interfaces. IDL decomposes objects into primitives that can be unde…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 1480 // Important corner case for casting primitives to the boxed counterparts:
|