/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-uclogic-params.h | 21 #include <linux/list.h> 90 /* The list of subreports, only valid if "id" is not zero */ 188 struct list_head list; member 227 * The list of frame control parameters and optional report descriptor
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.h | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 37 #include <linux/list.h> 78 struct list_head list; member
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_pnet.h | 28 * @lock: Lock for list action 36 struct smc_pnetids_ndev { /* list of pnetids for net devices in UP state*/ 37 struct list_head list; member 42 struct list_head list; member
|
H A D | smc_ism.h | 19 struct list_head list; member 20 struct mutex mutex; /* Protects list of devices */ 23 extern struct smcd_dev_list smcd_dev_list; /* list of smcd devices */ 26 struct list_head list; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | srcline.h | 5 #include <linux/list.h> 35 struct list_head list; member 47 /* free resources associated to the inline node list */ 50 /* insert the inline node list into the DSO, which will take ownership */ 53 /* find previously inserted inline node list */
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_rw.h | 14 #include <linux/list.h> 62 * data structure for information about list of SCCBs (only for writing), 66 struct list_head list; /* list_head for sccb_info chain */ member
|
/third_party/ffmpeg/libavformat/ |
H A D | avc.h | 41 * a NALUList from it. This list can be passed to ff_nal_units_write_list() 44 * @param list A NALUList. The list->nalus and list->nalus_array_size 51 int ff_nal_units_create_list(NALUList *list, const uint8_t *buf, int size); 53 /* Writes a NALUList to the specified AVIOContext. The list must originate 55 void ff_nal_units_write_list(const NALUList *list, AVIOContext *pb,
|
/third_party/gn/src/gn/ |
H A D | function_foreach.cc | 13 const char kForEach_HelpShort[] = "foreach: Iterate over a list."; 15 R"(foreach: Iterate over a list. 17 foreach(<loop_var>, <list>) { 21 Executes the loop contents block over each item in the list, assigning the 23 to it will not mutate the list. The loop will iterate over a copy of <list> 67 // Extract the list to iterate over. Always copy in case the code changes in RunForEach() 68 // the list variable inside the loop. in RunForEach() 75 const std::vector<Value>& list = list_value.list_value(); in RunForEach() local 91 for (const auto& cur : list) { in RunForEach() [all...] |
/third_party/node/test/parallel/ |
H A D | test-http2-pack-end-stream-flag.js | 34 common.mustCallAtLeast((list, observer) => { 35 const entries = list.getEntries();
|
H A D | test-performanceobserver.js | 66 function callback(list, obs) { 68 const entries = list.getEntries();
|
/third_party/node/test/common/ |
H A D | cpu-prof.js | 9 const list = fs.readdirSync(dir); 10 return list
|
H A D | prof.js | 8 const list = fs.readdirSync(dir); 9 return list
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 29 #include "list.h" 65 struct ntfs_list_head list; /* Previous/Next links */ member 82 struct ntfs_list_head list; /* Previous/Next links */ member 101 struct ntfs_list_head name; /* A list of filenames */ 102 struct ntfs_list_head data; /* A list of data streams */
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.h | 40 * Display list node. 42 * Display list instructions are stored as sequences of "nodes". Nodes 46 * Each instruction in the display list is stored as a sequence of 111 _mesa_lookup_list(struct gl_context *ctx, GLuint list, bool locked); 133 _mesa_get_list(struct gl_context *ctx, GLuint list,
|
/third_party/libwebsockets/lib/system/metrics/ |
H A D | private-lib-system-metrics.h | 55 /**< list of metrics that are using this policy */ 57 lws_dll2_t list; member 70 lws_dll2_t list; member
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_mock_strops.c | 50 static char* list[2]; variable 59 slist.strs = list; in strsplit()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_renames.py | 23 for module, replace in list(MAPPING.items()): 24 for old_attr, new_attr in list(replace.items()):
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | workaround1209.cpp | 17 #include <list> 34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | workaround1209.cpp | 17 #include <list> 34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | OSWindow.h | 13 #include <list> 84 std::list<Event> mEvents;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderVisibleDescriptorAllocatorD3D12.h | 24 #include <list> 28 // Internally, it manages a list of heaps using a ringbuffer block allocator. The heap is in one 87 std::list<SerialDescriptorHeap> mPool;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | neverInference.js | 23 const list: LinkedList<number> = mkList([], compareNumbers); 37 const list = mkList([], compareNumbers);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_opcode_list.h | 34 /// A list of opcodes. 49 /// Create an empty opcode list for the specific image stage (1, 2, or 3). 55 /// Is the opcode list empty? 62 /// Does the list contain at least 1 opcode? 69 /// Should the opcode list always be applied to the image? 76 /// Set internal flag to indicate this opcode list should always be 84 /// The number of opcodes in this list. 107 /// Remove all opcodes from the list. 116 /// list. If includeOptional is set to true, then this calculation will 121 /// Apply this opcode list t [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_test_helpers.h | 115 inline Cord MakeFragmentedCord(std::initializer_list<absl::string_view> list) { in MakeFragmentedCord() argument 116 return MakeFragmentedCord<std::initializer_list<absl::string_view>>(list); in MakeFragmentedCord()
|
/third_party/spirv-tools/source/opt/ |
H A D | workaround1209.cpp | 17 #include <list> 34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()
|