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

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 42 protected List<TestListItem> getRows() {
TestListAdapter.java 41 * {@link #getRows()}. See {@link ArrayTestListAdapter} and
143 List<TestListItem> rows = getRows();
173 protected abstract List<TestListItem> getRows();
ManifestTestListAdapter.java 92 protected List<TestListItem> getRows() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 79 public int getRows() {
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 136 assert((n1.getCosts().getLength() == ne.getCosts().getRows()) &&
183 assert(getNodeCosts(n1Itr).getLength() == costs.getRows() &&
382 << m.getRows() << " " << m.getCols() << "\n";
383 assert(m.getRows() != 0 && "No rows in matrix.");
385 for (unsigned i = 0; i < m.getRows(); ++i) {
420 for (unsigned i = 0; i < edgeCosts.getRows(); ++i) {
Math.h 146 unsigned getRows() const { return rows; }
277 assert((m.getRows() != 0) && "Zero-row matrix badness.");
279 for (unsigned i = 0; i < m.getRows(); ++i) {
HeuristicSolver.h 312 yLen = yxeCosts->getRows(),
313 zLen = zxeCosts->getRows();
511 for (unsigned r = 0; r < edgeCosts.getRows(); ++r) {
532 for (unsigned r = 0; r < edgeCosts.getRows(); ++r) {
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 69 cqm.getRows();
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 149 // Make a new map so old values returned by getRows() are undisturbed.
163 public synchronized Map<String, ContentValues> getRows() {
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 112 Map<String, ContentValues> rows = mContentQueryMap.getRows();
122 rows = mContentQueryMap.getRows();
125 rows = mContentQueryMap.getRows();
  /external/smack/src/org/jivesoftware/smackx/
ReportedData.java 125 public Iterator<Row> getRows() {
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 298 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Matrix height mismatch.");
409 assert(costMat.getRows() == vr1Allowed.size() + 1 && "Size mismatch.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 177 final int rows = touchPositionCorrection.getRows();
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 315 unsigned numRegs = eCosts.getRows() - 1,
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 601 milliseconds

1 2