HomeSort by relevance Sort by last modified time
    Searched refs:DS (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 3 #define DS(x) SkDoubleToScalar(x)
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 3 #define DS(x) SkDoubleToScalar(x)
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 51 # define DS 23
67 # define DS 7
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 95 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
96 if (matchesStmt(DS->getSubStmt())) {
97 DS->setSubStmt(mNewStmt);
99 VisitStmt(DS);
104 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
105 if (matchesExpr(DS->getCond())) {
106 DS->setCond(mNewExpr);
107 } else if (matchesStmt(DS->getBody())) {
108 DS->setBody(mNewStmt);
110 VisitStmt(DS);
    [all...]
slang_rs_ast_replace.h 72 void VisitDefaultStmt(clang::DefaultStmt *DS);
73 void VisitDoStmt(clang::DoStmt *DS);
  /external/llvm/lib/IR/
PrintModulePass.cpp 32 PrintModulePass(const std::string &B, raw_ostream *o, bool DS)
33 : ModulePass(ID), Banner(B), Out(o), DeleteStream(DS) {}
57 PrintFunctionPass(const std::string &B, raw_ostream *o, bool DS)
58 : FunctionPass(ID), Banner(B), Out(o), DeleteStream(DS) {}
85 PrintBasicBlockPass(const std::string &B, raw_ostream *o, bool DS)
86 : BasicBlockPass(ID), Banner(B), Out(o), DeleteStream(DS) {}
  /external/clang/lib/Parse/
ParseDecl.cpp 49 DeclSpec DS(AttrFactory);
51 DS.addAttributes(Attrs->getList());
52 ParseSpecifierQualifierList(DS, AS, DSC);
54 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : 0;
57 Declarator DeclaratorInfo(DS, Context);
634 void Parser::ParseOpenCLQualifiers(DeclSpec &DS) {
642 DS.getAttributes().addNewInteger(
648 DS.getAttributes().addNewInteger(
654 DS.getAttributes().addNewInteger
    [all...]
ParseExprCXX.cpp 232 DeclSpec DS(AttrFactory);
234 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
236 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
241 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
    [all...]
ParseDeclCXX.cpp 276 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) {
294 DS.getSourceRange().getBegin(),
304 // Reset the source range in DS, as the leading "extern"
306 DS.SetRangeStart(SourceLocation());
307 DS.SetRangeEnd(SourceLocation());
309 DS.setExternInLinkageSpec(true);
310 ParseExternalDeclaration(attrs, &DS);
315 DS.abort();
684 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) {
697 DS.SetTypeSpecError()
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 30 #define DS 7
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 30 #define DS 7
  /external/iproute2/examples/
SYN-DoS.rate.limit 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 30 #define DS 7
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 23 #define DS(x) SkDoubleToScalar(x)
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 23 #define DS(x) SkDoubleToScalar(x)
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.0 / 18.0), DS( 9.0 / 18.0), DS( 27.0 / 18.0), DS(-21.0 / 18.0)
    [all...]
  /external/llvm/lib/Support/
Host.cpp 416 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
417 if (!DS) {
425 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
426 delete DS;
503 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
504 if (!DS) {
512 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
513 delete DS;
558 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
559 if (!DS) {
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 30 #undef DS
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
79 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
CheckerDocumentation.cpp 71 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {}
81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8