Home
last modified time | relevance | path

Searched defs:preprocess (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/tests/preprocessor_tests/
DPreprocessorTest.cpp10 void PreprocessorTest::preprocess(const char* input, const char* expected) in preprocess() function in PreprocessorTest
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h71 inline PassOwnPtr<ScriptSourceCode> preprocess(Frame* frame, const ScriptSourceCode& sourceCode) in preprocess() function
DPageDebuggerAgent.cpp151 PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(Frame* frame, const ScriptSourceCode& so… in preprocess() function in WebCore::PageDebuggerAgent
DInspectorDebuggerAgent.cpp277 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(Frame* frame, const ScriptSourceCod… in preprocess() function in WebCore::InspectorDebuggerAgent
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DPageScriptDebugServer.cpp263 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(Frame* frame, const ScriptSourceCode… in preprocess() function in WebCore::PageScriptDebugServer
DScriptDebugServer.cpp621 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(Frame*, const ScriptSourceCode&) in preprocess() function in WebCore::ScriptDebugServer
/external/chromium_org/third_party/jinja2/
Dext.py80 def preprocess(self, source, name, filename=None): member in Extension
Denvironment.py478 def preprocess(self, source, name=None, filename=None): member in Environment
/external/valgrind/main/perf/
Dtinycc.c8471 static void preprocess(int is_bof) in preprocess() function
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeBackgroundScript.js950 cvox.TtsBackground.prototype.preprocess=function(a,b){b=b?b:{};b.math&&(a=this.preprocessMath_(a,b.… method in cvox