HomeSort by relevance Sort by last modified time
    Searched refs:Description (Results 126 - 150 of 228) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-048.js 5 Description:
lexical-049.js 5 Description:
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 33 public void describeTo(Description description) {
34 actualMatcher.describeTo(description);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 75 std::string Description;
145 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
150 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
155 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
161 /// The reports that have the same report location, description, bug type, and
168 : BT(bt), DeclWithIssue(0), Description(desc),
181 const StringRef getDescription() const { return Description; }
185 return Description;
  /external/openssh/contrib/caldera/
openssh.spec 94 %Description
101 %Description -l de
108 %Description -l es
115 %Description -l fr
122 %Description -l it
129 %Description -l pt
136 %Description -l pt_BR
143 %Description server
146 %Description -l de server
149 %Description -l es serve
    [all...]
  /external/junit/src/org/junit/runner/
JUnitCore.java 92 Description description= Description.createSuiteDescription(each); local
93 Failure failure= new Failure(description, e);
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 106 Animation.Description d = Animation.Description.parseValue(
GridLayoutAnimationController.java 118 Animation.Description d = Animation.Description.parseValue(
121 d = Animation.Description.parseValue(
ScaleAnimation.java 120 Description d = Description.parseValue(a.peekValue(
125 d = Description.parseValue(a.peekValue(
Animation.java 31 * description file}.
    [all...]
  /frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestRequestBuilderTest.java 29 import org.junit.runner.Description;
144 public void testRunStarted(Description description) throws Exception {
145 mTestCount = description.testCount();
  /external/compiler-rt/make/
lib_platforms.mk 6 PlainConfigVariables := Configs Description
8 RequiredConfigVariables := Configs Description
  /external/compiler-rt/make/platform/
darwin_fat.mk 4 # Description - A description of this target.
24 Description := Target for building universal libraries for Darwin.
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 22 import org.junit.runner.Description;
64 Description description= describeChild(method); local
66 notifier.fireTestIgnored(description);
68 runLeaf(methodBlock(method), description, notifier); local
73 protected Description describeChild(FrameworkMethod method) {
74 return Description.createTestDescription(getTestClass().getJavaClass(),
191 * Returns the name that describes {@code method} for {@link Description}s.
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 79 /** <summary>The element or stream description; usually has name of the token or
224 public virtual string Description {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 81 /** <summary>The element or stream description; usually has name of the token or
248 public virtual string Description
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.h 50 - (NSString *) Description;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 16 ; * Description:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 16 ; * Description:
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 182 new NoViableAltException(Description,
207 public virtual string Description {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 81 public virtual string Description
215 new NoViableAltException( Description,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 96 string description = "RewriteRuleTokenStream test";
98 new RewriteRuleTokenStream(CreateTreeAdaptor(), description);
101 Assert.AreEqual(description.ToString(), tokenTest.Description,
102 "Description strings should be equal.");
115 string description = "RewriteRuleSubtreeStream test";
117 new RewriteRuleSubtreeStream(CreateTreeAdaptor(), description);
120 Assert.AreEqual(description.ToString(), subtreeTest.Description,
121 "Description strings should be equal.")
    [all...]
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 183 TEST_F(KeywordProviderTest, Description) {
200 &AutocompleteMatch::description);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 4 @ Description: Copies 32-bit synth output to 16-bit buffer

Completed in 708 milliseconds

1 2 3 4 56 7 8 910