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

1 23 4 5 6 7 8 91011>>

  /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/chrome/browser/resources/net_internals/
serviceprovidersview.js 9 * For each layered service provider, shows the name, dll, and type
10 * information. For each namespace provider, shows the name and
108 // Add a table row for each service provider.
130 // Add a table row for each namespace provider.
spdyview.js 6 * This view displays a summary of the state of each SPDY sessions, and
41 * on each SPDY session. Otherwise, displays "None".
72 * with information on each alternate protocol enabled server. Otherwise,
socketpoolwrapper.js 27 * Returns an array of SocketPoolWrappers created from each of the socket pools
30 * placed adjacent to each other.
33 // Create SocketPoolWrappers for each socket pool and separate socket pools
76 * Returns a table printer containing information on each
  /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);
  /build/tools/droiddoc/templates-sdk/
class.cs 19 <?cs each:cl=class.inherited ?>
32 <?cs /each ?>
110 <?cs each:supr = class.inheritance ?>
116 <?cs each:t=supr.interfaces ?>
118 <?cs /each ?>
121 <?cs /each ?>
130 <?cs each:supr = class.inheritance ?>
143 <?cs /each ?>
178 <?cs each:method = methods ?>
196 <?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...]
  /external/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
copymem16x16_v6.asm 38 ;copy one byte each time
99 ;copy 4 bytes each time
130 ;copy 8 bytes each time
157 ;copy 16 bytes each time
  /external/junit/src/org/junit/internal/runners/
TestClass.java 61 for (Method each : results) {
62 if (isShadowed(method, each))
  /external/linux-tools-perf/scripts/perl/
workqueue-stats.pl 73 while ((my $pid, my $wqhash) = each %$pidhash) {
89 while ((my $pid, my $wqhash) = each %$pidhash) {
  /external/valgrind/main/auxprogs/
gen-mdg 33 # Each of 'src' and 'dst' are node names. 'src' is always a module name,
189 # Go through each file/dir in the directory.
233 while (my ($src, $dst_hash) = each %$deps) {
234 while (my ($dst, $dst_realname) = each %$dst_hash) {
  /build/tools/droiddoc/templates-sdk/assets/js/
tabbedlist.js 49 //Set up a carousel for each
50 return this.each(function() {
  /build/tools/
dump-package-stats 35 types of files in each package. Emits one line per package.
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 29 src.each do |token|
  /external/skia/third_party/glu/libtess/
README 53 Within each BeginPolygon/EndPolygon pair, there can be zero or more
54 calls to BeginContour/EndContour. Within each contour, there are zero
56 contour (the last vertex of each contour is automatically linked to
106 will be used. When edgeFlag is called, if "flag" is GL_TRUE then each
109 If "flag" is GL_FALSE, each vertex which follows begins an edge which lies
172 and we associate a color with each vertex, the combine callback might
219 procedure associates a signed integer value with each point x in
236 uses the type GL_LINE_LOOP for each contour.
242 each other might be replaced by a single vertex. The tolerance
310 First, assume that each polygon is defined so that the winding numbe
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 154 each: function( callback, args ) {
155 return jQuery.each( this, callback, args );
182 return this.each(function(i){
207 jQuery.each( text || this, function(){
208 jQuery.each( this.childNodes, function(){
241 return this.each(function(){
247 return this.each(function(){
329 ret.find("*").andSelf().each(function(){
459 return this.each(function(){
470 jQuery( "option", this ).each(function()
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 27 # List of functions needed for each architecture.
53 # Rule to make each dylib slice
91 # rule to make each archive slice for dyld (which removes a few archive members)
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/junit/src/org/junit/matchers/
JUnitMatchers.java 5 import org.junit.internal.matchers.Each;
41 * each matcher in elementMatcher (this may be one element matching all matchers,
42 * or different elements matching each matcher)
53 return Each.each(elementMatcher);
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
55 overhead on top of the two stubs that are already invoked for each
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement13.js 64 // each asychronous load started in setUpTests.
79 is specific to each type of field.

Completed in 3366 milliseconds

1 23 4 5 6 7 8 91011>>