Searched refs:sortIndex (Results 1 - 18 of 18) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolSorter.java81 for (int sortIndex = 0; sortIndex < sortLength; sortIndex++)
83 ComparableConstant comparableConstant = comparableConstantPool[sortIndex];
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dprocess_base.js36 this.sortIndex = 0;
41 return x.sortIndex - y.sortIndex;
H A Dthread.js65 this.sortIndex = 0;
280 tmp = x.sortIndex - y.sortIndex;
H A Dprocess_test.js55 p1.sortIndex = 1;
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Ddiff_viewer.js236 $scope.sortIndex = 1;
240 $scope.sortIndex = idx;
249 return record.diffs[$scope.sortIndex].result;
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js236 $scope.sortIndex = 1;
240 $scope.sortIndex = idx;
249 return record.diffs[$scope.sortIndex].result;
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c656 int32_t keyIndex, sortIndex; member in struct:Row
853 pTempTable->rows[i].sortIndex=i;
858 pTempTable->rows[i].sortIndex=i;
887 oldIndex=pTempTable->rows[i].sortIndex;
902 oldIndex=pTempTable->rows[i].sortIndex;
921 oldIndex=pTempTable->rows[i].sortIndex;
H A Ducnv_io.cpp1098 uint16_t strIndex, sortIndex; member in struct:TempRow
1273 tempTable.rows[i].sortIndex=(uint16_t)i;
1284 oldIndex=tempTable.rows[i].sortIndex;
1297 oldIndex=tempTable.rows[i].sortIndex;
1303 oldIndex=tempTable.rows[i].sortIndex;
/external/icu/icu4c/source/common/
H A Duresdata.c654 int32_t keyIndex, sortIndex; member in struct:Row
851 pTempTable->rows[i].sortIndex=i;
856 pTempTable->rows[i].sortIndex=i;
885 oldIndex=pTempTable->rows[i].sortIndex;
900 oldIndex=pTempTable->rows[i].sortIndex;
919 oldIndex=pTempTable->rows[i].sortIndex;
H A Ducnv_io.cpp1098 uint16_t strIndex, sortIndex; member in struct:TempRow
1273 tempTable.rows[i].sortIndex=(uint16_t)i;
1284 oldIndex=tempTable.rows[i].sortIndex;
1297 oldIndex=tempTable.rows[i].sortIndex;
1303 oldIndex=tempTable.rows[i].sortIndex;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js919 data.sortIndex = i;
926 if (entry.sortIndex < data.sortIndex)
943 data.sortIndex = entry.sortIndex;
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp182 unsigned sortIndex = 0; local
191 groupToSortIndex[R] = sortIndex++;
/external/llvm/utils/lit/lit/
H A Dmain.py122 def sortIndex(test): function in function:sort_by_incremental_cache
128 run.tests.sort(key = lambda t: sortIndex(t))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js522 * @param {number} sortIndex
524 _setSortIndex: function(sortIndex)
526 this._sortIndex = sortIndex;
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js242 process.sortIndex = event.args.sort_index;
250 thread.sortIndex = event.args.sort_index;
/external/chromium-trace/
H A Dscript.js188 base.exportTo("tracing.trace_model",function(){function d(c,b,e,d,l,m){a.call(this,c,b,e,d,l,m);this.subSlices=[]}function b(a,b){this.guid_=base.GUID.allocate();if(!a)throw Error("Parent must be provided.");this.parent=a;this.sortIndex=0;this.tid=b;this.sliceGroup=new c(d);this.cpuSlices=void 0;this.samples_=[];this.kernelSliceGroup=new c;this.asyncSliceGroup=new e;this.bounds=new base.Range;this.ephemeralSettings={}}var a=tracing.trace_model.Slice,c=tracing.trace_model.SliceGroup,e=tracing.trace_model.AsyncSliceGroup;
194 this.name:"")},getSettingsKey:function(){if(this.name){var a=this.parent.getSettingsKey();return a?a+"."+this.name:void 0}}};b.compare=function(a,c){var b=a.parent.compareTo(c.parent);return b||(b=a.sortIndex-c.sortIndex)?b:(b=base.comparePossiblyUndefinedValues(a.name,c.name,function(a,c){return a.localeCompare(c)}))?b:a.tid-c.tid};return{ThreadSlice:d,Thread:b}});"use strict";
201 base.exportTo("tracing.trace_model",function(){function d(a){if(!a)throw Error("Must provide a model");this.guid_=base.GUID.allocate();this.model=a;this.threads={};this.counters={};this.objects=new tracing.trace_model.ObjectCollection(this);this.bounds=new base.Range;this.sortIndex=0;this.ephemeralSettings={}}var b=tracing.trace_model.Thread,a=tracing.trace_model.Counter;d.compare=function(a,b){return a.sortIndex-b.sortIndex};d.prototype={get guid(){return this.guid_},get numThreads(){var a=0,b;for(b in this.threads)a++;
258 c.name=a.args.name}else"process_labels"==a.name?(c=this.model_.getOrCreateProcess(a.pid),c.labels.push.apply(c.labels,a.args.labels.split(","))):"process_sort_index"==a.name?(c=this.model_.getOrCreateProcess(a.pid),c.sortIndex=a.args.sort_index):"thread_name"==a.name?(c=this.model_.getOrCreateProcess(a.pid).getOrCreateThread(a.tid),c.name=a.args.name):"thread_sort_index"==a.name?(c=this.model_.getOrCreateProcess(a.pid).getOrCreateThread(a.tid),c.sortIndex=a.args.sort_index):this.model_.importErrors.push("Unrecognized metadata name: "+
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4219 milliseconds