Searched defs:produce (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.pxd43 cdef produce(self, value, text = *) member in class:Scanner
H A DScanners.py44 produce(value [, text])
119 self.produce(None)
124 self.produce(value)
313 def produce(self, value, text = None): member in class:Scanner
319 produce() can be called more than once during a single call to an action
/external/chromium_org/tools/site_compare/commands/
H A Dtimeload.py20 import operators # Functions that, given two bitmaps as input, produce namespace
H A Dcompare2.py18 import operators # Functions that, given two bitmaps as input, produce namespace
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamer.cpp39 void produce(const uint8_t* data, size_t length) function in class:blink::SourceStreamDataQueue
199 m_dataQueue.produce(copiedData, dataLength);
422 // Decide what kind of cached data we should produce while streaming. By
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlLexer.java83 protected HtmlToken produce() { method in class:HtmlLexer
108 return produce();
134 return produce();
294 protected HtmlToken produce() { method in class:HtmlInputSplitter
719 if (tok == null) { tok = produce(); }
724 if (this.tok == null) { this.tok = produce(); }
731 protected abstract HtmlToken produce(); method in class:AbstractTokenStream
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py23 import operators # Functions that, given two bitmaps as input, produce namespace
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... t protected abstract org.owasp.html.HtmlToken produce () } org/owasp/html/AttributePolicy$1.class AttributePolicy. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 9754 milliseconds