Searched refs:me (Results 51 - 75 of 80) sorted by relevance

1234

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp238 TRACKMOUSEEVENT me;
239 RT_ZERO(me);
240 me.cbSize = sizeof(TRACKMOUSEEVENT);
241 me.dwFlags = TME_HOVER | TME_LEAVE | TME_NONCLIENT;
242 me.hwndTrack = pThis->hWnd;
243 BOOL fRc = TrackMouseEvent(&me);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1241 PRThread *me = PR_CurrentThread(); local
1242 if(_PT_THREAD_INTERRUPTED(me))
1245 me->state &= ~PT_THREAD_ABORTED;
3770 PRThread *me = PR_GetCurrentThread(); local
3771 if (npds > me->syspoll_count)
3773 PR_Free(me->syspoll_list);
3774 me->syspoll_list =
3776 if (NULL == me->syspoll_list)
3778 me->syspoll_count = 0;
3782 me
4026 PRThread *me = PR_GetCurrentThread(); local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c559 PRThread *me = _PR_MD_CURRENT_THREAD(); local
571 if (_PR_PENDING_INTERRUPT(me))
573 me->flags &= ~_PR_INTERRUPT;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.sub55 me=`echo "$0" | sed -e 's,.*/,,'`
80 Try \`$me --help' for more information."
96 echo "$me: invalid option $1$help"
110 0) echo "$me: missing argument$help" >&2
113 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
110 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfigure1807 choke me
3122 choke me
3472 choke me
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub57 me=`echo "$0" | sed -e 's,.*/,,'`
82 Try \`$me --help' for more information."
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
46 Output the configuration name of the system \`$me' is run on.
66 Try \`$me --help' for more information."
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfigure3284 choke me
6292 choke me
6989 choke me
10377 choke me
10525 choke me
25399 choke me
25566 choke me
25664 choke me
25761 choke me
25857 choke me
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h774 extern PRBool _PR_NotifyThread (PRThread *thread, PRThread *me);
780 extern void _PR_AddThreadToRunQ(PRThread *me, PRThread *thread);
1297 #define _PR_PROCESS_TIMEOUT_INTERRUPT_ERRORS(me) \
1298 if (_PR_PENDING_INTERRUPT(me)) { \
1299 me->flags &= ~_PR_INTERRUPT; \
1786 extern void _PR_NotifyCondVar(PRCondVar *cvar, PRThread *me);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c249 pthread_t me = pthread_self(); local
250 unsigned int pool = (PRUptrdiff)me % THREAD_POOLS;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl547 var firstAvailCol;if(typeof(matrix[rowIndex])=="undefined"){matrix[rowIndex]=[];}for(var k=0;k<matrix[rowIndex].length+1;k++){if(typeof(matrix[rowIndex][k])=="undefined"){firstAvailCol=k;break;}}lookup[cellId]=firstAvailCol;for(var k=rowIndex;k<rowIndex+rowSpan;k++){if(typeof(matrix[k])=="undefined"){matrix[k]=[];}var matrixrow=matrix[k];for(var l=firstAvailCol;l<firstAvailCol+colSpan;l++){matrixrow[l]="x";}}}}return lookup;}function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function checkHeaderOptionsSortingLocked(table,i){if((table.config.headers[i])&&(table.config.headers[i].lockedOrder))return table.config.headers[i].lockedOrder;return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}};function formatSortingOrder(v){if(typeof(v)!="Number"){return(v.toLowerCase()=="desc")?1:0;}else{return(v==1)?1:0;}}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$('<colgroup>');$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($('<col>').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(table.config.parsers[c].type=="text")?((order==0)?makeSortFunction("text","asc",c):makeSortFunction("text","desc",c)):((order==0)?makeSortFunction("numeric","asc",c):makeSortFunction("numeric","desc",c));var e="e"+i;dynamicExp+="var "+e+" = "+s;dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";if(table.config.debug){benchmark("Evaling expression:"+dynamicExp,new Date());}eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;};function makeSortFunction(type,direction,index){var a="a["+index+"]",b="b["+index+"]";if(type=='text'&&direction=='asc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+a+" < "+b+") ? -1 : 1 )));";}else if(type=='text'&&direction=='desc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+b+" < "+a+") ? -1 : 1 )));";}else if(type=='numeric'&&direction=='asc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+a+" - "+b+"));";}else if(type=='numeric'&&direction=='desc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+b+" - "+a+"));";}};function makeSortText(i){return"((a["+i+"] < b["+i+"]) ? -1 : ((a["+i+"] > b["+i+"]) ? 1 : 0));";};function makeSortTextDesc(i){return"((b["+i+"] < a["+i+"]) ? -1 : ((b["+i+"] > a["+i+"]) ? 1 : 0));";};function makeSortNumeric(i){return"a["+i+"]-b["+i+"];";};function makeSortNumericDesc(i){return"b["+i+"]-a["+i+"];";};function sortText(a,b){if(table.config.sortLocaleCompare)return a.localeCompare(b);return((a<b)?-1:((a>b)?1:0));};function sortTextDesc(a,b){if(table.config.sortLocaleCompare)return b.localeCompare(a);return((b<a)?-1:((b>a)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$.data(this,"tablesorter",config);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){$this.trigger("sortStart");var $cell=$(this);var i=this.column;this.order=this.count++%2;if(this.lockedOrder)this.order=this.lockedOrder;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}};setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false};return false;}});$this.bind("update",function(){var me=this;setTimeout(function(){me.config.parsers=buildParserCache(me,$headers);cache=buildCache(me);},1);}).bind("updateCell",function(e,cell){var config=this.config;var pos=[(cell.parentNode.rowIndex-1),cell.cellIndex];cache.normalized[pos[0]][pos[1]]=config.parsers[pos[1]].format(getElementText(config,cell),cell);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);};};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){return/^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g,'')));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLocaleLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[£$€?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),''));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?'sortValue':c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config.debug){var time=new Date();}var $tr,row=-1,odd;$("tr:visible",table.tBodies[0]).each(function(i){$tr=$(this);if(!$tr.hasClass(table.config.cssChildRow))row++;odd=(row%2==0);$tr.removeClass(table.config.widgetZebra.css[odd?0:1]).addClass(table.config.widgetZebra.css[odd?1:0])});if(table.config.debug){$.tablesorter.benchmark("Applying Zebra widget",time);}}});})(jQuery);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3Lib.cpp429 # error Port me!
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com4 $! In case of problems with the install you might contact me at
678 $! (Hartmut.Becker@compaq.com). All the bugs were introduced by me
680 $! bother Hartmut/HP, but get in touch with me
H A Dconfigure430 choke me
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c1373 PRThread *me = PR_GetCurrentThread(); local
1374 return me == queue->handlerThread;
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c1416 # error port me
1629 # error port me
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c425 # error Port me!
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp867 # error adapt me!
/vbox/include/VBox/
H A Dsettings.h265 void buildExtraData(xml::ElementNode &elmParent, const StringsMap &me);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c330 PRThread *me = _PR_MD_CURRENT_THREAD(); local
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c473 processorid_t me = VBDT_GET_CPUID(); \
475 &cpu_core[me].cpuc_dtrace_flags; \
490 cpu_core[me].cpuc_dtrace_illval = addr; \
508 processorid_t me; \
523 me = VBDT_GET_CPUID(); \
524 cpu_core[me].cpuc_dtrace_flags |= CPU_DTRACE_BADADDR; \
525 cpu_core[me].cpuc_dtrace_illval = addr; \
539 me = VBDT_GET_CPUID(); \
540 cpu_core[me].cpuc_dtrace_flags |= CPU_DTRACE_BADADDR; \
541 cpu_core[me]
1464 processorid_t me = VBDT_GET_CPUID(), cpu = me; local
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1054 * @param me
1057 const StringsMap &me)
1059 if (me.size())
1062 for (StringsMap::const_iterator it = me.begin();
1063 it != me.end();
1056 buildExtraData(xml::ElementNode &elmParent, const StringsMap &me) argument
/vbox/src/libs/liblzf-3.4/
H A Dconfigure2276 choke me
3486 choke me
6708 choke me
7369 echo "$me: cannot create a temporary directory in ." >&2

Completed in 330 milliseconds

1234