HomeSort by relevance Sort by last modified time
    Searched defs:preprocess (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
PreprocessorTest.cpp 10 void PreprocessorTest::preprocess(const char* input, const char* expected) function in class:PreprocessorTest
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentationCustomInl.h 71 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in namespace:WebCore::InspectorInstrumentation
PageDebuggerAgent.cpp 151 PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::PageDebuggerAgent
155 return m_pageScriptDebugServer->preprocess(frame, sourceCode);
InspectorDebuggerAgent.cpp 284 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::InspectorDebuggerAgent
286 return scriptDebugServer().preprocess(frame, sourceCode);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
MosaicRenderer.java 57 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRenderer.java 57 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
MosaicRendererSurfaceViewRenderer.java 72 public void preprocess(float[] transformMatrix) { method in class:MosaicRendererSurfaceViewRenderer
73 MosaicRenderer.preprocess(transformMatrix);
MosaicRendererSurfaceView.java 339 public void preprocess(final float[] transformMatrix) { method in class:MosaicRendererSurfaceView
344 mRenderer.preprocess(transformMatrix);
  /external/chromium_org/third_party/skia/tools/
PictureBenchmark.h 48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; }
49 bool preprocess() const { return fPreprocess; } function in class:sk_tools::PictureBenchmark
  /external/skia/tools/
PictureBenchmark.h 48 void setPreprocess(bool preprocess) { fPreprocess = preprocess; }
49 bool preprocess() const { return fPreprocess; } function in class:sk_tools::PictureBenchmark
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 362 def preprocess (self, member in class:BCPPCompiler
382 # We need to preprocess: either we're being forced to, or the
394 # preprocess()
unixccompiler.py 86 def preprocess(self, source, member in class:UnixCCompiler
101 # We need to preprocess: either we're being forced to, or we're
ccompiler.py 497 def preprocess(self, source, output_file=None, macros=None, member in class:CCompiler
499 """Preprocess a single C/C++ source file, named in 'source'.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 362 def preprocess (self, member in class:BCPPCompiler
382 # We need to preprocess: either we're being forced to, or the
394 # preprocess()
unixccompiler.py 86 def preprocess(self, source, member in class:UnixCCompiler
101 # We need to preprocess: either we're being forced to, or we're
ccompiler.py 497 def preprocess(self, source, output_file=None, macros=None, member in class:CCompiler
499 """Preprocess a single C/C++ source file, named in 'source'.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 295 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::PageScriptDebugServer
ScriptDebugServer.cpp 633 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&) function in class:WebCore::ScriptDebugServer
  /external/chromium_org/third_party/jinja2/
ext.py 64 #: 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)))
environment.py 469 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)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 208 * Method to preprocess text to be spoken properly by a speech
223 cvox.AbstractTts.prototype.preprocess = function(text, properties) {
  /external/valgrind/main/perf/
tinycc.c 8471 static void preprocess(int is_bof) function
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 603 milliseconds

1 2