Home
last modified time | relevance | path

Searched refs:list (Results 1776 - 1800 of 4035) sorted by relevance

1...<<71727374757677787980>>...162

/third_party/rust/crates/nom/tests/
H A Dreborrow_fold.rs23 fn list<'a>(i: &'a [u8], tomb: &'a mut ()) -> IResult<&'a [u8], String> { in list() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.h14 #include "utils/list.h"
21 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dctrl_iface_common.h12 #include "utils/list.h"
24 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp.h14 #include "utils/list.h"
21 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dctrl_iface_common.h12 #include "utils/list.h"
24 struct dl_list list; member
/third_party/toybox/toys/pending/
H A Dip.c128 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() argument
136 for (alist = list; alist->name; alist++) in substring_to_idx()
141 static int string_to_idx(char *str, struct arglist *list) in string_to_idx() argument
146 for (alist = list; alist->name; alist++) in string_to_idx()
151 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string() argument
156 for (alist = list; alist->name; alist++) in idx_to_string()
182 // Parse /etc/iproute2/RPDB_tables and prepare list.
183 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB() argument
206 if (list[index]) free(list[inde in parseRPDB()
216 free_alist(struct arglist **list) free_alist() argument
227 init_arglist(struct arglist **list,int value, char* name) init_arglist() argument
[all...]
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp103 size_t GetValidDataCount(const std::vector<T> &list) in GetValidDataCount() argument
106 for (size_t i = 0; i < list.size(); i++) { in GetValidDataCount()
107 if (IsValidData(list[i])) { in GetValidDataCount()
460 static const std::list<DescriptionFormat> formatList = {DescriptionFormat::STANDARD, DescriptionFormat::SIMPLIFIED}; in GetDescriptionFormat()
471 static const std::list<NetType> netTypeList = {NetType::CELLULAR, NetType::METERED_WIFI, NetType::NOT_METERED_WIFI, in GetNetType()
483 static const std::list<Order> orderList = { Order::DOWNLOAD, Order::INSTALL, Order::APPLY, in GetOrder()
543 static const std::list<UpgradeStatus> statusList = { in GetOptionsFromArg()
574 static const std::list<ComponentType> enumList = { ComponentType::OTA, ComponentType::PATCH, ComponentType::COTA, in ParseUpgradeFile()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java162 ArrayList list = null; field in CollationPerformanceTest
208 for(int i = 0; i < list.size(); i++) { in doDump()
210 String line = com.ibm.icu.impl.Utility.escape((String)list.get(i)); in doDump()
313 * doBinarySearch() Binary Search timing test. Each name from the list
314 * is looked up in the full sorted list of names.
498 double dLoopCount = opt_loopCount * (1000.0 / (double)list.size()); in doKeyGen()
1087 list = new ArrayList(); in readDataLines()
1100 list.add(line); in readDataLines()
1106 int size = list.size(); in readDataLines()
1110 tests[i] = (String) list in readDataLines()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c605 "the RGP documentation for the list of " in si_init_thread_trace()
672 &pso_correlation->record, list) { in si_destroy_thread_trace()
673 list_del(&record->list); in si_destroy_thread_trace()
679 &loader_events->record, list) { in si_destroy_thread_trace()
680 list_del(&record->list); in si_destroy_thread_trace()
686 &code_object->record, list) { in si_destroy_thread_trace()
695 list_del(&record->list); in si_destroy_thread_trace()
964 &thread_trace_data->rgp_pso_correlation.record, list) { in si_sqtt_pipeline_is_registered()
1074 list_addtail(&record->list, &code_object->record); in si_sqtt_add_code_object()
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py53 return list, (list(obj),)
120 Return a list of names of methods of `obj`
131 Return a list of names of methods of `obj` which do not start with '_'
344 keys = list(self.id_to_refcount.keys())
396 exposed = list(exposed) + list(method_to_typeid)
459 # proxy objects (e.g. a managed list of managed lists).
716 for key, value in list(method_to_typeid.items()): # isinstance?
1007 items = list(sel
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp1577 sh::InterfaceBlockList list; in useAllMembersInUnusedStandardAndSharedBlocks() local
1584 list.push_back(block); in useAllMembersInUnusedStandardAndSharedBlocks()
1588 return sh::UseInterfaceBlockFields(this, root, list, mSymbolTable); in useAllMembersInUnusedStandardAndSharedBlocks()
1593 InitVariableList list; in initializeOutputVariables() local
1594 list.reserve(mOutputVaryings.size()); in initializeOutputVariables()
1599 list.push_back(var); in initializeOutputVariables()
1617 list.push_back(var); in initializeOutputVariables()
1621 return InitializeVariables(this, root, list, &mSymbolTable, mShaderVersion, mExtensionBehavior, in initializeOutputVariables()
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
495 RegList list = 0; in PopulateRegisterArray() local
509 list |= (UINT64_C(1) << n); in PopulateRegisterArray()
514 VIXL_ASSERT(CountSetBits(list, kNumberOfRegisters) == reg_count); in PopulateRegisterArray()
516 return list; in PopulateRegisterArray()
526 RegList list = 0; in PopulateVRegisterArray() local
540 list |= (UINT64_C(1) << n); in PopulateVRegisterArray()
545 VIXL_ASSERT(CountSetBits(list, kNumberOfVRegisters) == reg_count); in PopulateVRegisterArray()
547 return list; in PopulateVRegisterArray()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dhs20_supplicant.c314 dl_list_add(&wpa_s->icon_head, &icon_entry->list); in hs20_anqp_send_req()
327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
403 list) { in hs20_del_icon()
407 dl_list_del(&icon->list); in hs20_del_icon()
447 list) { in hs20_remove_duplicate_icons()
452 dl_list_del(&icon->list); in hs20_remove_duplicate_icons()
469 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_process_icon_binary_file()
669 " OSU Providers list", MAC2STR(sa)); in hs20_parse_rx_hs20_anqp_resp()
928 /* OSU Method list */ in hs20_osu_add_prov()
931 "list lengt in hs20_osu_add_prov()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dhs20_supplicant.c315 dl_list_add(&wpa_s->icon_head, &icon_entry->list); in hs20_anqp_send_req()
328 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
404 list) { in hs20_del_icon()
408 dl_list_del(&icon->list); in hs20_del_icon()
448 list) { in hs20_remove_duplicate_icons()
453 dl_list_del(&icon->list); in hs20_remove_duplicate_icons()
470 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_process_icon_binary_file()
684 " OSU Providers list", MAC2STR(sa)); in hs20_parse_rx_hs20_anqp_resp()
954 /* OSU Method list */ in hs20_osu_add_prov()
957 "list lengt in hs20_osu_add_prov()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c13 #include "utils/list.h"
302 * logic list (all hostapd_get_psk; all sta->psk) in hostapd_wpa_auth_get_psk()
499 struct dl_list list; member
511 struct wpa_ft_rrb_rx_later_data, list) { in hostapd_wpa_ft_rrb_rx_later()
517 dl_list_del(&data->list); in hostapd_wpa_ft_rrb_rx_later()
567 dl_list_add(&hapd->l2_queue, &data->list); in hostapd_wpa_auth_ft_iter()
671 struct dl_list list; member
686 struct oui_deliver_later_data, list) { in hostapd_oui_deliver_later()
694 dl_list_del(&data->list); in hostapd_oui_deliver_later()
740 dl_list_add(&hapd->l2_oui_queue, &data->list); in hostapd_wpa_auth_oui_iter()
[all...]
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp435 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetCsCallsDataResponse()
447 TELEPHONY_LOGE("[slot%{public}d] Failed to query the call list but no reason!", slotId_); in GetCsCallsDataResponse()
467 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetImsCallsDataResponse()
478 TELEPHONY_LOGE("[slot%{public}d] Failed to query the call list but no reason!", slotId_); in GetImsCallsDataResponse()
1356 void CellularCallHandler::ProcessCsPhoneNumber(CallInfoList &list) in ProcessCsPhoneNumber() argument
1358 if (list.callSize == 0 || list.calls.empty()) { in ProcessCsPhoneNumber()
1361 for (uint64_t i = 0; i < list.calls.size(); i++) { in ProcessCsPhoneNumber()
1362 CallInfo callInfo = list.calls[i]; in ProcessCsPhoneNumber()
1367 list in ProcessCsPhoneNumber()
1373 ProcessImsPhoneNumber(ImsCurrentCallList &list) ProcessImsPhoneNumber() argument
[all...]
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py677 # names is a list of strings.
710 printable_queue = list(reversed(self.token_queue[-20:]))
1042 parameters = list(self._GetParameters())
1049 parameters = list(self._GetParameters())
1063 unused_tokens = list(self._GetMatchingChar('(', ')'))
1069 unused_tokens = list(self._GetMatchingChar('(', ')'))
1083 # TODO(nnorwitz): anything else to handle for initializer list?
1095 # Already at the ( to open the parameter list.
1096 function_parameters = list(self._GetMatchingChar('(', ')'))
1119 body = list(sel
[all...]
/third_party/json/tests/src/
H A Dunit-conversions.cpp25 #include <list>
211 SECTION("std::list<json>")
213 std::list<json> a = j.get<std::list<json>>();
316 SECTION("std::list<json>")
318 std::list<json> a{"previous", "value"};
368 SECTION("std::list<json>")
370 std::list<json> a = j;
1340 SECTION("std::list")
1342 j1.get<std::list<in
[all...]
/third_party/python/Python/
H A Dsysmodule.c12 - path: module search path (list of strings)
13 - argv: script arguments (list of strings)
443 /* Avoid having our list of hooks show up in the GC module */ in sys_addaudithook_impl()
2046 PyObject *list = PyList_New(0); in list_builtin_module_names() local
2047 if (list == NULL) { in list_builtin_module_names()
2055 if (PyList_Append(list, name) < 0) { in list_builtin_module_names()
2061 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
2064 PyObject *tuple = PyList_AsTuple(list); in list_builtin_module_names()
2065 Py_DECREF(list); in list_builtin_module_names()
2069 Py_DECREF(list); in list_builtin_module_names()
3298 PyObject *list = PyList_New(argc); make_sys_argv() local
[all...]
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py446 self.assertEqual(list(e.map(abs, range(-5, 5))),
550 self.assertEqual(list(e.map(abs, range(-5, 5))),
817 list(futures.as_completed(futures_list, timeout=0))
844 list(self.executor.map(pow, range(10), range(10))),
845 list(map(pow, range(10), range(10))))
848 list(self.executor.map(pow, range(10), range(10), chunksize=3)),
849 list(map(pow, range(10), range(10))))
1012 list(self.executor.map(pow, range(40), range(40), chunksize=-1))
1014 ref = list(map(pow, range(40), range(40)))
1016 list(sel
[all...]
H A Dtest_compile.py75 return list('xyz')
88 self.assertEqual(m.results, ('z', list('xyz')))
163 lines = list(co.co_lines())
499 self.assertRaises(TypeError, compile, 'pass', list(b'file.py'), 'exec')
698 list(dis.get_instructions(unused_code_at_end))[-1].opname)
777 opcodes = list(dis.get_instructions(func))
796 opcodes = list(dis.get_instructions(func))
820 opcodes = list(dis.get_instructions(func))
853 opcodes = list(dis.get_instructions(func))
911 lines = list(cod
[all...]
H A Dtest_dataclasses.py691 for typ, empty, non_empty in [(list, [], [1]),
735 # If a mutable default isn't in the known list of
736 # (list, dict, set), then it's okay.
934 self.assertEqual(list(C.__annotations__), ['i'])
1244 self.assertEqual(repr(InitVar[list[int]]),
1245 'dataclasses.InitVar[list[int]]')
1276 # Test a factory that returns a new list.
1280 y: list = field(default_factory=list)
1290 # Test a factory that returns a shared list
[all...]
/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h28 #include <list>
95 * Append the strings in list with specific delimiter
119 std::list<std::string> SplitStr(const std::string& str, char delimiter = ' ');
/base/location/frameworks/js/napi/include/
H A Dnapi_util.h19 #include <list>
47 std::list<std::shared_ptr<GeoAddress>>& replyList, napi_value& arrayResult);
/base/security/dlp_permission_service/services/dlp_permission/sa/callback/open_dlp_file_callback/
H A Dopen_dlp_file_callback_manager.cpp122 DLP_LOG_INFO(LABEL, "Remove empty callback list in %{public}d", it->first); in RemoveCallback()
159 DLP_LOG_INFO(LABEL, "Remove empty callback list in %{public}d", pid); in RemoveCallback()
188 auto list = iter.second; in ExecuteCallbackAsync() local
189 for (auto& it : list) { in ExecuteCallbackAsync()

Completed in 36 milliseconds

1...<<71727374757677787980>>...162