/external/doclava/res/assets/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 ?>
|
/sdk/monkeyrunner/src/resources/com/android/monkeyrunner/ |
text.cs | 2 <?cs each:item = help ?> 4 <?cs each:docpara = item.doc ?><?cs var:docpara ?> 5 <?cs /each ?> 7 <?cs if:subcount(item.argument) ?> Args:<?cs each:arg = item.argument ?> 8 <?cs var:arg.name ?> - <?cs each:argdocpara = arg.doc ?><?cs var:argdocpara ?> <?cs /each ?><?cs /each ?> 9 <?cs /if ?> Returns: <?cs each:retdocpara = item.returns ?><?cs var:retdocpara ?> <?cs /each ?> 10 <?cs /each ? [all...] |
html.cs | 6 <?cs each:item = help ?> 8 <?cs /each ?> 10 <?cs each:item = help ?> 12 <?cs each:docpara = item.doc ?> 14 <?cs /each ?> 18 <?cs each:arg = item.argument ?> 19 <li><?cs var:arg.name ?> - <?cs each:argdocpara = arg.doc ?><?cs var:argdocpara ?> <?cs /each ?> 20 <?cs /each ?> 23 <p><?cs each:retdocpara = item.returns ?><?cs var:retdocpara ?> <?cs /each ?></p [all...] |
sdk-docs.cs | 7 <?cs each:item = help ?> 9 <?cs /each ?> 11 <?cs each:item = help ?> 13 <?cs each:docpara = item.doc ?> 15 <?cs /each ?> 19 <?cs each:arg = item.argument ?> 20 <li><?cs var:arg.name ?> - <?cs each:argdocpara = arg.doc ?><?cs var:argdocpara ?> <?cs /each ?> 21 <?cs /each ?> 24 <p><?cs each:retdocpara = item.returns ?><?cs var:retdocpara ?> <?cs /each ?></p [all...] |
/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/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
iterate.cs | 4 <?cs each:result = results ?> 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/protobuf/editors/ |
README.txt | 4 See each file's header comment for directions on how to use it with the
|
/external/valgrind/main/massif/tests/ |
one.c | 3 // A test for a single allocation. There are two .post.exp* files, for each
|
/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
|
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 12 each:since = since ?>'<?cs 15 /each
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
TEach.java | 12 super.setText("each"); 17 super.setText("each");
|
/development/sdk/ |
sdk.properties | 2 # This file is copied in the root folder of each platform component.
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_observer.h | 17 // Each login screen or a view shown within login wizard view is itself a 18 // state. Upon exit each view returns one of the results by calling 21 // exit code for each way to exit the screen for each screen.
|
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager.h | 17 // rebroadcasts them to each ProfileKeyedServiceFactory in a safe order based 18 // on the stated dependencies by each service. 30 // Called by each Profile to alert us that we should destroy services 55 // so that Observe() can notify each ProfileKeyedServiceFactory in order.
|
/external/clang/test/Preprocessor/ |
cxx_oper_spelling.cpp | 5 // C++'03 2.5p2: "In all respects of the language, each alternative
|