Home
last modified time | relevance | path

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

123

/external/junit/src/main/java/org/junit/runner/notification/
DRunNotifier.java81 protected abstract void notifyListener(RunListener each) throws Exception; in notifyListener()
90 protected void notifyListener(RunListener each) throws Exception { in fireTestRunStarted()
102 protected void notifyListener(RunListener each) throws Exception { in fireTestRunFinished()
120 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteStarted()
137 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteFinished()
155 protected void notifyListener(RunListener each) throws Exception { in fireTestStarted()
194 protected void notifyListener(RunListener each) throws Exception { in fireTestAssumptionFailed()
208 protected void notifyListener(RunListener each) throws Exception { in fireTestIgnored()
224 protected void notifyListener(RunListener each) throws Exception { in fireTestFinished()
/external/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
/external/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
/external/junit/src/main/java/org/junit/internal/builders/
DNullBuilder.java8 public Runner runnerForClass(Class<?> each) throws Throwable { in runnerForClass()
DSuiteMethodBuilder.java9 public Runner runnerForClass(Class<?> each) throws Throwable { in runnerForClass()
/external/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()
/external/libwebsockets/lib/plat/unix/
Dunix-plugins.c37 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_client.rb81 def each method in RandomRoute
Droute_guide_server.rb75 def each method in RectangleEnum
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofDescriptor.java62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
DRubyEnumDescriptor.java92 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofDescriptor.java62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
DRubyEnumDescriptor.java92 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyOneofDescriptor.java62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
DRubyEnumDescriptor.java92 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
/external/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
Dwell_known_types.rb225 def each singletonMethod
/external/cronet/stable/third_party/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
Dwell_known_types.rb225 def each singletonMethod
/external/cronet/tot/third_party/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
Dwell_known_types.rb225 def each singletonMethod
/external/libwebsockets/lib/plat/windows/
Dwindows-plugins.c39 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
/external/junit/src/main/java/org/junit/internal/
DTextListener.java75 protected void printFailure(Failure each, String prefix) { in printFailure()
/external/rust/android-crates-io/crates/googletest/src/matchers/
Deach_matcher.rs52 pub fn each<MatcherT>(inner: MatcherT) -> EachMatcher<MatcherT> { in each() function
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c19 static int interrupted, bad = 1, status, each = 1024; variable

123