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

12

/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_linux.mk0 Description := Static runtime libraries for clang/Linux.
1 Description := Static runtime libraries for clang/Linux. macro
H A Dclang_darwin.mk7 Description := Static runtime libraries for clang/Darwin. 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/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSVersion.py35 def Description(self): member in class:VisualStudioVersion
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp45 cl::OptionCategory TestCategory("Test Options", "Description");
48 const char Description[] = "New description"; local
68 Retrieved->setDescription(Description);
69 ASSERT_STREQ(Retrieved->HelpStr, 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/chromium_org/build/config/win/
H A Dget_msvc_config_real.py36 def Description(self): member in class:VisualStudioVersion
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspec.py225 desc = Description(node, self._categories)
437 class Description(object): class in inherits:object
502 dep = Description(dep_node, self._categories)
/external/clang/include/clang/Frontend/
H A DLangStandard.h47 const char *Description; member in struct:clang::LangStandard
55 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 const 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/mesa3d/src/mesa/main/
H A DAPIspec.py225 desc = Description(node, self._categories)
437 class Description(object): class in inherits:object
502 dep = Description(dep_node, self._categories)
/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
1681 \paragraph{Description:} this command saves the contents of the routing
1700 \paragraph{Description:} this command restores the contents of the routing
1719 \paragraph{Description:} this command flushes routes selected
1795 \paragraph{Description
1478 \\paragraph{Description:} the command displays the contents of the routing tables paragraph
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex4 \section{Introduction and Description} \label{vorbis:spec:intro}
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h200 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other }; enumerator in enum:WebCore::HTMLMediaElement::TrackGroup::GroupKind
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h76 std::string Description; member in class:clang::ento::BugReport
146 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
151 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
156 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
169 : BT(bt), DeclWithIssue(0), Description(desc),
182 const StringRef getDescription() const { return Description; }
186 return Description;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2553 const char* Description,
2559 if (Description)
2560 OS << ' ' << Description; local
2549 DumpCXXRecordLayout(raw_ostream &OS, const CXXRecordDecl *RD, const ASTContext &C, CharUnits Offset, unsigned IndentLevel, const char* Description, bool IncludeVirtualBases) argument
/external/llvm/include/llvm/Support/
H A DCommandLine.h147 const char *const Description; member in class:llvm::cl::OptionCategory
150 OptionCategory(const char *const Name, const char *const Description = 0)
151 : Name(Name), Description(Description) { registerCategory(); }
153 const char *getDescription() { return Description; }

Completed in 5689 milliseconds

12