search for: addchild

Displaying 20 results from an estimated 23 matches for "addchild".

2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...t = 100; chartArea.percentWidth = 100 - yLabelPercentWidth; - chartArea.setStyle("backgroundColor","0xbbccdd"); + chartArea.setStyle("backgroundColor","0xffffff"); chartArea.verticalScrollPolicy = ScrollPolicy.OFF chartFrame.addChild(yScale); chartFrame.addChild(chartArea); - this.container.addChild(chartFrame); + + chartFrame.addEventListener(FlexEvent.CREATION_COMPLETE,drawLine); XAxisLabelArea = new Canvas(); XAxisLabelArea.height = Constants.labelHeight; XAxisLabelArea.minHeight = Con...
2016 Nov 17
3
DWARF Generator
..._t AddrSize = 8; DwarfGenCU &CU = DG.appendCompileUnit(Version, AddrSize); DwarfGenDIE CUDie = CU.getUnitDIE(); CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); DwarfGenDIE IntDie = CUDie.addChild(DW_TAG_base_type); IntDi...
2016 Nov 18
4
DWARF Generator
...&CU = DG.appendCompileUnit(Version, AddrSize); > DwarfGenDIE CUDie = CU.getUnitDIE(); > > CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); > CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); > > DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); > SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); > SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); > SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); > > DwarfGenDIE IntDie = CUDie.addChild(DW...
2016 Nov 18
2
DWARF Generator
...rSize); >>> DwarfGenDIE CUDie = CU.getUnitDIE(); >>> >>> CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); >>> CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); >>> >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); >>> SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); >>> SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); >>> SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); >>> >>> Dw...
2016 Nov 18
2
DWARF Generator
...DwarfGenDIE CUDie = CU.getUnitDIE(); > >>> > >>> CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); > >>> CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); > >>> > >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); > >>> SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"); > >>> SubprogramDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, 0x1000U); > >>> SubprogramDie.addAttribute(DW_AT_high_pc, DW_FORM_addr, 0x2000U); > >>&gt...
2023 Mar 09
0
njs-0.7.11
...removeAllAttributes(); : doc.$root.from.$text = 'Jani2'; : : console.log(xml.serializeToString(doc)) : /* '<note><to>Tove</to><from>Jani2</from></note>' */ : : doc.$root.to.$tags = [xml.parse(`<a/>`), xml.parse(`<b/>`)]; : doc.$root.to.addChild(xml.parse(`<a/>`)); : : console.log(xml.serializeToString(doc.$root.to)) : /* '<to><a></a><b></b><a></a></to>' */ : : doc.$root.to.removeChildren('a'); : : console.log(xml.serializeToString(doc.$root.to)) : /* '<to><...
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...function() { if (!this.selected) { $(''edtName'').value = ''''; $(''chkIsGroup'').enable().checked = false; $(''btnSubmit'').value = ''Create''; $(''btnRemove'', ''btnAddChild'', ''btnSubmit'').invoke(''disable''); } else { $(''edtName'').value = this.selected.name; var isGroup = this.selected.children; $(''chkIsGroup'').checked = isGroup; $(''btnSubmit'')....
2015 May 24
3
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...Type: application/octet-stream Size: 13310 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150524/bf7f761c/attachment-0003.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0005-AsmPrinter-Return-added-DIE-from-DIE-addChild.patch Type: application/octet-stream Size: 1754 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150524/bf7f761c/attachment-0004.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0006-AsmPrinter-Stop-exposing-underly...
2015 Mar 08
1
LVM encryption and new volume group
...on: [24] Create Device luks/dm-crypt luks-sda2 (id 21) /var/log/anaconda/anaconda.storage.log:20:49:25,019 INFO storage.ui: registered action: [25] Create Format lvmpv on luks/dm-crypt luks-sda2 (id 21) /var/log/anaconda/anaconda.storage.log:20:49:25,020 DEBUG storage.ui: LUKSDevice.addChild: kids: 0 ; name: luks-sda2 ; ... Seems as there is no command to crib. :-( Regards Tim Am 06.03.2015 um 07:10 schrieb Chris Murphy: > On Thu, Mar 5, 2015 at 10:25 PM, Tim <lists at kiuni.de> wrote: >> Hi Chris, >> >> thanks for your answer. >> >> It is th...
2013 Oct 16
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...; to a parent we would check that map and remove the entry (assert-fail if >> there was a mismatch between assumption and reality). >> > > Yes that will verify the single assumption. So in addDIEEntry, if a DIE > (either Die or Entry) has no parent, add it to a map, and in DIE::addChild, > verify the assumption is true and remove it from the map. > > >> >>> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in >>> finalize 3> by wrapping all DIE constructions in a CU. >>> >>> I am wondering whether we should ma...
2015 Mar 06
3
LVM encryption and new volume group
Hi Chris, thanks for your answer. It is the first time I decided to encrypt my lvm. I choosed to encrypt the volume group, not every logical volume itself, because in case of doing lvm snapshots in that group they will be encrypted too? And how do I create a new encrypted volume group? Regards Tim Am 6. M?rz 2015 01:58:23 MEZ, schrieb Chris Murphy <lists at colorremedies.com>: >On
2013 Oct 16
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...ld check that map and remove the entry (assert-fail if >>> there was a mismatch between assumption and reality). >>> >> >> Yes that will verify the single assumption. So in addDIEEntry, if a DIE >> (either Die or Entry) has no parent, add it to a map, and in DIE::addChild, >> verify the assumption is true and remove it from the map. >> >> >>> >>>> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in >>>> finalize 3> by wrapping all DIE constructions in a CU. >>>> >>>> I a...
2013 Oct 16
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...never we add a DIE > to a parent we would check that map and remove the entry (assert-fail if > there was a mismatch between assumption and reality). > Yes that will verify the single assumption. So in addDIEEntry, if a DIE (either Die or Entry) has no parent, add it to a map, and in DIE::addChild, verify the assumption is true and remove it from the map. > >> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in finalize >> 3> by wrapping all DIE constructions in a CU. >> >> I am wondering whether we should make the type uniquing patches depe...
2015 May 21
2
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
With just those four patches, memory usage went *up* slightly. Add in the 5th patch (which does #2 below), and we get an overall memory drop of 4%. The intermediate result of a memory increase makes sense. While the first four patches reduce the number of (and size of) `DIEValue` allocations, they increase the cost of the `SmallVector` overhead. 0005 (attached) squeezes the abbreviation data
2013 Oct 16
3
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...d remove the entry (assert-fail if >>>> there was a mismatch between assumption and reality). >>>> >>> >>> Yes that will verify the single assumption. So in addDIEEntry, if a DIE >>> (either Die or Entry) has no parent, add it to a map, and in DIE::addChild, >>> verify the assumption is true and remove it from the map. >>> >>> >>>> >>>>> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in >>>>> finalize 3> by wrapping all DIE constructions in a CU. >>>&...
2013 Oct 16
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...assert-fail >>>>> if there was a mismatch between assumption and reality). >>>>> >>>> >>>> Yes that will verify the single assumption. So in addDIEEntry, if a DIE >>>> (either Die or Entry) has no parent, add it to a map, and in DIE::addChild, >>>> verify the assumption is true and remove it from the map. >>>> >>>> >>>>> >>>>>> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in >>>>>> finalize 3> by wrapping all DIE construction...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...self.store_mfn = None >+ self.console_channel = None >+ self.console_mfn = None > self.controllers = {} > > self.info = None >@@ -297,6 +300,9 @@ > if self.store_channel: > self.store_channel.saveToDB(self.db.addChild("store_channel"), > save=save) >+ if self.console_channel: >+ self.console_channel.saveToDB(self.db.addChild("console_channel"), >+ save=save) > if self.image:...
2013 Oct 16
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
On Tue, Oct 15, 2013 at 4:59 PM, Manman Ren <manman.ren at gmail.com> wrote: > > > > On Tue, Oct 15, 2013 at 2:24 PM, David Blaikie <dblaikie at gmail.com> wrote: > >> >> >> >> On Tue, Oct 15, 2013 at 1:56 PM, Manman Ren <manman.ren at gmail.com> wrote: >> >>> >>> >>> >>> On Tue, Oct 15, 2013 at
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from wxWindow.h. In order to make things right I had to make sure it was also declared in all the places where wxWindows also changes it. Also, in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see if it also applies
2013 Oct 16
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...here was a mismatch between assumption and reality). >>>>>> >>>>> >>>>> Yes that will verify the single assumption. So in addDIEEntry, if a >>>>> DIE (either Die or Entry) has no parent, add it to a map, and in >>>>> DIE::addChild, verify the assumption is true and remove it from the map. >>>>> >>>>> >>>>>> >>>>>>> With the ConstructedDIEs, we can verify 1> in addDIEEntry, 2> in >>>>>>> finalize 3> by wrapping all DIE construct...