Searched refs:label (Results 76 - 100 of 1101) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DAudioTrack.idl34 readonly attribute DOMString label;
H A DTrackBase.cpp37 TrackBase::TrackBase(Type type, const AtomicString& id, const AtomicString& label, const AtomicString& language) argument
44 , m_label(label)
H A DVideoTrack.idl34 readonly attribute DOMString label;
H A DTrackBase.h57 AtomicString label() const { return m_label; } function in class:WebCore::TrackBase
58 void setLabel(const AtomicString& label) { m_label = label; } argument
75 TrackBase(Type, const AtomicString& id, const AtomicString& label, const AtomicString& language);
/macosx-10.10/WebCore-7600.1.25/page/gtk/
H A DDragControllerGtk.cpp72 void DragController::declareAndWriteDragImage(DataTransfer& dataTransfer, Element& element, const URL& url, const String& label) argument
74 dataTransfer.pasteboard().writeImage(element, url, label);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktimer2.rb10 label = TkLabel.new(:parent=>root, :relief=>:raised, :width=>10) \
16 label.text format("%d.%02d", *(cnt.divmod(100)))
21 timer = TkTimer.new(50, -1, tick).start(0, proc{ label.text('0.00'); 0 })
27 # init_proc : proc{ label.text('0.00'); 0 }
36 command proc{ timer.restart(0, proc{ label.text('0.00'); 0 }) }
H A Dmenubar1.rb11 {:label=>'Open', :command=>proc{puts('Open clicked')}, :underline=>0},
14 {:type=>'checkbutton', :label=>'Check_B',
H A Dmenubar2.rb11 {:label=>'Open', :command=>proc{puts('Open clicked')}, :underline=>0},
14 {:type=>'checkbutton', :label=>'Check_B',
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dposix_sem.h52 struct label;
64 struct label * psem_label;
H A Dposix_shm.h51 struct label;
69 struct label * pshm_label;
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_file.c51 static struct label *
54 struct label *label; local
56 label = mac_labelzone_alloc(MAC_WAITOK);
57 if (label == NULL)
59 MAC_PERFORM(file_label_init, label);
60 return (label);
71 mac_file_label_free(struct label *label) argument
74 MAC_PERFORM(file_label_destroy, label);
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dbenchmark.rb54 # * Continuing the previous example, put a label in each report:
136 # additional lines of output. If +label+ parameters are
137 # given, these are used to label these extra lines.
176 print((labels.shift || t.label || "").ljust(label_width), t.format(format))
222 # calculate the required label width.
256 ets = job.list.inject(Tms.new) { |sum,(label,item)|
257 print label.ljust(width)
266 job.list.map { |label,item|
268 print label.ljust(width)
269 Benchmark.measure(label,
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c97 * label to convert.
110 labellist_t label);
117 static void labellist_destroy(labellist_t label);
118 static idn_result_t labellist_setname(labellist_t label,
121 labellist_getname(labellist_t label);
123 labellist_gettldname(labellist_t label);
124 static idn_result_t labellist_getnamelist(labellist_t label,
127 static void labellist_undo(labellist_t label);
128 static labellist_t labellist_tail(labellist_t label);
129 static labellist_t labellist_previous(labellist_t label);
937 labellist_destroy(labellist_t label) argument
949 labellist_setname(labellist_t label, const unsigned long *name) argument
970 labellist_getname(labellist_t label) argument
975 labellist_gettldname(labellist_t label) argument
989 labellist_getnamelist(labellist_t label, unsigned long *name, size_t name_length) argument
1013 labellist_undo(labellist_t label) argument
1021 labellist_tail(labellist_t label) argument
1032 labellist_previous(labellist_t label) argument
1039 label_localdecodecheck(idn_resconf_t ctx, labellist_t label) argument
1093 label_idndecode(idn_resconf_t ctx, labellist_t label) argument
1168 label_idnencode_ace(idn_resconf_t ctx, labellist_t label) argument
1245 label_localmap(idn_resconf_t ctx, labellist_t label) argument
1304 label_map(idn_resconf_t ctx, labellist_t label) argument
1355 label_normalize(idn_resconf_t ctx, labellist_t label) argument
1407 label_prohcheck(idn_resconf_t ctx, labellist_t label) argument
1433 label_unascheck(idn_resconf_t ctx, labellist_t label) argument
1459 label_bidicheck(idn_resconf_t ctx, labellist_t label) argument
1485 label_asccheck(idn_resconf_t ctx, labellist_t label) argument
1522 label_lencheck_ace(idn_resconf_t ctx, labellist_t label) argument
1544 label_lencheck_nonace(idn_resconf_t ctx, labellist_t label) argument
1599 label_rtcheck(idn_resconf_t ctx, idn_action_t actions, labellist_t label, const unsigned long *original_name) argument
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDADebugging.h105 #define XREQUIRE(expr, label) require(expr, label)
106 #define XREQUIRENOT(expr, label) nrequire(expr,label)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGInlineCacheWrapperInlines.h39 m_generator.reportSlowPathCall(m_slowPath->label(), m_slowPath->call());
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dadd.pl26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
H A Dsub.pl26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
/macosx-10.10/WebCore-7600.1.25/crypto/parameters/
H A DCryptoAlgorithmRsaOaepParams.h46 // The optional label/application data to associate with the message.
47 // FIXME: Is there a difference between a missing label and an empty one? Perhaps we don't need the hasLabel member.
49 Vector<uint8_t> label; member in class:WebCore::final
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DScopeBarItem.js26 WebInspector.ScopeBarItem = function(id, label, isExclusive) {
30 this.label = label;
52 this._element.textContent = this.label;
/macosx-10.10/gpt-12/
H A DMakefile4 SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dnotebook2.rb12 nb.add(:label=>'Page One')
13 nb.add(:label=>'Page Two')
H A Dtabnotebook.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabnotebook2.rb12 tn.add(:label=>'Page One')
13 tn.add(:label=>'Page Two')
H A Dtabset.rb22 ts.add(:label=>1)
23 ts.add(:label=>2)

Completed in 157 milliseconds

1234567891011>>