Home
last modified time | relevance | path

Searched refs:list (Results 5601 - 5625 of 5792) sorted by relevance

1...<<221222223224225226227228229230>>...232

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dsme.c1297 * the fact that the BSS list was updated. In addition, it makes
2347 list) {
3045 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
3091 /* No channels supported in this band - use empty list */
H A Dwpa_cli.c22 #include "utils/list.h"
1588 "Please see wpa_supplicant.conf documentation for full list " in wpa_cli_show_network_variables()
3541 "= set variables (shows list of variables when run without "
3551 "= list driver flags" },
3640 "<BSSID> = add a BSSID to the list of temporarily ignored BSSs\n"
3641 "bssid_ignore clear = clear the list of temporarily ignored BSSIDs\n"
3642 "bssid_ignore = display the list of temporarily ignored BSSIDs" },
3653 "= list configured networks" },
3676 " list of variables when run without arguments)" },
3686 "= list configure
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4699 auto list = rsNode->children_; in HWTEST_F() local
4700 ASSERT_EQ(std::find(list.begin(), list.end(), nodePtr->GetId()), list.end()); in HWTEST_F()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc183 void Heap::SetBasicBlockProfilingData(Handle<ArrayList> list) { in SetBasicBlockProfilingData() argument
184 set_basic_block_profiling_data(*list); in SetBasicBlockProfilingData()
226 // Put a dummy entry in the remembered pages so we can find the list the in Heap()
1365 // TODO(hpayer): If iterating over the allocation sites list becomes a in DeoptMarkedAllocationSites()
2994 // String got promoted. Move it to the old string list. in UpdateYoungReferences()
3068 // Update the head of the list of contexts. in ProcessNativeContexts()
3082 // If the list is empty, set the tail to undefined. Otherwise the tail is set in ProcessDirtyJSFinalizationRegistries()
3099 Object list, const std::function<void(AllocationSite)>& visitor) { in ForeachAllocationSite()
3101 Object current = list; in ForeachAllocationSite()
5452 // the free list an
3098 ForeachAllocationSite( Object list, const std::function<void(AllocationSite)>& visitor) ForeachAllocationSite() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c21 this list of conditions and the following disclaimer.
24 notice, this list of conditions and the following disclaimer in the
453 MOD_CON, /* Is a "convert" type/options list */
826 processing multiple test items. This short list is searched serially, so its
3540 * Scan the main modifier list *
3543 /* This function searches the modifier list for a long modifier name.
3549 Returns: an index in the modifier list, or -1 on failure
3585 m the modifier list entry
3666 * Decode a modifier list *
3870 case MOD_CON: /* A convert type/options list */ in decode_modifiers()
8706 uint32_t list[MODLISTCOUNT]; display_selected_modifiers() local
[all...]
/third_party/python/Lib/test/
H A Dtest_io.py89 self._read_stack = list(read_stack)
1470 l = list(range(256)) * N
1486 # list.append() is atomic
2837 got_lines = list(textio)
3394 self.assertEqual(list(txt), ['jkl\n', 'opq\n'])
/third_party/mesa3d/include/GL/
H A Dglcorearb.h4944 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list);
4945 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4946 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments);
4947 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list);
4948 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list);
4962 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list);
4963 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4964 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
4965 GLAPI void APIENTRY glCompileCommandListNV (GLuint list);
4966 GLAPI void APIENTRY glCallCommandListNV (GLuint list);
[all...]
/third_party/openGLES/api/GL/
H A Dglcorearb.h4981 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list);
4982 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4983 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments);
4984 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list);
4985 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list);
4999 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list);
5000 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
5001 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
5002 GLAPI void APIENTRY glCompileCommandListNV (GLuint list);
5003 GLAPI void APIENTRY glCallCommandListNV (GLuint list);
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp135 /** String used by list routines **/
1653 /** Insert elements of list into string.
1660 * @param search_position Position in string, where search for list should start
1665 static const char* list = g_list; in insertElementOfList() local
1668 /* Try to get "list" positions */ in insertElementOfList()
1669 const size_t list_position = string.find(list, search_position); in insertElementOfList()
1672 /* There is no list in string */ in insertElementOfList()
1696 /** Close list in string.
1701 * @param search_position Position in string, where search for list should start
2925 /* empty list, ski in Capture()
4176 std::string list = Utils::g_list; GetDefinitions() local
4197 std::string list = Utils::g_list; GetDefinitions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h4894 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list);
4895 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4896 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments);
4897 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list);
4898 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list);
4912 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list);
4913 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4914 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
4915 GLAPI void APIENTRY glCompileCommandListNV (GLuint list);
4916 GLAPI void APIENTRY glCallCommandListNV (GLuint list);
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h4894 typedef GLboolean (APIENTRYP PFNGLISCOMMANDLISTNVPROC) (GLuint list);
4895 typedef void (APIENTRYP PFNGLLISTDRAWCOMMANDSSTATESCLIENTNVPROC) (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4896 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments);
4897 typedef void (APIENTRYP PFNGLCOMPILECOMMANDLISTNVPROC) (GLuint list);
4898 typedef void (APIENTRYP PFNGLCALLCOMMANDLISTNVPROC) (GLuint list);
4912 GLAPI GLboolean APIENTRY glIsCommandListNV (GLuint list);
4913 GLAPI void APIENTRY glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void **indirects, const GLsizei *sizes, const GLuint *states, const GLuint *fbos, GLuint count);
4914 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
4915 GLAPI void APIENTRY glCompileCommandListNV (GLuint list);
4916 GLAPI void APIENTRY glCallCommandListNV (GLuint list);
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
7228 // Exclude x16 and x17 from the scratch register list so we can use
7328 // Exclude x16 and x17 from the scratch register list so we can use
8404 RegList list =
8458 __ PushSizeRegList(list, reg_size);
8463 Clobber(&masm, list);
8488 __ PopSizeRegList(list, reg_size);
8647 RegList list =
8710 __ PushSizeRegList(list, reg_siz
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_first_test.cpp1601 std::list<ConnectAbilitySession> sessionsList; in HWTEST_F()
H A Ddistributed_sched_connect_test.cpp1217 std::list<ConnectAbilitySession> sessionsList; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp44 std::list<std::shared_ptr<DataAbilityHelper>> g_dataAbilityHelperList;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp807 int32_t AppMgrStub::GetForegroundApplications(std::vector<AppStateData> &list) in GetForegroundApplications() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp16 #include "core/components_ng/pattern/list/list_item_group_layout_algorithm.h"
19 #include "core/components_ng/pattern/list/list_item_pattern.h"
20 #include "core/components_ng/pattern/list/list_lanes_layout_algorithm.h"
1055 std::list<int32_t> removeIndexes; in CheckRecycle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp21 #include <list>
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/
H A Dability_manager_service_second_test.cpp1316 std::list<std::shared_ptr<ConnectionRecord>> connectList; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp115 std::list<RefPtr<FrameNode>> children; in HWTEST_F()
H A Dframe_node_drop_test_ng.cpp16 #include <list>
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp820 std::list<RefPtr<NGGestureRecognizer>> innerRecognizers; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp853 std::list<RefPtr<UINode>>& childrens = host->ModifyChildren(); in HWTEST_F()
H A Drich_editor_edit_test_ng.cpp764 std::vector<std::list<RefPtr<SpanItem>>> spanItemList; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp21 #include <list>

Completed in 165 milliseconds

1...<<221222223224225226227228229230>>...232