Home
last modified time | relevance | path

Searched defs:list (Results 751 - 775 of 1358) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/backends/backend/
H A Du12.c259 *search_string_list( const SANE_String_Const *list, SANE_String value ) in search_string_list() argument
[all...]
H A Dhs2p.c172 get_list_index (const char *list[], char *s) /* sequential search */ in get_list_index() argument
H A Dleo.c216 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument
H A Dkvs40xx_opt.c847 str_index (const SANE_String_Const * list, SANE_String_Const name) in str_index() argument
H A Dteco3.c229 get_string_list_index (SANE_String_Const list[], SANE_String_Const name) in get_string_list_index() argument
H A Dhp.c479 hp_device_list_add (HpDeviceList * list, HpDevice dev) in hp_device_list_add() argument
495 hp_device_list_remove (HpDeviceList * list, HpDevice dev) in hp_device_list_remove() argument
512 hp_handle_list_add(HpDeviceList * list, HpHandle h) hp_handle_list_add() argument
518 hp_handle_list_remove(HpDeviceList * list, HpHandle h) hp_handle_list_remove() argument
[all...]
/third_party/backends/sanei/
H A Dusb_manager.cpp92 void MemoryFreeDeviceList(usb_manager_device **list) in MemoryFreeDeviceList() argument
255 ssize_t usb_manager_get_device_list(usb_manager_context *ctx, usb_manager_device ***list) in usb_manager_get_device_list() argument
463 usb_manager_free_device_list(usb_manager_device **list, int unref_devices) usb_manager_free_device_list() argument
[all...]
/third_party/curl/lib/
H A Deasy.c388 struct socketmonitor *list; /* list of sockets to monitor */ member
[all...]
/third_party/alsa-lib/src/control/
H A Dhcontrol.c567 snd_ctl_elem_list_t list; snd_hctl_load() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c85 int snd_ext_parm_set_list(struct snd_ext_parm *parm, unsigned int num_list, const unsigned int *list) in snd_ext_parm_set_list() argument
111 int snd_interval_list(snd_interval_t *ival, int num_list, unsigned int *list) in snd_interval_list() argument
780 snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_slave_param_list() argument
828 snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_param_list() argument
[all...]
/third_party/gn/src/gn/
H A Dohos_components_checker.cc83 static void LoadAllDepsConfigWhitelist(const base::Value &list) in LoadAllDepsConfigWhitelist() argument
90 static void LoadIncludesOverRangeWhitelist(const base::Value &list) in LoadIncludesOverRangeWhitelist() argument
106 static void LoadInnerApiNotLibWhitelist(const base::Value &list) in LoadInnerApiNotLibWhitelist() argument
113 static void LoadInnerApiNotDeclareWhitelist(const base::Value &list) in LoadInnerApiNotDeclareWhitelist() argument
[all...]
H A Dparser.cc535 std::unique_ptr<ListNode> list = std::make_unique<ListNode>(); IdentifierOrCall() local
644 std::unique_ptr<ListNode> list = std::make_unique<ListNode>(); ParseList() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h61 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument
220 list_move(struct list_head *list, struct list_head *head) in list_move() argument
255 linux_list_splice(const struct list_head *list, struc argument
272 list_splice(const struct list_head *list, struct list_head *head) list_splice() argument
279 list_splice_tail(struct list_head *list, struct list_head *head) list_splice_tail() argument
286 list_splice_init(struct list_head *list, struct list_head *head) list_splice_init() argument
294 list_splice_tail_init(struct list_head *list, struct list_head *head) list_splice_tail_init() argument
398 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) __list_cut_position() argument
410 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) list_cut_position() argument
424 list_is_first(const struct list_head *list, const struct list_head *head) list_is_first() argument
431 list_is_last(const struct list_head *list, const struct list_head *head) list_is_last() argument
438 list_count_nodes(const struct list_head *list) list_count_nodes() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h266 struct list_head list; member
/third_party/alsa-lib/aserver/
H A Daserver.c163 struct list_head list; member
214 struct list_head list; member
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java162 ArrayList list = null; field in CollationPerformanceTest
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DLanguageTestFmwk.java780 static Element[] list = new Element[11]; global() field in Element
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DLanguageTestFmwk.java781 static Element[] list = new Element[11]; global() field in Element
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java686 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent() argument
/third_party/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c51 lws_dll2_t list; member
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.h69 struct list_head list; member
90 struct list_head list; member
103 struct list_head list; member
145 struct list_head list; member
170 struct list_head list; member
182 struct list_head list; member
/third_party/libdrm/nouveau/
H A Dpushbuf.c56 struct nouveau_pushbuf_krec *list; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_clone.c193 clone_var_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_var_list() argument
227 clone_reg_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_reg_list() argument
607 clone_cf_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_cf_list() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c260 struct list_head list; member

Completed in 33 milliseconds

1...<<31323334353637383940>>...55