Searched refs:labels (Results 1 - 25 of 190) sorted by relevance

12345678

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLProgressElement.idl24 readonly attribute NodeList labels;
H A DLabelableElement.cpp43 PassRefPtr<NodeList> LabelableElement::labels() function in class:WebCore::LabelableElement
H A DHTMLMeterElement.idl29 readonly attribute NodeList labels;
H A DLabelableElement.h43 PassRefPtr<NodeList> labels();
H A DHTMLKeygenElement.idl47 readonly attribute NodeList labels;
H A DHTMLOutputElement.idl40 readonly attribute NodeList labels;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl14 set ($this,labels) {}
19 eval ::stooop::delete $($this,labels)
46 lappend ($this,labels) $label
51 set index [lsearch -exact $($this,labels) $label]
53 error "invalid label $label for canvas labels array $this"
55 set ($this,labels) [lreplace $($this,labels) $index $index]
67 foreach label $($this,labels) {
90 proc labels {this} { procedure
91 return $($this,labels)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl75 variable labels
80 upvar 1 header header labels labels footer footer
92 set labels {}
96 lappend labels ${l}[textutil::repeat::strRepeat " " [expr {$max-[string length $l]}]]
101 if {$h > [llength $labels]} {set h [llength $labels]}
119 upvar 1 header header labels labels footer footer at at
131 foreach l [lrange $labels
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Drrsig_46.h30 isc_uint8_t labels; member in struct:dns_rdata_rrsig
H A Dsig_24.h31 isc_uint8_t labels; member in struct:dns_rdata_sig_t
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb59 labels = Array(list_item.label).map do |label|
63 labels << ":\n" unless labels.empty?
65 labels
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dpareto.rb40 labels = []
47 labels[count] = label
81 labels[val]? labels[val]: val
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-tachometer.tcl16 controlwidget::tachometer .t1 -variable ::value1 -labels { 0 10 20 30 40 50 60 70 80 90 100 } \
21 # Note: the labels are not used in the scaling of the values
23 controlwidget::tachometer .t2 -variable ::value2 -labels { 0 {} {} 5 {} {} 10 } -width 100m -height 100m \
H A Ddemo-voltmeter.tcl15 ::controlwidget::voltmeter .t1 -variable value1 -labels { 0 50 100 } -title "Voltmeter (V)"
18 ::controlwidget::voltmeter .t2 -variable value2 -labels { 0 {} 2.5 {} 5 } \
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITDisassembler.cpp107 Vector<JITDisassembler::DumpedOp> JITDisassembler::dumpVectorForInstructions(LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
112 for (unsigned i = 0; i < labels.size();) {
113 if (!labels[i].isSet()) {
123 if (nextIndex >= labels.size()) {
124 dumpDisassembly(out, linkBuffer, labels[i], endLabel);
128 if (labels[nextIndex].isSet()) {
129 dumpDisassembly(out, linkBuffer, labels[i], labels[nextIndex]);
140 void JITDisassembler::dumpForInstructions(PrintStream& out, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
142 Vector<DumpedOp> dumpedOps = dumpVectorForInstructions(linkBuffer, prefix, labels, endLabe
148 reportInstructions(Profiler::Compilation* compilation, LinkBuffer& linkBuffer, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel) argument
[all...]
H A DJITDisassembler.h74 Vector<DumpedOp> dumpVectorForInstructions(LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
76 void dumpForInstructions(PrintStream&, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
77 void reportInstructions(Profiler::Compilation*, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
H A DArityCheckFailReturnThunks.cpp65 Vector<AssemblyHelpers::Label> labels; local
68 labels.append(jit.label());
111 returnPCs[index] = linkBuffer.locationOf(labels[(size - m_nextSize) / stackAlignmentRegisters()]);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLRepresentation.h66 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element resultDistance:(NSUInteger*)outDistance resultIsInCellAbove:(BOOL*)outIsInCellAbove;
67 - (NSString *)matchLabels:(NSArray *)labels againstElement:(DOMElement *)element;
70 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element; // Use -searchForLabels:beforeElement:resultDistance:resultIsInCellAbove:
H A DWebHTMLRepresentation.mm356 // Either get cached regexp or build one that matches any of the labels.
358 static RegularExpression* regExpForLabels(NSArray *labels)
373 CFIndex cacheHit = [regExpLabels indexOfObject:labels];
379 unsigned numLabels = [labels count];
382 String label = [labels objectAtIndex:i];
414 [regExpLabels insertObject:labels atIndex:0];
427 static NSString* searchForLabelsBeforeElement(Frame* frame, NSArray* labels, Element* element, size_t* resultDistance, bool* resultIsInCellAbove)
429 RegularExpression* regExp = regExpForLabels(labels);
496 static NSString *matchLabelsAgainstString(NSArray *labels, const String& stringToMatch)
507 RegularExpression* regExp = regExpForLabels(labels);
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dname.c139 name->labels = 0; \
235 name->labels = 0;
299 REQUIRE(name->labels > 0);
349 REQUIRE(name->labels > 0);
396 REQUIRE(name->labels > 0);
418 REQUIRE(name->labels > 0);
429 * Check all but the last of the remaining labels.
431 while (label + 1 < name->labels) {
483 if (name->labels == 0)
496 if (name->labels
834 unsigned int nlabels, labels; local
1033 unsigned int tlen, nrem, nused, digits = 0, labels, tused; local
1340 unsigned int labels; local
1517 unsigned int labels; local
1621 unsigned int nlen, count, labels; local
1739 unsigned int nused, labels, n, nmax; local
1994 unsigned int nrem, labels, prefix_length, length; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DLocaleICU.cpp180 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>());
181 labels->reserveCapacity(size);
192 labels->append(String::adopt(buffer));
194 return labels.release();
201 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
202 labels->reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName));
204 labels->append(WTF::monthFullName[i]);
205 return labels.release();
225 OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); local
226 labels
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java42 * methods must be called <i>after</i> the labels passed as arguments have been
242 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
252 * @param labels beginnings of the handler blocks. <tt>labels[i]</tt> is
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]); argument
295 * @throws IllegalArgumentException if one of the labels has not already
H A DClassReader.java749 // 1st phase: finds the labels
751 Label[] labels = new Label[codeLength + 1];
761 if (labels[label] == null) {
762 labels[label] = new Label();
768 if (labels[label] == null) {
769 labels[label] = new Label();
788 if (labels[label] == null) {
789 labels[label] = new Label();
798 if (labels[label] == null) {
799 labels[labe
1390 readAttribute( final Attribute[] attrs, final String type, final int off, final int len, final char[] buf, final int codeOff, final Label[] labels) argument
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Db2m.c100 char *labels, *p, *today; local
173 /* Save labels. */
176 labels = "X-Babyl-Labels: ";
179 labels = concat (labels, p, ", ");
181 p = &labels[strlen (labels) - 2];
194 puts (labels);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebHTMLRepresentation.h94 /* [size_is][in] */ BSTR *labels,
100 /* [size_is][in] */ BSTR *labels,
105 virtual HRESULT STDMETHODCALLTYPE searchForLabels(BSTR* labels, unsigned cLabels, IDOMElement* beforeElement, unsigned* resultDistance, BOOL* resultIsInCellAbove, BSTR* result);

Completed in 192 milliseconds

12345678