/third_party/libwebsockets/lib/drivers/button/ |
D | lws-button.c | 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 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[n].state = LBCS_MIN_DOWN_QUALIFY; in LWS_PLAT_TIMER_CB() 159 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB() 198 lws_button_irq_cb_t, &each[n]); in LWS_PLAT_TIMER_CB() [all …]
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/ |
D | changelog.hbs | 4 {{#each releases}} 17 {{#each fixes}} 18 - {{{commit.subject}}} ({{#each fixes}}{{#if href}}[`#{{id}}`][]{{/if}}{{/each}}) 19 {{/each}} 20 {{#each merges}} 22 {{/each}} 23 {{#each commits}} 25 {{/each}} 27 {{#each fixes}} 29 {{/each}} [all …]
|
/third_party/ltp/runtest/ |
D | controllers | 53 cgroup_fj_stress_debug_2_2_each cgroup_fj_stress.sh debug 2 2 each 54 cgroup_fj_stress_debug_3_3_each cgroup_fj_stress.sh debug 3 3 each 55 cgroup_fj_stress_debug_4_4_each cgroup_fj_stress.sh debug 4 4 each 56 cgroup_fj_stress_debug_2_9_each cgroup_fj_stress.sh debug 2 9 each 57 cgroup_fj_stress_debug_10_3_each cgroup_fj_stress.sh debug 10 3 each 58 cgroup_fj_stress_debug_1_200_each cgroup_fj_stress.sh debug 1 200 each 59 cgroup_fj_stress_debug_200_1_each cgroup_fj_stress.sh debug 200 1 each 78 cgroup_fj_stress_cpuset_2_2_each cgroup_fj_stress.sh cpuset 2 2 each 79 cgroup_fj_stress_cpuset_3_3_each cgroup_fj_stress.sh cpuset 3 3 each 80 cgroup_fj_stress_cpuset_4_4_each cgroup_fj_stress.sh cpuset 4 4 each [all …]
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | lws-button.c | 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 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[n].state = LBCS_MIN_DOWN_QUALIFY; in LWS_PLAT_TIMER_CB() 156 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB() 196 lws_button_irq_cb_t, &each[n]); in LWS_PLAT_TIMER_CB() [all …]
|
/third_party/node/deps/npm/node_modules/stream-each/ |
D | README.md | 1 # stream-each 6 npm install stream-each 9 …tp://img.shields.io/travis/mafintosh/stream-each.svg?style=flat)](http://travis-ci.org/mafintosh/s… 14 var each = require('stream-each') 16 each(stream, function (data, next) { 27 #### `each(stream, iterator, cb)` 41 `stream-each` is part of the [mississippi stream utility collection](https://github.com/maxogden/mi…
|
D | test.js | 3 var each = require('./') variable 17 each(s, function (data, next) { 31 each(s, function (data, next) { 46 each(s, function (data, next) { 67 each(s, function (data, next) { 76 each(s, function (data, next) { 97 each(s, function (data, next) { 115 each(s, function (data, cb) {
|
/third_party/typescript/tests/baselines/reference/ |
D | dottedSymbolResolution1.symbols | 28 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; 29 >each : Symbol(each, Decl(dottedSymbolResolution1.ts, 10, 24), Decl(dottedSymbolResolution1.ts, 12,… 35 function each(collection: JQuery, callback: (indexInArray: number, valueOfElement: Base) => any): a… 36 >each : Symbol(each, Decl(dottedSymbolResolution1.ts, 10, 24), Decl(dottedSymbolResolution1.ts, 12,… 44 function each(collection: any, callback: (indexInArray: any, valueOfElement: any) => any): any { 45 >each : Symbol(each, Decl(dottedSymbolResolution1.ts, 10, 24), Decl(dottedSymbolResolution1.ts, 12,… 63 each(x.find(" "), function () { 64 >each : Symbol(each, Decl(dottedSymbolResolution1.ts, 10, 24), Decl(dottedSymbolResolution1.ts, 12,…
|
D | genericMemberFunction.types | 52 removedFiles.forEach(<A, B extends A, C>(each: FileWithErrors<A, B, C>) => { 53 >removedFiles.forEach(<A, B extends A, C>(each: FileWithErrors<A, B, C>) => { this.removeFile(… 57 ><A, B extends A, C>(each: FileWithErrors<A, B, C>) => { this.removeFile(each); } : <A, B e… 58 >each : FileWithErrors<A, B, C> 60 this.removeFile(each); 61 >this.removeFile(each) : any 65 >each : FileWithErrors<A, B, C>
|
D | dottedSymbolResolution1.js | 14 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; 15 function each(collection: JQuery, callback: (indexInArray: number, valueOfElement: Base) => any): a… 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 () {
|
D | instantiateContextuallyTypedGenericThis.symbols | 5 each<T>( 6 >each : Symbol(JQuery.each, Decl(instantiateContextuallyTypedGenericThis.ts, 0, 18)) 30 $.each(lines, function(dit) { 31 >$.each : Symbol(JQuery.each, Decl(instantiateContextuallyTypedGenericThis.ts, 0, 18)) 33 >each : Symbol(JQuery.each, Decl(instantiateContextuallyTypedGenericThis.ts, 0, 18))
|
D | dottedSymbolResolution1.types | 21 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; 22 >each : { (collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; (co… 28 function each(collection: JQuery, callback: (indexInArray: number, valueOfElement: Base) => any): a… 29 >each : { (collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; (co… 35 function each(collection: any, callback: (indexInArray: any, valueOfElement: any) => any): any { 36 >each : { (collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; (co… 53 each(x.find(" "), function () { 54 >each(x.find(" "), function () { var $this: JQuery = $(''), thisBar = $this.find(… 55 >each : { (collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; (co…
|
D | crashInResolveInterface.symbols | 28 each(action: (item: T, index: number) => void): void; 29 >each : Symbol(Q.each, Decl(file1.ts, 0, 16)) 40 var x = q1.each(x => c.log(x)); 42 >q1.each : Symbol(Q.each, Decl(file1.ts, 0, 16)) 44 >each : Symbol(Q.each, Decl(file1.ts, 0, 16))
|
D | instantiateContextuallyTypedGenericThis.types | 3 each<T>( 4 >each : <T>(collection: T[], callback: (this: T, dit: T) => T) => T[] 21 $.each(lines, function(dit) { 22 >$.each(lines, function(dit) { return dit.charAt(0) + this.charAt(1);}) : string[] 23 >$.each : <T>(collection: T[], callback: (this: T, dit: T) => T) => T[] 25 >each : <T>(collection: T[], callback: (this: T, dit: T) => T) => T[]
|
D | crashInResolveInterface.types | 20 each(action: (item: T, index: number) => void): void; 21 >each : (action: (item: T, index: number) => void) => void 30 var x = q1.each(x => c.log(x)); 32 >q1.each(x => c.log(x)) : void 33 >q1.each : (action: (item: { a: number; }, index: number) => void) => void 35 >each : (action: (item: { a: number; }, index: number) => void) => void
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-header-compile | 57 for each in $files ; do 58 each="gst/$lib/$each" 59 echo Testing $each... 69 echo Testing $each "(no gst)..." 78 echo Testing $each "(no glib)..."
|
/third_party/curl/tests/data/ |
D | test532 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file 33 FTP RETR same file using reset handles between each transfer
|
D | test526 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
D | test527 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
D | test528 | 18 file contents should appear once for each file 21 file contents should appear once for each file 22 file contents should appear once for each file 23 file contents should appear once for each file 24 file contents should appear once for each file
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | vk_mandatory_format_support_capture_to_json.js | 18 $("#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/skia/third_party/externals/angle2/scripts/ |
D | vk_mandatory_format_support_capture_to_json.js | 18 $("#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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrFormatsC.td | 48 // The immediate value encoding differs for each instruction, so each subclass 50 // The bits Inst{6-2} must be set for each instruction. 64 // The immediate value encoding differs for each instruction, so each subclass 66 // The bits Inst{12-7} must be set for each instruction. 90 // The immediate value encoding differs for each instruction, so each subclass 92 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction. 105 // The immediate value encoding differs for each instruction, so each subclass 107 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_robust_resource_initialization.txt | 84 are initialized as though a zero value were provided for each 85 component of each pixel, and processed and transferred to the GL 97 contents of each texel are initialized as though a zero value were 98 written to each channel of each sample; otherwise the contents of 104 If robust resource initialization is enabled, the contents of each 105 texel is initialized as though a zero value were provided for each 106 component of each pixel, and processed and transferred to the GL 118 initialization is enabled, the contents of each pixel in the data 119 store are initialized as though a zero value was written to each 120 channel of each sample; otherwise, the contents of the data store
|
/third_party/typescript/tests/cases/compiler/ |
D | dottedSymbolResolution1.ts | 13 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; function 14 function each(collection: JQuery, callback: (indexInArray: number, valueOfElement: Base) => any): a… 15 function each(collection: any, callback: (indexInArray: any, valueOfElement: any) => any): any { 21 each(x.find(" "), function () {
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | six-step.txt | 20 1b) Apply a length R FNT to each row. 24 2) Multiply each matrix element (addressed by j*C+m) by r**(j*m). 26 3) Apply a length C FNT to each row. 43 2) Apply a length C FNT to each row. 45 3) Multiply each matrix element (addressed by i*C+n) by r**(i*n). 49 4b) Apply a length R FNT to each row.
|