Home
last modified time | relevance | path

Searched refs:_task (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileCommandLineGeneratorTest.cs31 _task.Generator = "csharp"; in SetUp()
32 _task.OutputDir = "outdir"; in SetUp()
33 _task.Protobuf = Utils.MakeSimpleItems("a.proto"); in SetUp()
42 bool result = _task.Execute(); in ExecuteExpectSuccess()
50 Assert.That(_task.LastPathToTool, Does.Match(@"protoc(.exe)?$")); in MinimalCompile()
51 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in MinimalCompile()
58 _task.Protobuf = Utils.MakeSimpleItems("a.proto", "foo/b.proto"); in CompileTwoFiles()
60 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileTwoFiles()
67 _task.ProtoPath = new[] { "/path1", "/path2" }; in CompileWithProtoPaths()
69 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileWithProtoPaths()
[all …]
DProtoToolsPlatformTaskTest.cs28 ProtoToolsPlatform _task; field in Grpc.Tools.Tests.ProtoToolsPlatformTaskTest
35 _task = new ProtoToolsPlatform() { BuildEngine = mockEng.Object }; in SetUp()
36 _task.Execute(); in SetUp()
56 Assert.AreEqual("x86", _task.Cpu); in CpuIsX86()
66 Assert.AreEqual("x64", _task.Cpu); in CpuIsX64()
76 Assert.AreEqual("windows", _task.Os); in OsIsWindows()
86 Assert.AreEqual("linux", _task.Os); in OsIsLinux()
96 Assert.AreEqual("macosx", _task.Os); in OsIsMacOsX()
106 Assert.AreEqual("x86", _task.Cpu); in CpuIsX86()
113 Assert.AreEqual("x64", _task.Cpu); in CpuIsX64()
[all …]
DProtoCompileCommandLinePrinterTest.cs30 _task.Generator = "csharp"; in SetUp()
31 _task.OutputDir = "outdir"; in SetUp()
32 _task.Protobuf = Utils.MakeSimpleItems("a.proto"); in SetUp()
47 bool result = _task.Execute(); in ExecuteExpectSuccess()
DProtoCompileBasicTest.cs62 protected ProtoCompileTestable _task; field in Grpc.Tools.Tests.ProtoCompileBasicTest
68 _task = new ProtoCompileTestable { in SetUp()
79 var pinfo = _task.GetType()?.GetProperty(prop); in RequiredAttributePresentOnProperty()
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c58 static void ue_start_task(struct usb_proc_msg *_task);
281 ue_attach_post_task(struct usb_proc_msg *_task) in ue_attach_post_task() argument
284 (struct usb_ether_cfg_task *)_task; in ue_attach_post_task()
418 ue_start_task(struct usb_proc_msg *_task) in ue_start_task() argument
421 (struct usb_ether_cfg_task *)_task; in ue_start_task()
438 ue_stop_task(struct usb_proc_msg *_task) in ue_stop_task() argument
441 (struct usb_ether_cfg_task *)_task; in ue_stop_task()
510 ue_tick_task(struct usb_proc_msg *_task) in ue_tick_task() argument
513 (struct usb_ether_cfg_task *)_task; in ue_tick_task()
/third_party/glib/gio/
Dgtask.h84 GTask *_task = (task); \
85 (g_task_set_source_tag) (_task, tag); \
86 if (g_task_get_name (_task) == NULL) \
87 g_task_set_name (_task, G_STRINGIFY (tag)); \
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c450 ucom_cfg_start_transfers(struct usb_proc_msg *_task) in ucom_cfg_start_transfers() argument
453 (struct ucom_cfg_task *)_task; in ucom_cfg_start_transfers()
464 if (_task == sc->sc_last_start_xfer) in ucom_cfg_start_transfers()
494 ucom_cfg_open(struct usb_proc_msg *_task) in ucom_cfg_open() argument
497 (struct ucom_cfg_task *)_task; in ucom_cfg_open()
583 ucom_cfg_close(struct usb_proc_msg *_task) in ucom_cfg_close() argument
586 (struct ucom_cfg_task *)_task; in ucom_cfg_close()
683 ucom_cfg_line_state(struct usb_proc_msg *_task) in ucom_cfg_line_state() argument
686 (struct ucom_cfg_task *)_task; in ucom_cfg_line_state()
818 ucom_cfg_status_change(struct usb_proc_msg *_task) in ucom_cfg_status_change() argument
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_workflow.dart57 String get slowWarning => '${_task ?? 'This'} is taking a long time...';
58 String _task;
63 _task = 'Checking Java status';
89 _task = null;
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c1090 struct lws_threadpool_task **_task, void **user) in lws_threadpool_task_status_wsi() argument
1104 *_task = task; in lws_threadpool_task_status_wsi()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1430 …2e33ad1caa)] - **src**: move process.nextTick and promise setup into node\_task\_queue.cc (Joyee C…
/third_party/gstreamer/gstplugins_good/
DChangeLog126935 gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead of hard-coded
126938 Return the result of gst_pad_{start,stop}_task instead of hard-coded