/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.xml | 407 Only preprocess</term>
|
yasm.c | 46 /* Preprocess-only buffer size */ 184 N_("preprocess only (writes output to stdout by default)"), NULL }, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
yasm.1 | 232 \fB\-e\fR or \fB\-\-preproc\-only\fR: Only preprocess
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/ |
build.xml | 102 <ant antfile="${customTargets}" target="preProcess" />
|
/external/elfutils/0.153/libcpu/ |
ChangeLog | 255 * Makefile.am: Use m4 to preprocess defs/* files.
|
/external/llvm/utils/buildit/ |
build_llvm | 244 # Run unifdef to preprocess the installed headers to reflect whether this
|
/external/opencv/ml/src/ |
mlestimate.cpp | 453 // Check and preprocess sample indices.
|
/external/skia/tools/ |
render_pictures_main.cpp | 53 DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before rendering.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 129 self.compiler.preprocess(src, out, include_dirs=include_dirs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 129 self.compiler.preprocess(src, out, include_dirs=include_dirs)
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState.cpp | 397 // preprocess; either by scaling up to the target size, or by selecting 468 // but couldn't do it as a preprocess. Let's try to install [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 1 //===--- Preprocess.cpp - C Language Family Preprocessor Implementation ---===// 481 // Preprocess Predefines to populate the initial preprocessor state.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 437 requestExec.preProcess(wrapper, httpProcessor, context); 759 this.requestExec.preProcess(connect, this.httpProcessor, context); [all...] |
/external/skia/src/core/ |
SkBitmapProcState.cpp | 397 // preprocess; either by scaling up to the target size, or by selecting 468 // but couldn't do it as a preprocess. Let's try to install [all...] |
/external/llvm/ |
Makefile.rules | 767 Preprocess.CXX= $(Compile.Wrapper) \ 774 Preprocess.C = $(CC) $(CPP.Flags) $(C.Flags) $(CPPFLAGS) \ [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 163 FinalPhase = phases::Preprocess; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cppinternals.info | 43 to preprocess many files simultaneously if necessary. It has also been 195 preprocess MS-DOS, Macintosh and Unix files without their needing to [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDebuggerAgent.cpp | 284 PassOwnPtr<ScriptSourceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) function in class:WebCore::InspectorDebuggerAgent 286 return scriptDebugServer().preprocess(frame, sourceCode); [all...] |
/frameworks/base/ |
Android.mk | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
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/ |
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/chrome/browser/ |
chrome_browser_application_mac.mm | 237 // replicating the preprocess logic which turns DCHECK() on).
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptController.cpp | 579 OwnPtr<ScriptSourceCode> maybeProcessedSourceCode = InspectorInstrumentation::preprocess(m_frame, sourceCode);
|
ScriptDebugServer.cpp | 633 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&) function in class:WebCore::ScriptDebugServer
|
/external/clang/include/clang/Driver/ |
Options.td | 272 HelpText<"Only run preprocess and compilation steps">; 337 HelpText<"Only run preprocess, compile, and assemble steps">; [all...] |