Searched refs:add (Results 101 - 125 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DConservativeRoots.h45 void add(void* begin, void* end);
46 void add(void* begin, void* end, JITStubRoutineSet&);
47 void add(void* begin, void* end, JITStubRoutineSet&, CodeBlockSet&);
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-ia64.S41 # define ADDP add
92 add in1=-1,in1 // adjust len for loop counter
98 add ksch=SZ,key
102 add xx=1,xx
127 (p16) add xx=1,xx // x++
129 { .mmi; (p16) add key_x[1]=ksch,key_x[1] // &key[xx&255]
130 (p17) add key_y[1]=ksch,key_y[1] };; // &key[yy&255]
134 { .mmi; (p18) add rnd[1]=ksch,rnd[1] // &key[(tx+ty)&255]
139 { .mmi; (p21) add yy=yy,tx[1] // (p16)
140 (p20) add y
[all...]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml15 Hashtbl.add Parser.binop_precedence '=' 2;
16 Hashtbl.add Parser.binop_precedence '<' 10;
17 Hashtbl.add Parser.binop_precedence '+' 20;
18 Hashtbl.add Parser.binop_precedence '-' 20;
19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
31 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DPassManager.h30 /// PassManagerBase - An abstract interface to allow code to add passes to
37 /// add - Add a pass to the queue of passes to run. This passes ownership of
41 virtual void add(Pass *P) = 0;
51 /// add - Add a pass to the queue of passes to run. This passes ownership of
55 void add(Pass *P);
75 /// add - Add a pass to the queue of passes to run. This passes
80 void add(Pass *P);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagedialog.itk66 option add *Messagedialog.title "Message Dialog" widgetDefault
67 option add *Messagedialog.master "." widgetDefault
68 option add *Messagedialog.textPadX 20 widgetDefault
69 option add *Messagedialog.textPadY 20 widgetDefault
78 itk_component add image {
88 itk_component add message {
/macosx-10.10/WebCore-7600.1.25/svg/graphics/filters/
H A DSVGFilterBuilder.cpp35 m_builtinEffects.add(SourceGraphic::effectName(), sourceGraphic);
36 m_builtinEffects.add(SourceAlpha::effectName(), sourceAlpha);
40 void SVGFilterBuilder::add(const AtomicString& id, PassRefPtr<FilterEffect> effect) function in class:WebCore::SVGFilterBuilder
76 m_effectReferences.add(effect, FilterEffectSet());
80 // It is not possible to add the same value to a set twice.
82 effectReferences(effect->inputEffect(i)).add(effect.get());
83 m_effectRenderer.add(object, effect.get());
/macosx-10.10/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofArith.d15 * If applicable, add the following below this CDDL HEADER, with the
49 add = offsetof(record_t, c) + offsetof(record_t, x) +
59 printf("Addition of offsets (c+x+y)= %d\n", add);
69 (0 != offsetof(record_t, c)) || (12 != add) || (4 != sub) || (0 != mul)
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlcatalog.c37 static int add = 0; variable
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
317 \t--add 'type' 'orig' 'replace' : add a
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/exslt/date/
H A DMakefile.am24 add.1.out add.1.xml add.1.xsl \
25 add.2.out add.2.xml add.2.xsl \
26 add-duration.1.out add-duration.1.xml add-duration.1.xsl \
27 add
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c37 static int add = 0; variable
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
317 \t--add 'type' 'orig' 'replace' : add a
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDataTransferItemList.h54 virtual void add(const String& data, const String& type, ExceptionCode&) = 0;
55 virtual void add(PassRefPtr<File>) = 0;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOptionsCollection.h43 void add(PassRefPtr<HTMLOptionElement>, ExceptionCode&);
44 void add(PassRefPtr<HTMLOptionElement>, int index, ExceptionCode&);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSectionDataGridRow.js29 this.element.classList.add(WebInspector.DetailsSectionDataGridRow.StyleClassName);
54 dataGrid.element.classList.add("inline");
H A DDetailsSectionPropertiesRow.js29 this.element.classList.add(WebInspector.DetailsSectionPropertiesRow.StyleClassName);
30 this.element.classList.add(WebInspector.SyntaxHighlightedStyleClassName);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DMutableDictionary.cpp40 bool MutableDictionary::add(const String& key, PassRefPtr<API::Object> item) function in class:WebKit::MutableDictionary
42 MapType::AddResult result = m_map.add(key, item);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dpromptdialog.rb7 TkOption.add('*textBackground', 'white')
H A Dscrolledhtml.rb5 TkOption.add('*textBackground', 'white')
H A Dtoolbar.rb105 tb.add(:button, :helpstr=>'Copy It', :image=>editcopy22,
108 tb.add(:button, :helpstr=>'Cut It', :image=>editcut22,
111 tb.add(:button, :helpstr=>'Paste It', :image=>editpaste22,
114 tb.add(:button, :helpstr=>'Delete It', :image=>editdelete22,
119 tb.add(:frame, :borderwidth=>1, :width=>10, :height=>10)
123 tb.add(:radiobutton, :variable=>radio_var, :value=>'Box',
128 tb.add(:radiobutton, :variable=>radio_var, :value=>'Line',
133 tb.add(:radiobutton, :variable=>radio_var, :value=>'Oval',
140 tb.add(:frame, :borderwidth=>1, :width=>10, :height=>10)
144 tb.add(
[all...]
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dexcel3.rb11 puts "Now add 2 sheets after of `#{sheet.name}`"
12 sheetS.add({'count'=>2, 'after'=>sheet})
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl24 $dlg menu add separator
25 $dlg menu add command -label "Save Image" -accelerator ${CTRL}s \
34 $dlg menu add separator
35 $dlg menu add checkbutton -label "Window Decoration" -variable ::override \
45 $dlg menu add separator
46 $dlg menu add command -label "Exit" \
51 $dlg menu add separator
52 $dlg menu add command -label "COMM: [comm::comm self]" -state disabled
/macosx-10.10/WebCore-7600.1.25/platform/text/win/
H A DLocaleWin.cpp76 // We add only locales used in layout tests for now.
77 map.add("ar", 0x0001);
78 map.add("ar-eg", 0x0C01);
79 map.add("de", 0x0007);
80 map.add("de-de", 0x0407);
81 map.add("el", 0x0008);
82 map.add("el-gr", 0x0408);
83 map.add("en", 0x0009);
84 map.add("en-gb", 0x0809);
85 map.add("e
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dtk.tcl305 set op add
359 event add <<Cut>> <Control-Key-x> <Key-F20>
360 event add <<Copy>> <Control-Key-c> <Key-F16>
361 event add <<Paste>> <Control-Key-v> <Key-F18>
362 event add <<PasteSelection>> <ButtonRelease-2>
363 event add <<Undo>> <Control-Key-z>
364 event add <<Redo>> <Control-Key-Z>
367 # tab traversal to work, we have to add these keysyms to the
371 catch { event add <<PrevWindow>> <ISO_Left_Tab> }
373 catch { event add <<PrevWindo
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginPackageWin.cpp98 m_quirks.add(PluginQuirkWantsMozillaUserAgent);
100 m_quirks.add(PluginQuirkThrottleInvalidate);
101 m_quirks.add(PluginQuirkThrottleWMUserPlusOneMessages);
102 m_quirks.add(PluginQuirkFlashURLNotifyBug);
108 m_quirks.add(PluginQuirkDeferFirstSetWindowCall);
112 m_quirks.add(PluginQuirkRemoveWindowlessVideoParam);
119 m_quirks.add(PluginQuirkHasModalMessageLoop);
124 m_quirks.add(PluginQuirkDontSetNullWindowHandleOnDestroy);
129 m_quirks.add(PluginQuirkDontAllowMultipleInstances);
135 m_quirks.add(PluginQuirkDeferFirstSetWindowCal
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dsparcv8plus.S184 add %g1,%o5,%o4
186 add %o4,%g2,%o4
193 add %g1,%o5,%o4
195 add %o4,%g3,%o4
202 add %g1,%o5,%o4
204 add %o4,%g2,%o4
210 add %g1,%o5,%o4
212 add %o4,%g3,%o4
228 add %g1,%o5,%o4
230 add
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DEvolveInternal.java33 event.getStats().add(nRead, nConverted);

Completed in 332 milliseconds

1234567891011>>