Searched defs:preprocess (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A DPreprocessorTest.cpp10 void PreprocessorTest::preprocess(const char* input, const char* expected) function in class:PreprocessorTest
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentationCustomInl.h72 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in namespace:blink::InspectorInstrumentation
H A DInspectorDebuggerAgent.cpp301 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:blink::InspectorDebuggerAgent
303 return scriptDebugServer().preprocess(frame, sourceCode);
/external/chromium_org/third_party/skia/tools/
H A DPictureBenchmark.h48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; } argument
49 bool preprocess() const { return fPreprocess; } function in class:sk_tools::PictureBenchmark
/external/skia/tools/
H A DPictureBenchmark.h48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; } argument
49 bool preprocess() const { return fPreprocess; } function in class:sk_tools::PictureBenchmark
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp294 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:blink::PageScriptDebugServer
H A DScriptDebugServer.cpp715 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&) function in class:blink::ScriptDebugServer
/external/chromium_org/third_party/jinja2/
H A Dext.py64 #: extensions that preprocess values. A lower value means higher
80 def preprocess(self, source, name, filename=None): member in class:Extension
82 preprocess the source. The `filename` is optional. The return value
619 tokens = list(environment.lex(environment.preprocess(source)))
H A Denvironment.py469 the :meth:`preprocess` method.
478 def preprocess(self, source, name=None, filename=None): member in class:Environment
483 return reduce(lambda s, e: e.preprocess(s, name, filename),
490 source = self.preprocess(source, name, filename)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_tts.js208 * Method to preprocess text to be spoken properly by a speech
223 cvox.AbstractTts.prototype.preprocess = function(text, properties) {
/external/valgrind/main/perf/
H A Dtinycc.c2008 /* undefine preprocess symbol 'sym' */
8473 static void preprocess(int is_bof)
8740 /* ignore other preprocess commands or #! for C scripts */
9245 preprocess(tok_flags & TOK_FLAG_BOF);
8471 static void preprocess(int is_bof) function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js625 cvox.AbstractTts.prototype.preprocess=function(a,b){if(1==a.length&&"A"<=a&&"Z">=a)for(var c in cvox.AbstractTts.PERSONALITY_CAPITAL)b[c]=cvox.AbstractTts.PERSONALITY_CAPITAL[c];a=a.replace(cvox.AbstractTts.substitutionDictionaryRegexp_,function(a){return" "+cvox.AbstractTts.SUBSTITUTION_DICTIONARY[a]+" "});if(1==a.length)return cvox.AbstractTts.CHARACTER_DICTIONARY[a]?(new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTER_DICTIONARY[a]))).format({COUNT:1}):a.toUpperCase();
1090 cvox.TtsBackground.prototype.speak=function(a,b,c){cvox.TtsBackground.superClass_.speak.call(this,a,b,c);c||(c={});void 0===b&&(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);var d=a.replace(/([-\n\r.,!?;])(\s)/g,"$1$2|"),d=d.split("|");if(2<d.length){a=c.startCallback;for(var e=c.endCallback,f=0;f<d.length;f++){var g={},h;for(h in c)g[h]=c[h];g.startCallback=0==f?a:null;g.endCallback=f==d.length-1?e:null;this.speak(d[f],b,g);b=cvox.AbstractTts.QUEUE_MODE_QUEUE}return this}a=this.preprocess(a,c);a=this.getNumberAsDigits_(a);
1101 cvox.TtsBackground.prototype.preprocess=function(a,b){b=b?b:{};b.math&&(a=this.preprocessMath_(a,b.math));a=cvox.TtsBackground.superClass_.preprocess.call(this,a,b);var c=null;if(b[cvox.AbstractTts.PUNCTUATION_ECHO])for(var d=0;(c=this.punctuationEchoes_[d])&&b[cvox.AbstractTts.PUNCTUATION_ECHO]!=c.name;d++);else c=this.punctuationEchoes_[this.currentPunctuationEcho_];a=a.replace(c.regexp,this.createPunctuationReplace_(c.clear));!b.math&&b.phoneticCharacters&&this.pronouncePhonetically_(a)||this.clearTimeout_();
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1287 milliseconds