Home
last modified time | relevance | path

Searched defs:item (Results 501 - 525 of 868) sorted by relevance

1...<<21222324252627282930>>...35

/developtools/hiperf/src/
H A Dperf_event_record.cpp574 auto &item = data_.lbr[i]; in DumpData() local
705 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item) in PerfRecordMmap2() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h525 struct mali_gpu_clk_item *item; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h445 struct mali_gpu_clk_item *item; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_flowring.h239 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gestureScroll/
H A Dgesture_interfaceTest.cpp57 auto item = recognizers[index]; in GestureInterruptFunc() local
130 auto item = others[index]; in ParallelInnerGestureFunc() local
[all...]
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c123 cJSON* item = cJSON_GetObjectItem(root, "authResult"); in ParseAuthResult() local
139 cJSON* item = cJSON_GetObjectItem(root, "softwareResult"); in ParseSoftwareResult() local
155 cJSON* item = cJSON_GetObjectItem(json, "versionIdResult"); in ParseVersionIdResult() local
170 cJSON* item = cJSON_GetObjectItem(json, "patchLevelResult"); ParsePatchLevelResult() local
185 cJSON* item = cJSON_GetObjectItem(json, "rootHashResult"); ParseRootHashResult() local
200 cJSON* item = cJSON_GetObjectItem(json, "pcidResult"); ParsePcidResult() local
257 cJSON* item = cJSON_GetObjectItem(root, "expireTime"); ParseExpireTime() local
693 cJSON* item = cJSON_GetObjectItem(json, "errcode"); ParseErrcode() local
711 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "authStats")); ParseAuthStats() local
743 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "ticket")); ParseTicket() local
775 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "token")); ParseTokenValue() local
807 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "uuid")); ParseTokenId() local
[all...]
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_auth.c142 cJSON* item = cJSON_GetObjectItem(root, "authResult"); in ParseAuthResult() local
158 cJSON* item = cJSON_GetObjectItem(root, "softwareResult"); in ParseSoftwareResult() local
174 cJSON* item = cJSON_GetObjectItem(json, "versionIdResult"); in ParseVersionIdResult() local
189 cJSON* item = cJSON_GetObjectItem(json, "patchLevelResult"); ParsePatchLevelResult() local
204 cJSON* item = cJSON_GetObjectItem(json, "rootHashResult"); ParseRootHashResult() local
219 cJSON* item = cJSON_GetObjectItem(json, "pcidResult"); ParsePcidResult() local
281 cJSON* item = cJSON_GetObjectItem(root, "expireTime"); ParseExpireTime() local
713 cJSON* item = cJSON_GetObjectItem(json, "errcode"); ParseErrcode() local
731 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "authStats")); ParseAuthStats() local
763 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "ticket")); ParseTicket() local
795 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "token")); ParseTokenValue() local
827 char* item = cJSON_GetStringValue(cJSON_GetObjectItem(json, "uuid")); ParseTokenId() local
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_openvino.c396 OVRequestItem *item = av_mallocz(sizeof(*item)); in init_model_ov() local
915 OVRequestItem *item = ff_safe_queue_pop_front(ov_model->request_queue); ff_dnn_free_model_ov() local
925 LastLevelTaskItem *item = ff_queue_pop_front(ov_model->lltask_queue); ff_dnn_free_model_ov() local
931 TaskItem *item = ff_queue_pop_front(ov_model->task_queue); ff_dnn_free_model_ov() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_readeia608.c308 static void dump_code(AVFilterContext *ctx, ScanItem *scan, int len, int item) in dump_code() argument
/third_party/gn/src/gn/
H A Dcommand_gen.cc129 const Item* item = record->item(); in ItemResolvedAndGeneratedCallback() local
H A Dcommands.cc115 const Item* item = setup->builder().GetItem(label); in ResolveStringFromCommandLineInput() local
206 base::FilePath BuildFileForItem(const Item* item) { in BuildFileForItem() argument
570 const Item* item = setup->builder().GetItem(label); ResolveTargetFromCommandLineString() local
[all...]
H A Dohos_components_checker.cc266 bool OhosComponentChecker::InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const in InterceptInnerApiNotLib() argument
281 bool OhosComponentChecker::InterceptDepsNotLib(const Item *item, const std::string &label, in InterceptDepsNotLib() argument
309 bool OhosComponentChecker::InterceptInnerApiNotDeclare(const Item *item, cons argument
355 InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps, Err *err) const InterceptTargetAbsoluteDepsOther() argument
385 InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label, Err *err) const InterceptInnerApiVisibilityDenied() argument
516 CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiNotLib() argument
540 CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label, Err *err) const CheckInnerApiNotDeclare() argument
585 CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiVisibilityDenied() argument
617 CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, bool is_external_deps, Err *err) const CheckTargetAbsoluteDepsOther() argument
[all...]
/third_party/alsa-lib/src/mixer/
H A Dsimple.c932 snd_mixer_selem_get_enum_item_name(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf) snd_mixer_selem_get_enum_item_name() argument
964 snd_mixer_selem_set_enum_item(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item) snd_mixer_selem_set_enum_item() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java592 separated(String item) separated() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dudata.cpp266 UDataMemory *item; member
331 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) { in udata_cacheDataItem() argument
448 UDataPathIterator(const char *inPath, const char *pkg, const char *item, const char *inSuffix, UBool doCheckLastFour, UErrorCode *pErrorCode) UDataPathIterator() argument
[all...]
/third_party/alsa-lib/aserver/
H A Daserver.c841 struct list_head *item; in inet_pending_handler() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java3117 public <T extends Serializable> void checkStreamingEquality(T item) { in checkStreamingEquality() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java573 separated(String item) separated() argument
[all...]
/third_party/libuv/src/unix/
H A Dfsevents.c738 struct uv__queue* item; in uv__cf_loop_cb() local
770 uv__cf_loop_signal_t* item; in uv__cf_loop_signal() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp578 const CFileItem &item = _db.Files[index]; in GetProperty() local
/third_party/node/src/quic/
H A Dtlscontext.cc277 v8::Local<v8::Value> item; in SetOption() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...35