Home
last modified time | relevance | path

Searched defs:list (Results 1776 - 1794 of 1794) sorted by relevance

1...<<7172

/third_party/python/Modules/
H A Dposixmodule.c4038 _listdir_windows_no_opendir(path_t *path, PyObject *list) in _listdir_windows_no_opendir() argument
4136 _posix_listdir(path_t *path, PyObject *list) _posix_listdir() argument
7665 PyObject *list; os_getgrouplist_impl() local
16012 PyObject *list = PyList_New(0); posixmodule_exec() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c10327 PyObject *list; in PyUnicode_Splitlines() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h238 struct dl_list list; member
244 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h266 struct dl_list list; member
272 struct dl_list list; member
366 struct dl_list list; member
479 struct dl_list list; member
488 struct dl_list list; member
506 struct dl_list list; member
511 struct dl_list list; member
517 struct dl_list list; member
692 struct dl_list list; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Dicu4j-4_8_1_1.jar ... table7FF private int[] bmpBlockBits private int[] list4kStarts private final int[] list private final int listLength static final synthetic boolean $assertionsDisabled ...
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c453 struct list_head list; member
3778 wl_uint32_list_t *list; in channel_to_chanspec() local
18626 wl_uint32_list_t *list; wl_construct_reginfo() local
20292 wl_uint32_list_t *list = NULL; wl_cfg80211_get_chanspecs_5g() local
21638 struct maclist *list; wl_cfg80211_set_mac_acl() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp10759 int32_t AbilityManagerService::GetForegroundUIAbilities(std::vector<AppExecFwk::AbilityStateData> &list) in GetForegroundUIAbilities() argument
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3540 SessionInfoList list = { in QueryAbilityInfoFromBMS() local
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c919 struct gl_display_list *list in build_bitmap_atlas() local
1028 struct gl_display_list *list = _mesa_lookup_list(ctx, listBase + i, true); build_bitmap_atlas() local
1089 _mesa_lookup_list(struct gl_context *ctx, GLuint list, bool locked) _mesa_lookup_list() argument
1387 destroy_list(struct gl_context *ctx, GLuint list) destroy_list() argument
1960 save_CallList(GLuint list) save_CallList() argument
11103 _mesa_get_list(struct gl_context *ctx, GLuint list, struct gl_display_list **dlist, bool locked) _mesa_get_list() argument
11131 execute_list(struct gl_context *ctx, GLuint list) execute_list() argument
13366 _mesa_IsList(GLuint list) _mesa_IsList() argument
13379 _mesa_DeleteLists(GLuint list, GLsizei range) _mesa_DeleteLists() argument
13663 struct gl_dlist_state *list = &ctx->ListState; _mesa_EndList() local
13735 _mesa_CallList(GLuint list) _mesa_CallList() argument
14013 print_list(struct gl_context *ctx, GLuint list, const char *fname) print_list() argument
14313 _mesa_glthread_execute_list(struct gl_context *ctx, GLuint list) _mesa_glthread_execute_list() argument
14441 mesa_print_display_list(GLuint list) mesa_print_display_list() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp53 void GL_APIENTRY glCallList(GLuint list) in glCallList() argument
278 void GL_APIENTRY glDeleteLists(GLuint list, GLsizei range) in glDeleteLists() argument
654 GLboolean GL_APIENTRY glIsList(GLuint list) in glIsList() argument
834 void GL_APIENTRY glNewList(GLuint list, GLenum mode) in glNewList() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h4853 struct dl_list list; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h5347 struct dl_list list; global() member
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc528 i::Handle<i::ArrayList> list; in AddData() local
548 i::Handle<i::ArrayList> list; in AddData() local
2690 i::Handle<i::ArrayList> list = CompileFunctionInternal() local
6647 GetSerializedDataFromFixedArray(i::Isolate* isolate, i::FixedArray list, size_t index) GetSerializedDataFromFixedArray() argument
6670 i::FixedArray list = context->serialized_objects(); GetDataFromSnapshotOnce() local
8870 i::FixedArray list = i_isolate->heap()->serialized_objects(); GetDataFromSnapshotOnce() local
9463 i::Handle<i::TemplateList> list = isolate->factory()->message_listeners(); AddMessageListenerWithErrorLevel() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp442 ArrayProxyNoTemporaries( std::initializer_list<T> const && list ) = delete; global() member in VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries
452 ArrayProxyNoTemporaries( std::initializer_list<typename std::remove_const<T>::type> const && list ) = delete; global() member in VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries
460 ArrayProxyNoTemporaries( std::initializer_list<T> && list ) = delete; global() member in VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries
470 ArrayProxyNoTemporaries( std::initializer_list<typename std::remove_const<T>::type> && list ) = delete; global() member in VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries
[all...]
/third_party/glfw/deps/
H A Dnuklear.h9221 nk_draw_list_init(struct nk_draw_list *list) nk_draw_list_init() argument
9312 nk_draw_list_alloc_path(struct nk_draw_list *list, int count) nk_draw_list_alloc_path() argument
9330 nk_draw_list_path_last(struct nk_draw_list *list) nk_draw_list_path_last() argument
9341 nk_draw_list_push_command(struct nk_draw_list *list, struct nk_rect clip, nk_handle texture) nk_draw_list_push_command() argument
9372 nk_draw_list_command_last(struct nk_draw_list *list) nk_draw_list_command_last() argument
9385 nk_draw_list_add_clip(struct nk_draw_list *list, struct nk_rect rect) nk_draw_list_add_clip() argument
9399 nk_draw_list_push_image(struct nk_draw_list *list, nk_handle texture) nk_draw_list_push_image() argument
9421 nk_draw_list_push_userdata(struct nk_draw_list *list, nk_handle userdata) nk_draw_list_push_userdata() argument
9427 nk_draw_list_alloc_vertices(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_vertices() argument
9451 nk_draw_list_alloc_elements(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_elements() argument
9624 nk_draw_list_stroke_poly_line(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed, float thickness, enum nk_anti_aliasing aliasing) nk_draw_list_stroke_poly_line() argument
9864 nk_draw_list_fill_poly_convex(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_anti_aliasing aliasing) nk_draw_list_fill_poly_convex() argument
9988 nk_draw_list_path_clear(struct nk_draw_list *list) nk_draw_list_path_clear() argument
9997 nk_draw_list_path_line_to(struct nk_draw_list *list, struct nk_vec2 pos) nk_draw_list_path_line_to() argument
10015 nk_draw_list_path_arc_to_fast(struct nk_draw_list *list, struct nk_vec2 center, float radius, int a_min, int a_max) nk_draw_list_path_arc_to_fast() argument
10031 nk_draw_list_path_arc_to(struct nk_draw_list *list, struct nk_vec2 center, float radius, float a_min, float a_max, unsigned int segments) nk_draw_list_path_arc_to() argument
10076 nk_draw_list_path_rect_to(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, float rounding) nk_draw_list_path_rect_to() argument
10099 nk_draw_list_path_curve_to(struct nk_draw_list *list, struct nk_vec2 p2, struct nk_vec2 p3, struct nk_vec2 p4, unsigned int num_segments) nk_draw_list_path_curve_to() argument
10126 nk_draw_list_path_fill(struct nk_draw_list *list, struct nk_color color) nk_draw_list_path_fill() argument
10136 nk_draw_list_path_stroke(struct nk_draw_list *list, struct nk_color color, enum nk_draw_list_stroke closed, float thickness) nk_draw_list_path_stroke() argument
10148 nk_draw_list_stroke_line(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_color col, float thickness) nk_draw_list_stroke_line() argument
10163 nk_draw_list_fill_rect(struct nk_draw_list *list, struct nk_rect rect, struct nk_color col, float rounding) nk_draw_list_fill_rect() argument
10178 nk_draw_list_stroke_rect(struct nk_draw_list *list, struct nk_rect rect, struct nk_color col, float rounding, float thickness) nk_draw_list_stroke_rect() argument
10192 nk_draw_list_fill_rect_multi_color(struct nk_draw_list *list, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_draw_list_fill_rect_multi_color() argument
10226 nk_draw_list_fill_triangle(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_vec2 c, struct nk_color col) nk_draw_list_fill_triangle() argument
10237 nk_draw_list_stroke_triangle(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_vec2 c, struct nk_color col, float thickness) nk_draw_list_stroke_triangle() argument
10248 nk_draw_list_fill_circle(struct nk_draw_list *list, struct nk_vec2 center, float radius, struct nk_color col, unsigned int segs) nk_draw_list_fill_circle() argument
10259 nk_draw_list_stroke_circle(struct nk_draw_list *list, struct nk_vec2 center, float radius, struct nk_color col, unsigned int segs, float thickness) nk_draw_list_stroke_circle() argument
10270 nk_draw_list_stroke_curve(struct nk_draw_list *list, struct nk_vec2 p0, struct nk_vec2 cp0, struct nk_vec2 cp1, struct nk_vec2 p1, struct nk_color col, unsigned int segments, float thickness) nk_draw_list_stroke_curve() argument
10281 nk_draw_list_push_rect_uv(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 c, struct nk_vec2 uva, struct nk_vec2 uvc, struct nk_color color) nk_draw_list_push_rect_uv() argument
10318 nk_draw_list_add_image(struct nk_draw_list *list, struct nk_image texture, struct nk_rect rect, struct nk_color color) nk_draw_list_add_image() argument
10339 nk_draw_list_add_text(struct nk_draw_list *list, const struct nk_user_font *font, struct nk_rect rect, const char *text, int len, float font_height, struct nk_color fg) nk_draw_list_add_text() argument
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs2952 let mut list: LinkedList<i32> = LinkedList::new(); in drain_filter_empty() variables
2969 let mut list: LinkedList<_> = vec![(), (), (), (), ()].into_iter().collect(); in drain_filter_zst() variables
2992 let mut list: LinkedList<_> = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10].into_iter().collect(); drain_filter_false() variables
3015 let mut list: LinkedList<_> = vec![1, 2, 3, 4, 5, 6, 7, 8, 9, 10].into_iter().collect(); drain_filter_true() variables
3041 let mut list = vec![ drain_filter_complex() variables
3061 let mut list = vec![ drain_filter_complex() variables
3080 let mut list = drain_filter_complex() variables
3098 let mut list = vec![2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19] drain_filter_complex() variables
3112 let mut list = vec![1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20] drain_filter_complex() variables
28574 let mut list = Self::new(); from_iter() variables
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h87 chanspec_t list[1]; member
5982 wl_pfn_significant_net_t list[]; global() member
11462 wl_nan_service_info_t list[1]; /* service info defined by nan_service instance */ global() member
20027 uint8 list[]; /* list of session IDs */ global() member
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c26380 } list; global() member
100076 SorterList list; /* List for thread to write to a PMA */ global() member
100103 SorterList list; /* List of in-memory records */ global() member
[all...]

Completed in 379 milliseconds

1...<<7172