/third_party/libwebsockets/lib/system/ |
H A D | system.c | 163 * allocate and add to the head of the pt's attach list in __lws_system_attach() 174 lws_dll2_add_head(&item->list, &pt->attach_owner); in __lws_system_attach() 192 item = lws_container_of(d, lws_attach_item_t, list); in __lws_system_attach()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.h | 154 // Accessors for the bracket list stored within the per-node data. 159 void SetBracketList(Node* node, BracketList& list) { in SetBracketList() argument 161 GetData(node)->blist = list; in SetBracketList()
|
/third_party/python/Tools/i18n/ |
H A D | makelocalealias.py | 21 lines = list(f) 59 lines = list(f)
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 2 Processes a CSV file containing a list of files into a WXS file with 9 py txt_to_wxs.py [path to file list .csv] [path to destination .wxs] 45 files = list(csv.reader(f)) 51 groups = defaultdict(list)
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 47 # Particular category property names, with comments. NOTE: If ever this list 86 # file, but we list it here so that the name has the correct index value. 107 # with a list of regex patterns for properties to be ignored, and a list of 119 # Get a list of Boolean property names from a number of files. 134 data = list(map(str.strip, line.split(';'))) 273 general_category_names = list(gcn_set) 329 this list of conditions and the following disclaimer. 332 notice, this list of conditions and the following disclaimer in the
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_urllib.py | 78 import name with a comma separated list of its 86 # create a Node list of the replacement modules 103 # this may be a list of length one, or just a node 104 if isinstance(member, list): 173 if isinstance(member, list):
|
H A D | fix_tuple_params.py | 91 # TODO(cwinter) get rid of this when children becomes a smart list 162 if isinstance(obj, list): 171 if isinstance(obj, list):
|
/third_party/python/Lib/ |
H A D | getopt.py | 59 Parses command line options and parameter list. args is the 60 argument list to be parsed, without the leading reference to the 65 specified, longopts is a list of strings with the names of the 71 The return value consists of two elements: the first is a list of 72 (option, value) pairs; the second is the list of program arguments 73 left after the option list was stripped (this is a trailing slice 78 list in the same order in which they were found, thus allowing 87 longopts = list(longopts) 119 longopts = list(longopts)
|
/third_party/python/Lib/idlelib/ |
H A D | debugobj.py | 96 keys = list(self.object.keys()) 108 list: SequenceTreeItem,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | RendererGL.h | 12 #include <list> 174 std::list<std::unique_ptr<WorkerContext>> mWorkerContextPool;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 170 if not isinstance(fallbacks, list): 174 if not isinstance(compressed, list):
|
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.h | 18 #include <list> 217 std::stack<StackFrame, std::list<StackFrame>> fStack;
|
/third_party/python/Lib/test/ |
H A D | test_pwd.py | 72 allnames = list(bynames.keys()) 76 chars = list(fakename) 97 # In some cases, byuids isn't a complete list of all users in the
|
H A D | test_mailcap.py | 78 # So verify that listmailcapfiles() returns a list of strings that is of 81 self.assertIsInstance(mcfiles, list) 162 self.assertIsInstance(v, list)
|
/third_party/python/Lib/unittest/ |
H A D | util.py | 60 Returns a two-element tuple of lists. The first list contains those 61 elements in the "expected" list but not in the "actual" list, and the 62 second contains those elements in the "actual" list but not in the 63 "expected" list. Duplicate elements in either input list are ignored. 122 'Returns list of (cnt_act, cnt_exp, elem) triples where the counts differ' 124 s, t = list(actual), list(expected) 157 'Returns list o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPredicator.cpp | 85 VPValue *VPlanPredicator::genPredicateTree(std::list<VPValue *> &Worklist) { in genPredicateTree() 144 std::list<VPValue *> IncomingPredicates;
|
/third_party/unity/auto/ |
H A D | unity_test_summary.py | 31 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n'))) 124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '**/*.test*', recursive=True)))
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.h | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 30 #include <list> 257 // them in a std::list. 261 std::list<LabelPair> labels_;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_host.cpp | 520 void dng_host::ApplyOpcodeList (dng_opcode_list &list, in ApplyOpcodeList() argument 525 list.Apply (*this, in ApplyOpcodeList()
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 80 # Details are available in threads of the FreeType mailing list 81 # (2004-11-11), and then in the devel mailing list (2004-11-20 to -23). 96 ifneq ($(findstring list,$(MAKECMDGOALS)),) # test for the "list" target 111 .PHONY: dump_target_list list
|
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/ |
H A D | builder_name_schema.py | 52 elif isinstance(obj, list): 53 return list(map(ToStr, obj))
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-qualification_order.py | 225 if list(p) == f: 235 if list(p) == f:
|
H A D | gen-swizzles.py | 96 self.lists = list(args) 245 combinations = list(itertools.product(inValueList, convFuncList))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | bss.h | 23 struct dl_list list; member 44 struct dl_list anqp_elems; /* list of struct wpa_bss_anqp_elem */ 66 struct dl_list list; member
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-swizzles.py | 96 self.lists = list(args) 241 combinations = list(itertools.product(inValueList, convFuncList))
|