HomeSort by relevance Sort by last modified time
    Searched refs:grid (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
failures_unittests.js 48 var grid = new ui.failures.FailureGrid();
49 deepEqual(Object.getOwnPropertyNames(grid.__proto__).sort(), [
56 equal(grid.outerHTML, '<table class="failures">' +
60 var row = grid._rowByResult('TEXT');
61 equal(grid.outerHTML, '<table class="failures">' +
71 grid.update({});
72 equal(grid.outerHTML, '<table class="failures">' +
82 grid.update({'Atari': {}})
84 grid.update({'WebKit Linux (dbg)': { actual: 'TEXT'}});
85 equal(grid.outerHTML, '<table class="failures">'
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
grid_tbl.cpp 52 // grid[0] = 1.0;
53 // grid[grid_points+1] = -1.0;
55 // grid[i] = cos((6.283185307*i)/(2.0*grid_points));
95 const Word16 grid[grid_points + 1] = variable
149 [1] grid.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayoutTest.java 15 FixedGridLayout grid = (FixedGridLayout)findViewById(R.id.grid); local
16 grid.setCellWidth(80);
17 grid.setCellHeight(80);
  /external/chromium_org/ui/views/corewm/
image_grid_unittest.cc 31 // Size of the images around the grid's border.
39 ImageGrid grid; local
40 grid.SetImages(image_BxB.get(), image_1xB.get(), image_BxB.get(),
44 ImageGrid::TestAPI test_api(&grid);
45 ASSERT_TRUE(grid.top_left_layer() != NULL);
46 ASSERT_TRUE(grid.top_layer() != NULL);
47 ASSERT_TRUE(grid.top_right_layer() != NULL);
48 ASSERT_TRUE(grid.left_layer() != NULL);
49 ASSERT_TRUE(grid.center_layer() != NULL);
50 ASSERT_TRUE(grid.right_layer() != NULL)
131 ImageGrid grid; local
156 ImageGrid grid; local
188 ImageGrid grid; local
236 ImageGrid grid; local
289 ImageGrid grid; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
list.css 8 grid {
17 grid > * {
28 grid > * {
33 grid:focus > [lead] {
38 grid:not([disabled]) > :hover {
43 grid > [selected] {
48 grid > .spacer {
71 grid > [hidden] {
photo_import.css 18 .photo-import[loading] grid,
23 .grid-container {
82 /* The cr.ui.Grid representing the files. */
83 .photo-import grid {
90 .photo-import grid::-webkit-scrollbar {
95 .photo-import grid::-webkit-scrollbar-thumb {
100 .grid-container grid {
104 .grid-item {
117 .grid-frame
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
BufferLibrary.java 23 private FixedSizeArray<Grid> mGridList;
28 mGridList = new FixedSizeArray<Grid>(GRID_LIST_SIZE);
36 public void add(Grid grid) {
37 mGridList.add(grid);
48 Grid grid = mGridList.get(x); local
49 grid.generateHardwareBuffers(gl);
58 Grid grid = mGridList.get(x) local
68 Grid grid = mGridList.get(x); local
    [all...]
TiledBackgroundVertexGrid.java 32 public void setGrid(TiledVertexGrid grid) {
33 mGrid = grid;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui_unittests.js 77 var grid = new ui.results.ResultsGrid()
78 grid.addResults([
84 equal(grid.innerHTML,
120 var grid = new ui.results.ResultsGrid()
121 grid.addResults(['http://example.com/layout-test-results/foo-bar-crash-log.txt']);
122 equal(grid.innerHTML, '<iframe class="text-result" src="http://example.com/layout-test-results/foo-bar-crash-log.txt"></iframe>');
126 var grid = new ui.results.ResultsGrid()
127 grid.addResults([]);
128 equal(grid.innerHTML, 'No results to display.');
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
list.css 6 grid {
15 grid > * {
34 grid > * {
39 grid > [lead] {
44 grid:focus > [lead] {
50 grid > [anchor] {
55 grid:not([disabled]) > :hover {
62 grid > [selected] {
71 grid:focus > [selected] {
78 grid:focus > [lead][selected]
    [all...]
  /external/chromium_org/ui/webui/resources/css/
list.css 6 grid {
15 grid > * {
34 grid > * {
39 grid > [lead] {
44 grid:focus > [lead] {
50 grid > [anchor] {
55 grid:not([disabled]) > :hover {
62 grid > [selected] {
71 grid:focus > [selected] {
78 grid:focus > [lead][selected]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
az_lsp.h 86 extern const Word16 grid[];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
indexedDBViews.css 78 .indexed-db-data-view .data-grid-container {
82 .indexed-db-data-view .data-grid {
87 .indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
91 .indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
95 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
99 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
103 .indexed-db-data-view .data-grid .data-container td {
107 .indexed-db-data-view .data-grid .data-container td.value-column,
108 .indexed-db-data-view .data-grid .data-container td.key-column,
109 .indexed-db-data-view .data-grid .data-container td.primaryKey-column
    [all...]
heapProfiler.css 78 .heap-snapshot-view .data-grid tr:empty {
83 .heap-snapshot-view .data-grid {
87 .heap-snapshot-view .data-grid td.count-column {
91 .heap-snapshot-view .data-grid td.addedCount-column {
95 .heap-snapshot-view .data-grid td.removedCount-column {
99 .heap-snapshot-view .data-grid td.countDelta-column {
103 .heap-snapshot-view .data-grid td.addedSize-column {
107 .heap-snapshot-view .data-grid td.removedSize-column {
111 .heap-snapshot-view .data-grid td.sizeDelta-column {
115 .heap-snapshot-view .data-grid td.shallowSize-column
    [all...]
profilesPanel.css 81 .profile-view .data-grid {
86 .profile-view .data-grid th.average-column {
90 .profile-view .data-grid td.average-column {
94 .profile-view .data-grid th.self-column {
98 .profile-view .data-grid td.self-column {
102 .profile-view .data-grid th.total-column {
106 .profile-view .data-grid td.total-column {
110 .profile-view .data-grid .calls-column {
120 .data-grid tr.selected .profile-node-file {
124 .data-grid:focus tr.selected .profile-node-file
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner.h 42 int grid);
48 // Align the location to the grid / snap to the right / bottom corner.
51 int grid);
window_positioner.cc 35 int grid = kMinimumWindowOffset; local
36 popup_position_offset_from_screen_corner_x = grid;
37 popup_position_offset_from_screen_corner_y = grid;
44 pop_position_offset_increment_x = grid;
45 pop_position_offset_increment_y = grid;
58 return AlignPopupPosition(old_pos, work_area, grid);
59 const gfx::Rect result = SmartPopupPosition(old_pos, work_area, grid);
61 return AlignPopupPosition(result, work_area, grid);
101 int grid) {
131 // be served anymore. Then the next grid position to the right will b
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 33 LinearLayout grid = new LinearLayout(this); local
34 grid.setOrientation(LinearLayout.VERTICAL);
38 grid.addView(row1, new LinearLayout.LayoutParams(
43 grid.addView(row2, new LinearLayout.LayoutParams(
56 setContentView(grid);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 54 import com.android.ide.common.layout.grid.GridDropHandler;
55 import com.android.ide.common.layout.grid.GridLayoutPainter;
56 import com.android.ide.common.layout.grid.GridModel;
57 import com.android.ide.common.layout.grid.GridModel.ViewData;
84 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
98 * grid mode)
133 * Whether the IDE should show diagnostics for debugging the grid layout - including
138 /** Whether the structure (grid model) should be displayed persistently to the user */
141 /** Whether the drop positions should snap to a regular grid */
145 * Whether the grid is edited in "grid mode" where the operations are row/column base
419 GridModel grid = GridModel.get(mRulesEngine, parent, null); local
427 GridModel grid = getGrid(state); local
434 GridModel grid = getGrid(state); local
451 GridModel grid = (GridModel) resizeState.clientData; local
466 GridModel grid = getGrid(state); local
500 GridModel grid = getGrid(state); local
563 GridModel grid = getGrid(state); local
663 GridModel grid = handler.getGrid(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation1.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new LayoutAnimation1.AppsAdapter());
LayoutAnimation4.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());
LayoutAnimation5.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());
LayoutAnimation6.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());

Completed in 516 milliseconds

1 2 3 4 5 6 7 8