HomeSort by relevance Sort by last modified time
    Searched full:description (Results 501 - 525 of 29811) sorted by null

<<21222324252627282930>>

  /external/icu/icu4j/main/tests/translit/
build.xml 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
27 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
29 <target name="compile" depends="@compile" description="Compile java source files"/>
31 <target name="copy" depends="@copy, copy-translit-test-data" description="Copy non-java runtime files to the project's binary directory"/>
33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
37 <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
  /external/iproute2/man/man8/
tc-basic.8 14 .SH DESCRIPTION
30 for a detailed description of the allowed syntax in
  /external/jcommander/src/test/java/com/beust/jcommander/args/
Args1Setter.java 39 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity", required = true)
45 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
52 @Parameter(names = "-debug", description = "Debug mode")
59 @Parameter(names = "-long", description = "A long number")
66 @Parameter(names = "-double", description = "A double number")
73 @Parameter(names = "-float", description = "A float number")
80 @Parameter(names = "-bigdecimal", description = "A BigDecimal number")
87 @Parameter(names = "-date", description = "An ISO 8601 formatted date.")
  /external/junit/src/main/java/org/junit/rules/
TestName.java 3 import org.junit.runner.Description;
31 protected void starting(Description d) {
  /external/libpng/
libpngpf.3 8 \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction.
10 .SH DESCRIPTION
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 9 @CHECK-OBJ-NEXT: Description: ARM v4
16 @CHECK-OBJ-NEXT: Description: Permitted
23 @CHECK-OBJ-NEXT: Description: Thumb-1
30 @CHECK-OBJ-NEXT: Description: VFPv1
37 @CHECK-OBJ-NEXT: Description: WMMXv1
44 @CHECK-OBJ-NEXT: Description: NEONv1
51 @CHECK-OBJ-NEXT: Description: Bare Platform
58 @CHECK-OBJ-NEXT: Description: Static Base
65 @CHECK-OBJ-NEXT: Description: PC-relative
72 @CHECK-OBJ-NEXT: Description: PC-relativ
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
6 <assertion id="2" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
7 The shm_open() function shall create an open file description that refers to
9 description
11 <assertion id="3" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
15 <assertion id="4" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
18 <assertion id="5" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
23 <assertion id="6" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
27 <assertion id="7" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
31 <assertion id="8" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}">
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/res/
ControlPanel.dll.manifest 4 <description>Control Panel applet for configuring Wide-Area Bonjour.</description>
  /external/mdnsresponder/mDNSWindows/SystemService/res/
mDNSResponder.manifest 4 <description>Enables hardware devices and software services to automatically configure themselves and advertise their presence on the network.</description>
mDNSResponder64.manifest 4 <description>Enables hardware devices and software services to automatically configure themselves and advertise their presence on the network.</description>
  /external/mockito/src/main/java/org/mockito/internal/runners/
DefaultInternalRunner.java 7 import org.junit.runner.Description;
51 public void testFinished(Description description) throws Exception {
52 super.testFinished(description);
56 mockitoTestListener.testFinished(new DefaultTestFinishedEvent(target, description.getMethodName(), failure));
60 //In order to produce clean exception to the user we need to fire test failure with the right description
62 notifier.fireTestFailure(new Failure(description, t));
77 public Description getDescription() {
InternalRunner.java 7 import org.junit.runner.Description;
19 Description getDescription();
  /external/python/cpython2/Lib/distutils/command/
command_template 15 # Brief (40-50 characters) description of the command
16 description = ""
  /external/python/cpython2/Tools/nuget/
python2.nuspec 11 <description>Installs 64-bit Python 2.7 for use in build scenarios.</description>
python2x86.nuspec 11 <description>Installs 32-bit Python 2.7 for use in build scenarios.</description>
  /external/selinux/python/sepolicy/sepolicy/help/
files_apps.txt 4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
files_write.txt 4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
  /external/skia/src/sksl/ast/
SkSLASTExpressionStatement.h 23 String description() const override {
24 return fExpression->description() + ";";
SkSLASTModifiersDeclaration.h 26 String description() const { function in struct:SkSL::ASTModifiersDeclaration
27 return fModifiers.description() + ";";
SkSLASTReturnStatement.h 24 String description() const override {
27 result += " " + fExpression->description();
SkSLASTVarDeclarationStatement.h 24 String description() const override {
25 return fDeclarations->description() + ";";
  /external/skia/src/sksl/ir/
SkSLExpressionStatement.h 24 String description() const override {
25 return fExpression->description() + ";";
SkSLModifiersDeclaration.h 26 String description() const { function in struct:SkSL::ModifiersDeclaration
27 return fModifiers.description() + ";";
SkSLReturnStatement.h 27 String description() const override {
29 return "return " + fExpression->description() + ";";
  /external/snakeyaml/src/test/resources/pyyaml/
spec-02-27.data 18 description : Basketball
22 description : Super Hoop

Completed in 712 milliseconds

<<21222324252627282930>>