search for: setsiz

Displaying 20 results from an estimated 45 matches for "setsiz".

Did you mean: setsid
2007 Apr 02
2
Why does lmList() fail when lm() doesn't?
Dear r-helpers, Can anyone suggest why lm() doesn't complain here: summary(osss.lm1 <- lm(logOdds ~ c.setSize %in% task, data = osss)) whereas in package:nlme (and in package:lme4) osss.lmL <- lmList(logOdds ~ c.setSize %in% task | subj, data = osss) # Error in `contrasts<-`(`*tmp*`, value = "contr.treatment") : # contrasts can be applied only to factors with 2 or more levels If it were...
2007 Nov 01
3
[Bug 13051] New: CNN Cartoon Clicks are not responsive to mouse events
...WFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish: fillstyle 0 has no path SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no function named addListener on object unknown SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no function named setSize on object unknown SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no function named unloadMovie on object SwfdecSpriteMovie SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no function named init on object unknown SWFDEC: WARN : swfdec_as_interpret.c(922)...
2007 Apr 05
2
Does xentrace write into buffers by default?
Hello, I have a question about the way Xentrace takes a trace. In previous versions of Xen, I took a trace by setting the size of buffers, activating them and writing the information into a file (optional). setsize 20 tbctl 1 xentrace /tmp/xentrace.dat Now I''m using xen-unstable and I see that setsize is already integrated in xentrace command. My question is: does start/stop buffer is integrated into the xentrace too? I mean, does xen write trace information into buffers by default or it starts...
2003 May 20
1
chan_h323 core dumps
hi just after talking to Jeremy, I downloaded the source he's using and compiled. core dump! This was without gatekeeper: (gdb) bt #0 0x40141118 in mallopt () from /lib/libc.so.6 #1 0x401400fc in malloc () from /lib/libc.so.6 #2 0x405e981b in PAbstractArray::SetSize(int) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #3 0x405ed006 in PString::SetSize(int) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #4 0x405e8d4c in PContainer::SetMinSize(int) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #5 0x405f0686 in PStringStream::Buffer::Buffer(PStrin...
2009 Oct 27
1
Rjava, RImageJ, and/or S4 question.
I am out of my league with this question. The following code starts the java imaging program ImageJ from within R, and displays an image (assuming ImageJ is installed on your computer). library(RImageJ) img <- IJ$openImage( file.choose() ) #pick an available .tif file img$show() # make the image object visible # An image is now displayed # find out about the objects involved >
2006 Apr 23
4
Wx::Window#get_text_extent patch
Here''s a patch to fix Wx::Window#get_text_extent - it requires that the patches from teh last message are applied, to enable *INPUT etc typemaps. Roy - though the function works correctly when called from Ruby, it still causes a crash when called internally when clicking on a Wx::Grid cell. Saw your message on SWIG mailing list, hopefully someone there can help out. alex
2005 Aug 09
3
file
...// n = (int) (Math.random() * 660 - 100); // o = (int) (Math.random() * 540 - 100); // m = (int) (Math.random() * 350 - 100); // k = (int) (Math.random() * 530 - 100); // a1 = getAudioClip(getDocumentBase(), "4.au"); t.start(); this.setSize(600, 670); this.setBackground(Color.CYAN); img1 = this.getImage(this.getCodeBase(), "4.jpg"); img2 = this.getImage(this.getCodeBase(), "7.jpg"); img3 = this.getImage(this.getCodeBase(), "8.jpg"); } public void paint(Graphics g)...
2006 Jun 01
1
[PATCH] Make xentrace hypercall a bit more sane
xentrace, setsize and the hypervisor don''t seem to be on the same page. If tracing is not enabled, the hypercall will only allow TBUF_SET_SIZE and TBUF_ENABLE. However, set_size calls TBUF_GET_INFO, and xentrace wants to call TBUF_SET_EVT_MASK and TBUF_SET_CPU_MASK before calling TBUF_ENABLE. I don'...
2013 Jan 22
1
[OT] how to specify dimensions a a Java Popup
How, if at all, does one specify the size of a Java Popup? setSize on the contents Component does not get the job done regardless of when applied. I keep getting the same small square, serveral pixels on an edge. Is this documented somewhere? I've been trying to use docs.oracle.com, but nothing I've found answers the question. I truly hate the poke it and...
2003 Aug 08
2
Re2: Problem -ATA-711-723-Oh323-Asterisk(BACKTRACK INFO]
Hello Michael, Here is the BackTrace of the program which i forgot to attach BACKTRACE OF Asterisk -vvc #0 0x42074d60 in _int_realloc () from /lib/tls/libc.so.6 #1 0x420738c4 in realloc () from /lib/tls/libc.so.6 #2 0x47c7da89 in PAbstractArray::SetSize(int) () from /home/sip/pwlib/lib/libpt_linux_x86_r.so.1.5 #3 0x47c7cf4d in PContainer::SetMinSize(int) () from /home/sip/pwlib/lib/libpt_linux_x86_r.so.1.5 #4 0x47784af3 in RTP_DataFrame::SetPayloadSize(int) () from /home/sip/openh323/lib/libh323_linux_x86_r.so.1.12 #5 0x4776ea76 in H323_RTPCha...
2016 Jun 21
2
[LLD] thunk implementation correctness depends on order of input section.
...gt;>(S)) { // Set OutSecOff so that scanRelocations can use it. uintX_t Off = alignTo(Sec->getSize(), S->Alignment); IS->OutSecOff = Off; scanRelocations(*IS); // Now that scan relocs possibly changed the size, update the offset. Sec->setSize(Off + S->getSize()); } else if (auto *EH = dyn_cast<EhInputSection<ELFT>>(S)) { if (EH->RelocSection) scanRelocations(*EH, *EH->RelocSection); } }); } Adding a thunk to an InputSection that has already been processed will mean that its size...
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...675600459598498; checksum 0 500806229 null; setID 1 6456195826553758366; checksum 1 1538862558 null; endTell; getWindow; tell It; setResourcesState false false 542; setPopoutState 400; setExplanationSize 0; setAnnotationSize 0; setFontIncAnnot 0; setFontIncExp 0; setSize 1425 800; setLocation 7 22; setFont SanSerif; setFontSize 10; endTell; getEmployee #mesquite.minimal.ManageTaxa.ManageTaxa; tell It; showTaxa #7489305339335140846 #mesquite.lists.TaxonList.TaxonList; tell It; setTaxa #7489305339335140846; getWindow; tell It;...
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...nce of position - new Geometry.Area(position,size) - Creates a new instance of area - Element.getPosition(element) - retrieves the position of an element - Element.setPosition(element,position) - sets the position of an element - Element.getSize(element) - retrieves the size of an element - Element.setSize(element,position) - sets the size of an element - Element.setOpacity(element,opacity) - sets the opacity of an element (0-100) - System.getWindowSize() - gets the size of the window - System.setWindowSize(size) - sets the size of the window - System.getScreenSize(availspaceonly) - gets the size o...
2010 Jul 07
0
[LLVMdev] simple way to print disassembly of final code from jit?
...point you to how I currently believe you can get access to what you need. If you take a look at the code for the implementation of lvm::JIT::runJITOnFunction(Function *, MachineCodeInfo *), you'll see that if a MachineCodeInfo parameter is supplied, it is populated via a call to setAddress and setSize via the registration of a JITEventListener on the Jitting of the given function. I'm almost certain this is the address and size that is needed by the disassembler. You then should be able to either use runJITOnFunction as part of your current JIT compilation process or do the same thing it do...
2010 Jul 08
1
[LLVMdev] simple way to print disassembly of final code from jit?
...point you to how I currently believe you can get access to what you need. If you take a look at the code for the implementation of lvm::JIT::runJITOnFunction(Function *, MachineCodeInfo *), you'll see that if a MachineCodeInfo parameter is supplied, it is populated via a call to setAddress and setSize via the registration of a JITEventListener on the Jitting of the given function. I'm almost certain this is the address and size that is needed by the disassembler. You then should be able to either use runJITOnFunction as part of your current JIT compilation process or do the same thing it do...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
Hi Rafael, Would you mind waiting for Derek to come back from vacation to discuss this? We do use this code and could improve how it's used and tested within LLVM. Derek is the best person to discuss this, he'll be back in mid-January. Thanks, JF On Fri, Dec 19, 2014 at 6:41 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > > > I CC'ed llvmdev to put a
2010 Jul 07
3
[LLVMdev] simple way to print disassembly of final code from jit?
Thanks Reid - I'm on Windows. I guess I just assumed I was missing something obvious in how to hook up the JIT and disassembler! Given the nice looking disassembly code I found, I thought people would be doing it all the time :-) b. On Tue, Jul 6, 2010 at 8:41 PM, Reid Kleckner <reid.kleckner at gmail.com> wrote: > If you're on a recent flavor of Linux, you may be able to just
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2006 Apr 15
1
xentrace failure...
Hello, I''ve been trying to get xenmon.py and xentrace to work, but I consistently get the following (on a couple of different machines/kernels): kibab kibab # xentrace /root/xentrace.log ERROR: Failure to get trace buffer pointer from Xen (22 = Invalid argument) Did I miss an option that has to be turned on or something? Is there some other setting that I need so that everything
2007 Apr 05
0
How to enable Xentrace in xen-unstable?
Hi, I am using xen-unstable and interested to trace the hypervisor. In previous versions, I was able to trace it by: setsize 20 tbctl 1 xentrace /tmp/xentrace.dat And these functions don''t exist in xen-unstable. xentrace --help shows that in more recent versions the buffers'' size could be determined as a parameter for xentrace. But I can not find any replacement for tblctl. Using: # xentrace /tm...