HomeSort by relevance Sort by last modified time
    Searched refs:each (Results 51 - 75 of 696) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/internal/matchers/
Each.java 9 public class Each {
10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) { method in class:Each
19 description.appendText("each ");
  /external/junit/src/org/junit/runners/model/
TestClass.java 29 * Creates a {@code TestClass} wrapping {@code klass}. Each time this
52 for (Annotation each : member.getAnnotations()) {
53 Class<? extends Annotation> type= each.annotationType();
143 for (FrameworkField each : getAnnotatedFields(annotationClass)) {
145 Object fieldValue= each.get(test);
  /external/robolectric/
update-downloads.rb 15 Dir.glob('pages/downloads/*.jar').sort.reverse.each do |f|
  /ndk/build/core/
add-platform.mk 18 # For each platform, determine the corresponding supported ABIs
28 # Record the sysroots for each supported ABI
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 108 $.each(failureTypeList, function(index, failureType) {
266 $.each(resultsByBuilder, function(builderName, resultsTree) {
267 $.each(filter(resultsTree), function(testName, resultNode) {
300 $.each(dictionaryOfResultNodes, function(key, resultNode) {
400 $.each(regressionRanges, function(builderName, range) {
422 $.each(builderNameList, function(index, builderName) {
443 $.each(testNamePath, function(index, segmentName) {
474 $.each(kPreferredSuffixOrder, function(i, suffix) {
475 $.each(urls, function(j, url) {
494 $.each(suffixList, function(index, suffix)
    [all...]
model.js 40 $.each(commitDataList, function(index, commitData) {
44 $.each(commitDataList, function(index, commitData) {
174 // failureCallback is called multiple times: once for each failure
179 $.each(model.state.failureAnalysisByTest, function(testName, failureAnalysis) {
185 $.each(unexpectedFailures, function(testName, resultNodesByBuilder) {
224 // failureCallback is called multiple times: once for each failure
228 $.each(expectedFailures, function(testName, resultNodesByBuilder) {
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 61 for (Description each : description.getChildren()) {
62 Description child= removeIgnored(each);
  /external/junit/src/org/junit/experimental/
ParallelComputer.java 53 for (Future<Object> each : fResults)
55 each.get();
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 49 for (FrameworkField each : fields)
50 validateField(each, errors);
  /external/lldb/tools/debugserver/scripts/
dbgnub-config.pl 34 while (($key, $val) = each %ENV)
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
cachePolyfill.js 24 // An object containing a property for each HTTP fetch method. Those
25 // referenced objects contain a property for each URL, which is the
45 // FIXME: Should spec rename each --> forEach?
47 Cache.prototype.each = Promise.reject.bind(Promise, 'Cache.prototype.each() not implemented.');
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 247 puts "that each benchmark/VM configuration is run in a single VM invocation, and"
270 puts "--outer <n> Set the number of runtime invocations for each benchmark."
295 puts "--brief Print only the final result for each VM."
355 array.each {
364 array.each {
385 array.each {
507 elsif value.respond_to? :each
508 value.each {
523 @array.each {
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 19 <?cs each:cl=class.inherited ?>
32 <?cs /each ?>
114 <?cs each:supr = class.inheritance ?>
120 <?cs each:t=supr.interfaces ?>
122 <?cs /each ?>
125 <?cs /each ?>
134 <?cs each:supr = class.inheritance ?>
147 <?cs /each ?>
182 <?cs each:method = methods ?>
200 <?cs /each ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 19 <?cs each:cl=class.inherited ?>
32 <?cs /each ?>
114 <?cs each:supr = class.inheritance ?>
120 <?cs each:t=supr.interfaces ?>
122 <?cs /each ?>
125 <?cs /each ?>
134 <?cs each:supr = class.inheritance ?>
147 <?cs /each ?>
182 <?cs each:method = methods ?>
200 <?cs /each ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 22 <?cs each:cl=class.inherited ?>
35 <?cs /each ?>
117 <?cs each:supr = class.inheritance ?>
123 <?cs each:t=supr.interfaces ?>
125 <?cs /each ?>
128 <?cs /each ?>
138 <?cs each:supr = class.inheritance ?>
151 <?cs /each ?>
186 <?cs each:method = methods ?>
207 <?cs /each ?
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
class.cs 19 <?cs each:cl=class.inherited ?>
32 <?cs /each ?>
114 <?cs each:supr = class.inheritance ?>
120 <?cs each:t=supr.interfaces ?>
122 <?cs /each ?>
125 <?cs /each ?>
134 <?cs each:supr = class.inheritance ?>
147 <?cs /each ?>
182 <?cs each:method = methods ?>
200 <?cs /each ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 13 <?cs each:cl=class.inherited ?>
26 <?cs /each ?>
104 <?cs each:supr = class.inheritance ?>
110 <?cs each:t=supr.interfaces ?>
112 <?cs /each ?>
115 <?cs /each ?>
124 <?cs each:supr = class.inheritance ?>
137 <?cs /each ?>
172 <?cs each:method = methods ?>
190 <?cs /each ?
    [all...]
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 39 for (CaptureCallback each : terminals) {
40 verify(each).onCaptureCompleted(null, null, null);
43 for (CaptureCallback each : terminals) {
44 verify(each).onCaptureFailed(null, null, null);
47 for (CaptureCallback each : terminals) {
48 verify(each).onCaptureProgressed(null, null, null);
51 for (CaptureCallback each : terminals) {
52 verify(each).onCaptureSequenceAborted(null, 0);
55 for (CaptureCallback each : terminals) {
56 verify(each).onCaptureSequenceCompleted(null, 0, 0L)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
copymem8x8_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
copymem8x8_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
copymem8x8_v6.asm 35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
  /external/chromium_org/chrome/renderer/resources/extensions/
page_actions_custom_bindings.js 17 // Setup events for each extension_id/page_action_id string we find.

Completed in 1539 milliseconds

1 23 4 5 6 7 8 91011>>