Home
last modified time | relevance | path

Searched refs:each (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/libwebsockets/lib/drivers/button/
H A Dlws-button.c56 /* incremented each time the mon timer cb happens */
92 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local
94 each->isr_pending = 1; in lws_button_irq_cb_t()
95 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t()
111 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
119 * each->isr_pending and schedules this bottom half. in LWS_PLAT_TIMER_CB()
129 if (!each[n].isr_pending) in LWS_PLAT_TIMER_CB()
140 each[n].isr_pending = 0; in LWS_PLAT_TIMER_CB()
151 if (each[n].state == LBCS_IDLE) { in LWS_PLAT_TIMER_CB()
158 each[ in LWS_PLAT_TIMER_CB()
207 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; LWS_PLAT_TIMER_CB() local
437 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; lws_button_controller_create() local
501 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; lws_button_enable() local
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dlws-button.c56 /* incremented each time the mon timer cb happens */
91 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local
93 each->isr_pending = 1; in lws_button_irq_cb_t()
94 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t()
109 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
116 * each->isr_pending and schedules this bottom half. in LWS_PLAT_TIMER_CB()
126 if (!each[n].isr_pending) in LWS_PLAT_TIMER_CB()
137 each[n].isr_pending = 0; in LWS_PLAT_TIMER_CB()
148 if (each[n].state == LBCS_IDLE) { in LWS_PLAT_TIMER_CB()
155 each[ in LWS_PLAT_TIMER_CB()
205 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; LWS_PLAT_TIMER_CB() local
404 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; lws_button_controller_create() local
466 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; lws_button_enable() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdottedSymbolResolution1.js14 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any;
15 function each(collection: JQuery, callback: (indexInArray: number, valueOfElement: Base) => any): any;
16 function each(collection: any, callback: (indexInArray: any, valueOfElement: any) => any): any {
22 each(x.find(" "), function () {
35 function each(collection, callback) { function
40 each(x.find(" "), function () {
H A DcrashInResolveInterface.js5 each(action: (item: T, index: number) => void): void;
8 var x = q1.each(x => c.log(x));
23 var x = q1.each(function (x) { return c.log(x); });
H A DinstantiateContextuallyTypedGenericThis.js3 each<T>(
10 $.each(lines, function(dit) {
18 $.each(lines, function (dit) {
H A DchainedSpecializationToObjectTypeLiteral.js3 each(iterator: (value: T) => void): void;
11 var s3 = s2.each(x => { x.key /* Type is K, should be number */ });
17 var s3 = s2.each(function (x) { x.key; /* Type is K, should be number */ });
H A DgetAccessorWithImpliedReturnTypeAndFunctionClassMerge.js6 export function each<T>(
17 each(iterator: _.ListIterator<T, void>, context?: any): void;
/third_party/skia/third_party/externals/angle2/scripts/
H A Dvk_mandatory_format_support_capture_to_json.js18 $("#features-formats-mandatory-features-subbyte td").each(function() {
20 $this.find("code").each(function() {
41 $("#" + allTableIds[i] + " td").each(function() {
44 $this.find("code").each(function() {
53 $(this).closest("tr").find("td.halign-center").each(function() {
/third_party/unity/auto/
H A Dgenerate_test_runner.rb43 main_name: 'main', # set to :auto to automatically generate each time
148 (1...type_and_args.length).step(2).each do |i|
220 includes.each do |include_path|
243 @options[:defines].each do |d|
251 @options[:includes].flatten.uniq.compact.each do |inc|
254 testfile_includes.each do |inc|
259 mocks.each do |mock|
278 tests.each do |test|
297 mocks.each do |mock|
305 mocks.each d
[all...]
H A Dstylize_as_junit.rb84 results.each do |result_file|
141 lines.each do |line|
186 result.each do |item|
197 result.each do |item|
204 result.each do |item|
/third_party/unity/test/
H A Drakefile_helper.rb53 lines.each do |line|
61 paths.each do |dir|
79 items.each { |item| result += " #{prefix}#{tackit(item)}" }
96 hash[:arguments].each do |arg|
100 [ File.join('..','src') ].each do |f|
106 [ $extra_paths, 'src', File.join('tests'), File.join('testdata'), $cfg[:paths][:support] ].flatten.uniq.compact.each do |f|
112 [ $cfg[:defines][:test], defines ].flatten.uniq.compact.each do |f|
119 values[i].each {|v| args << arg.gsub(/\$\{\d+\}/, v)}
256 # Build and execute each unit test
257 test_files.each d
[all...]
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb31 main_name: 'main', # set to :auto to automatically generate each time
149 includes.each do |include_path|
168 @options[:defines].each { |d| output.puts("#define #{d}") }
173 @options[:includes].flatten.uniq.compact.each do |inc|
176 testfile_includes.each do |inc|
180 mocks.each do |mock|
197 tests.each do |test|
217 mocks.each do |mock|
225 mocks.each do |mock|
233 mocks.each d
[all...]
H A Dstylize_as_junit.rb84 results.each do |result_file|
141 lines.each do |line|
189 result.each do |item|
200 result.each do |item|
207 result.each do |item|
H A Dgenerate_module.rb9 # Triad modules require a source, header, and test file for each triad type (like model, conductor, and hardware).
146 triad.each do |cfg|
194 files.each do |file|
230 files_to_operate_on(module_name, pattern).each do |filespec|
256 ARGV.each do |arg|
H A Dparse_output.rb37 @array_list.each do |item|
155 File.open(name).each do |line|
212 ARGV.each do |a|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A Dgenerate-core-block.rb16 Nokogiri::XML(file).xpath('//extension[@name="' + extension_name + '"]').each do | extension |
18 extension.xpath('require').each do |require|
23 allowed_dependency_renames.each do |dependency|
38 require.children.each do |element|
104 Dir[dir + '/*.adoc'].each do |name|
119 Dir[dir + '/*/'].each do |subdir|
/third_party/libwebsockets/lib/misc/
H A Ddir.c293 each_plugin_cb_t each; member
333 pa->each, pa->each_user); in lws_plugins_dir_cb()
348 each_plugin_cb_t each, void *each_user) in lws_plugins_init()
356 pa.each = each; in lws_plugins_init()
406 lws_plugins_destroy(struct lws_plugin **pplugin, each_plugin_cb_t each, in lws_plugins_destroy() argument
412 if (each) in lws_plugins_destroy()
413 each(p, each_user); in lws_plugins_destroy()
346 lws_plugins_init(struct lws_plugin **pplugin, const char * const *d, const char *_class, const char *filter, each_plugin_cb_t each, void *each_user) lws_plugins_init() argument
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb50 lines.each do |line|
58 paths.each do |dir|
76 items.each { |item| result += " #{prefix}#{tackit(item)}" }
201 # Build and execute each unit test
202 test_files.each do |test|
206 $cfg['compiler']['aux_sources'].each do |aux|
212 extract_headers(test).each do |header|
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb40 lines.each do |line|
48 paths.each do |dir|
66 items.each { |item| result += " #{prefix}#{tackit(item)}" }
172 # Build and execute each unit test
173 test_files.each do |test|
177 extract_headers(test).each do |header|
230 extract_headers(main_path).each do |header|
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb44 lines.each do |line|
52 paths.each do |dir|
69 items.each { |item| result += " #{prefix}#{tackit(item)}" }
178 # Build and execute each unit test
179 test_files.each do |test|
183 extract_headers(test).each do |header|
236 extract_headers(main_path).each do |header|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb60 @diff_extensions.each do | extension |
72 @diff_extensions.each do | extension |
123 @diff_extensions.each do | extension |
135 @diff_extensions.each do | extension |
230 diff_extensions.each do | extension |
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c37 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
110 if (each) in lws_plat_dlopen()
111 each(pin, each_user); in lws_plat_dlopen()
35 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath, const char *sofilename, const char *_class, each_plugin_cb_t each, void *each_user) lws_plat_dlopen() argument
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-plugins.c39 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
112 if (each) in lws_plat_dlopen()
113 each(pin, each_user); in lws_plat_dlopen()
37 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath, const char *sofilename, const char *_class, each_plugin_cb_t each, void *each_user) lws_plat_dlopen() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/
H A Dextension.rb38 # Track the parent block for each subsequent valid usage block
46 # Iterate through all the VU lists in each block
47 block.blocks.each do |list|
53 list.blocks.each do |item|
133 errors.each do |error|

Completed in 10 milliseconds

12345