Home
last modified time | relevance | path

Searched defs:item (Results 276 - 300 of 591) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/python/Python/
H A Dast.c178 PyObject *item = PyIter_Next(it); in validate_constant() local
792 withitem_ty item = asdl_seq_GET(stmt->v.With.items, i); in validate_stmt() local
803 withitem_ty item in validate_stmt() local
[all...]
/third_party/python/Modules/_sqlite/
H A Dblob.c387 get_subscript_index(pysqlite_Blob *self, PyObject *item) in get_subscript_index() argument
405 subscript_index(pysqlite_Blob *self, PyObject *item) in subscript_index() argument
415 get_slice_info(pysqlite_Blob *self, PyObject *item, Py_ssize_t *start, in get_slice_info() argument
427 subscript_slice(pysqlite_Blob *self, PyObject *item) in subscript_slice() argument
454 blob_subscript(pysqlite_Blob *self, PyObject *item) in blob_subscript() argument
472 ass_subscript_index(pysqlite_Blob *self, PyObject *item, PyObject *value) ass_subscript_index() argument
505 ass_subscript_slice(pysqlite_Blob *self, PyObject *item, PyObject *value) ass_subscript_slice() argument
551 blob_ass_subscript(pysqlite_Blob *self, PyObject *item, PyObject *value) blob_ass_subscript() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc343 PyObject* Append(RepeatedScalarContainer* self, PyObject* item) { in Subscript() argument
423 AppendMethod(PyObject* self, PyObject* item) Subscript() argument
642 PyObject* item = Item(pself, index); Subscript() local
[all...]
H A Drepeated_composite_container.cc234 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* item) { in Subscript() argument
455 PyObject* item = GetItem(self, index, length); Subscript() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c696 struct udev_list_entry *item = NULL, *first = NULL; in pa__init() local
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc532 unittest::RawMessageSet::Item* item = raw.add_item(); in TEST() local
542 unittest::RawMessageSet::Item* item in TEST() local
552 unittest::RawMessageSet::Item* item = raw.add_item(); TEST() local
[all...]
/third_party/python/Modules/
H A D_localemodule.c606 _locale_nl_langinfo_impl(PyObject *module, int item) in _locale_nl_langinfo_impl() argument
/third_party/skia/include/private/
H A DSkTHash.h506 void add(T item) { fTable.set(std::move(item)); } in add() argument
516 remove(const T& item) remove() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp56 VkQueueFamilyGlobalPriorityPropertiesKHR* item = nullptr; in findQueueFamilyIndex() local
128 auto item = m_priorities.find(prio); in insert() local
137 auto item = m_priorities.find(prio); in remove() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c957 wpas_dbus_new_decompose_object_path(const char *path, const char *sep, char **item) wpas_dbus_new_decompose_object_path() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c957 wpas_dbus_new_decompose_object_path(const char *path, const char *sep, char **item) wpas_dbus_new_decompose_object_path() 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...]

Completed in 29 milliseconds

1...<<11121314151617181920>>...24