Searched refs:Data (Results 1 – 16 of 16) sorted by relevance
1 [Data-Title]
13 using System.Data;
25 using System.Data;
124 w.Write(line.Data); in output_callback()331 if (args != null && args.Data != null) in start()333 Console.WriteLine(args.Data); in start()335 … if (args.Data.ToString().Contains("Bridge is being used by the PC with IP Address")) in start()594 if (e != null && e.Data != null) in title_softlaunch()596 Console.WriteLine(e.Data); in title_softlaunch()1375 if (e != null && e.Data != null) in upload()1377 Console.WriteLine(e.Data); in upload()1454 if (e != null && e.Data != null) in make()1456 Console.WriteLine(e.Data); in make()
278 p.OutputDataReceived += (sender, args) => Console.WriteLine(args.Data); in DoProcess_DontWait()279 p.ErrorDataReceived += (sender, args) => Console.WriteLine(args.Data); in DoProcess_DontWait()389 if (e != null && e.Data != null) in DoProcess_GetOutput()391 outputTmp.AppendLine( e.Data ); in DoProcess_GetOutput()
7687 Console.WriteLine(args.Data); in processDataReceived()8508 if (e != null && e.Data != null && sw != null) in monitor_for_output()8510 string outputData = e.Data; in monitor_for_output()
312 Byte *Data; member321 *b = *sd->Data++; in SzReadByte()393 sd->Data += (size_t)size; in SzSkeepDataSize()1022 memcpy(p->FileNames.data, sd->Data, namesSize); in SzReadHeader2()1023 RINOK(SzReadFileNames(sd->Data, namesSize >> 1, numFiles, p->FileNameOffsets)) in SzReadHeader2()1278 sd.Data = buffer.data; in SzArEx_Open2()1295 sd.Data = buffer.data; in SzArEx_Open2()