Home
last modified time | relevance | path

Searched refs:restarted (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/libsoup/libsoup/
Dsoup-logger.c546 SoupSocket *socket, gboolean restarted) in print_request() argument
596 restarted ? ", restarted" : ""); in print_request()
764 gboolean restarted; in starting() local
771 restarted = TRUE; in starting()
774 restarted = FALSE; in starting()
785 print_request (logger, msg, socket, restarted); in starting()
Dsoup-message.h51 void (*restarted) (SoupMessage *msg); member
/third_party/libsoup/tests/
Dredirect-test.c142 restarted (SoupMessage *msg, gpointer user_data) in restarted() function
184 G_CALLBACK (restarted), &treq); in do_message_api_test()
229 G_CALLBACK (restarted), &treq); in do_request_api_test()
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dflutter_attach_test.dart19 final Completer<void> restarted = Completer<void>();
41 restarted.complete();
70 await eventOrExit(restarted.future);
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.service.in10 # the server is to be restarted later on, as the client autospawn feature
/third_party/iptables/extensions/
Dlibxt_IDLETIMER.man5 timer will be restarted whenever any of the rules get a hit. One entry for
/third_party/cef/libcef/browser/net_service/
Dstream_reader_url_loader.h111 bool* restarted) = 0;
Dstream_reader_url_loader.cc565 bool restarted = false; in OnInputStreamOpened() local
566 response_delegate_->OnInputStreamOpenFailed(request_id_, &restarted); in OnInputStreamOpened()
567 if (restarted) { in OnInputStreamOpened()
Dproxy_url_loader_factory.cc375 void OnInputStreamOpenFailed(int32_t request_id, bool* restarted) override { in OnInputStreamOpenFailed() argument
377 *restarted = false; in OnInputStreamOpenFailed()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c75 static void restarted (SoupMessage * msg, GBytes * body);
685 g_signal_connect (souphttpsink->message, "restarted", G_CALLBACK (restarted), in send_message_locked()
889 restarted (SoupMessage * msg, GBytes * body) in restarted() function
/third_party/lz4/tests/
DREADME.md27 … is lower than `lowerLimit` (an optional parameter, default 0.98) the speed benchmark is restarted.
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/lib/
Dmain.dart20 // is not restarted.
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/lib/
Dmain.dart20 // is not restarted.
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/lib/
Dmain.dart23 // is not restarted.
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/lib/
Dmain.dart.tmpl39 // counter didn't reset back to zero; the application is not restarted.
/third_party/flutter/flutter/packages/flutter_tools/templates/app/lib/
Dmain.dart.tmpl40 // is not restarted.
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md94 If the server that listens on the unix domain socket is down or being restarted,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DTransformFeedback.md63 barrier, the render pass must be ended and restarted after each draw call.
/third_party/python/Doc/library/
Derrno.rst453 Interrupted system call should be restarted
/third_party/mesa3d/docs/
Dandroid.rst128 At this point, your android container is restarted with your new
/third_party/boost/libs/test/doc/test_organization/
Dtest_suites.qbk33 __BOOST_AUTO_TEST_SUITE_END__. The same test suite can be restarted multiple times inside the same …
/third_party/ffmpeg/doc/
Derrno.txt137 ERESTART +..... Interrupted system call should be restarted
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
Ddecode_gif.wuffs180 restarted base.bool,
392 this.restarted = true
523 if not this.restarted {
530 this.restarted = false
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto111 // Number of messages on a stream before it gets finished/restarted
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_primitive_restart.txt178 An OpenGL primitive may be restarted with the command

12345