Home
last modified time | relevance | path

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

12

/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/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb171 def each(*args, &block) method in Google.Protobuf.RepeatedField.ProxyingEnumerator
Dwell_known_types.rb208 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/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
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c19 static int interrupted, bad = 1, status, each = 1024; variable
/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb725 def each method in BidiErrorTestingEnumerateForeverQueue
777 def each method in EnumeratorQueue
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb242 def each method in WriteFlagSettingStreamingInputEnumerable
/external/antlr/runtime/Ruby/lib/antlr3/
Dtoken.rb319 def each method
Dstreams.rb996 def each( *args ) singletonMethod in ANTLR3.StringStream.CommonTokenStream
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java521 private void each(PVariable variable, String parentName, Data items, PCommand command) { in each() method in TemplateInterpreter
/external/bcc/src/cc/usdt/
Dusdt.cc360 void Context::each(each_cb callback) { in each() function in USDT::Context

12