HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 1126 - 1150 of 1632) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
system_wrappers.target.linux-arm64.mk 48 third_party/webrtc/system_wrappers/source/sort.cc \
system_wrappers.target.linux-mips.mk 48 third_party/webrtc/system_wrappers/source/sort.cc \
system_wrappers.target.linux-mips64.mk 48 third_party/webrtc/system_wrappers/source/sort.cc \
system_wrappers.target.linux-x86.mk 48 third_party/webrtc/system_wrappers/source/sort.cc \
system_wrappers.target.linux-x86_64.mk 48 third_party/webrtc/system_wrappers/source/sort.cc \
  /external/chromium_org/tools/linux/
procfs.py 323 self._sorted_indexes.sort()
331 self._sorted_indexes.sort()
  /external/chromium_org/tools/site_compare/
command_line.py 450 """Returns a method that can be passed to sort() to sort arguments."""
465 and 0 if arg1 and arg2 have the same sort level.
479 sorted_args.sort(self.SortArgs())
489 sorted_args.sort(self.SortArgs())
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 749 // fire an event, but this method takes only 1 argument and invokes sort
750 // one by one. It is obviously time wasting. Instead, we call sort
756 this.fileList_.sort(status.field, status.direction);
808 // Caching URL to reduce a number of calls of toURL in sort.
  /external/chromium_org/v8/test/mjsunit/
undeletable-functions.js 35 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach", "some",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 248 Arrays.sort(logFiles);
531 Arrays.sort(xmlFileNames) ;
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 69 SVD& sort();
470 SVD<MatrixType>& SVD<MatrixType>::sort()
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 90 util/sort.c \
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 249 std::sort(P.LiveInRegs.begin(), P.LiveInRegs.end());
267 std::sort(P.LiveOutRegs.begin(), P.LiveOutRegs.end());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 251 // Sort them in increasing order.
252 std::sort(Offsets.begin(), Offsets.end());
858 // Sort the source order instructions and use the order to insert debug
860 std::sort(Orders.begin(), Orders.end(), less_first());
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 553 // table, then sort the symbols is chosen to match 'as'. Even though it
623 std::sort(ExternalSymbolData.begin(), ExternalSymbolData.end());
624 std::sort(UndefinedSymbolData.begin(), UndefinedSymbolData.end());
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 30 #include <algorithm> // std::sort
153 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset);
171 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 24 a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(r,c);else P&&P.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Q.apply(this,arguments),"slice",Q.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};
49 function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(j.elem,arguments):v};i=c.data(a,"handle",j)}if(i){i.elem=a;b=b.split(/\s+/);for(var n,o=0;n=b[o++];){var m=n.split(".");n=m.shift();if(o>1){d=c.proxy(d);if(f!==v)d.data=f}d.type=m.slice(0).sort().join(".");var s=e[n],x=this.special[n]||{};if(!s){s=e[n]={};if(!x.setup||x.setup.call(a,f,m,d)===false)if(a.addEventListener)a.addEventListener(n,i,false);else a.attachEvent&&a.attachEvent("on"+n,i)}if(x.add)if((m=x.add.call(a,
50 d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=null}}},global:{},remove:function(a,b,d){if(!(a.nodeType===3||a.nodeType===8)){var f=c.data(a,"events"),e,i,j;if(f){if(b===v||typeof b==="string"&&b.charAt(0)===".")for(i in f)this.remove(a,i+(b||""));else{if(b.type){d=b.handler;b=b.type}b=b.split(/\s+/);for(var n=0;i=b[n++];){var o=i.split(".");i=o.shift();var m=!o.length,s=c.map(o.slice(0).sort(),ab);s=new RegExp("(^|\\.)"+
54 d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
69 k){y=l[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=k;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(o.filter(h,[t]).length>0){y=t;break}}t=t[g]}l[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,i=Object.prototype.toString,j=false,n=true;[0,0].sort(function(){n=false;return 0});var o=function(g,h,k,l){k=k||[];var q=h=h||r;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||
72 y[g].nodeType===1&&k.push(t[g]);else k.push.apply(k,y);else A(y,k);if(R){o(R,q,k,l);o.uniqueSort(k)}return k};o.uniqueSort=function(g){if(C){j=n;g.sort(C);if(j)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};o.matches=function(g,h){return o(g,null,null,h)};o.find=function(g,h,k){var l,q;if(!g)return[];for(var p=0,u=m.order.length;p<u;p++){var t=m.order[p];if(q=m.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");l=m.find[t](q,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery-1.4.3.min.js 27 y,r)}))},end:function(){return this.prevObject||b(null)},push:P,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var i=arguments[0]||{},r=1,y=arguments.length,z=false,F,I,K,J,fa;if(typeof i==="boolean"){z=i;i=arguments[1]||{};r=2}if(typeof i!=="object"&&!b.isFunction(i))i={};if(y===r){i=this;--r}for(;r<y;r++)if((F=arguments[r])!=null)for(I in F){K=i[I];J=F[I];if(i!==J)if(z&&J&&(b.isPlainObject(J)||(fa=b.isArray(J)))){if(fa){fa=false;clone=K&&b.isArray(K)?K:[]}else clone=
56 "function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)h.guid=d.guid;var B=l[k],D=c.event.special[k]||{};if(!B){B=l[k]=[];
58 typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in G)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[k++];){v=f;l=f.indexOf(".")<0;n=[];if(!l){n=f.split(".");f=n.shift();s=RegExp("(^|\\.)"+c.map(n.slice(0).sort(),Va).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(B=G[f])if(d){v=c.event.special[f]||{};for(h=e||0;h<B.length;h++){D=B[h];if(d.guid===D.guid){if(l||s.test(D.namespace)){e==null&&B.splice(h--,1);v.remove&&v.remove.call(a,D)}if(e!=null)break}}if(B.length===0||e!=null&&B.length===1){if(!v.teardown||
62 d=[];var f,h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var k=d.length;f<k;f++){var l=d[f];if(b||e.test(l.namespace)){a.handler=l.handler;a.data=
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 755 std::sort(ScopesWithImportedEntities.begin(),
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 449 case 'sort-command':
658 'add-new-bookmark', 'new-folder', 'sort',
679 $('sort-command').canExecuteChange();
787 selectedNodes.sort(function(a, b) { return a.index - b.index });
    [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]

Completed in 1247 milliseconds

<<41424344454647484950>>