HomeSort by relevance Sort by last modified time
    Searched full:columns (Results 476 - 500 of 2476) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/GridViewPager/res/values/
strings.xml 35 <string name="columns_title">Columns</string>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
QRDecomposition.java 64 * <p>H is a lower trapezoidal matrix whose columns represent
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 53 * more rows than columns. The number of columns of <code>B</code> is
162 * matrix, it is also the number of columns of the rectangular
176 * <li>columns with the too small diagonal element are discarded</li>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 140 * least 2 columns and at least 2 rows.
169 * <li>The 2-way table represented by <code>counts</code> must have at least 2 columns and
187 * represented by the counts in the columns of the input 2-way table are independent of the rows,
205 * <li>The 2-way table represented by <code>counts</code> must have at least 2 columns and
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java 89 * @param nvars number of independent variables (columns, not counting y)
144 * observation, with columns corresponding to independent variables.
194 * <li>x has at least one more row than it has columns (i.e. there is
196 * columns in x plus an intercept.</li>
MultipleLinearRegression.java 24 * where y is an <code>n-vector</code> <b>regressand</b>, X is a <code>[n,k]</code> matrix whose <code>k</code> columns are called
  /external/autotest/client/profilers/readprofile/
readprofile.py 5 on standard output. The output is organized in three columns: the first is the
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 228 columns = line.strip().split()
231 if len(columns) == 5 and columns[4] == 'login':
232 login_keyboards.add(columns[0])
  /external/autotest/frontend/client/src/autotest/common/table/
DataSource.java 69 * @param sortOn list of columns + directions to sort on; results will be sorted by the
  /external/autotest/server/
frontend_unittest.py 74 self.assert_('columns=test' in fake_stdout)
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 35 columns = item.split(' ')
36 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
41 name = ' '.join(columns[6:]).strip()
  /external/bison/m4/
include_next.m4 30 dnl is included by a system header file that does a "#pragma COLUMNS 80" (which
32 dnl includes to 80 columns) and the gnulib file has lines longer than 80
33 dnl columns.
121 PRAGMA_COLUMNS="#pragma COLUMNS 10000"
  /external/chromium-trace/catapult/dashboard/dashboard/
add_point_queue.py 137 columns = add_point.GetAndValidateRowProperties(row_dict)
138 columns['internal_only'] = parent_test.internal_only
153 columns['a_default_rev'] = 'r_chrome_version'
156 new_row = graph_data.Row(id=row_id, parent=test_container_key, **columns)
graph_csv.py 27 attr: Comma-separated list of attributes (columns) to return.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend_unittest.py 24 def GetPsOutput(self, columns, pid=None):
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_heap_details_pane.html 275 var columns = this.createColumns_(rows);
278 this.$.table.tableColumns = columns;
396 var columns = [titleColumn].concat(numericColumns);
397 return columns;
memory_dump_vm_regions_details_pane.html 222 var columns = this.createColumns_(rows);
228 this.$.table.tableColumns = columns;
372 var columns = [titleColumn].concat(fieldColumns);
373 return columns;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 43 GridLayoutFactory.create(this).noMargins().spacingV(0).columns(2);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 71 glu.xlsub(k) = nextl; // other columns in supernode i
  /external/eigen/Eigen/src/misc/
Kernel.h 33 // whose dimension is the number of columns of the original matrix
  /external/eigen/test/
real_qz.cpp 29 // Regression test for bug 985: Randomly set rows or columns to zero
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiClassifier.java 25 * organized in columns: there should not be interaction between adjacent
  /external/icu/icu4c/source/common/
rbbinode.h 76 // corresponds to columns in the final
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiClassifier.java 24 * organized in columns: there should not be interaction between adjacent
  /external/libvpx/libvpx/vpx_dsp/mips/
idct4x4_msa.c 79 /* columns */

Completed in 669 milliseconds

<<11121314151617181920>>