/external/antlr/antlr-3.4/runtime/C/vsrulefiles/ |
antlr3lexerandparser.rules | 22 Description="Specify any options required to invoke the java VM on this grammar file. Sometimes larger grammars require more memory than the standard allocation and you can specify this here." 33 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the DFAs gnerated for this grammar." 41 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the NFAs generated for this grammar." 50 Description="If set to True then ANTLR3 will generate reports about the grammar file(s) it processes." 59 Description="If set to True ANTLR3 will print out the grammar without the associated actions" 68 Description="If set to True ANTLR3 will generate code that fires debugging events. [JI - Not yet implemented]" 76 Description="If set to True ANTLR3 will generate code that computes profiling information [JI - not yet implemented]" 85 Description="If True ANTLR3 will print out the grammar AST" 94 Description="In which directory can ANTLR3 locate grammar token files if not in the same directory as the grammar file." 104 Description="If True ANTLR3 will generate a text version of the DFAsfor this grammar. [all...] |
antlr3parser.rules | 21 Description="Specify any options required to invoke the java VM on this grammar file. Sometimes larger grammars require more memory than the standard allocation and you can specify this here." 32 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the DFAs gnerated for this grammar." 40 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the NFAs generated for this grammar." 49 Description="If set to True then ANTLR3 will generate reports about the grammar file(s) it processes." 58 Description="If set to True ANTLR3 will print out the grammar without the associated actions" 67 Description="If set to True ANTLR3 will generate code that fires debugging events. [JI - Not yet implemented]" 75 Description="If set to True ANTLR3 will generate code that computes profiling information [JI - not yet implemented]" 84 Description="If True ANTLR3 will print out the grammar AST" 93 Description="In which directory can ANTLR3 locate grammar token files if not in the same directory as the grammar file." 103 Description="If True ANTLR3 will generate a text version of the DFAsfor this grammar. [all...] |
antlr3treeparser.rules | 21 Description="Specify any options required to invoke the java VM on this grammar file. Sometimes larger grammars require more memory than the standard allocation and you can specify this here." 32 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the DFAs gnerated for this grammar." 40 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the NFAs generated for this grammar." 49 Description="If set to True then ANTLR3 will generate reports about the grammar file(s) it processes." 58 Description="If set to True ANTLR3 will print out the grammar without the associated actions" 67 Description="If set to True ANTLR3 will generate code that fires debugging events. [JI - Not yet implemented]" 75 Description="If set to True ANTLR3 will generate code that computes profiling information [JI - not yet implemented]" 84 Description="If True ANTLR3 will print out the grammar AST" 93 Description="In which directory can ANTLR3 locate grammar token files if not in the same directory as the grammar file." 103 Description="If True ANTLR3 will generate a text version of the DFAsfor this grammar. [all...] |
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
Matcher.java | 38 * Generate a description of why the matcher has not accepted the item. 39 * The description will be part of a larger description of why a matching 46 * The description to be built or appended to. 48 void describeMismatch(Object item, Description mismatchDescription);
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
Is.java | 4 import org.hamcrest.Description; 30 public void describeTo(Description description) { 31 description.appendText("is ").appendDescriptionOf(matcher); 35 public void describeMismatch(Object item, Description mismatchDescription) {
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
IsArrayContaining.java | 3 import org.hamcrest.Description; 32 public void describeMismatchSafely(T[] item, Description mismatchDescription) { 37 public void describeTo(Description description) { 38 description
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/ |
BigDecimalCloseTo.java | 3 import org.hamcrest.Description; 26 public void describeMismatchSafely(BigDecimal item, Description mismatchDescription) { 35 public void describeTo(Description description) { 36 description.appendText("a numeric value within ")
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/ |
IsEventFrom.java | 3 import org.hamcrest.Description; 23 public boolean matchesSafely(EventObject item, Description mismatchDescription) { 42 public void describeTo(Description description) { 43 description.appendText("an event of type ")
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/ |
IsEqualIgnoringWhiteSpace.java | 3 import org.hamcrest.Description; 32 public void describeMismatchSafely(String item, Description mismatchDescription) { 37 public void describeTo(Description description) { 38 description.appendText("equalToIgnoringWhiteSpace(")
|
StringContainsInOrder.java | 3 import org.hamcrest.Description; 31 public void describeMismatchSafely(String item, Description mismatchDescription) { 36 public void describeTo(Description description) { 37 description.appendText("a string containing ")
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
TimedScenario.java | 23 private final String description; field in class:TimedScenario 25 protected TimedScenario(final String description) { 26 this.description = description; 38 output.writeTimeResult(description, time, reftime);
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
PositiveIntegerTest.java | 12 @Parameter(names = { "-p", "--port" }, description = "Shows help", validateWith = PositiveInteger.class) 24 @Parameter(names = { "-p", "--port" }, description = "Shows help", validateWith = PositiveInteger.class) 35 @Parameter(names = { "-p", "--port" }, description = "Shows help", validateWith = PositiveInteger.class) 46 @Parameter(names = { "-p", "--port" }, description = "Port Number", validateWith = PositiveInteger.class) 57 @Parameter(names = { "-p", "--port" }, description = "Port Number", validateWith = PositiveInteger.class)
|
/external/junit-params/src/test/java/junitparams/ |
ObjectStringificationTest.java | 45 private String description; field in class:ObjectStringificationTest.ClassWithToString 47 public ClassWithToString(String description) { 48 this.description = description; 53 return description;
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/ |
IChannel.h | 27 ** Description: Initialize the channel. 37 ** Description: Close the channel. 48 ** Description: Send data to the secure element; read it's response. 66 ** Description: Power OFF and ON to eSE 77 ** Description: Power OFF and ON to eSE during JCOP Update
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-7.s | 9 @CHECK-OBJ-NEXT: Description: ARM v6KZ 16 @CHECK-OBJ-NEXT: Description: ARMv8-a FP 23 @CHECK-OBJ-NEXT: Description: Reserved (Symbian OS) 30 @CHECK-OBJ-NEXT: Description: 8-byte alignment, 128-byte extended alignment 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 128-byte data alignment
|
/external/pdfium/third_party/freetype/src/type1/ |
t1objs.h | 42 /* <Description> */ 53 /* <Description> */ 64 /* <Description> */ 87 /* <Description> */ 113 /* <Description> */
|
/external/slf4j/jul-to-slf4j/ |
pom.xml | 18 <description>JUL to SLF4J bridge</description> 52 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-android/ |
pom.xml | 16 <description>SLF4J Android Binding</description> 43 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/slf4j/slf4j-api/ |
pom.xml | 17 <description>The slf4j API</description> 47 <Bundle-Description>${project.description}</Bundle-Description>
|
/external/vogar/src/vogar/target/ |
SkipPastFilter.java | 20 import org.junit.runner.Description; 41 public boolean shouldRun(Description description) { 43 if (description.isTest() && skipPast != null) { 44 String name = JUnitUtils.getTestName(description);
|
/external/vogar/src/vogar/target/junit/ |
ApplyGlobalRulesBlockJUnit4ClassRunner.java | 21 import org.junit.runner.Description; 45 Description description = describeChild(method); local 47 notifier.fireTestIgnored(description); 49 ParentRunnerHelper.abortingRunLeaf(methodBlock(method), description, notifier); local
|
JUnitUtils.java | 23 import org.junit.runner.Description; 34 public static String getTestName(Description description) { 35 String className = description.getClassName(); 36 String methodName = description.getMethodName();
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
SessionDescription.java | 32 * Description of an RFC 4566 Session. 51 public final String description; field in class:SessionDescription 53 public SessionDescription(Type type, String description) { 55 this.description = description;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHidDeviceAppSdpSettings.java | 28 final public String description; field in class:BluetoothHidDeviceAppSdpSettings 33 public BluetoothHidDeviceAppSdpSettings(String name, String description, String provider, 36 this.description = description; 75 out.writeString(description);
|
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/ |
TestUtilsMatchers.java | 29 import org.hamcrest.Description; 44 public void describeTo(final Description description) { 45 description.appendText("with background color: "); 47 description.appendText(failedComparisonDescription); 86 public void describeTo(Description description) { 87 description.appendText("is identical to class: " + clazz); 106 public void describeTo(final Description description) { [all...] |