HomeSort by relevance Sort by last modified time
    Searched full:sortable (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/tools/code_coverage/third_party/
README.chromium 10 Add class="sortable" to any table you'd like to make sortable
  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 37 if (object instanceof Sortable) {
38 Sortable sortable = (Sortable) object; local
39 sortable.sort(this);
Sortable.java 9 public interface Sortable {
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 16 import org.junit.runner.manipulation.Sortable;
21 public class JUnit38ClassRunner extends Runner implements Filterable, Sortable {
145 if (getTest() instanceof Sortable) {
146 Sortable adapter= (Sortable) getTest();
JUnit4ClassRunner.java 16 import org.junit.runner.manipulation.Sortable;
30 public class JUnit4ClassRunner extends Runner implements Filterable, Sortable {
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 13 import org.junit.runner.manipulation.Sortable;
16 public class JUnit4TestAdapter implements Test, Filterable, Sortable, Describable {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotDataGrids.js 628 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true},
629 {id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true},
630 {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true},
631 {id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}
674 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true},
675 {id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true, sort: WebInspector.DataGrid.Order.Ascending},
676 {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true},
677 {id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true}
730 {id: "object", title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true},
731 {id: "distance", title: WebInspector.UIString("Distance"), width: "90px", sortable: true}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DirectoryContentView.js 39 {id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGrid.Order.Ascending, width: "20%"},
40 {id: indexes.URL, title: WebInspector.UIString("URL"), sortable: true, width: "20%"},
41 {id: indexes.Type, title: WebInspector.UIString("Type"), sortable: true, width: "15%"},
42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"},
43 {id: indexes.ModificationTime, title: WebInspector.UIString("Modification Time"), sortable: true, width: "25%"}
ApplicationCacheItemsView.js 196 {title: WebInspector.UIString("Resource"), sort: WebInspector.DataGrid.Order.Ascending, sortable: true},
197 {title: WebInspector.UIString("Type"), sortable: true},
198 {title: WebInspector.UIString("Size"), align: WebInspector.DataGrid.Align.Right, sortable: true}
  /frameworks/testing/support/src/android/support/test/internal/runner/junit3/
JUnit38ClassRunner.java 17 import org.junit.runner.manipulation.Sortable;
28 public class JUnit38ClassRunner extends Runner implements Filterable, Sortable {
174 if (getTest() instanceof Sortable) {
175 Sortable adapter = (Sortable) getTest();
  /external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc 280 columns_.back().sortable = true;
283 columns_.back().sortable = true;
286 columns_.back().sortable = true;
289 columns_.back().sortable = true;
292 columns_.back().sortable = true;
295 columns_.back().sortable = true;
298 columns_.back().sortable = true;
301 columns_.back().sortable = true;
305 columns_.back().sortable = true;
308 columns_.back().sortable = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
CookiesTable.js 46 {id: "name", title: WebInspector.UIString("Name"), sortable: true, disclosure: expandable, sort: WebInspector.DataGrid.Order.Ascending, longText: true, weight: 24},
47 {id: "value", title: WebInspector.UIString("Value"), sortable: true, longText: true, weight: 34},
48 {id: "domain", title: WebInspector.UIString("Domain"), sortable: true, weight: 7},
49 {id: "path", title: WebInspector.UIString("Path"), sortable: true, weight: 7},
50 {id: "expires", title: WebInspector.UIString("Expires / Max-Age"), sortable: true, weight: 7},
51 {id: "size", title: WebInspector.UIString("Size"), sortable: true, align: WebInspector.DataGrid.Align.Right, weight: 7},
52 {id: "httpOnly", title: WebInspector.UIString("HTTP"), sortable: true, align: WebInspector.DataGrid.Align.Center, weight: 7},
53 {id: "secure", title: WebInspector.UIString("Secure"), sortable: true, align: WebInspector.DataGrid.Align.Center, weight: 7}
  /frameworks/base/docs/html/tools/help/
dmtracedump.jd 16 dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] <trace-base-name>
56 <td>URL base to the location of the sortable javascript file</td>
  /external/chromium_org/ui/base/models/
table_model.cc 23 sortable(false) {
33 sortable(false) {
table_model.h 132 // Is this column sortable? Default is false
133 bool sortable; member in struct:ui::TableColumn
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 103 Uint16 sortable; /* Total sortable entries */ member in struct:dhdr2rep
  /frameworks/av/include/media/
StringArray.h 18 // Sortable array of strings. STL-ish, but STL-free.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 315 sortable
  /frameworks/av/media/libmedia/
StringArray.cpp 18 // Sortable array of strings. STL-ish, but STL-free.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
ResourceWebSocketFrameView.js 31 {id: "data", title: WebInspector.UIString("Data"), sortable: false, weight: 88, longText: true},
32 {id: "length", title: WebInspector.UIString("Length"), sortable: false, alig: WebInspector.DataGrid.Align.Right, weight: 5},
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 19 bool sortable = true; local
23 &sortable)) {
39 if (!sortable) {
  /external/junit/src/org/junit/runners/
ParentRunner.java 28 import org.junit.runner.manipulation.Sortable;
51 Sortable {
311 // Implementation of Filterable and Sortable
  /external/skia/src/pathops/
SkPathOpsOp.cpp 19 bool sortable = true; local
23 &sortable)) {
39 if (!sortable) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
dataGrid.css 145 .data-grid th.sortable div {
149 .data-grid th.sortable:active {
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 44 bool sortable = Segment::SortAngles(angles, sorted); local
49 if (!sortable) {

Completed in 1894 milliseconds

1 2 3 4