HomeSort by relevance Sort by last modified time
    Searched defs:Description (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/core/java/android/util/
EventLogTags.java 34 public static class Description {
38 Description(int tag, String name) {
48 public Description get(String name) { return null; }
50 public Description get(int tag) { return null; }
  /external/hamcrest/src/org/hamcrest/
Description.java 4 * A description of a Matcher. A Matcher will describe itself to a description
7 * @see Matcher#describeTo(Description)
9 public interface Description {
12 * Appends some plain text to the description.
14 Description appendText(String text);
17 * Appends the description of a {@link SelfDescribing} value to this description.
19 Description appendDescriptionOf(SelfDescribing value);
22 * Appends an arbitary value to the description.
    [all...]
  /external/compiler-rt/make/platform/
multi_arch.mk 0 Description := Example configuration for build two libraries for separate \
darwin_fat.mk 4 # Description - A description of this target.
24 Description := Target for building universal libraries for Darwin.
darwin_bni.mk 2 Description := Target for Darwin using an Apple-style build.
clang_linux.mk 0 Description := Static runtime libraries for clang/Linux.
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 2 Description := Target for Darwin using an Apple-style build.
multi_arch.mk 0 Description := Example configuration for build two libraries for separate \
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
darwin_fat.mk 4 # Description - A description of this target.
24 Description := Target for building universal libraries for Darwin.
  /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
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 233 * @param description Detailed description of the action
239 const ActionDescription& description);
502 static const String8 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/clang/test/SemaTemplate/
instantiate-init.cpp 89 struct Description {
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/clang/include/clang/Frontend/
LangStandard.h 46 const char *Description;
53 /// getDescription - Get the description of this standard.
54 const char *getDescription() const { return Description; }
  /external/junit/src/org/junit/runner/
Description.java 12 * <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 {
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</code> of a single test named <code>name</code> in the class <code>clazz</code>
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 56 const char *Description; // Description string.
64 , Description(D)
72 const char *getDescription() const { return Description; }
  /external/iproute2/doc/
ip-cref.tex 24 This document presents a comprehensive description of the \verb|ip| utility
791 \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.
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 74 std::string Description;
107 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
112 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
116 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
121 /// The reports that have the same report location, description, bug type, and
128 : BT(bt), DeclWithIssue(0), Description(desc),
139 const StringRef getDescription() const { return Description; }
142 return ShortDescription.empty() ? Description : ShortDescription;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 183 M4OSA_Char* Description ;
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 31 * description file}.
    [all...]

Completed in 563 milliseconds

1 2