Home
last modified time | relevance | path

Searched defs:array (Results 701 - 725 of 1127) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c282 static int index_within_array(const int *array, int idx) in index_within_array() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp435 inline PoolArrayConstIterator<T, Alignment>::PoolArrayConstIterator (const PoolArray<T, Alignment>* array, deIntptr ndx) in PoolArrayConstIterator() argument
489 inline PoolArrayIterator<T, Alignment>::PoolArrayIterator (PoolArray<T, Alignment>* array, deIntpt argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dutils_module_tests.c52 int array[10]; in printf_encode_decode_tests() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_rsn.c293 static int index_within_array(const int *array, int idx) in index_within_array() argument
/third_party/vulkan-loader/loader/
H A DcJSON.c937 loader_cJSON_GetArraySize(cJSON *array) loader_cJSON_GetArraySize() argument
943 loader_cJSON_GetArrayItem(cJSON *array, int item) loader_cJSON_GetArrayItem() argument
[all...]
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp289 AppendBoolArrayData(const napi_env env, HiSysEventInfo& info, const std::string& key, const napi_value array, size_t len) AppendBoolArrayData() argument
308 AppendNumberArrayData(const napi_env env, HiSysEventInfo& info, const std::string& key, const napi_value array, size_t len) AppendNumberArrayData() argument
345 AppendBigIntArrayData(const napi_env env, HiSysEventInfo& info, const std::string& key, const napi_value array, size_t len) AppendBigIntArrayData() argument
376 AppendStringArrayData(const napi_env env, HiSysEventInfo& info, const std::string& key, const napi_value array, size_t len) AppendStringArrayData() argument
395 AddArrayParamToEventInfo(const napi_env env, HiSysEventInfo& info, const std::string& key, napi_value& array) AddArrayParamToEventInfo() argument
699 napi_value array = nullptr; AppendArrayParams() local
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp591 napi_value array = nullptr; in ParseValueBucket() local
640 napi_value array = nullptr; in ParseActionButtons() local
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp2233 static bool ExistInVector(vector<unsigned int> array, unsigned int value) in ExistInVector() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp64 CfArray *array = nullptr; member
227 CfArray *array = reinterpret_cast<CfArray *>(CfMalloc(sizeof(CfArray), 0)); in GetRevokedCertificatesExecute() local
242 GenerateCrlEntryArray(napi_env env, CfArray *array, std::string returnClassName) GenerateCrlEntryArray() argument
[all...]
H A Dnapi_x509_certificate.cpp634 CfArray *array = reinterpret_cast<CfArray *>(CfMalloc(sizeof(CfArray), 0)); in GetExtendedKeyUsage() local
667 CfArray *array = reinterpret_cast<CfArray *>(CfMalloc(sizeof(CfArray), 0)); GetSubjectAlternativeNames() local
690 CfArray *array = reinterpret_cast<CfArray *>(CfMalloc(sizeof(CfArray), 0)); GetIssuerAlternativeNames() local
934 CfArray *array = reinterpret_cast<CfArray *>(CfMalloc(sizeof(CfArray), 0)); GetCRLDistributionPointsURI() local
[all...]
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp428 napi_value array = nullptr; in GenerateStringArray() local
988 napi_value array = nullptr; in GenerateListAliasesResult() local
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c159 u32 array[SHA1_WORKSPACE_WORDS]; in sha_processblock() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c157 u32 array[SHA1_WORKSPACE_WORDS]; in sha_processblock() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp836 std::vector<std::u16string> array; in WriteArrayToParcelString() local
856 std::vector<int8_t> array; in WriteArrayToParcelBool() local
875 std::vector<int8_t> array; WriteArrayToParcelByte() local
889 std::vector<int32_t> array; WriteArrayToParcelChar() local
903 std::vector<short> array; WriteArrayToParcelShort() local
917 std::vector<int> array; WriteArrayToParcelInt() local
931 std::vector<int64_t> array; WriteArrayToParcelLong() local
945 std::vector<float> array; WriteArrayToParcelFloat() local
959 std::vector<double> array; WriteArrayToParcelDouble() local
[all...]
H A Ddistributed_want.cpp316 std::vector<bool> array; in GetBoolArrayParam() local
373 std::vector<AAFwk::byte> array; in GetByteArrayParam() local
422 std::vector<AAFwk::zchar> array; in GetCharArrayParam() local
471 std::vector<int> array; in GetIntArrayParam() local
520 std::vector<double> array; GetDoubleArrayParam() local
569 std::vector<float> array; GetFloatArrayParam() local
623 ArrayAddData(AAFwk::IInterface* object, std::vector<long>& array) ArrayAddData() argument
640 std::vector<long> array; GetLongArrayParam() local
699 std::vector<short> array; GetShortArrayParam() local
748 std::vector<std::string> array; GetStringArrayParam() local
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp1499 bool NapiFormHost::GetStringsValue(napi_env env, napi_value array, std::vector<std::string> &strList) in GetStringsValue() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp788 static void FillArray(IArray *ao, std::vector<T1> &array) in FillArray() argument
807 std::vector<T1> array; in SetNewArray() local
835 std::vector<std::u16string> array; in WriteArrayToParcelString() local
855 std::vector<int8_t> array; WriteArrayToParcelBool() local
874 std::vector<int8_t> array; WriteArrayToParcelByte() local
888 std::vector<int32_t> array; WriteArrayToParcelChar() local
902 std::vector<short> array; WriteArrayToParcelShort() local
916 std::vector<int> array; WriteArrayToParcelInt() local
930 std::vector<int64_t> array; WriteArrayToParcelLong() local
944 std::vector<float> array; WriteArrayToParcelFloat() local
958 std::vector<double> array; WriteArrayToParcelDouble() local
974 std::vector<WantParams> array; WriteArrayToParcelWantParams() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
H A Dcommon_napi_utils.cpp317 void CommonNapiUtils::SetSelementToArray(napi_env env, napi_value array, int index, napi_value value) in SetSelementToArray() argument
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator.cpp1397 napi_value array = nullptr; in ParseMockListPara() local
1427 ParseArrayStringValue( napi_env env, napi_value array, std::vector<std::string> &vector) ParseArrayStringValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.cpp37 auto array = Framework::JSRef<Framework::JSArray>::Cast(value); in ParseGridItemSize() local
56 Framework::JSRef<Framework::JSArray> array = Framework::JSRef<Framework::JSArray>::Cast(value); in ParseGridItemRect() local
[all...]
H A Darkts_native_image_bridge.cpp700 auto array = panda::CopyableGlobal<panda::ArrayRef>(vm, jsObjArg); in SetColorFilter() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp72 JSRef<JSArray> array = JSRef<JSArray>::Cast(value); in ParseGridItemSize() local
91 JSRef<JSArray> array = JSRef<JSArray>::Cast(value); in ParseGridItemRect() local
171 JSRef<JSArray> array = JSRef<JSArray>::Cast(indexes); SetGridLayoutOptions() local
[all...]
H A Djs_image.cpp660 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in ConstructorCallback() local
721 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in SetColorFilter() local
940 auto array = JSRef<JSArray>::Cast(typeVal); AnalyzerConfig() local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h220 virtual void ProcessSerializeableInputEvent(const SerializeableObjectArray& array) {} in ProcessSerializeableInputEvent() argument
222 virtual void RestoreUITree(const SerializeableObjectArray& array) {} in RestoreUITree() argument
223 virtual void UpdateUITree(const SerializeableObjectArray& array) {} in UpdateUITree() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dgesture_impl.cpp344 OH_ArkUI_ParallelInnerGestureEvent_GetConflictRecognizers( ArkUI_ParallelInnerGestureEvent* event, ArkUI_GestureRecognizerHandleArray* array, int32_t* size) OH_ArkUI_ParallelInnerGestureEvent_GetConflictRecognizers() argument

Completed in 42 milliseconds

1...<<21222324252627282930>>...46