HomeSort by relevance Sort by last modified time
    Searched defs:preprocess (Results 1 - 25 of 27) 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(Frame* frame, const ScriptSourceCode& sourceCode) function in namespace:WebCore::InspectorInstrumentation
PageDebuggerAgent.cpp 151 PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(Frame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::PageDebuggerAgent
155 return m_pageScriptDebugServer->preprocess(frame, sourceCode);
InspectorDebuggerAgent.cpp 277 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(Frame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::InspectorDebuggerAgent
279 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/Camera2/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);
  /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 263 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(Frame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::PageScriptDebugServer
ScriptDebugServer.cpp 621 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(Frame*, const ScriptSourceCode&) function in class:WebCore::ScriptDebugServer
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 130 final LocaleInfo[] preprocess = new LocaleInfo[origSize]; local
144 preprocess[finalSize++] =
151 if (preprocess[finalSize-1].locale.getLanguage().equals(
153 !preprocess[finalSize-1].locale.getLanguage().equals("zz")) {
156 preprocess[finalSize-1].label+" to "+
157 getDisplayName(preprocess[finalSize-1].locale,
160 preprocess[finalSize-1].label = toTitleCase(
161 getDisplayName(preprocess[finalSize-1].locale,
167 preprocess[finalSize++] =
183 preprocess[finalSize++] = new LocaleInfo(displayName, l)
    [all...]
  /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/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 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 640 milliseconds

1 2