Searched refs:weight (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DPartData.java26 private Weight weight; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
33 this.weight = weight;
49 return weight;
61 " weight=" + weight +
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DPartData.java27 private Weight weight; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
34 this.weight = weight;
50 return weight;
62 " weight=" + weight +
H A DPart.java26 private Weight weight; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
35 this.weight = weight;
56 return weight;
69 " weight=" + weight +
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DPartData.java26 private Weight weight; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
33 this.weight = weight;
49 return weight;
61 " weight=" + weight +
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DPartData.java27 private Weight weight; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
34 this.weight = weight;
50 return weight;
62 " weight=" + weight +
H A DPart.java26 private Weight weight; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
35 this.weight = weight;
56 return weight;
69 " weight=" + weight +
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DPart.java35 private Weight weight; field in class:Part
38 public Part(String number, String name, String color, Weight weight, argument
44 this.weight = weight;
74 return weight;
87 " weight=" + weight +
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLSwitchCase.h38 SwitchCase(LValue value, LBasicBlock target, Weight weight) argument
41 , m_weight(weight)
47 Weight weight() const { return m_weight; } function in class:JSC::FTL::SwitchCase
H A DFTLWeightedTarget.h43 WeightedTarget(LBasicBlock target, Weight weight) argument
45 , m_weight(weight)
49 WeightedTarget(LBasicBlock target, float weight) argument
51 , m_weight(weight)
56 Weight weight() const { return m_weight; } function in class:JSC::FTL::WeightedTarget
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Drule.rb2 # A horizontal rule with a weight
4 class RDoc::Markup::Rule < Struct.new :weight
15 q.pp weight
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dsrv_33.h32 isc_uint16_t weight; member in struct:dns_rdata_in_srv
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DPart.java38 private Weight weight; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
47 this.weight = weight;
68 return weight;
81 " weight=" + weight +
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DPart.java38 private Weight weight; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
47 this.weight = weight;
77 return weight;
90 " weight=" + weight +
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationweights.h36 static inline int32_t lengthOfWeight(uint32_t weight) { argument
37 if((weight&0xffffff)==0) {
39 } else if((weight&0xffff)==0) {
41 } else if((weight&0xff)==0) {
57 * @param lowerLimit A collation element weight; the ranges will be filled to cover
59 * @param upperLimit A collation element weight; the ranges will be filled to cover
72 * @return The next weight in the ranges, or 0xffffffff if there is none left.
88 uint32_t incWeight(uint32_t weight, int32_t length) const;
89 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
H A Dcollationweights.cpp37 /* collation element weight allocation -------------------------------------- */
42 getWeightTrail(uint32_t weight, int32_t length) { argument
43 return (uint32_t)(weight>>(8*(4-length)))&0xff;
47 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { argument
49 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length));
53 getWeightByte(uint32_t weight, int32_t idx) { argument
54 return getWeightTrail(weight, idx); /* same calculation */
58 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { argument
78 return (uint32_t)((weight&mask)|(byte<<idx));
82 truncateWeight(uint32_t weight, int32_ argument
87 incWeightTrail(uint32_t weight, int32_t length) argument
92 decWeightTrail(uint32_t weight, int32_t length) argument
152 incWeight(uint32_t weight, int32_t length) const argument
167 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const argument
261 uint32_t weight=lowerLimit; local
527 uint32_t weight = range.start; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dlabeledwidget.itk347 grid rowconfigure $parent 0 -weight 0 -minsize 0
348 grid rowconfigure $parent 1 -weight 0 -minsize \
351 grid rowconfigure $parent 2 -weight 1 -minsize 0
353 grid columnconfigure $parent 0 -weight 1 -minsize 0
354 grid columnconfigure $parent 1 -weight 0 -minsize 0
355 grid columnconfigure $parent 2 -weight 0 -minsize 0
366 grid rowconfigure $parent 0 -weight 1 -minsize 0
367 grid rowconfigure $parent 1 -weight 0 -minsize 0
368 grid rowconfigure $parent 2 -weight 0 -minsize 0
370 grid columnconfigure $parent 0 -weight
[all...]
H A Ddialogshell.itk160 grid rowconfigure $parent 0 -weight 0
161 grid rowconfigure $parent 1 -weight 0
162 grid rowconfigure $parent 2 -weight 1
163 grid columnconfigure $parent 0 -weight 1
164 grid columnconfigure $parent 1 -weight 0
165 grid columnconfigure $parent 2 -weight 0
174 grid rowconfigure $parent 0 -weight 1
175 grid rowconfigure $parent 1 -weight 0
176 grid rowconfigure $parent 2 -weight 0
177 grid columnconfigure $parent 0 -weight
[all...]
H A Dselectionbox.itk473 grid rowconfigure $parent 0 -weight 0 -minsize 0
474 grid rowconfigure $parent 1 -weight 1 -minsize 0
475 grid rowconfigure $parent 2 -weight 0 -minsize $margin
476 grid rowconfigure $parent 3 -weight 0 -minsize 0
478 grid columnconfigure $parent 0 -weight 1 -minsize 0
479 grid columnconfigure $parent 1 -weight 0 -minsize 0
488 grid rowconfigure $parent 0 -weight 1 -minsize 0
489 grid rowconfigure $parent 1 -weight 0 -minsize $margin
490 grid rowconfigure $parent 2 -weight 0 -minsize 0
491 grid rowconfigure $parent 3 -weight
[all...]
H A Dregexpfield.itk198 grid rowconfigure $parent 0 -weight 0
199 grid rowconfigure $parent 1 -weight 1
200 grid columnconfigure $parent 0 -weight 1
201 grid columnconfigure $parent 1 -weight 0
208 grid rowconfigure $parent 0 -weight 1
209 grid rowconfigure $parent 1 -weight 0
210 grid columnconfigure $parent 0 -weight 1
211 grid columnconfigure $parent 1 -weight 0
218 grid rowconfigure $parent 0 -weight 1
219 grid rowconfigure $parent 1 -weight
[all...]
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css22 font-weight: normal;
65 font-weight:bold;
/macosx-10.10.1/bzip2-36/bzip2/
H A Dhuffman.c37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNode
[all...]
/macosx-10.10.1/tidy-15.15/tidy/htmldoc/
H A Dtidy.css8 font-weight: normal
26 font-weight: normal
36 font-weight: normal
46 font-weight: bold
55 font-weight: bold
65 font-weight: normal
75 font-weight: bold
85 font-weight: bold
96 font-weight: bold
106 font-weight
[all...]
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dprettify.css21 /* Use higher contrast and text-weight for printable form. */
24 .kwd { color: #006; font-weight: bold }
26 .typ { color: #404; font-weight: bold }
29 .tag { color: #006; font-weight: bold }
64 .lang-config .tag { color: #821; font-weight: bold } /* enclosures */
65 .lang-config .kwd { color: #128; font-weight: bold } /* directives */
83 .lang-c .kwd { color: #00C; font-weight: bold } /* a keyword */
102 .lang-lua .kwd { color: #00C; font-weight: bold } /* a keyword */
120 .lang-perl .kwd { color: #00C; font-weight: bold } /* a keyword */
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb93 f_btns.grid_columnconfigure(0, :weight=>1)
103 Tk.root.grid_columnconfigure(0, :weight=>1)
104 Tk.root.grid_columnconfigure(1, :weight=>1)
105 Tk.root.grid_columnconfigure(2, :weight=>1)
107 Tk.root.grid_rowconfigure(0, :weight=>1)
108 Tk.root.grid_rowconfigure(2, :weight=>1)
109 Tk.root.grid_rowconfigure(3, :weight=>1)
110 Tk.root.grid_rowconfigure(4, :weight=>1)
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/src/
H A Dtypography.css20 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
26 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
27 h6 { font-size: 1em; font-weight: bold; }
46 strong { font-weight: bold; }
48 dfn { font-weight: bold; }
70 dl dt { font-weight: bold; }
77 th { font-weight: bold; }

Completed in 345 milliseconds

1234567891011>>