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

<<11121314151617181920>>

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsEmptyCollection.java 3 import org.hamcrest.Description;
20 public void describeMismatchSafely(Collection<? extends E> item, Description mismatchDescription) {
25 public void describeTo(Description description) {
26 description.appendText("an empty collection");
IsEmptyIterable.java 3 import org.hamcrest.Description;
17 public void describeMismatchSafely(Iterable<? extends E> iter, Description mismatchDescription) {
22 public void describeTo(Description description) {
23 description.appendText("an empty iterable");
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
IsCloseTo.java 3 import org.hamcrest.Description;
29 public void describeMismatchSafely(Double item, Description mismatchDescription) {
38 public void describeTo(Description description) {
39 description.appendText("a numeric value within ")
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
IsEqualIgnoringCase.java 3 import org.hamcrest.Description;
30 public void describeMismatchSafely(String item, Description mismatchDescription) {
35 public void describeTo(Description description) {
36 description.appendText("equalToIgnoringCase(")
  /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/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/skia/src/sksl/ast/
SkSLASTForStatement.h 28 String description() const override {
31 result.append(fInitializer->description());
35 result.append(fTest->description());
39 result.append(fNext->description());
42 result += fStatement->description();
  /external/skia/src/sksl/ir/
SkSLForStatement.h 31 String description() const override {
34 result += fInitializer->description();
38 result += fTest->description();
42 result += fNext->description();
44 result += ") " + fStatement->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
  /packages/apps/Nfc/nci/jni/
CondVar.h 33 ** Description: Initialize member variables.
45 ** Description: Cleanup all resources.
57 ** Description: Block the caller and wait for a condition.
69 ** Description: Block the caller and wait for a condition.
82 ** Description: Unblock the waiting thread.
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.pom 16 <description>SLF4J Simple binding</description>
36 <Bundle-Description>${project.description}</Bundle-Description>
  /system/nfc/halimpl/bcm2079x/adaptation/
CondVar.h 35 ** Description: Initialize member variables.
46 ** Description: Cleanup all resources.
57 ** Description: Block the caller and wait for a condition.
68 ** Description: Block the caller and wait for a condition.
80 ** Description: Unblock the waiting thread.
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestUtilsMatchers.java 44 import org.hamcrest.Description;
57 public void describeTo(final Description description) {
58 description.appendText(failedCheckDescription);
82 public void describeTo(final Description description) {
83 description.appendText(failedCheckDescription);
107 public void describeTo(final Description description) {
108 description.appendText(failedCheckDescription)
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.h 195 Routine Description:
197 TODO: Add function description
201 ImageHandle - TODO: add argument description
202 SystemTable - TODO: add argument description
223 Routine Description:
225 TODO: Add function description
229 This - TODO: add argument description
230 Handle - TODO: add argument description
231 RemainingDevicePath - TODO: add argument description
249 Routine Description:
    [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-2.s 9 @CHECK-OBJ-NEXT: Description: ARM v4T
16 @CHECK-OBJ-NEXT: Description: Thumb-2
23 @CHECK-OBJ-NEXT: Description: VFPv2
30 @CHECK-OBJ-NEXT: Description: WMMXv2
37 @CHECK-OBJ-NEXT: Description: NEONv2+FMA
44 @CHECK-OBJ-NEXT: Description: Linux Application
51 @CHECK-OBJ-NEXT: Description: TLS
58 @CHECK-OBJ-NEXT: Description: SB-relative
65 @CHECK-OBJ-NEXT: Description: Not Permitted
72 @CHECK-OBJ-NEXT: Description: GOT-Indirec
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
cards_example.json 12 "description": "$3.99",
18 "description": "$3.99",
24 "description": "$3.99",
30 "description": "$3.99",
36 "description": "$3.99",
42 "description": "$3.99",
48 "description": "$3.99",
54 "description": "$3.99",
60 "description": "$3.99",
116 "title": "Two Line Title + Description + Icon"
    [all...]

Completed in 454 milliseconds

<<11121314151617181920>>