Searched defs:Description (Results 1 - 23 of 23) sorted by relevance

/external/compiler-rt/make/platform/
H A Dmulti_arch.mk0 Description := Example configuration for build two libraries for separate \
1 Description := Example configuration for build two libraries for separate \\ macro
H A Ddarwin_fat.mk4 # Description - A description of this target.
24 Description := Target for building universal libraries for Darwin. macro
H A Ddarwin_bni.mk2 Description := Target for Darwin using an Apple-style build. macro
H A Dclang_darwin.mk7 Description := Static runtime libraries for clang/Darwin. macro
H A Dclang_linux.mk0 Description := Static runtime libraries for clang/Linux.
1 Description := Static runtime libraries for clang/Linux. macro
/external/hamcrest/src/org/hamcrest/
H A DDescription.java7 * @see Matcher#describeTo(Description)
9 public interface Description { interface
14 Description appendText(String text);
19 Description appendDescriptionOf(SelfDescribing value);
24 Description appendValue(Object value);
29 <T> Description appendValueList(String start, String separator, String end,
35 <T> Description appendValueList(String start, String separator, String end,
42 Description appendList(String start, String separator, String end,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs248 public virtual string Description property in class:Antlr.Runtime.Tree.RewriteRuleElementStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs224 public virtual string Description { property in class:Antlr.Runtime.Tree.RewriteRuleElementStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs81 public virtual string Description property in class:Antlr.Runtime.DFA
215 new NoViableAltException( Description,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs182 new NoViableAltException(Description,
207 public virtual string Description { property in class:Antlr.Runtime.DFA
/external/clang/include/clang/Frontend/
H A DLangStandard.h46 const char *Description; member in struct:clang::LangStandard
54 const char *getDescription() const { return Description; }
/external/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp89 struct Description { struct in namespace:PR7985
94 const Data<T> Description<T>::data[] = {{ 1 }}; // expected-error{{cannot initialize a member subobject of type 'int *' with an rvalue of type 'int'}}
97 Data<float*> Description<float*>::data[];
100 integral_c<1> ic1 = array_lengthof(Description<int>::data);
101 (void)sizeof(array_lengthof(Description<float>::data));
104 Description<int*>::data // expected-note{{in instantiation of static data member 'PR7985::Description<int *>::data' requested here}}
107 array_lengthof(Description<float*>::data); // expected-error{{no matching function for call to 'array_lengthof'}}
/external/junit/src/org/junit/runner/
H A DDescription.java12 * <p>A <code>Description</code> describes a test which is to be run or has been run. <code>Descriptions</code>
22 * a superclass below {@link Object}. We needed a way to pass a class and name together. Description
28 public class Description implements Serializable { class in inherits:Serializable
32 * Create a <code>Description</code> named <code>name</code>.
33 * Generally, you will add children to this <code>Description</code>.
34 * @param name the name of the <code>Description</code>
36 * @return a <code>Description</code> named <code>name</code>
38 public static Description createSuiteDescription(String name, Annotation... annotations) {
41 return new Description(name, annotations);
45 * Create a <code>Description</cod
94 private Description(final String displayName, Annotation... annotations) { method in class:Description
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h56 const char *Description; // Description string. member in class:llvm::MachinePassRegistryNode
64 , Description(D)
72 const char *getDescription() const { return Description; }
/external/iproute2/doc/
H A Dip-cref.tex791 \paragraph{Description:}This command flushes the protocol addresses
859 \paragraph{Description:} These commands create new neighbour records
914 \paragraph{Description:} This command invalidates a neighbour entry.
946 \paragraph{Description:}This commands displays neighbour tables.
1045 \paragraph{Description:}This command flushes neighbour tables, selecting
1480 \paragraph{Description:} the command displays the contents of the routing tables
1684 \paragraph{Description:} this command flushes routes selected
1760 \paragraph{Description:} this command gets a single route to a destination
2222 \paragraph{Description:} these commands attach/detach
1478 \\paragraph{Description:} the command displays the contents of the routing tables paragraph
/external/libvorbis/doc/
H A D01-introduction.tex4 \section{Introduction and Description} \label{vorbis:spec:intro}
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h75 std::string Description; member in class:clang::ento::BugReport
130 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
135 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
140 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
153 : BT(bt), DeclWithIssue(0), Description(desc),
164 const StringRef getDescription() const { return Description; }
168 return Description;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2566 const char* Description,
2572 if (Description)
2573 OS << ' ' << Description; local
2562 DumpCXXRecordLayout(raw_ostream &OS, const CXXRecordDecl *RD, const ASTContext &C, CharUnits Offset, unsigned IndentLevel, const char* Description, bool IncludeVirtualBases) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1126 Value *Description = IRB.CreatePointerCast( local
1129 IRB.CreateStore(Description, BasePlus1);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1607 std::string Description; local
1610 Description = SemaRef.getTemplateArgumentBindingsText(
1616 << BEF << IsTemplate << Description << E->getType();
H A DSemaOverload.cpp7880 std::string &Description) {
7885 Description = S.getTemplateArgumentBindingsText(
8243 std::string Description; local
8244 OverloadCandidateKind FnKind = ClassifyOverloadCandidate(S, Fn, Description);
7878 ClassifyOverloadCandidate(Sema &S, FunctionDecl *Fn, std::string &Description) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 462 milliseconds