/third_party/boost/libs/math/dot_net_example/distribution_explorer/ |
D | DistexForm.Designer.cs | 8 private System.ComponentModel.IContainer components = null; 31 this.components = new System.ComponentModel.Container(); in InitializeComponent() 32 …System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentReso… in InitializeComponent() 33 this.modeLabel = new System.Windows.Forms.Label(); in InitializeComponent() 34 this.propertiesTab = new System.Windows.Forms.TabControl(); in InitializeComponent() 35 this.DistributionTab = new System.Windows.Forms.TabPage(); in InitializeComponent() 36 this.parameter3 = new System.Windows.Forms.TextBox(); in InitializeComponent() 37 this.parameter3Label = new System.Windows.Forms.Label(); in InitializeComponent() 38 this.distributionNameLabel = new System.Windows.Forms.Label(); in InitializeComponent() 39 this.parameter2Label = new System.Windows.Forms.Label(); in InitializeComponent() [all …]
|
D | AboutDistributionExplorer.Designer.cs | 8 private System.ComponentModel.IContainer components = null; 30 …System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentReso… in InitializeComponent() 31 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent() 32 this.logoPictureBox = new System.Windows.Forms.PictureBox(); in InitializeComponent() 33 this.labelProductName = new System.Windows.Forms.Label(); in InitializeComponent() 34 this.labelVersion = new System.Windows.Forms.Label(); in InitializeComponent() 35 this.labelCopyright = new System.Windows.Forms.Label(); in InitializeComponent() 36 this.labelCompanyName = new System.Windows.Forms.Label(); in InitializeComponent() 37 this.textBoxDescription = new System.Windows.Forms.TextBox(); in InitializeComponent() 38 this.okButton = new System.Windows.Forms.Button(); in InitializeComponent() [all …]
|
D | distexAboutBox.Designer.cs | 8 private System.ComponentModel.IContainer components = null; 30 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent() 31 this.logoPictureBox = new System.Windows.Forms.PictureBox(); in InitializeComponent() 32 this.labelProductName = new System.Windows.Forms.Label(); in InitializeComponent() 33 this.labelVersion = new System.Windows.Forms.Label(); in InitializeComponent() 34 this.labelCopyright = new System.Windows.Forms.Label(); in InitializeComponent() 35 this.labelCompanyName = new System.Windows.Forms.Label(); in InitializeComponent() 36 this.textBoxDescription = new System.Windows.Forms.TextBox(); in InitializeComponent() 37 this.okButton = new System.Windows.Forms.Button(); in InitializeComponent() 39 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); in InitializeComponent() [all …]
|
D | DistexSplash.Designer.cs | 8 private System.ComponentModel.IContainer components = null; 31 …System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentReso… in InitializeComponent() 32 this.labelApplicationTitle = new System.Windows.Forms.Label(); in InitializeComponent() 33 this.labelApplicationVersion = new System.Windows.Forms.Label(); in InitializeComponent() 34 this.labelApplicationCopyright = new System.Windows.Forms.Label(); in InitializeComponent() 35 this.labelApplicationDescription = new System.Windows.Forms.Label(); in InitializeComponent() 36 this.pictureBox1 = new System.Windows.Forms.PictureBox(); in InitializeComponent() 37 this.groupBox1 = new System.Windows.Forms.GroupBox(); in InitializeComponent() 38 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); in InitializeComponent() 44 this.labelApplicationTitle.BackColor = System.Drawing.SystemColors.Control; in InitializeComponent() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfoMain.java | 27 System.out.println(e.getMessage()); in main() 40 System.out.println( in main() 59 System.out.println("Unable to load font " + fileName); in main() 67 System.out.println("==== Information for font index " + i + " ====\n"); in main() 73 System.out.println(String.format("sfnt version: %s", FontInfo.sfntVersion(font))); in main() 74 System.out.println(); in main() 75 System.out.println("Font Tables"); in main() 76 System.out.println( in main() 78 System.out.println(); in main() 79 System.out.println("Name Table Entries:"); in main() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfoMain.java | 27 System.out.println(e.getMessage()); in main() 40 System.out.println( in main() 59 System.out.println("Unable to load font " + fileName); in main() 67 System.out.println("==== Information for font index " + i + " ====\n"); in main() 73 System.out.println(String.format("sfnt version: %s", FontInfo.sfntVersion(font))); in main() 74 System.out.println(); in main() 75 System.out.println("Font Tables"); in main() 76 System.out.println( in main() 78 System.out.println(); in main() 79 System.out.println("Name Table Entries:"); in main() [all …]
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() 25 System.Windows.Xps.Packaging.XpsDocument xpsDoc = in convert() 26 new System.Windows.Xps.Packaging.XpsDocument( in convert() 27 path, System.IO.FileAccess.Read); in convert() 29 throw new System.Exception("XpsDocumentfailed"); in convert() 31 System.Windows.Documents.FixedDocumentSequence docSeq = in convert() 34 throw new System.Exception("GetFixedDocumentSequence failed"); in convert() 36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; in convert() 38 foreach (System.Windows.Documents.DocumentReference dr in drc) { in convert() 39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false); in convert() [all …]
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() 25 System.Windows.Xps.Packaging.XpsDocument xpsDoc = in convert() 26 new System.Windows.Xps.Packaging.XpsDocument( in convert() 27 path, System.IO.FileAccess.Read); in convert() 29 throw new System.Exception("XpsDocumentfailed"); in convert() 31 System.Windows.Documents.FixedDocumentSequence docSeq = in convert() 34 throw new System.Exception("GetFixedDocumentSequence failed"); in convert() 36 System.Windows.Documents.DocumentReferenceCollection drc = docSeq.References; in convert() 38 foreach (System.Windows.Documents.DocumentReference dr in drc) { in convert() 39 System.Windows.Documents.FixedDocument dp = dr.GetDocument(false); in convert() [all …]
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/ |
D | DateTimePatternGeneratorSample.java | 32 … System.out.println("========================================================================"); in getBestPatternExample() 33 System.out.println(" getBestPatternExample()"); in getBestPatternExample() 34 System.out.println(); in getBestPatternExample() 35 System.out.println(" Use DateTimePatternGenerator to create customized date/time pattern:"); in getBestPatternExample() 36 System.out.println(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale"); in getBestPatternExample() 37 … System.out.println("========================================================================"); in getBestPatternExample() 53 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN"); in getBestPatternExample() 55 System.out.printf("%-20s", skeleton); in getBestPatternExample() 64 System.out.printf("%-35s",sdf.format(date)); in getBestPatternExample() 66 System.out.println("\n"); in getBestPatternExample() [all …]
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
D | Main.java | 38 System.exit(1); in main() 60 System.exit(1); in main() 100 System.out.println("[OK] ICU data is synchronized with the reference data"); in main() 108 System.exit(status); in main() 112 System.out.println("[Usage]"); in printUsage() 113 System.out.println(""); in printUsage() 114 …System.out.println(" 1) java com.ibm.icu.dev.tool.currency.Main check <currentXML> <historicXML>"… in printUsage() 115 System.out.println(""); in printUsage() 116 … System.out.println(" Verifies the ICU data (table in NumericCodeData) with the reference data."); in printUsage() 117 System.out.println(""); in printUsage() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 11 using scg = global::System.Collections.Generic; 25 byte[] descriptorData = global::System.Convert.FromBase64String( in WrappersReflection() 67 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 70 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 80 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 93 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 104 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 112 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
D | TJExample.java | 77 System.out.println("\nUSAGE: java [Java options] " + CLASS_NAME + in usage() 80 … System.out.println("Input and output images can be in any image format that the Java Image I/O"); in usage() 81 System.out.println("extensions understand. If either filename ends in a .jpg extension, then"); in usage() 82 System.out.println("the TurboJPEG API will be used to compress or decompress the image.\n"); in usage() 84 System.out.println("Compression Options (used if the output image is a JPEG image)"); in usage() 85 System.out.println("--------------------------------------------------------------\n"); in usage() 87 …System.out.println("-subsamp <444|422|420|gray> = Apply this level of chrominance subsampling when… in usage() 88 … System.out.println(" compressing the output image. The default is to use the same level of"); in usage() 89 System.out.println(" subsampling as in the input image, if the input image is also a JPEG"); in usage() 90 … System.out.println(" image, or to use grayscale if the input image is a grayscale non-JPEG"); in usage() [all …]
|
D | TJBench.java | 64 return (double)System.nanoTime() / 1.0e9; in getTime() 81 System.out.println("WARNING: " + errorMsg); in handleTJException() 242 System.gc(); in decomp() 245 System.out.format("%-6s%s", in decomp() 250 System.out.format("%s\n", in decomp() 254 System.out.print("\n"); in decomp() 256 System.out.format("%s --> Frame rate: %f fps\n", in decomp() 259 System.out.format(" Throughput: %f Megapixels/sec\n", in decomp() 262 System.out.format("YUV Decode --> Frame rate: %f fps\n", in decomp() 264 System.out.format(" Throughput: %f Megapixels/sec\n", in decomp() [all …]
|
/third_party/libjpeg-turbo/java/ |
D | TJExample.java | 77 System.out.println("\nUSAGE: java [Java options] " + CLASS_NAME + in usage() 80 … System.out.println("Input and output images can be in any image format that the Java Image I/O"); in usage() 81 System.out.println("extensions understand. If either filename ends in a .jpg extension, then"); in usage() 82 System.out.println("the TurboJPEG API will be used to compress or decompress the image.\n"); in usage() 84 System.out.println("Compression Options (used if the output image is a JPEG image)"); in usage() 85 System.out.println("--------------------------------------------------------------\n"); in usage() 87 …System.out.println("-subsamp <444|422|420|gray> = Apply this level of chrominance subsampling when… in usage() 88 … System.out.println(" compressing the output image. The default is to use the same level of"); in usage() 89 System.out.println(" subsampling as in the input image, if the input image is also a JPEG"); in usage() 90 … System.out.println(" image, or to use grayscale if the input image is a grayscale non-JPEG"); in usage() [all …]
|
D | TJBench.java | 64 return (double)System.nanoTime() / 1.0e9; in getTime() 81 System.out.println("WARNING: " + errorMsg); in handleTJException() 249 System.gc(); in decomp() 252 System.out.format("%-6s%s", in decomp() 257 System.out.format("%s\n", in decomp() 261 System.out.print("\n"); in decomp() 263 System.out.format("%s --> Frame rate: %f fps\n", in decomp() 266 System.out.format(" Throughput: %f Megapixels/sec\n", in decomp() 269 System.out.format("YUV Decode --> Frame rate: %f fps\n", in decomp() 271 System.out.format(" Throughput: %f Megapixels/sec\n", in decomp() [all …]
|
/third_party/boost/libs/math/dot_net_example/distribution_explorer/Properties/ |
D | Resources.Designer.cs | 12 using System; 22 …[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResou… 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 27 private static global::System.Resources.ResourceManager resourceMan; 29 private static global::System.Globalization.CultureInfo resourceCulture; 31 …[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811… 38 …[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsa… 39 internal static global::System.Resources.ResourceManager ResourceManager { 42 …global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("dist… [all …]
|
/third_party/grpc/src/csharp/Grpc.Examples/ |
D | Math.cs | 11 using scg = global::System.Collections.Generic; 25 byte[] descriptorData = global::System.Convert.FromBase64String( in MathReflection() 57 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 60 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 65 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 70 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 77 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 84 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 92 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 103 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | BrotliInputStream.cs | 13 public class BrotliInputStream : System.IO.Stream 42 public BrotliInputStream(System.IO.Stream source) in BrotliInputStream() 63 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize) in BrotliInputStream() 89 public BrotliInputStream(System.IO.Stream source, int byteReadBufferSize, byte[] customDictionary) in BrotliInputStream() 93 throw new System.ArgumentException("Bad buffer size:" + byteReadBufferSize); in BrotliInputStream() 97 throw new System.ArgumentException("source is null"); in BrotliInputStream() 108 throw new System.IO.IOException("Brotli decoder initialization failed", ex); in BrotliInputStream() 145 throw new System.ArgumentException("Bad offset: " + destOffset); in Read() 149 throw new System.ArgumentException("Bad length: " + destLen); in Read() 153 …throw new System.ArgumentException("Buffer overflow: " + (destOffset + destLen) + " > " + destBuff… in Read() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 11 using scg = global::System.Collections.Generic; 25 byte[] descriptorData = global::System.Convert.FromBase64String( in UnittestCustomOptionsProto3Reflection() 267 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 270 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 275 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 280 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 287 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 299 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 307 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 317 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
D | UnittestIssues.cs | 11 using scg = global::System.Collections.Generic; 25 byte[] descriptorData = global::System.Convert.FromBase64String( in UnittestIssuesReflection() 108 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 116 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 121 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 128 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 133 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 138 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 143 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
/third_party/boost/boost/units/ |
D | unit.hpp | 36 template<class Dim,class System, class Enable> 40 typedef unit<Dim, System> unit_type; 41 typedef unit<Dim,System> this_type; 43 typedef System system_type; 57 BOOST_MPL_ASSERT((detail::check_system<System, Dim>)); in ~unit() 62 BOOST_MPL_ASSERT((detail::check_system<System, Dim>)); 84 template<class Dim, class System> 85 struct reduce_unit<unit<Dim, System> > 91 System 104 template<class Dim,class System> [all …]
|
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | Helloworld.cs | 9 using scg = global::System.Collections.Generic; 23 byte[] descriptorData = global::System.Convert.FromBase64String( in HelloworldReflection() 47 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 50 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 55 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 60 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 67 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 72 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 80 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 88 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | Helloworld.cs | 9 using scg = global::System.Collections.Generic; 23 byte[] descriptorData = global::System.Convert.FromBase64String( in HelloworldReflection() 47 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 50 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 55 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 60 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 67 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 72 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 80 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 88 [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [all …]
|
/third_party/boost/boost/numeric/odeint/iterator/ |
D | const_step_iterator.hpp | 35 template< class Stepper , class System , class State 41 const_step_iterator< Stepper , System , State , StepperTag > , 42 Stepper , System , State , detail::ode_state_iterator_tag , StepperTag 46 typedef const_step_iterator< Stepper , System , State , StepperTag > iterator_type; 49 …const_step_iterator( Stepper stepper , System sys , State &s , time_type t_start , time_type t_end… in const_step_iterator() 50 …: const_step_iterator_impl< iterator_type , Stepper , System , State , detail::ode_state_iterator_… in const_step_iterator() 53 const_step_iterator( Stepper stepper , System sys , State &s ) in const_step_iterator() 54 …: const_step_iterator_impl< iterator_type , Stepper , System , State , detail::ode_state_iterator_… in const_step_iterator() 60 template< class Stepper , class System , class State > 61 const_step_iterator< Stepper , System, State > make_const_step_iterator_begin( in make_const_step_iterator_begin() [all …]
|
D | n_step_iterator.hpp | 35 template< class Stepper , class System , class State 41 n_step_iterator< Stepper , System , State , StepperTag > , 42 Stepper , System , State , detail::ode_state_iterator_tag , StepperTag 46 typedef n_step_iterator< Stepper , System , State , StepperTag > iterator_type; 49 …n_step_iterator( Stepper stepper , System sys , State &s , time_type t , time_type dt , size_t num… in n_step_iterator() 50 …: n_step_iterator_impl< iterator_type , Stepper , System , State , detail::ode_state_iterator_tag … in n_step_iterator() 53 n_step_iterator( Stepper stepper , System sys , State &s ) in n_step_iterator() 54 …: n_step_iterator_impl< iterator_type , Stepper , System , State , detail::ode_state_iterator_tag … in n_step_iterator() 60 template< class Stepper , class System , class State > 61 n_step_iterator< Stepper , System, State > make_n_step_iterator_begin( in make_n_step_iterator_begin() [all …]
|