/external/clang/test/Driver/ |
preprocess-multiple.c | 2 // Test that the driver can preprocess multiple files.
|
/external/clang/test/Modules/ |
preprocess.m | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-whitespace %s 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c-header -emit-pch %S/Inputs/preprocess-prefix.h -o %t.pch 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include-pch %t.pch -E %s | FileCheck -strict-whitespace %s 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++ -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-whitespace %s 7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++-header -emit-pch %S/Inputs/preprocess-prefix.h -o %t.pch 8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++ -include-pch %t.pch -E %s | FileCheck -strict-whitespace % [all...] |
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
AdapterHelperTest.java | 220 mAdapterHelper.preProcess(); 230 mAdapterHelper.preProcess(); 252 mAdapterHelper.preProcess(); 274 preProcess(); 282 preProcess(); 304 preProcess(); 313 preProcess(); 323 preProcess(); 331 preProcess(); 341 preProcess(); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
input-file.c | 32 int preprocess = 0; variable 52 int preprocess; member in struct:saved_file 89 saved->preprocess = preprocess; 90 if (preprocess) 108 preprocess = saved->preprocess; 109 if (preprocess) 123 preprocess = pre; 169 /* Begins with comment, may not want to preprocess. * [all...] |
/external/clang/test/Preprocessor/ |
macro_paste_msextensions.c | 3 // This horrible stuff should preprocess into (other than whitespace):
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicRendererSurfaceViewRenderer.java | 72 public void preprocess(float[] transformMatrix) { method in class:MosaicRendererSurfaceViewRenderer 73 MosaicRenderer.preprocess(transformMatrix);
|
/external/clang/include/clang/Driver/ |
Phases.h | 19 Preprocess,
|
/external/clang/lib/Driver/ |
Phases.cpp | 18 case Preprocess: return "preprocessor";
|
/external/libgsm/ |
Android.mk | 31 src/preprocess.c \
|
/external/speex/ |
Android.mk | 24 libspeex/preprocess.c \ 99 libspeex/preprocess.c \
|
/build/tools/releasetools/ |
target_files_diff.py | 127 def preprocess(name, filename): function 143 Diff a file pair with diff, running preprocess() on the arguments first. 145 with preprocess(name, file1) as f1: 146 with preprocess(name, file2) as f2:
|
/external/clang/include/clang/Frontend/ |
PreprocessorOutputOptions.h | 25 unsigned RewriteIncludes : 1; ///< Preprocess include directives only.
|
/external/opencv3/samples/python2/ |
mosse.py | 69 a = self.preprocess(rnd_warp(img)) 79 img = self.preprocess(img) 87 img = self.preprocess(img) 119 def preprocess(self, img): member in class:MOSSE
|
digits_adjust.py | 70 self.preprocess_job = cloud.call(self.preprocess, _env=self.cloud_env) 72 self._samples, self._labels = self.preprocess() 74 def preprocess(self): member in class:App
|
/external/speex/include/speex/ |
speex_preprocess.h | 5 * @brief Speex preprocessor. The preprocess can do noise suppression, 40 * This is the Speex preprocessor. The preprocess can do noise suppression, 72 /** Preprocess a frame 79 /** Preprocess a frame (deprecated, use speex_preprocess_run() instead)*/
|
/external/webrtc/webrtc/modules/video_processing/ |
frame_preprocessor.h | 61 // Preprocess output:
|
/external/pdfium/xfa/include/fxbarcode/ |
BC_BarCode.h | 176 CFX_WideString Preprocess(const CFX_WideStringC& contents);
193 CFX_WideString Preprocess(const CFX_WideStringC& contents);
210 CFX_WideString Preprocess(const CFX_WideStringC& contents);
|
/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 )
|
/system/tools/aidl/ |
options.cpp | 39 " aidl --preprocess OUTPUT INPUT...\n" 46 " -p<FILE> file created by --preprocess to import.\n" 68 if (argc >= 2 && 0 == strcmp(argv[1], "--preprocess")) {
|
/external/autotest/site_utils/ |
control_file_preprocessor.py | 29 # A set of SUITES that we choose not to preprocess as they might have tests
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
gas-dg.exp | 30 "preprocess" {
|
/external/autotest/client/tests/kvm/ |
kvm.py | 87 # Preprocess 89 virt_env_process.preprocess(self, params, env)
|
/external/libcxx/test/libcxx/ |
compiler.py | 78 def preprocess(self, source_files, out=None, flags=[], env=None, cwd=None): member in class:CXXCompiler 124 cmd, out, err, rc = self.preprocess(source_files, flags=flags, env=env,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
compiler.py | 78 def preprocess(self, source_files, out=None, flags=[], env=None, cwd=None): member in class:CXXCompiler 124 cmd, out, err, rc = self.preprocess(source_files, flags=flags, env=env,
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
base_handler.py | 129 "Preprocess task %s failed. Dropping it permanently.", 142 """Preprocess. 152 When preprocess failed, this method is called before the task is dropped.
|