/external/junit/src/main/java/org/junit/internal/builders/ |
SuiteMethodBuilder.java | 9 public Runner runnerForClass(Class<?> each) throws Throwable { 10 if (hasSuiteMethod(each)) { 11 return new SuiteMethod(each);
|
NullBuilder.java | 8 public Runner runnerForClass(Class<?> each) throws Throwable {
|
/external/junit/src/main/java/org/junit/internal/runners/ |
MethodValidator.java | 73 for (Method each : methods) { 74 if (Modifier.isStatic(each.getModifiers()) != isStatic) { 76 errors.add(new Exception("Method " + each.getName() + "() " 79 if (!Modifier.isPublic(each.getDeclaringClass().getModifiers())) { 80 errors.add(new Exception("Class " + each.getDeclaringClass().getName() 83 if (!Modifier.isPublic(each.getModifiers())) { 84 errors.add(new Exception("Method " + each.getName() 87 if (each.getReturnType() != Void.TYPE) { 88 errors.add(new Exception("Method " + each.getName() 91 if (each.getParameterTypes().length != 0) [all...] |
/external/junit/src/main/java/org/junit/runners/model/ |
NoGenericTypeParametersValidator.java | 19 for (Type each : method.getGenericParameterTypes()) { 20 validateNoTypeParameterOnType(each, errors); 39 for (Type each : parameterized.getActualTypeArguments()) { 40 validateNoTypeParameterOnType(each, errors); 46 for (Type each : wildcard.getUpperBounds()) { 47 validateNoTypeParameterOnType(each, errors); 49 for (Type each : wildcard.getLowerBounds()) { 50 validateNoTypeParameterOnType(each, errors);
|
FrameworkMember.java | 16 for (T each : members) { 17 if (isShadowedBy(each)) {
|
/device/google/contexthub/firmware/build/ |
app_executable.mk | 27 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
app_static_library.mk | 26 $(call for-each-variant,$(my_variants),,$(NANO_BUILD)/nanohub_static_library.mk)
|
bl_static_library.mk | 26 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/nanohub_static_library.mk)
|
os_static_library.mk | 26 $(call for-each-variant,$(my_variants),OS,$(NANO_BUILD)/nanohub_static_library.mk)
|
app_chre_executable.mk | 40 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
bl_executable.mk | 28 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/bl_executable_internal.mk)
|
os_executable.mk | 28 $(call for-each-variant,$(my_variants),OS,$(NANO_BUILD)/os_executable_internal.mk)
|
/external/doclava/res/assets/templates/ |
jd_lists.cs | 3 each:page = docs.pages 7 /each ?>
|
lists.cs | 2 <?cs each:page = docs.pages 4 <?cs /each ?>
|
/external/junit/src/main/java/org/junit/runner/notification/ |
RunNotifier.java | 81 abstract protected void notifyListener(RunListener each) throws Exception; 90 protected void notifyListener(RunListener each) throws Exception { 91 each.testRunStarted(description); 102 protected void notifyListener(RunListener each) throws Exception { 103 each.testRunFinished(result); 120 protected void notifyListener(RunListener each) throws Exception { 121 each.testStarted(description); 141 for (Failure each : failures) { 142 listener.testFailure(each); 159 protected void notifyListener(RunListener each) throws Exception [all...] |
/development/tools/findunused/ |
find_unused_resources.rb | 92 Dir.glob(glob).each { |filename| 94 file.each { |line| 95 @@javaIdPatterns.each { |re| 96 findAllOccurrences(re, line).each { |id| 111 Dir.glob("#{dir}/res/**/*.xml").each { |filename| 114 file.each { |line| 115 findAllOccurrences(@@stringIdPattern, line).each {|id| 118 findAllOccurrences(@@layoutIdPattern, line).each {|id| 121 @@stringXmlPatterns.each { |re| 122 findAllOccurrences(re, line).each {|id [all...] |
/external/junit/src/main/java/org/junit/experimental/max/ |
MaxCore.java | 107 for (Description each : leaves) { 108 runners.add(buildRunner(each)); 123 private Runner buildRunner(Description each) { 124 if (each.toString().equals("TestSuite with 0 tests")) { 127 if (each.toString().startsWith(MALFORMED_JUNIT_3_TEST_CLASS_PREFIX)) { 132 return new JUnit38ClassRunner(new TestSuite(getMalformedTestClass(each))); 134 Class<?> type = each.getTestClass(); 136 throw new RuntimeException("Can't build a runner from description [" + each + "]"); 138 String methodName = each.getMethodName(); 145 private Class<?> getMalformedTestClass(Description each) { [all...] |
/external/junit/src/main/java/junit/framework/ |
TestResult.java | 38 for (TestListener each : cloneListeners()) { 39 each.addError(test, e); 49 for (TestListener each : cloneListeners()) { 50 each.addFailure(test, e); 81 for (TestListener each : cloneListeners()) { 82 each.endTest(test); 167 for (TestListener each : cloneListeners()) { 168 each.startTest(test);
|
/external/junit/src/main/java/org/junit/rules/ |
RunRules.java | 25 for (TestRule each : rules) { 26 result = each.apply(result, description);
|
/frameworks/base/legacy-test/src/junit/framework/ |
TestResult.java | 42 for (TestListener each : cloneListeners()) 43 each.addError(test, t); 51 for (TestListener each : cloneListeners()) 52 each.addFailure(test, t); 78 for (TestListener each : cloneListeners()) 79 each.endTest(test); 159 for (TestListener each : cloneListeners()) 160 each.startTest(test);
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
ExportLicensesTask.groovy | 111 knownLicenses.each {license -> 112 license.libraries.each { 129 .getFirstLevelModuleDependencies().each { 131 it.getAllModuleArtifacts().each { add(it) } 143 artifacts.each { artifact -> 170 licenses.each { 176 license.notices.each { 180 license.licenses.each { 183 license.licenseText.each {
|
/external/doclava/res/assets/templates-sdk/ |
lists.cs | 5 <?cs each:page = docs.pages 7 <?cs /each ?>
|
/external/toybox/tests/ |
groupadd.test | 51 for each in {01..20} 53 testing "group_name ($each)" "groupadd toyTestGroup &&
|
/hardware/interfaces/camera/metadata/ |
README.md | 10 See the docs.html for each version for the detailed description of each metadata
|
/libcore/ojluni/src/main/java/java/util/ |
Collection.java | 82 * <p>It is up to each collection to determine its own synchronization 394 * its {@link #iterator}. Each matching element is removed using 412 final Iterator<E> each = iterator(); local 413 while (each.hasNext()) { 414 if (filter.test(each.next())) { 415 each.remove();
|