/external/junit/src/main/java/org/junit/runner/notification/ |
D | RunNotifier.java | 81 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/ |
D | lws-button.c | 92 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/ |
D | lws-button.c | 91 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/ |
D | NullBuilder.java | 8 public Runner runnerForClass(Class<?> each) throws Throwable { in runnerForClass()
|
D | SuiteMethodBuilder.java | 9 public Runner runnerForClass(Class<?> each) throws Throwable { in runnerForClass()
|
/external/libwebsockets/lib/misc/ |
D | dir.c | 293 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/ |
D | unix-plugins.c | 37 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
|
/external/grpc-grpc/examples/ruby/route_guide/ |
D | route_guide_client.rb | 81 def each method in RandomRoute
|
D | route_guide_server.rb | 75 def each method in RectangleEnum
|
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyOneofDescriptor.java | 62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
|
D | RubyEnumDescriptor.java | 92 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/ |
D | RubyOneofDescriptor.java | 62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
|
D | RubyEnumDescriptor.java | 92 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyOneofDescriptor.java | 62 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyOneofDescriptor
|
D | RubyEnumDescriptor.java | 92 public IRubyObject each(ThreadContext context, Block block) { in each() method in RubyEnumDescriptor
|
/external/protobuf/ruby/lib/google/protobuf/ |
D | repeated_field.rb | 184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
|
D | well_known_types.rb | 225 def each singletonMethod
|
/external/cronet/stable/third_party/protobuf/ruby/lib/google/protobuf/ |
D | repeated_field.rb | 184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
|
D | well_known_types.rb | 225 def each singletonMethod
|
/external/cronet/tot/third_party/protobuf/ruby/lib/google/protobuf/ |
D | repeated_field.rb | 184 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
|
D | well_known_types.rb | 225 def each singletonMethod
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-plugins.c | 39 each_plugin_cb_t each, void *each_user) in lws_plat_dlopen()
|
/external/junit/src/main/java/org/junit/internal/ |
D | TextListener.java | 75 protected void printFailure(Failure each, String prefix) { in printFailure()
|
/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | each_matcher.rs | 52 pub fn each<MatcherT>(inner: MatcherT) -> EachMatcher<MatcherT> { in each() function
|
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
D | minimal-http-client.c | 19 static int interrupted, bad = 1, status, each = 1024; variable
|