/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition() function in SkSL::Compiler 271 this->addDefinition(((Swizzle*) lvalue)->fBase.get(), in addDefinition() 277 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(), in addDefinition() 283 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(), in addDefinition() 291 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(), in addDefinition() 294 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(), in addDefinition() 315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions() 317 this->addDefinition( in addDefinitions() 329 this->addDefinition( in addDefinitions() 340 this->addDefinition( in addDefinitions() [all …]
|
D | SkSLCompiler.h | 136 void addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr,
|
/external/skia/src/sksl/ |
D | SkSLCompiler.cpp | 254 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition() function in SkSL::Compiler 271 this->addDefinition(((Swizzle*) lvalue)->fBase.get(), in addDefinition() 277 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(), in addDefinition() 283 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(), in addDefinition() 291 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(), in addDefinition() 294 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(), in addDefinition() 315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions() 317 this->addDefinition( in addDefinitions() 329 this->addDefinition( in addDefinitions() 340 this->addDefinition( in addDefinitions() [all …]
|
D | SkSLCompiler.h | 136 void addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr,
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
D | CoreTutorial.java | 72 public void addDefinition(final String name, final byte[] bytes) { in addDefinition() method in CoreTutorial.MemoryClassLoader 128 memoryClassLoader.addDefinition(targetName, instrumented); in execute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptParser.cpp | 629 List.addDefinition(llvm::make_unique<MenuSeparator>()); in parseMenuItemsList() 654 List.addDefinition(llvm::make_unique<PopupItem>( in parseMenuItemsList() 660 List.addDefinition( in parseMenuItemsList()
|
D | ResourceScriptStmt.h | 445 void addDefinition(std::unique_ptr<MenuDefinition> Def) { in addDefinition() function
|
/external/skia/tools/bookmaker/ |
D | bmhParser.h | 69 bool addDefinition(const char* defStart, bool hasEnd, MarkType markType,
|
D | parserCommon.h | 68 void addDefinition(Definition* def) { in addDefinition() function
|
D | includeParser.h | 235 this->addDefinition(container); in pushBracket()
|
D | bmhParser.cpp | 121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() function in BmhParser 1497 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName, in findDefinitions() 1545 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder, in findDefinitions()
|
D | includeParser.cpp | 102 this->addDefinition(def); in addKeyword()
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.h | 69 bool addDefinition(const char* defStart, bool hasEnd, MarkType markType,
|
D | parserCommon.h | 66 void addDefinition(Definition* def) { in addDefinition() function
|
D | includeParser.h | 235 this->addDefinition(container); in pushBracket()
|
D | bmhParser.cpp | 121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() function in BmhParser 1497 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName, in findDefinitions() 1545 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder, in findDefinitions()
|
D | includeParser.cpp | 101 this->addDefinition(def); in addKeyword()
|
/external/fonttools/Tests/feaLib/ |
D | builder_test.py | 468 baseClass.addDefinition(bcdef)
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 486 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition() function in __anon4f66b6dc0811::LocalVariableMap 574 Ctx = VMap->addDefinition(VD, E, Ctx); in VisitDeclStmt()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 409 def addDefinition(self, definition): member in MarkClass
|
D | parser.py | 580 markClass.addDefinition(mcdef)
|