/external/skia/tools/ |
D | PictureBenchmark.h | 48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; } in setPreprocess() 49 bool preprocess() const { return fPreprocess; } in preprocess() function
|
/external/chromium_org/third_party/skia/tools/ |
D | PictureBenchmark.h | 48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; } in setPreprocess() 49 bool preprocess() const { return fPreprocess; } in preprocess() function
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | PreprocessorTest.cpp | 10 void PreprocessorTest::preprocess(const char* input, const char* expected) in preprocess() function in PreprocessorTest
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInstrumentationCustomInl.h | 71 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCod… in preprocess() function
|
D | PageDebuggerAgent.cpp | 151 PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCod… in preprocess() function in WebCore::PageDebuggerAgent
|
D | InspectorDebuggerAgent.cpp | 284 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSour… in preprocess() function in WebCore::InspectorDebuggerAgent
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | tts_background.js | 524 cvox.TtsBackground.prototype.preprocess = function(text, properties) { method in cvox.TtsBackground
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | PageScriptDebugServer.cpp | 295 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourc… in preprocess() function in WebCore::PageScriptDebugServer
|
D | ScriptDebugServer.cpp | 633 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&) in preprocess() function in WebCore::ScriptDebugServer
|
/external/chromium_org/third_party/jinja2/ |
D | ext.py | 80 def preprocess(self, source, name, filename=None): member in Extension
|
D | environment.py | 478 def preprocess(self, source, name=None, filename=None): member in Environment
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
D | abstract_tts.js | 223 cvox.AbstractTts.prototype.preprocess = function(text, properties) { method in cvox.AbstractTts
|
/external/valgrind/main/perf/ |
D | tinycc.c | 8471 static void preprocess(int is_bof) in preprocess() function
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromeBackgroundScript.js | 1101 cvox.TtsBackground.prototype.preprocess=function(a,b){b=b?b:{};b.math&&(a=this.preprocessMath_(a,b.… method in cvox
|