HomeSort by relevance Sort by last modified time
    Searched defs:each (Results 1 - 25 of 37) sorted by null

1 2

  /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/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);
  /external/junit/src/org/junit/experimental/theories/
Theories.java 37 for (Field each : fields)
38 if (each.getAnnotation(DataPoint.class) != null && !Modifier.isStatic(each.getModifiers()))
39 errors.add(new Error("DataPoint field " + each.getName() + " must be static"));
49 for (FrameworkMethod each : computeTestMethods())
50 if(each.getAnnotation(Theory.class) != null)
51 each.validatePublicVoid(false, errors);
53 each.validatePublicVoidNoArg(false, errors);
  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 54 ANTLR bundles all of this functionality into a number of Stream classes, each
764 # If a block is provided, each token harvested will be yielded and if the block
996 def each( *args ) method in class:ANTLR3.that.CommonTokenStream
    [all...]
token.rb 299 defines methods #next and #each, which provide basic
319 def each method in class:ANTLR3.TokenSource
320 block_given? or return enum_for( :each )
594 names.first.each do |value, name|
tree.rb 357 alias each_child each
919 tree.each do | child |
1179 def each method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1181 block_given? or return enum_for( :each )
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 77 @topCounts.each {
86 @topCounts.each {
100 counts.each {
115 counts.each {
127 @osrExits.each {
144 json["bytecode"].each {
175 def each method in class:Bytecodes
176 @bytecode.values.sort{|a, b| a.bytecodeIndex <=> b.bytecodeIndex}.each {
247 each {
276 def each method in class:ProfiledBytecodes
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 369 * &lt;?cs each:x=Stuff &gt; ... &lt;?cs /each &gt; command. Loops over child items of a data
381 each(node.getVariable(), variableValue.getName(), parent, node.getCommand());
521 private void each(PVariable variable, String parentName, Data items, PCommand command) { method in class:TemplateInterpreter
523 // we need to create a path for each child when generating the
661 // name as discovered by the expression evaluator and resolve it each
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 144 Hash.alias('forEach', 'each');
154 Array.alias('forEach', 'each');
185 function $each(iterable, fn, bind){
187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind);
449 Contains Array Prototypes like each, contains, and erase.
685 Number.alias('times', 'each');
689 math.each(function(name){
809 Hash.each(properties, function(value, key){
816 Hash.each(properties, function(value, key){
837 Hash.each(this, function(value, key)
    [all...]
  /external/chromium_org/v8/src/
parser.cc 3074 VariableProxy* each = local
3136 VariableProxy* each = local
    [all...]
ast.h 883 ENUMERATE, // for (each in subject) body;
884 ITERATE // for (each of subject) body;
887 void Initialize(Expression* each, Expression* subject, Statement* body) {
889 each_ = each;
893 Expression* each() const { return each_; } function in class:v8::internal::ForEachStatement
956 void Initialize(Expression* each,
964 ForEachStatement::Initialize(each, subject, body);
996 // each = result.value
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 577 for (value in name) this.each(d3_selection_attr(value, name[value]));
580 return this.each(d3_selection_attr(name, value));
621 for (value in name) this.each(d3_selection_classed(value, name[value]));
624 return this.each(d3_selection_classed(name, value));
663 for (priority in name) this.each(d3_selection_style(priority, name[priority], value));
669 return this.each(d3_selection_style(name, value, priority));
687 for (value in name) this.each(d3_selection_property(value, name[value]));
690 return this.each(d3_selection_property(name, value));
706 return arguments.length ? this.each(typeof value === "function" ? function() {
717 return arguments.length ? this.each(typeof value === "function" ? function()
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 

Completed in 421 milliseconds

1 2