OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldRun
(Results
1 - 23
of
23
) sorted by null
/external/junit/src/org/junit/runner/manipulation/
Filter.java
21
public boolean
shouldRun
(Description description) {
48
public boolean
shouldRun
(Description description) {
54
if (
shouldRun
(each))
71
public abstract boolean
shouldRun
(Description description);
103
public boolean
shouldRun
(Description description) {
104
return first.
shouldRun
(description)
105
&& second.
shouldRun
(description);
/external/stlport/test/unit/cppunit/
cppunit_mini.h
152
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
153
if (
shouldRun
|| do_progress) { \
155
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
156
if (
shouldRun
&& !ignoring) { \
171
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
172
if (
shouldRun
|| do_progress) { \
174
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
175
if (
shouldRun
&& !ignoring) \
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h
152
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
153
if (
shouldRun
|| do_progress) { \
155
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
156
if (
shouldRun
&& !ignoring) { \
171
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
172
if (
shouldRun
|| do_progress) { \
174
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
175
if (
shouldRun
&& !ignoring) \
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h
152
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
153
if (
shouldRun
|| do_progress) { \
155
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
156
if (
shouldRun
&& !ignoring) { \
171
bool
shouldRun
= shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
172
if (
shouldRun
|| do_progress) { \
174
progress(className, #X, ignoring || !
shouldRun
, !ignoring && Y); \
175
if (
shouldRun
&& !ignoring) \
/external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java
145
protected boolean
shouldRun
(GameObject parentObject) {
200
if (
shouldRun
(parentObject)) {
226
if (
shouldRun
(parentObject)) {
263
if (!
shouldRun
(parentObject)) {
325
if (
shouldRun
(parentObject)) {
/external/junit/src/org/junit/experimental/categories/
Categories.java
101
public boolean
shouldRun
(Description description) {
105
if (
shouldRun
(each))
/external/junit/src/org/junit/runners/
ParentRunner.java
317
if (
shouldRun
(filter, each))
359
private boolean
shouldRun
(Filter filter, T each) {
360
return filter.
shouldRun
(describeChild(each));
/external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java
127
if (!filter.
shouldRun
(methodDescription(method)))
JUnit38ClassRunner.java
137
if (filter.
shouldRun
(makeDescription(test)))
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java
396
private void updateRunning(boolean
shouldRun
) {
398
if (alreadyRunning && !
shouldRun
) {
404
} else if (!alreadyRunning &&
shouldRun
) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.debug.core_3.6.0.v20100519.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
524
public boolean
shouldRun
() {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 750 milliseconds