Searched defs:addDefinition (Results 1 - 9 of 9) sorted by relevance

/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DCoreTutorial.java72 public void addDefinition(final String name, final byte[] bytes) { method in class:CoreTutorial.MemoryClassLoader
128 memoryClassLoader.addDefinition(targetName, instrumented);
/external/skia/src/sksl/
H A DSkSLCompiler.cpp217 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, function in class:SkSL::Compiler
234 this->addDefinition(((Swizzle*) lvalue)->fBase.get(),
240 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(),
246 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(),
254 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(),
257 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(),
278 this->addDefinition(b->fLeft.get(), &b->fRight, definitions);
280 this->addDefinition(
291 this->addDefinition(
301 this->addDefinition(
[all...]
/external/skia/tools/bookmaker/
H A Dbookmaker.cpp63 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, function in class:BmhParser
804 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName,
849 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder,
/external/skqp/src/sksl/
H A DSkSLCompiler.cpp217 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, function in class:SkSL::Compiler
234 this->addDefinition(((Swizzle*) lvalue)->fBase.get(),
240 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(),
246 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(),
254 this->addDefinition(((TernaryExpression*) lvalue)->fIfTrue.get(),
257 this->addDefinition(((TernaryExpression*) lvalue)->fIfFalse.get(),
278 this->addDefinition(b->fLeft.get(), &b->fRight, definitions);
280 this->addDefinition(
291 this->addDefinition(
301 this->addDefinition(
[all...]
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp62 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, function in class:BmhParser
706 if (!this->addDefinition(fChar - 1, true, fParent->fMarkType, parentName)) {
750 if (!this->addDefinition(defStart, hasEnd, markType, typeNameBuilder)) {
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1090 milliseconds