OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRows
(Results
1 - 25
of
27
) 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
() {
/external/llvm/include/llvm/CodeGen/PBQP/
Graph.h
131
assert((n1.getCosts().getLength() == ne.getCosts().
getRows
()) &&
178
assert(getNodeCosts(n1Itr).getLength() == costs.
getRows
() &&
377
<< m.
getRows
() << " " << m.getCols() << "\n";
378
assert(m.
getRows
() != 0 && "No rows in matrix.");
380
for (unsigned i = 0; i < m.
getRows
(); ++i) {
415
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/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
316
unsigned numRegs = eCosts.
getRows
() - 1,
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
356
assert(costMat.
getRows
() == vr1Allowed.size() + 1 && "Matrix height mismatch.");
467
assert(costMat.
getRows
() == vr1Allowed.size() + 1 && "Size mismatch.");
/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
/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
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/6/
android.jar
Completed in 7833 milliseconds
1
2