| /frameworks/base/tools/aidl/ |
| options.cpp | 13 " aidl --preprocess OUTPUT INPUT...\n" 19 " -p<FILE> file created by --preprocess to import.\n" 39 if (argc >= 2 && 0 == strcmp(argv[1], "--preprocess")) {
|
| /external/opencv/otherlibs/highgui/ |
| loadsave.cpp | 60 // preprocess folder or file name - calculate its length, 64 static int Preprocess( const char* filename, char* buffer ); 118 int len = Preprocess( path, buffer ); 189 int len = Preprocess( filename, path0 ); 236 int CvFilePath::Preprocess( const char* str, char* buffer )
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| PageScriptDebugServer.h | 68 virtual PassOwnPtr<ScriptSourceCode> preprocess(Frame*, const ScriptSourceCode&);
|
| /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.h | 58 PassOwnPtr<ScriptSourceCode> preprocess(Frame*, const ScriptSourceCode&);
|
| /external/clang/test/Preprocessor/ |
| traditional-cpp.c | 3 * things like using /usr/bin/cpp to preprocess non-source files. */
|
| /external/apache-http/src/org/apache/http/ |
| HttpRequestInterceptor.java | 60 * @param request the request to preprocess
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
| TODO | 67 server, pull out the JS test content, preprocess it, and add it as a
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| inputext.cpp | 77 * MungeInput - after getting a set of raw input data to be analyzed, preprocess
|
| /external/clang/www/demo/ |
| DemoInfo.html | 27 preprocess it (e.g., with the <tt>-save-temps</tt> or <tt>-E</tt> options to
|
| /external/icu4c/i18n/ |
| inputext.cpp | 77 * MungeInput - after getting a set of raw input data to be analyzed, preprocess
|
| /external/libgsm/src/ |
| preprocess.c | 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/preprocess.c,v 1.2 1994/05/10 20:18:45 jutta Exp $ */
|
| /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
|
| 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/ |
| errors.py | 74 """Failure to preprocess one or more C/C++ files."""
|
| 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
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| errors.py | 74 """Failure to preprocess one or more C/C++ files."""
|
| 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
|
| /ndk/sources/host-tools/make-3.81/ |
| default.c | 254 "$(PREPROCESS.F) $(OUTPUT_OPTION) $<", 256 "$(PREPROCESS.r) $(OUTPUT_OPTION) $<", 265 "$(PREPROCESS.S) $< > $@", 493 "PREPROCESS.S", "$(CC) -E $(CPPFLAGS)", 494 "PREPROCESS.F", "$(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F", 495 "PREPROCESS.r", "$(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F",
|
| /external/apache-http/src/org/apache/http/protocol/ |
| HttpRequestExecutor.java | 146 public void preProcess( 171 * {@link #preProcess preprocessed}
|
| /system/core/toolbox/grep/ |
| fastgrep.c | 70 /* Preprocess pattern. */ 187 /* Preprocess pattern. */
|