HomeSort by relevance Sort by last modified time
    Searched full:shouldrun (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/installer/util/
conditional_work_item_list.cc 18 if (condition_.get() && condition_->ShouldRun()) {
34 bool ConditionRunIfFileExists::ShouldRun() const {
38 bool Not::ShouldRun() const {
39 return !original_condition_->ShouldRun();
conditional_work_item_list.h 20 // If condition_->ShouldRun() returns true, then execute the items in this
21 // list and return true iff they all succeed. If condition_->ShouldRun()
41 bool ShouldRun() const;
47 // Condition class that inverts the ShouldRun result of another Condition.
53 bool ShouldRun() const;
work_item.h 61 virtual bool ShouldRun() const = 0;
166 // condition->ShouldRun() returns true. The WorkItemList instance
  /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) \
  /bionic/tests/
benchmark.h 37 bool ShouldRun(int argc, char* argv[]);
benchmark_main.cpp 66 bool Benchmark::ShouldRun(int argc, char* argv[]) {
198 if (b->ShouldRun(argc, argv)) {
  /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)) {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestRequestBuilder.java 80 public boolean shouldRun(Description description) {
91 if (shouldRun(child)) {
124 public boolean shouldRun(Description description) {
186 public boolean shouldRun(Description desc) {
193 if (shouldRun(child)) {
  /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 163 if (filter.shouldRun(makeDescription(test)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 572 public boolean shouldRun() {
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /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.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 929 milliseconds