Home
last modified time | relevance | path

Searched refs:list (Results 10451 - 10475 of 16732) sorted by relevance

1...<<411412413414415416417418419420>>...670

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h57 * Tags are just a list of name=value pairs, used for qualifying the final
66 * For OpenMetrics the tags are converted to a { list } and appended to the base
72 lws_dll2_t list; member
188 /**< first bucket in our bucket list */
193 /**< number of buckets in our bucket list */
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py26 # This list is manually filtered from mbedtls_config.h.
112 'PSA_KEY_TYPE_DERIVE', # always supported, don't list it to reduce noise
113 'PSA_KEY_TYPE_RAW_DATA', # always supported, don't list it to reduce noise
169 """Rework the list of dependencies into PSA_WANT_xxx.
211 content_matches = list(re.finditer(r'^[\t ]*([^\t #].*)$', stanza, re.M))
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_data_generation.py46 dependencies: A list of dependencies required for the test case.
67 """Get the list of arguments for the test case.
69 Override this method to provide the list of arguments required for
193 parser.add_argument('--list', action='store_true',
195 parser.add_argument('--list-for-cmake', action='store_true',
196 help='Print \';\'-separated list of available targets and exit')
216 if options.list:
220 # List in a cmake list format (i.e. ';'-separated)
/third_party/mesa3d/.gitlab-ci/piglit/
H A Dpiglit-traces.sh120 PIGLIT_GENTESTS="./piglit print-cmd $PIGLIT_TESTS replay --format \"{name}\" > /tmp/case-list.txt"
125 sed -ni $CI_NODE_INDEX~$CI_NODE_TOTAL"p" /tmp/case-list.txt
127 PIGLIT_TESTS="--test-list /tmp/case-list.txt"
/third_party/jerryscript/tools/
H A Dgen-doctest.py64 tokens = list(shlex.shlex(params))
69 self._warning('incorrect parameter list for test (key="value", ...)', fileinput.filelineno())
87 :return: a tuple of a list (of the first line(s) of the doctest) and the
97 :param code: the list of lines of the doctest.
/third_party/json/docs/mkdocs/scripts/
H A Dcheck_structure.py52 existing_sections = [] # the list of h2 sections in the file
90 expected = list(range(1, last_overload+1))
/third_party/jerryscript/targets/curie_bsp/
H A Dsetup.py73 - sources: list of JerryScript sources which should be built.
74 - dirs: list of JerryScript dirs used.
203 ] + list(jerry_data['dirs'])
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Ddevices.c198 lws_dll2_add_tail(&creds.list, &netdevs->owner_creds); in init_plat_devices()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.h155 /* Linked list of queries that must be suspended at end of CS. */
243 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.h191 /* Linked list of queries */
192 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h64 struct list_head list; member
211 * Linked list head, used to gather all buffers with pending dma uploads on
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dvariant_test.py88 """Expects the list of instantiated test variants to load into the
114 loaded_variants = list(self.fake_filter.loaded)
/third_party/node/src/
H A Dnode_builtins.h6 #include <list>
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-typed-test.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
40 // list. You must know which types you want to test with when writing
51 typedef std::list<T> List;
56 // Next, associate a list of types with the test suite, which will be
57 // repeated for each type in the list. The typedef is necessary for
62 // If the type list contains only one type, you can write that type
91 // type in the provided type list. In many cases the index can be ignored.
163 // If the type list contains only one type, you can write that type
/third_party/node/deps/cares/src/lib/
H A Dares__buf.h431 * pointed to by the linked list. The sub buffers are const buffers pointing
438 * \param[out] list Result. Depending on flags, this may be a
439 * valid list with no elements. Use
447 ares__llist_t **list);
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h216 vbo_save_NewList(struct gl_context *ctx, GLuint list, GLenum mode);
/third_party/mesa3d/src/mesa/main/
H A Dget_hash_generator.py117 matching_table = list(filter(lambda mt:mt["indices"] == indices,
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py289 srgb_to_linear_map = list(get_srgb_to_linear_map(formats)),
/third_party/libfuse/test/
H A Dutil.py150 s = list(iterable)
/third_party/libinput/src/
H A Devdev-tablet.h75 struct list tool_list;
H A Devdev-fallback.h160 * have more than one event node. And it's a list because
163 struct list paired_keyboard_list;
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h57 * All of the events - we build the list by hand so that we can add flags in
83 struct list_head h_list; /* entry in inotify_handle's list */
84 struct list_head i_list; /* entry in inode's list */
154 static inline void inotify_unmount_inodes(struct list_head *list) in inotify_unmount_inodes() argument
/third_party/node/deps/v8/infra/testing/
H A DPRESUBMIT.py24 # This is not an exhaustive list. It only reflects what we currently use. If
36 # This is not an exhaustive list. It only reflects what we currently use. If
120 if not isinstance(test_args, list):
121 errors += error_msg('If specified, test_args must be a list of arguments')
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting.h150 // A weak list is single linked list where each element has a weak pointer to
151 // the next element. Given the head of the list, this function removes dead
152 // elements from the list and if requested records slots for next-element
156 Object VisitWeakList(Heap* heap, Object list, WeakObjectRetainer* retainer);
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.h84 struct pipe_fence_handle **list; member
149 * single hashlist for the 3 buffer list, this is only a hint.

Completed in 26 milliseconds

1...<<411412413414415416417418419420>>...670