HomeSort by relevance Sort by last modified time
    Searched defs:Description (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 116 SW.printString("Description", ValueDesc);
333 std::string Description;
335 Description = std::string(Strings[Value]);
337 Description = std::string("8-byte alignment, ") + utostr(1 << Value)
340 Description = "Invalid";
342 PrintAttribute(Tag, Value, Description);
354 std::string Description;
356 Description = std::string(Strings[Value]);
358 Description = std::string("8-byte stack alignment, ") + utostr(1 << Value)
361 Description = "Invalid"
    [all...]
  /frameworks/base/libs/hwui/
TessellationCache.cpp 37 TessellationCache::Description::Description()
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint)
58 hash_t TessellationCache::Description::hash() const {
70 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
100 TessellationTask(Tessellator tessellator, const Description& description)
102 , description(description) {
108 Description description; member in class:android::uirenderer::TessellationCache::TessellationTask
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 109 LPSTR Description;
120 LPWSTR Description;
winsafer.h 101 WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE];
108 WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE];
dxgi.h 171 WCHAR Description[128];
    [all...]
ktmtypes.h 157 WCHAR Description[MAX_TRANSACTION_DESCRIPTION_LENGTH];
ipmsp.h 160 WCHAR Description[256 ];
178 WCHAR Description[256 ];
iptypes.h 47 char Description[MAX_ADAPTER_DESCRIPTION_LENGTH + 4];
239 PWCHAR Description;
302 PWCHAR Description;
netioapi.h 176 WCHAR Description[IF_MAX_STRING_SIZE + 1];
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 77 std::string Description;
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
157 : BT(bt), DeclWithIssue(nullptr), Description(desc), Location(l),
162 /// The reports that have the same report location, description, bug type, and
169 : BT(bt), DeclWithIssue(nullptr), Description(desc),
182 StringRef getDescription() const { return Description; }
186 return Description;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 87 char Description[256];
    [all...]
cmsps2.c 349 cmsMLU *Description, *Copyright;
354 Description = (cmsMLU*) cmsReadTag(hProfile, cmsSigProfileDescriptionTag);
360 if (Description != NULL) cmsMLUgetASCII(Description, cmsNoLanguage, cmsNoCountry, DescASCII, 255);
    [all...]
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 7 Description := Static runtime libraries for embedded clang/Darwin
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
  /external/llvm/include/llvm/Support/
CommandLine.h 155 const char *const Description;
160 const char *const Description = nullptr)
161 : Name(Name), Description(Description) {
165 const char *getDescription() const { return Description; }
296 // desc - Modifier to set the description shown in the -help output...
303 // value_desc - Modifier to set the value description shown in the -help
576 // getDescription - Return description N
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 466 char Description[256];
lcms2.h     [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 33 * description file}.
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 40 const Twine &Description;
55 Description(Desc),
59 const Twine &getDescription() const { return Description; }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 795 milliseconds

1 23 4 5 6