/third_party/alsa-lib/src/control/ |
H A D | control_local.h | 31 int (*element_list)(snd_ctl_t *handle, snd_ctl_elem_list_t *list); 76 struct list_head list; /* links for list of all helems */ member 87 struct list_head elems; /* list of all controls */
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 417 ssize_t usb_manager_get_device_list(usb_manager_context *ctx, usb_manager_device ***list); 427 void usb_manager_free_device_list(usb_manager_device **list, int unref_devices);
|
/third_party/benchmark/tools/gbench/ |
H A D | util.py | 94 Search the specified list of flags for a flag matching `<prefix><arg>` and 108 Return a new list containing the specified benchmark_flags except those 138 results['benchmarks'] = list(filter(benchmark_wanted, 174 benchmark_flags = list(benchmark_flags) + \
|
/third_party/cJSON/tests/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*')))
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 100 "rustflags: [string list] Flags passed to the Rust compiler."; 104 A list of strings.
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 48 #include <list> 71 using std::list;
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 16 * notice, this list of conditions and the following disclaimer. 18 * notice, this list of conditions and the following disclaimer in 107 /* This defines a list of files indexed by the file descriptor */ 112 sem_t fl_sem; /* Manage access to the file list */ 158 * Initializes the list of files for a new task 163 void files_initlist(struct filelist *list); 170 * Release a reference to the file list 175 void files_releaselist(struct filelist *list); 482 * Caller holds the list semaphore because the file descriptor will be freed.
|
/third_party/mbedtls/scripts/ |
H A D | code_style.py | 43 # Parse check-generated-files.sh to get an up-to-date list of 48 # the expected format and must list the files explicitly, not through 63 Use git to get a list of the source files. 65 The optional argument since is a commit, indicating to only list files 66 that have changed since that commit. Without this argument, list all 87 src_files = list(set(committed_changed_files + uncommitted_changed_files)) 216 src_files = list(covered)
|
/third_party/jerryscript/targets/mbedos5/tools/ |
H A D | generate_pins.py | 209 defines = list(directory_labels) 212 pins = enumerate_pins(pins_file, ['./tools'] + list(includes), defines)
|
/third_party/json/docs/examples/ |
H A D | basic_json__CompatibleType.cpp | 3 #include <list> 79 // create an array from std::list in main() 80 std::list<bool> c_list {true, true, false, true}; in main()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 42 #include "util/list.h" 58 struct list_head list; member 116 struct list_head list; /* bucket-list entry */ member 117 time_t free_time; /* time when added to bucket-list */ 249 * valgrind doesn't squawk about list traversal.
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_function_detect_recursion.cpp | 231 destroy_links(exec_list *list, function *f) in destroy_links() argument 233 foreach_in_list_safe(call_node, node, list) { in destroy_links()
|
/third_party/node/src/ |
H A D | debug_utils.h | 90 inline void FORCE_INLINE Debug(EnabledDebugList* list, 95 inline void FORCE_INLINE Debug(EnabledDebugList* list,
|
/third_party/node/deps/v8/tools/chrome/ |
H A D | linux_perf.py | 66 help="Comma-separated list of enabled chrome features. " + FEATURES_DOC) 69 help="Command-separated list of disabled chrome features. " + FEATURES_DOC) 188 results = list( 192 results = list(filter(lambda x: x is not None, results))
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_suppressions.py | 43 # Ignore by original source files. Map from bug->list of relative file paths, 166 lines1 = list(filter(useful_line(ignore1), output1)) 167 lines2 = list(filter(useful_line(ignore2), output2))
|
/third_party/node/src/tracing/ |
H A D | agent.h | 9 #include <list> 109 // Returns a comma-separated list of enabled categories. 155 std::list<std::unique_ptr<TraceObject>> metadata_events_;
|
/third_party/node/deps/npm/node_modules/aproba/ |
H A D | index.js | 82 function englishList (list) { 83 return list.join(', ').replace(/, ([^,]+)$/, ' or $1')
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_sort_tags.py | 97 children = list(node) 120 # through the alphabetically sorted list and print out dependencies first. 144 genxml[:] = enums + list(sorted_structs.values()) + instructions + registers
|
/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):
|