/external/icu/icu4j/main/classes/langdata/ |
build.xml | 19 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 21 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 23 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 25 <target name="compile" depends="@compile" description="Compile java source files"/> 27 <target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the project's binary directory"/> 29 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 31 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/> 33 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." /> 35 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU language data files and copy them to the project's binary directory">
|
/external/icu/icu4j/main/classes/regiondata/ |
build.xml | 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 22 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 24 <target name="compile" depends="@compile" description="Compile java source files"/> 26 <target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the project's binary directory"/> 28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/> 32 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." /> 34 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU region data files and copy them to the project's binary directory">
|
/external/icu/icu4j/main/classes/translit/ |
build.xml | 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/> 20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 22 <target name="clean" depends="@clean" description="Clean up the build outputs"/> 24 <target name="compile" depends="@compile" description="Compile java source files"/> 26 <target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the project's binary directory"/> 28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/> 32 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." /> 34 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU transliteration data files and copy them to the project's binary directory">
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
SyncEvent.h | 36 ** Description: Cleanup all resources. 50 ** Description: Start a synchronization operation. 65 ** Description: Block the thread and wait for the event to occur. 80 ** Description: Block the thread and wait for the event to occur. 97 ** Description: Notify a blocked thread that the event has occured. Unblocks it. 112 ** Description: End a synchronization operation. 136 ** Description: Automatically start and end a synchronization event. 146 ** Description: Start a synchronization operation. 162 ** Description: End a synchronization operation.
|
CondVar.h | 37 ** Description: Initialize member variables. 49 ** Description: Cleanup all resources. 61 ** Description: Block the caller and wait for a condition. 73 ** Description: Block the caller and wait for a condition. 86 ** Description: Unblock the waiting thread.
|
/external/skia/site/dev/runtime/ |
config.md | 11 description: Suppress GIF warnings and errors when calling image decode 18 description: Suppress most JPG warnings when calling decode functions. 24 description: Suppress most JPG error messages when decode function fails. 30 description: Suppress most PNG warnings when calling image decode functions. 38 description: Which scanline bitmap filter to use \[mitchell, lanczos, hamming, 45 description: Use the faster analytic blur approach for ninepatch rects 51 description: Defers rendering in GrContext via GrInOrderDrawBuffer 57 description: Dump the contents of the font cache before every purge 63 description: Use SSE optimized version of high quality image filters
|
/packages/apps/Nfc/nci/jni/ |
SyncEvent.h | 32 ** Description: Cleanup all resources. 46 ** Description: Start a synchronization operation. 61 ** Description: Block the thread and wait for the event to occur. 76 ** Description: Block the thread and wait for the event to occur. 93 ** Description: Notify a blocked thread that the event has occured. Unblocks it. 108 ** Description: End a synchronization operation. 132 ** Description: Automatically start and end a synchronization event. 142 ** Description: Start a synchronization operation. 158 ** Description: End a synchronization operation.
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssItem.java | 21 * title, link, description. 34 public RssItem(CharSequence title, CharSequence link, CharSequence description) { 37 mDescription = description; 44 public void setDescription(CharSequence description) { 45 mDescription = description;
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
escapeFlag.test | 3 {"description":"Commented close tag in RCDATA or RAWTEXT", 9 {"description":"Bogus comment in RCDATA or RAWTEXT", 15 {"description":"End tag surrounded by bogus comment in RCDATA or RAWTEXT", 21 {"description":"Commented entities in RCDATA", 27 {"description":"Incorrect comment ending sequences in RCDATA or RAWTEXT",
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
event_info.html | 22 * @param {string} description A user-visible description of the event. 28 function EventInfo(title, description, docLinks) { 30 this.description = description;
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
Args2.java | 28 @Parameter(description = "List of parameters") 31 @Parameter(names = {"-log", "-verbose"}, description = "Level of verbosity") 34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run") 37 @Parameter(names = "-debug", description = "Debug mode") 40 @Parameter(names = "-host", description = "The host")
|
ArgsLongDescription.java | 7 @Parameter(names = "--classpath", description = "The classpath. This is a very long " 8 + "description in order to test the line wrapping. Let's see how this works." 14 @Parameter(names = { "-c", "--convention" }, description = "The convention", required = true) 17 @Parameter(names = { "-d", "--destination" }, description = "The destination to go to") 20 @Parameter(names = "--configure", description = "How to configure")
|
/external/jetty/lib/ |
slf4j-jdk14-1.6.1.pom | 21 <description>
23 </description>
59 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/junit/src/org/junit/internal/runners/ |
ClassRoadie.java | 7 import org.junit.runner.Description; 22 private Description fDescription; 26 Description description, Runnable runnable) { 29 fDescription= description;
|
/external/mockito/src/org/mockito/internal/matchers/ |
CapturingMatcher.java | 11 import org.hamcrest.Description;
29 * @see org.mockito.ArgumentMatcher#describeTo(org.hamcrest.Description)
31 public void describeTo(Description description) {
32 description.appendText("<Capturing argument>");
|
/external/proguard/src/proguard/ |
LineWordReader.java | 34 private final String description; field in class:LineWordReader 41 String description, 47 this.description = description; 61 return "line " + reader.getLineNumber() + " of " + description;
|
/external/slf4j/jcl-over-slf4j/ |
pom.xml | 15 <description>JCL 1.1.1 implemented over SLF4J</description> 52 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/log4j-over-slf4j/ |
pom.xml | 17 <description>Log4j implemented over SLF4J</description> 52 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-jcl/ |
pom.xml | 15 <description>SLF4J JCL Binding</description> 42 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-jdk14/ |
pom.xml | 18 <description>SLF4J JDK14 Binding</description> 46 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-log4j12/ |
pom.xml | 18 <description>SLF4J LOG4J-12 Binding</description> 43 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-nop/ |
pom.xml | 18 <description>SLF4J NOP Binding</description> 39 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-simple/ |
pom.xml | 15 <description>SLF4J Simple binding</description> 35 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
Row.java | 23 private String description; field in class:Row 55 return description; 58 public void setDescription(String description) { 59 this.description = description;
|
/hardware/broadcom/libbt/include/ |
upio.h | 23 * Description: Contains definitions used for I/O controls 64 ** Description Initialization 75 ** Description Clean up 86 ** Description Interact with low layer driver to set Bluetooth power 99 ** Description Set i/o based on polarity
|