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

1 2 3 4 5 6 7 8 91011>>

  /build/tools/droiddoc/templates/
package-list.cs 1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?>
2 <?cs /each ?>
lists.cs 2 <?cs each:page = docs.pages
4 <?cs /each ?>
keywords.cs 14 <div class="jd-letterlist"><?cs each:letter=keywords ?>
15 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
18 <?cs each:letter=keywords ?>
22 <?cs each:entry=letter
25 <?cs /each
28 <?cs /each ?>
classes.cs 15 <div class="jd-letterlist"><?cs each:letter=docs.classes ?>
16 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
19 <?cs each:letter=docs.classes ?>
24 <?cs each:cl = letter ?>
30 <?cs /each ?>
32 <?cs /each ?>
  /external/clearsilver/cs/
test_each_array.cs 3 <?cs each:sub = Foo.Bar["Baz"] ?>
5 <?cs /each ?>
test13.cs 2 <?cs each:test = EvarTests ?>
4 <?cs /each ?>
test16.cs 5 <?cs each:A = Days ?>
7 <?cs /each ?>
test9.cs 4 <?cs each:agent = CGI.agents ?>
5 <?cs /each
test_name.cs 5 <?cs each:count = Foo.Bar.Baz ?>
7 <?cs /each ?>
test_first_last.cs 2 <?cs each:num = Numbers ?>
6 <?cs /each ?>
8 <?cs each:day = Days ?>
14 <?cs /each ?>
17 <?cs each:test = My.Test2 ?>
20 <?cs /each ?>
test_iter.cs 9 <?cs each:foo = Loop ?>
14 <?cs /each ?>
  /external/clearsilver/csharp/
data_cstest.cst 3 <?cs each:f = foo ?>
5 <?cs /each ?
  /external/clearsilver/java-jni/testdata/
test.cs 5 <?cs each:f = Foo ?>
7 <?cs /each ?>
  /dalvik/tests/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /external/qemu/tcg/
LICENSE 2 a BSD like license (see header in each file). No other license is
  /dalvik/dx/tests/032-bb-live-code/
info.txt 3 to. There is at least one example of each instruction which allows
4 flow to the subsequent instruction, and all forks of each conditional
  /external/clearsilver/perl/
test.cs 4 <?cs each:leaf =TopNode.2nd1 ?>
6 <?cs /each ?>
  /dalvik/dx/tests/031-bb-dead-code/
info.txt 2 dead code. There is at least one example of dead code after each instruction
  /device/sample/sdk_addon/
hardware.ini 3 # Each skin can also override those values with its own hardware.ini file
  /external/iptables/extensions/
libipt_quota.man 1 Implements network quotas by decrementing a byte counter with each
  /external/protobuf/editors/
README.txt 4 See each file's header comment for directions on how to use it with the
  /dalvik/dx/tests/024-code-bytecode/
info.txt 7 one instance of each interesting variant of each possible bytecode.
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
info.txt 5 The salient bit of parsing tested here is that each class has a single
8 of each.
  /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...]
  /build/core/
copy_headers.mk 10 # Create a rule to copy each header, and make the
11 # all_copied_headers phony target depend on each

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>