Searched refs:add (Results 151 - 175 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Dext-test.tcl22 ::xslt::extension add http://tclxml.sf.net/XSLT/Test ::extTest
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCueList.cpp73 m_activeCues->add(cue);
78 bool TextTrackCueList::add(PassRefPtr<TextTrackCue> cue) function in class:WebCore::TextTrackCueList
83 return add(cue, 0, m_list.size());
86 bool TextTrackCueList::add(PassRefPtr<TextTrackCue> prpCue, size_t start, size_t end) function in class:WebCore::TextTrackCueList
105 return add(cue.release(), start, index);
107 return add(cue.release(), index + 1, end);
132 return add(cue);
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml15 Hashtbl.add Parser.binop_precedence '<' 10;
16 Hashtbl.add Parser.binop_precedence '+' 20;
17 Hashtbl.add Parser.binop_precedence '-' 20;
18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml15 Hashtbl.add Parser.binop_precedence '<' 10;
16 Hashtbl.add Parser.binop_precedence '+' 20;
17 Hashtbl.add Parser.binop_precedence '-' 20;
18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml15 Hashtbl.add Parser.binop_precedence '<' 10;
16 Hashtbl.add Parser.binop_precedence '+' 20;
17 Hashtbl.add Parser.binop_precedence '-' 20;
18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DInfo.itk10 option add *Info.title "Info" widgetDefault
16 itk_component add dismiss {
22 itk_component add separator {
27 itk_component add icon {
32 itk_component add infoFrame {
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnanosleep.c96 /* once we add requested_time, this will be the completion time */
141 /* 128-bit addition: acc += add */
143 add128_128(uint128_t *acc, uint128_t *add) argument
145 acc->high += add->high;
146 acc->low += add->low;
147 if(acc->low < add->low)
173 uint128_t add; local
187 * structure. Then we add the middle two terms separately, to avoid
193 add.low = (uint64_t)x1 * (uint64_t)y2;
194 add
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-x86_64.pl118 add $e,$f
121 add $t0,$f
133 add $e,$f
137 add $t0,$f
157 add $e,$f
160 add $t0,$f
173 add $e,$f
175 add $t0,$f
195 add $e,$f
200 add
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dtk.tcl315 set op add
371 event add <<Cut>> <Control-Key-x> <Key-F20> <Control-Lock-Key-X>
372 event add <<Copy>> <Control-Key-c> <Key-F16> <Control-Lock-Key-C>
373 event add <<Paste>> <Control-Key-v> <Key-F18> <Control-Lock-Key-V>
374 event add <<PasteSelection>> <ButtonRelease-2>
375 event add <<Undo>> <Control-Key-z> <Control-Lock-Key-Z>
376 event add <<Redo>> <Control-Key-Z> <Control-Lock-Key-z>
379 # traversal to work, we have to add these keysyms to the PrevWindow
382 catch { event add <<PrevWindow>> <ISO_Left_Tab> }
384 catch { event add <<PrevWindo
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DSimpleChat.java112 textRow.add( Box.createRigidArea( new Dimension( 16, 0)));
117 textRow.add( textScroller);
118 textRow.add( Box.createRigidArea( new Dimension( 16, 0)));
125 addressRow.add( Box.createRigidArea( new Dimension( 16, 0)));
126 addressRow.add( new JLabel( "Talk to: "));
127 addressRow.add( targetPicker);
128 addressRow.add( Box.createHorizontalGlue());
132 buttonRow.add( Box.createRigidArea( new Dimension( 16, 0)));
136 buttonRow.add( inputField);
138 buttonRow.add( Bo
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dbn-586.pl88 &add($a,32);
115 &add($r,32);
137 &add("eax",$c); # L(t)+= *r
140 &add("eax",$c); # L(t)+=c
148 &add($a,32);
149 &add($r,32);
165 &add("eax",$c); # L(t)+=c
168 &add("eax",$c);
214 &add("eax",$c); # L(t)+=c
224 &add(
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-586.pl60 &add($ty, 8);
70 &add( &LB($y), &LB($tx));
74 &add( $ty, $tx);
86 &add( $out, 8)
132 &add( $d, 8);
153 &add( $in, 8);
167 #&add( $out, 8); #moved up into last round
207 &add (&LB($y),&LB($tx));
211 &add (&LB($ty),&LB($tx));
213 &add (
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeSetDetailsSection.js34 optionsElement.classList.add(WebInspector.ProbeSetDetailsSection.SectionOptionsStyleClassName);
37 removeProbeButton.classList.add(WebInspector.ProbeSetDetailsSection.ProbeRemoveStyleClassName);
38 removeProbeButton.classList.add(WebInspector.ProbeSetDetailsSection.ProbeButtonEnabledStyleClassName);
42 clearSamplesButton.classList.add(WebInspector.ProbeSetDetailsSection.ProbeClearSamplesStyleClassName);
43 clearSamplesButton.classList.add(WebInspector.ProbeSetDetailsSection.ProbeButtonEnabledStyleClassName);
47 addProbeButton.classList.add(WebInspector.ProbeSetDetailsSection.AddProbeValueStyleClassName);
51 titleElement.classList.add(WebInspector.ProbeSetDetailsSection.DontFloatLinkStyleClassName);
61 this.element.classList.add(WebInspector.ProbeSetDetailsSection.StyleClassName);
66 WebInspector.ProbeSetDetailsSection.AddProbeValueStyleClassName = "probe-add";
108 content.classList.add(WebInspecto
[all...]
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_cookie.c184 session_cookie_dir_conf *add = (session_cookie_dir_conf *) addv; local
187 new->name = (add->name_set == 0) ? base->name : add->name;
188 new->name_attrs = (add->name_set == 0) ? base->name_attrs : add->name_attrs;
189 new->name_set = add->name_set || base->name_set;
190 new->name2 = (add->name2_set == 0) ? base->name2 : add->name2;
191 new->name2_attrs = (add->name2_set == 0) ? base->name2_attrs : add
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dmenubu.rb18 add 'radio', 'label'=>firstValue, 'variable'=>varName
22 menu.add 'radio', 'label'=>i, 'variable'=>varName
80 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
81 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
94 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
95 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
108 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
109 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
122 add 'command', 'label'=>"Right menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Left menu.\""}
123 add 'comman
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmenubu.rb14 add 'radio', 'label'=>firstValue, 'variable'=>varName
18 menu.add 'radio', 'label'=>i, 'variable'=>varName
77 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
78 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
91 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
92 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
105 add 'command', 'label'=>"Below menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Below menu.\""}
106 add 'command', 'label'=>"Below menu: second item", 'command'=>proc {puts "\"You have selected the second item from the Below menu.\""}
119 add 'command', 'label'=>"Right menu: first item", 'command'=>proc {puts "\"You have selected the first item from the Left menu.\""}
120 add 'comman
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextfileselectiondialog.itk76 option add *Extfileselectiondialog.borderWidth 2 widgetDefault
78 option add *Extfileselectiondialog.title "File Selection Dialog" widgetDefault
80 option add *Extfileselectiondialog.width 350 widgetDefault
81 option add *Extfileselectiondialog.height 400 widgetDefault
83 option add *Extfileselectiondialog.master "." widgetDefault
90 itk_option add hull.width hull.height
101 itk_component add fsb {
H A Dfileselectiondialog.itk75 option add *Fileselectiondialog.borderWidth 2 widgetDefault
77 option add *Fileselectiondialog.title "File Selection Dialog" widgetDefault
79 option add *Fileselectiondialog.width 350 widgetDefault
80 option add *Fileselectiondialog.height 400 widgetDefault
82 option add *Fileselectiondialog.master "." widgetDefault
89 itk_option add hull.width hull.height
100 itk_component add fsb {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEdit.tcl137 .menu add cascade -label {File } -menu $m
138 $m add command -label {Save} -accelerator $osmod+S -command {
141 $m add command -label {Save As...} -command {
150 $m add command -label {Flatten...} -command {
156 $m add command -label {Compress...} -command {
162 $m add command -label {Export...} -accelerator $osmod+E -command {
165 $m add command -label "Quit" -accelerator $osmod+Q -command exit
168 .menu add cascade -label {Edit } -menu $m
169 $m add command -label {Undo} -accelerator $osmod+Z -command {
175 $m add comman
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dnotebook.test16 test notebook-1.1 "Cannot add ancestor" -body {
17 .nb add .
22 inoperative test notebook-1.2 "Cannot add siblings" -body {
24 .nb add [frame .sibling]
27 test notebook-1.3 "Cannot add toplevel" -body {
28 .nb add [toplevel .nb.t]
31 } -returnCodes 1 -match glob -result "can't add .nb.t*"
38 # Now add stuff:
42 .nb add [frame .nb.foo] -text "Foo"
45 .nb add [fram
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading_internal.h57 static Integer add(int delta, Integer &base) function in struct:Security::AtomicTypes
73 static Integer add(int delta, Integer &base) { return OSAtomicAdd64(delta, &base); } function in struct:Security::AtomicTypes
98 static Type add(int delta, Type &store) function in class:Security::Atomic
99 { return Type(_Ops::add(delta, (_Type &)store)); }
114 static Type increment(Type &store) { return add(1, store); }
115 static Type decrement(Type &store) { return add(-1, store); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading_internal.h57 static Integer add(int delta, Integer &base) function in struct:Security::AtomicTypes
73 static Integer add(int delta, Integer &base) { return OSAtomicAdd64(delta, &base); } function in struct:Security::AtomicTypes
98 static Type add(int delta, Type &store) function in class:Security::Atomic
99 { return Type(_Ops::add(delta, (_Type &)store)); }
114 static Type increment(Type &store) { return add(1, store); }
115 static Type decrement(Type &store) { return add(-1, store); }
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBloomFilter.h48 void add(unsigned hash);
59 void add(const AtomicString& string) { add(string.impl()->existingHash()); } function in class:WTF::BloomFilter
60 void add(const String& string) { add(string.impl()->hash()); } function in class:WTF::BloomFilter
83 inline void BloomFilter<keyBits>::add(unsigned hash) function in class:WTF::BloomFilter
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicString.h46 AtomicString(const LChar* s) : m_string(add(s)) { }
47 AtomicString(const char* s) : m_string(add(s)) { }
48 AtomicString(const LChar* s, unsigned length) : m_string(add(s, length)) { }
49 AtomicString(const UChar* s, unsigned length) : m_string(add(s, length)) { }
50 AtomicString(const UChar* s, unsigned length, unsigned existingHash) : m_string(add(s, length, existingHash)) { }
51 AtomicString(const UChar* s) : m_string(add(s)) { }
55 : m_string(add(characters.data(), characters.size()))
59 ATOMICSTRING_CONVERSION AtomicString(StringImpl* imp) : m_string(add(imp)) { }
61 ATOMICSTRING_CONVERSION AtomicString(const String& s) : m_string(add(s.impl())) { }
62 AtomicString(StringImpl* baseString, unsigned start, unsigned length) : m_string(add(baseStrin
176 ALWAYS_INLINE static PassRefPtr<StringImpl> add(const char* s) { return add(reinterpret_cast<const LChar*>(s)); }; function in class:WTF::AtomicString
179 ALWAYS_INLINE static PassRefPtr<StringImpl> add(const char* s, unsigned length) { return add(reinterpret_cast<const LChar*>(s), length); }; function in class:WTF::AtomicString
183 ALWAYS_INLINE static PassRefPtr<StringImpl> add(StringImpl* string) function in class:WTF::AtomicString
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp81 // addPassesForOptimizations - Allow the backend (target) to add Target
85 PM.add(createConstantPropagationPass());
86 PM.add(createLoopSimplifyPass());
87 PM.add(createDeadCodeEliminationPass());
88 PM.add(createConstantPropagationPass());
89 PM.add(createLoopUnrollPass());
90 PM.add(createLoopStrengthReducePass(getTargetLowering()));

Completed in 199 milliseconds

1234567891011>>