/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-metrics.h | 57 * 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 D | set_psa_test_dependencies.py | 26 # 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 D | test_data_generation.py | 46 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 D | piglit-traces.sh | 120 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 D | gen-doctest.py | 64 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 D | check_structure.py | 52 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 D | setup.py | 73 - 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 D | devices.c | 198 lws_dll2_add_tail(&creds.list, &netdevs->owner_creds); in init_plat_devices()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.h | 155 /* 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 D | r600_query.h | 191 /* Linked list of queries */ 192 struct list_head list; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer.h | 64 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 D | variant_test.py | 88 """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 D | node_builtins.h | 6 #include <list>
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-typed-test.h | 9 // 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 D | ares__buf.h | 431 * 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 D | vbo.h | 216 vbo_save_NewList(struct gl_context *ctx, GLuint list, GLenum mode);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 117 matching_table = list(filter(lambda mt:mt["indices"] == indices,
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 289 srgb_to_linear_map = list(get_srgb_to_linear_map(formats)),
|
/third_party/libfuse/test/ |
H A D | util.py | 150 s = list(iterable)
|
/third_party/libinput/src/ |
H A D | evdev-tablet.h | 75 struct list tool_list;
|
H A D | evdev-fallback.h | 160 * 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 D | inotify.h | 57 * 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 D | PRESUBMIT.py | 24 # 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 D | objects-visiting.h | 150 // 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 D | amdgpu_cs.h | 84 struct pipe_fence_handle **list; member 149 * single hashlist for the 3 buffer list, this is only a hint.
|