Home
last modified time | relevance | path

Searched defs:each (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libwebsockets/lib/drivers/button/
Dlws-button.c92 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local
111 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
207 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
437 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in lws_button_controller_create() local
501 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in lws_button_enable() local
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dlws-button.c91 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local
109 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
205 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local
404 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in lws_button_controller_create() local
466 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in lws_button_enable() local
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Deach.js14 Promise.prototype.each = function (fn) { method in Promise
23 Promise.each = function (promises, fn) { function in Promise
/third_party/node/deps/npm/node_modules/mississippi/
Dreadme.md56 ### each subsection
58 ##### `miss.each(stream, each, [done])`
64 #### original module
68 #### example
/third_party/typescript/tests/cases/compiler/
DgetAccessorWithImpliedReturnTypeAndFunctionClassMerge.ts16 each(iterator: _.ListIterator<T, void>, context?: any): void; method in _
DinstantiateContextuallyTypedGenericThis.ts2 each<T>( method
DillegalGenericWrapping1.ts2 each(iterator: (value: T) => void ): void; method
DdottedSymbolResolution1.ts13 function each(collection: string, callback: (indexInArray: any, valueOfElement: any) => any): any; function
DchainedSpecializationToObjectTypeLiteral.ts2 each(iterator: (value: T) => void): void; method
DcrashInResolveInterface.ts3 each(action: (item: T, index: number) => void): void; method
DunderscoreTest1.ts82 each(iterator: Iterator_<T, void>, context?: any): void; method
165 each(iterator: Iterator_<T, void>, context?: any): void; method
241 each(iterator: Iterator_<T, void>, context?: any): ChainedObject<void>; method
332 each(iterator: Iterator_<T, void>, context?: any): ChainedObject<void>; method
399 each<T>(list: T[], iterator: Iterator_<T, void>, context?: any): void; method
400 each<T>(list: Dictionary<T>, iterator: Iterator_<T, void>, context?: any): void; method
/third_party/libwebsockets/lib/misc/
Ddir.c293 each_plugin_cb_t each; member
348 each_plugin_cb_t each, void *each_user) in lws_plugins_init()
406 lws_plugins_destroy(struct lws_plugin **pplugin, each_plugin_cb_t each, in lws_plugins_destroy()
/third_party/typescript/tests/baselines/reference/
DdottedSymbolResolution1.js35 function each(collection, callback) { function
/third_party/node/deps/npm/node_modules/stream-each/
Dindex.js6 function each (stream, fn, cb) { function
Dtest.js3 var each = require('./') variable
/third_party/libwebsockets/lib/plat/unix/
Dunix-plugins.c37 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c39 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofDescriptor.java98 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
DRubyEnumDescriptor.java131 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
DRubyDescriptor.java161 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyDescriptor
DRubyMap.java283 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyMap
DRubyRepeatedField.java302 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyRepeatedField
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c19 static int interrupted, bad = 1, status, each = 1024; variable
/third_party/libjpeg-turbo/doc/html/
Djquery.js2 …nction(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return … method
/third_party/libevdev/doc/html/
Djquery.js2 …nction(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return … method

12