Searched refs:grid (Results 1 - 25 of 108) sorted by relevance

12345

/external/replicaisland/src/com/replica/replicaisland/
H A DBufferLibrary.java36 public void add(Grid grid) { argument
37 mGridList.add(grid);
48 Grid grid = mGridList.get(x);
49 grid.generateHardwareBuffers(gl);
58 Grid grid = mGridList.get(x);
59 grid.releaseHardwareBuffers(gl);
68 Grid grid = mGridList.get(x);
69 grid.invalidateHardwareBuffers();
H A DTiledBackgroundVertexGrid.java32 public void setGrid(TiledVertexGrid grid) { argument
33 mGrid = grid;
H A DTiledVertexGrid.java71 // Check to see if this entire grid is empty tiles. If so, we don't need to do anything.
84 Grid grid = null;
86 grid = new Grid(tilesAcross, tilesDown, false);
122 grid.set(tileX, tileY, positions, uvs);
127 return grid;
145 Grid grid = generateGrid((int)mWorldPixelWidth, (int)mWorldPixelHeight, 0, 0);
146 mTileMap = grid;
148 if (grid != null) {
149 bufferLibrary.add(grid);
151 grid
[all...]
/external/python/cpython2/Demo/tkinter/ttk/
H A Dlistbox_scrollcmd.py4 grid [tk::listbox .l -yscrollcommand ".s set" -height 5] -column 0 -row 0 -sticky nwes
5 grid [ttk::scrollbar .s -command ".l yview" -orient vertical] -column 1 -row 0 -sticky ns
6 grid [ttk::label .stat -text "Status message here" -anchor w] -column 0 -row 1 -sticky we
7 grid [ttk::sizegrip .sz] -column 1 -row 1 -sticky se
8 grid columnconfigure . 0 -weight 1; grid rowconfigure . 0 -weight 1
19 l.grid(column=0, row=0, sticky='nwes')
23 s.grid(column=1, row=0, sticky="ns")
26 stat.grid(column=0, row=1, sticky='we')
29 sz.grid(colum
[all...]
H A Dmac_searchentry.py75 e1.grid(padx=10, pady=10)
76 e2.grid(padx=10, pady=10)
H A Dtheme_selector.py43 themes_lbl.grid(ipadx=6, sticky="w")
44 self.themes_combo.grid(row=0, column=1, padx=6, sticky="ew")
45 change_btn.grid(row=0, column=2, padx=6, sticky="e")
46 theme_change_checkbtn.grid(row=1, columnspan=3, sticky="w", pady=6)
52 self.grid(row=0, column=0, sticky="nsew", columnspan=3, rowspan=2)
H A Dtreeview_multicolumn.py67 self.tree.grid(column=0, row=0, sticky='nsew', in_=container)
68 vsb.grid(column=1, row=0, sticky='ns', in_=container)
69 hsb.grid(column=0, row=1, sticky='ew', in_=container)
/external/libxcam/xcore/
H A Dx3a_stats_pool.cpp85 const uint32_t grid = 16; local
87 _stats_info.aligned_width = (info.width + grid - 1) / grid;
88 _stats_info.aligned_height = (info.height + grid - 1) / grid;
90 _stats_info.width = info.width / grid;
91 _stats_info.height = info.height / grid;
92 _stats_info.grid_pixel_size = grid;
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp6 double grid[10][10] = {0}; variable
29 grid[ii][jj] = (ii+1) * (jj+1);
72 return a + 8 + grid[2][3] + len;
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dfactor.hpp57 /// integer array \p grid subject to the constraints given by
63 const std::vector<T> &grid,
72 // We're done with this grid dimension, try the next.
73 return next_grid_factor(limits, grid, factors,
85 grid[d] % block.second[d] == 0) {
86 // We've found a valid grid divisor.
97 return next_grid_factor(limits, grid, factors,
105 /// Find the divisor of the integer array \p grid that gives the
113 const std::vector<T> &grid) {
115 map(find_integer_prime_factors<T>, grid, coord_limi
62 next_grid_factor(const std::pair<T, std::vector<T>> &limits, const std::vector<T> &grid, const std::vector<std::vector<T>> &factors, std::pair<T, std::vector<T>> block, unsigned d = 0, unsigned i = 0) argument
111 find_grid_optimal_factor(T product_limit, const std::vector<T> &coord_limit, const std::vector<T> &grid) argument
[all...]
/external/walt/pywalt/
H A Dplothist.py26 grid(True)
/external/python/cpython2/Tools/pynche/
H A DTypeinViewer.py31 self.__frame.grid(row=3, column=1, sticky='NSEW')
34 self.__xl.grid(row=0, column=0, sticky=E)
36 subframe.grid(row=0, column=1)
38 self.__xox.grid(row=0, column=0, sticky=E)
41 self.__x.grid(row=0, column=1)
47 self.__yl.grid(row=1, column=0, sticky=E)
49 subframe.grid(row=1, column=1)
51 self.__yox.grid(row=0, column=0, sticky=E)
54 self.__y.grid(row=0, column=1)
58 self.__zl.grid(ro
[all...]
H A DChipViewer.py35 self.__label.grid(row=0, column=0)
41 self.__chip.grid(row=1, column=0)
48 self.__name.grid(row=2, column=0)
54 self.__name.grid(row=3, column=0)
86 self.__frame.grid(row=3, column=0, ipadx=5, sticky='NSEW')
90 self.__sframe.grid(row=0, column=0)
95 self.__nframe.grid(row=0, column=1)
/external/python/cpython3/Tools/pynche/
H A DTypeinViewer.py31 self.__frame.grid(row=3, column=1, sticky='NSEW')
34 self.__xl.grid(row=0, column=0, sticky=E)
36 subframe.grid(row=0, column=1)
38 self.__xox.grid(row=0, column=0, sticky=E)
41 self.__x.grid(row=0, column=1)
47 self.__yl.grid(row=1, column=0, sticky=E)
49 subframe.grid(row=1, column=1)
51 self.__yox.grid(row=0, column=0, sticky=E)
54 self.__y.grid(row=0, column=1)
58 self.__zl.grid(ro
[all...]
H A DChipViewer.py35 self.__label.grid(row=0, column=0)
41 self.__chip.grid(row=1, column=0)
48 self.__name.grid(row=2, column=0)
54 self.__name.grid(row=3, column=0)
86 self.__frame.grid(row=3, column=0, ipadx=5, sticky='NSEW')
90 self.__sframe.grid(row=0, column=0)
95 self.__nframe.grid(row=0, column=1)
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dspecial_math_test.py56 """Returns a uniform grid + noise, reshaped to shape argument."""
59 grid = np.linspace(grid_spec.min, grid_spec.max, num=num_points).astype(dtype)
61 grid += 0.1 * grid_spacing * rng.randn(*grid.shape)
63 grid = np.sort(grid)
64 return np.reshape(grid, grid_spec.shape)
151 grid = _make_grid(dtype, grid_spec)
152 actual = sm.log_ndtr(grid).eval()
157 # On the grid,
[all...]
/external/python/cpython2/Lib/idlelib/
H A DaboutDialog.py51 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
54 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
59 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
62 labelEmail.grid(row=6, column=0, columnspan=2,
67 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
69 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
73 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
77 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
79 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
93 height=2, bg=self.bg).grid(ro
[all...]
H A DkeybindingDialog.py60 self.buttonOK.grid(row=0,column=0,padx=5,pady=5)
63 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
68 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
69 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
71 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
72 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
76 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
90 check.grid(row=0,column=column,padx=2,sticky=W)
101 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
105 self.listKeysFinal.grid(ro
[all...]
H A DSearchDialogBase.py37 row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
99 label.grid(row=self.row, column=0, sticky="nw")
101 entry.grid(row=self.row, column=1, sticky="nwe")
117 label.grid(row=self.row, column=0, sticky="nw")
121 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
169 b.grid(pady=1,row=rows,column=0,sticky="ew")
170 self.buttonframe.grid(rowspan=rows+1)
176 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
/external/python/cpython3/Lib/idlelib/
H A Dhelp_about.py54 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
57 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
62 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
65 labelEmail.grid(row=6, column=0, columnspan=2,
70 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
72 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
76 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
80 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
82 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
96 height=2, bg=self.bg).grid(ro
[all...]
H A Dquery.py90 frame.grid(column=0, row=0, sticky='news')
107 entrylabel.grid(column=0, row=0, columnspan=3, padx=5, sticky=W)
108 self.entry.grid(column=0, row=1, columnspan=3, padx=5, sticky=W+E,
110 self.entry_error.grid(column=0, row=2, columnspan=3, padx=5,
112 self.button_ok.grid(column=1, row=99, padx=5)
113 self.button_cancel.grid(column=2, row=99, padx=5)
238 pathlabel.grid(column=0, row=10, columnspan=3, padx=5, pady=[10,0],
240 self.path.grid(column=0, row=11, columnspan=2, padx=5, sticky=W+E,
242 browse.grid(column=2, row=11, padx=5, sticky=W+S)
243 self.path_error.grid(colum
[all...]
H A Dconfig_key.py64 self.buttonOK.grid(row=0,column=0,padx=5,pady=5)
67 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
72 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
73 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
75 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
76 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
80 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
94 check.grid(row=0,column=column,padx=2,sticky=W)
105 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
109 self.listKeysFinal.grid(ro
[all...]
H A Dsearchbase.py38 row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
101 label.grid(row=self.row, column=0, sticky="nw")
103 entry.grid(row=self.row, column=1, sticky="nwe")
119 label.grid(row=self.row, column=0, sticky="nw")
123 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
166 b.grid(pady=1,row=rows,column=0,sticky="ew")
167 self.buttonframe.grid(rowspan=rows+1)
173 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp166 * \brief Quad grid class containing position and texture coordinate data.
168 * A quad grid of size S means a grid consisting of S*S quads (S rows and
334 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) argument
336 const int gridSize = grid.getSize();
342 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1]
363 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) argument
365 const int gridSize = grid.getSize();
372 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y);
377 setPixelColors(quadColors, dstRegion, grid, ds
686 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
1019 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
[all...]
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
H A Dpoisson_lognormal.py67 grid: (Batch of) length-`quadrature_size` vectors representing the
70 weight associate with each `grid` value.
74 grid, probs = np.polynomial.hermite.hermgauss(deg=quadrature_size)
75 grid = grid.astype(loc.dtype.as_numpy_dtype)
79 # The following maps the broadcast of `loc` and `scale` to each grid
83 grid = (loc[..., array_ops.newaxis]
84 + np.sqrt(2.) * scale[..., array_ops.newaxis] * grid)
85 return grid, probs
107 grid
[all...]

Completed in 2796 milliseconds

12345