/external/clang/test/PCH/ |
preprocess.h | 1 // Helper header for preprocess.c PCH test
|
preprocess.c | 3 // RUN: %clang_cc1 -include %S/preprocess.h -E -o %t.orig %s 4 // RUN: %clang_cc1 -emit-pch -o %t %S/preprocess.h
|
/external/clang/test/Preprocessor/ |
traditional-cpp.c | 3 * things like using /usr/bin/cpp to preprocess non-source files. */
|
macro_paste_msextensions.c | 3 // This horrible stuff should preprocess into (other than whitespace):
|
/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 96 final LocaleInfo[] preprocess = new LocaleInfo[origSize]; local 110 preprocess[finalSize++] = 117 if (preprocess[finalSize-1].locale.getLanguage().equals( 121 preprocess[finalSize-1].label+" to "+ 122 getDisplayName(preprocess[finalSize-1].locale, 125 preprocess[finalSize-1].label = toTitleCase( 126 getDisplayName(preprocess[finalSize-1].locale, 132 preprocess[finalSize++] = 146 preprocess[finalSize++] = new LocaleInfo(displayName, l); 154 localeInfos[i] = preprocess[i] [all...] |
/packages/apps/Camera/src/com/android/camera/panorama/ |
MosaicRendererSurfaceViewRenderer.java | 67 public void preprocess(float[] transformMatrix) { method in class:MosaicRendererSurfaceViewRenderer 68 MosaicRenderer.preprocess(transformMatrix);
|
MosaicRenderer.java | 56 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
|
/external/clang/include/clang/Driver/ |
Phases.h | 19 Preprocess,
|
/external/clang/lib/Driver/ |
Phases.cpp | 18 case Preprocess: return "preprocessor";
|
Tools.h | 95 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common { 97 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", 200 class LLVM_LIBRARY_VISIBILITY Preprocess : public CC1 { 202 Preprocess(const ToolChain &TC) : CC1("darwin::Preprocess",
|
/external/libgsm/ |
Android.mk | 30 src/preprocess.c \
|
/external/speex/ |
Android.mk | 24 libspeex/preprocess.c \
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4VPP_API.h | 69 * @note Preprocess one frame 97 * @brief Preprocess one frame.
|
/external/llvm/test/LLVMC/ |
OptionPreprocessor.td | 19 def Preprocess : OptionPreprocessor<
|
/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)*/
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/ |
InputLanguageSelection.java | 218 LocaleEntry[] preprocess = new LocaleEntry[origSize]; local 239 preprocess[finalSize++] = 246 preprocess[finalSize++] = new LocaleEntry(displayName, l); 251 uniqueLocales.add(preprocess[i]);
|
/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/clang/test/Driver/ |
darwin-cc.c | 3 // CHECK: {{ ".*cc1.*" "-E" "-nostdinc" "-v" "-I" "ARG0" "-FARG1" "-I" "ARG2" "-P" "-MD" "[^"]*/OUTPUTNAME.d" "-MF" "ARG3" "-MG" "-MP" "-MQ" "[^"]*/OUTPUTNAME" "-remap" "-dD" "-H" "-D__STATIC__" "-D_REENTRANT" "-D" "ARG4" "-U" "ARG5" "-A" "ARG6" "-D" "ARG7" "-U" "ARG8" "-A" "ARG9" "-include" "ARG10" ".*darwin-cc.c" "-D_MUDFLAP" "-include" "mf-runtime.h" "-m32" "-mkernel" "-mtune=core2" "-mmacosx-version-min=10.6.0" "-ansi" "-std=c99" "-trigraphs" "-Werror" "-pedantic" "-Wmost" "-w" "-fast" "-fno-eliminate-unused-debug-symbols" "-fFOO" "-fmudflap" "-O2" "-undef" "-fpch-preprocess" "-o" ".*darwin-cc.i"}}
|
bindings.c | 13 // RUN: grep '"gcc::Preprocess", inputs: \[".*bindings.c"\], output: ".*\.i"' %t 32 // RUN: grep '"gcc::Preprocess", inputs: \[".*bindings.c"\], output: ".*\.i"' %t
|
/external/webkit/Tools/Scripts/ |
make-script-test-wrappers | 84 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, $templateDirectory); 138 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
|
/external/apache-http/src/org/apache/http/ |
HttpRequestInterceptor.java | 60 * @param request the request to 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 $ */
|