Searched refs:Data (Results 1 – 16 of 16) sorted by relevance
1 [Data-Title]
13 using System.Data;
25 using System.Data;
122 w.Write(line.Data); in output_callback()313 if (args != null && args.Data != null) in start()315 Console.WriteLine(args.Data); in start()317 … if (args.Data.ToString().Contains("Bridge is being used by the PC with IP Address")) in start()572 if (e != null && e.Data != null) in title_softlaunch()574 Console.WriteLine(e.Data); in title_softlaunch()1353 if (e != null && e.Data != null) in upload()1355 Console.WriteLine(e.Data); in upload()1432 if (e != null && e.Data != null) in make()1434 Console.WriteLine(e.Data); in make()
303 p.OutputDataReceived += (sender, args) => Console.WriteLine(args.Data); in DoProcess_DontWait()304 p.ErrorDataReceived += (sender, args) => Console.WriteLine(args.Data); in DoProcess_DontWait()365 if (e != null && e.Data != null) in DoProcess_GetOutput()367 outputTmp.AppendLine( e.Data ); in DoProcess_GetOutput()
7403 Console.WriteLine(args.Data); in processDataReceived()7930 if (e != null && e.Data != null && sw != null) in monitor_for_output()7932 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()