Home
last modified time | relevance | path

Searched defs:each (Results 1 - 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdottedSymbolResolution1.js35 function each(collection, callback) { function
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c35 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.c37 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/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnumDescriptor.java131 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
H A DRubyOneofDescriptor.java98 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
H A DRubyDescriptor.java161 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyDescriptor
H A DRubyRepeatedField.java302 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyRepeatedField
H A DRubyMap.java283 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyMap
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
H A Dminimal-http-client.c19 static int interrupted, bad = 1, status, each = 1024; variable
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js143 _proto.each = function each(callback) { function
/third_party/libwebsockets/lib/drivers/button/
H A 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]; 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/lib/misc/
H A Ddir.c293 each_plugin_cb_t each; member
406 lws_plugins_destroy(struct lws_plugin **pplugin, each_plugin_cb_t each, in lws_plugins_destroy() argument
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/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A 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]; 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/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/python/Lib/msilib/
H A Dschema.py646 ('BindImage','Path','Y',None, None, None, None, 'Paths',None, 'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',), namespace
/third_party/node/deps/v8/src/ast/
H A Dast.h527 void Initialize(Expression* each, Expression* subject, Statement* body) { in Initialize() argument
533 Expression* each() const { return each_; } in each() function in v8::internal::ForEachStatement
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h477 void Initialize(PreParserExpression each, const PreParserExpression& subject, in Initialize() argument
/third_party/python/Lib/test/
H A Dtest_inspect.py2194 def each(lst, a=None): function

Completed in 28 milliseconds