HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 951 - 975 of 1202) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 78 * <li>Avoid setting row and column numbers on the actual elements if they can be skipped
104 * (and thereby enlarge it) before it is spread with row or column spans.
134 * spacers visibly in the outline, showing row and column numbers, and so on
145 * Whether the grid is edited in "grid mode" where the operations are row/column based
188 parentNode.editXml("Add/Remove Row/Column", new INodeHandler() {
231 // Add and Remove Column actions only apply in Grid Mode
236 // Add Row and Add Column
238 actions.add(RuleAction.createAction(ACTION_ADD_COL, "Add Column", actionCallback,
243 // Remove Row and Remove Column (if something is selected)
247 actions.add(RuleAction.createAction(ACTION_REMOVE_COL, "Remove Column",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eigen/blas/testing/
dblat3.f     [all...]
sblat3.f     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css 84 flex-direction: column !important;
1274 flex-direction: column;
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 199 int line, int column) {
201 if (column >= 0) {
202 // Column specified set script break point on precise location.
205 script_id, line, column);
207 // Column not specified set script break point on line.
228 int column) {
230 if (column >= 0) {
231 // Column specified set script break point on precise location.
234 script_name, line, column);
236 // Column not specified set script break point on line
    [all...]
test-cpu-profiler.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 411 // FIXME(62725): stack trace line/column numbers are one-based.
  /external/chromium_org/third_party/cython/src/
runtests.py 405 is_warning, line, column, message = match.groups()
408 result.append( (int(line), int(column), message.strip()) )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 467 const glsl_type *column = type->column_type(); local
470 offset += setup_uniform_values(loc + offset, column);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 30 // testing of source line/column easier.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 467 const glsl_type *column = type->column_type(); local
470 offset += setup_uniform_values(loc + offset, column);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 66 * <h4>Row and Column Specs</h4>
80 * If a child does not specify the row and column indices of the cell it
119 * Multiple components in the same row or column group are
122 * within it are flexible. Row and column groups that sit either side of a common boundary
126 * To make a column stretch, make sure all of the components inside it define a
127 * weight or a gravity. To prevent a column from stretching, ensure that one of the components
128 * in the column does not define a weight or a gravity.
143 * view was alone in a column, that column would itself collapse to zero width if and only if
323 * To control the 'direction' in which default row/column indices are generate
2171 int column = a.getInt(COLUMN, DEFAULT_COLUMN); local
    [all...]

Completed in 839 milliseconds

<<31323334353637383940>>