Home
last modified time | relevance | path

Searched defs:type (Results 3551 - 3575 of 10467) sorted by relevance

1...<<141142143144145146147148149150>>...419

/third_party/skia/third_party/externals/angle2/samples/tex_redef_microbench/
H A DTexRedefMicroBench.cpp58 defineSquareTexture2D(GLuint texId, GLsizei baseDimension, GLenum format, GLenum type, void *data) defineSquareTexture2D() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp824 const TType &type = node->getType(); global() member
976 IsPrecisionApplicableToType(TBasicType type) IsPrecisionApplicableToType() argument
[all...]
/third_party/zlib/contrib/infback9/
H A Dinftree9.c32 int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table9() argument
[all...]
/third_party/zlib/
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-type.hh60 typedef Type type; typedef
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
H A Dtetrahedron.cpp108 GLuint Tetrahedron::LoadShader(GLenum type, const char *shaderSrc) in LoadShader() argument
/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h34 std::string type; member
95 string type; member
102 EventType type; member
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_napi.cpp417 napi_value type = nullptr; in CalendarAccountInit() local
[all...]
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_update_helper.cpp58 std::string type = types[i]; in UpdateDisplay() local
95 UpdateName(OHOS::NativeRdb::ValuesBucket linkDataDataValues, bool isDelete, int rawContactId, std::string type, std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore) UpdateName() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp154 DomainType type = DOMAIN_TYPE_RPC; in HWTEST_F() local
454 int32_t type = 0; in HWTEST_F() local
469 int32_t type = 0; in HWTEST_F() local
645 int32_t type = 0; in HWTEST_F() local
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp561 UpdateType type = UpdateType::TYPE_ATTIME_TO_INTERVAL; in HWTEST_F() local
577 UpdateType type = UpdateType::TYPE_INTERVAL_ONCE; in HWTEST_F() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp170 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local
238 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp25 AutoPtr<ASTType> type = pair.second; in GetStdlibInclusions() local
45 AutoPtr<ASTType> type = parameter->GetType(); in EmitInterfaceMethodParameter() local
103 bool HDICCodeEmitter::EmitNeedLoopVar(const AutoPtr<ASTType> &type, boo argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp62 SetTensor(OH_NN_DataType dataType, uint32_t dimensionCount, const int32_t *dimensions, const OH_NN_QuantParam *quantParam, OH_NN_TensorType type) SetTensor() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_continue_manager_test.cpp782 uint8_t type = 0; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_record.h66 FormType type = FormType::JS; member in OHOS::AppExecFwk::FormRecord
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.h53 inline void SetReturnType(AutoPtr<ASTType> type) in SetReturnType() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp194 mindspore::lite::ActivationType type = NNToMS::TransfromFusionType(static_cast<OH_NN_FuseType>(*fuseData)); in HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp62 SetTensor(OH_NN_DataType dataType, uint32_t dimensionCount, const int32_t *dimensions, const OH_NN_QuantParam *quantParam, OH_NN_TensorType type) SetTensor() argument
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp112 int type = want.GetIntParam(Constants::ACQUIRE_TYPE, 0); in OnAcquire() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp232 int32_t type; in GetGenericTriggerModel() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dstrided_slice_builder_test.cpp54 SaveBeginMaskTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveBeginMaskTensor() argument
65 SaveEndMaskTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveEndMaskTensor() argument
76 SaveEllipsisMaskTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveEllipsisMaskTensor() argument
87 SaveNewAxisTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveNewAxisTensor() argument
98 SaveShrinkAxisTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveShrinkAxisTensor() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_softbus_session.cpp163 uint16_t type = U16Get(ptr); in ReadTlvToHeader() local
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp182 void MetadataBuilder::CalculateMetaType(ASTType* type) in CalculateMetaType() argument
405 MetaType* MetadataBuilder::WriteMetaType(ASTType* type) in WriteMetaType() argument
459 Type2Kind(ASTType* type) Type2Kind() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h33 int type = 0; member in OHOS::DistributedSchedule::DistributedUnsupportedData

Completed in 26 milliseconds

1...<<141142143144145146147148149150>>...419