HomeSort by relevance Sort by last modified time
    Searched defs:preprocess (Results 26 - 50 of 77) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.27/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)
125 preprocess = pre;
171 /* Begins with comment, may not want to preprocess. *
    [all...]
  /external/capstone/cstool/
cstool.c 47 static uint8_t *preprocess(char *code, size_t *size) function
150 assembly = preprocess(argv[3], &size);
166 assembly = preprocess(argv[2], &size);
  /external/python/cpython2/Lib/distutils/
unixccompiler.py 88 def preprocess(self, source, member in class:UnixCCompiler
103 # 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/turbine/java/com/google/turbine/binder/
CompUnitPreprocessor.java 79 public static ImmutableList<PreprocessedCompUnit> preprocess(List<CompUnit> units) { method in class:CompUnitPreprocessor
82 result.add(preprocess(unit)); method
87 public static PreprocessedCompUnit preprocess(CompUnit unit) { method in class:CompUnitPreprocessor
  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 91 std::vector<InputStream> preprocess; member in struct:android::effectsConfig::Config
  /frameworks/support/car/src/main/java/androidx/car/widget/
AlphaJumpBucketer.java 90 * "Preprocess" a string so that we remove some common prefixes and so on when performing the
97 private static String preprocess(String s) { method in class:AlphaJumpBucketer
127 boolean match = mStringMatcher.test(preprocess(s));
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 129 func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) { func
1394 Preprocess: preprocess,
1402 Preprocess: preprocess,
1410 Preprocess: preprocess,
1418 Preprocess: preprocess,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 129 func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) { func
1394 Preprocess: preprocess,
1402 Preprocess: preprocess,
1410 Preprocess: preprocess,
1418 Preprocess: preprocess,
  /external/libcxx/utils/libcxx/
compiler.py 155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler
205 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
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/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
compiler.py 155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler
205 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 170 def preprocess(self, rule, func): return rule, func member in class:GenericParser
188 rule, fn = self.preprocess(rule, func)
687 def preprocess(self, rule, func): member in class:GenericASTBuilder
785 def preprocess(self, rule, func): member in class:GenericASTMatcher
  /external/libmojo/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/python/cpython2/Parser/
spark.py 170 def preprocess(self, rule, func): return rule, func member in class:GenericParser
188 rule, fn = self.preprocess(rule, func)
687 def preprocess(self, rule, func): member in class:GenericASTBuilder
785 def preprocess(self, rule, func): member in class:GenericASTMatcher
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 547 def preprocess(self, source, output_file=None, macros=None, member in class:CCompiler
549 """Preprocess a single C/C++ source file, named in 'source'.
    [all...]
  /external/libese/libese-teq1/include/ese/
teq1.h 153 teq1_protocol_preprocess_op_t *preprocess; member in struct:Teq1ProtocolOptions
  /external/python/cpython3/Lib/distutils/
ccompiler.py 498 def preprocess(self, source, output_file=None, macros=None, member in class:CCompiler
500 """Preprocess a single C/C++ source file, named in 'source'.
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/skia/dm/
DMSrcSink.cpp 1225 void preprocess(SkPicture* pic) { function in class:DM::TileData
    [all...]

Completed in 795 milliseconds

12 3 4